maint.mk: make update-copyright exclusion list more configurable
[gnulib.git] / ChangeLog
1 2009-08-04  Jim Meyering  <meyering@redhat.com>
2
3         maint.mk: make update-copyright exclusion list more configurable
4         * top/maint.mk (update-copyright): Default to excluding COPYING,
5         but allow an override, in case someone does want to update that file.
6
7         maint.mk: don't update copyright date in COPYING
8         * top/maint.mk (update-copyright): Exclude COPYING.
9
10         maint.mk: add a copyright-updating rule
11         * top/maint.mk (update-copyright): New rule.
12         Derived from coreutils/Makefile.am.
13
14         update-copyright: rename some variables
15         * build-aux/update-copyright: Rename a few variables for clarity.
16         Tweak syntax.  List Joel E. Denny as coauthor.
17
18 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
19
20         update-copyright: fix bug for 2-digit last year and add tests
21         * build-aux/update-copyright: Fix bug.
22         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
23         specified.
24         * modules/update-copyright-tests: New
25         * tests/test-update-copyright.sh: New.
26
27 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
28
29         update-copyright: handle leading tabs in line prefix
30         * build-aux/update-copyright: Count leading tabs as 8 spaces
31         when computing margin.  This helps with the formatting of
32         ChangeLogs, for example.
33         Fix documentation a little.
34
35 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
36
37         update-copyright: support EOL=\r\n
38         * build-aux/update-copyright: Implement that.
39
40 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
41
42         update-copyright: automatically format copyright statements
43         * build-aux/update-copyright: Implement that.
44         Also, be a little more predictable and safer by always failing
45         when the full copyright format is not perfectly recognized as an
46         unbroken whole.  Discussed at
47         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
48         Rewrite documentation.
49
50 2009-08-03  Bruno Haible  <bruno@clisp.org>
51
52         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
53
54 2009-08-02  Bruno Haible  <bruno@clisp.org>
55
56         Tests for module 'uname'.
57         * modules/uname-tests: New file.
58         * tests/test-uname.c: New file.
59
60         New module 'uname'.
61         * lib/uname.c: New file.
62         * m4/uname.m4: New file.
63         * modules/uname: New file.
64         * doc/posix-functions/uname.texi: Mention the new module.
65
66 2009-08-02  Bruno Haible  <bruno@clisp.org>
67
68         Tests for module 'sys_utsname'.
69         * modules/sys_utsname-tests: New file.
70         * tests/test-sys_utsname.c: New file.
71
72         New module 'sys_utsname'.
73         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
74         * m4/sys_utsname_h.m4: New file.
75         * modules/sys_utsname: New file.
76         * doc/posix-headers/sys_utsname.texi: Mention the new module.
77
78 2009-08-02  Bruno Haible  <bruno@clisp.org>
79
80         Implicitly initialize the sockets library.
81         * lib/gethostname.c: Include sockets.h.
82         (rpl_gethostname): Invoke gl_sockets_startup.
83         * lib/socket.c: Include sockets.h.
84         (rpl_socket): Invoke gl_sockets_startup.
85         * modules/gethostname (Depends-on): Add sockets.
86         * modules/socket (Depends-on): Likewise.
87         * tests/test-poll.c: Don't include sockets.h.
88         (main): Don't invoke gl_sockets_startup.
89         * tests/test-select.c: Don't include sockets.h.
90         (main): Don't invoke gl_sockets_startup.
91
92 2009-08-02  Bruno Haible  <bruno@clisp.org>
93
94         Allow multiple calls to gl_sockets_startup.
95         * lib/sockets.c (initialized_sockets_version): New variable.
96         (gl_sockets_startup): Do nothing if already called for this or a higher
97         version.
98         (gl_sockets_cleanup): Reset initialized_sockets_version.
99
100 2009-08-03  Simon Josefsson  <simon@josefsson.org>
101
102         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
103         different project/version.
104
105 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
106             Bruno Haible  <bruno@clisp.org>
107
108         Tests for module 'pipe-filter-gi'.
109         * modules/pipe-filter-gi-tests: New file.
110         * tests/test-pipe-filter-gi1.sh: New file.
111         * tests/test-pipe-filter-gi1.c: New file.
112         * tests/test-pipe-filter-gi2.sh: New file.
113         * tests/test-pipe-filter-gi2-main.c: New file.
114         * tests/test-pipe-filter-gi2-child.c: New file.
115
116         New module 'pipe-filter-gi'.
117         * lib/pipe-filter-gi.c: New file.
118         * modules/pipe-filter-gi: New file.
119
120 2009-08-02  Bruno Haible  <bruno@clisp.org>
121             Paolo Bonzini  <bonzini@gnu.org>
122
123         Tests for module 'pipe-filter-ii'.
124         * modules/pipe-filter-ii-tests: New file.
125         * tests/test-pipe-filter-ii1.sh: New file.
126         * tests/test-pipe-filter-ii1.c: New file.
127         * tests/test-pipe-filter-ii2.sh: New file.
128         * tests/test-pipe-filter-ii2-main.c: New file.
129         * tests/test-pipe-filter-ii2-child.c: New file.
130
131         New module 'pipe-filter-ii'.
132         * lib/pipe-filter.h: New file.
133         * lib/pipe-filter-ii.c: New file.
134         * lib/pipe-filter-aux.h: New file.
135         * modules/pipe-filter-ii: New file.
136
137 2009-08-02  Simon Josefsson  <simon@josefsson.org>
138
139         * lib/gc-libgcrypt.c: Change copyright to FSF.
140         * lib/gc-gnulib.c: Likewise.
141
142 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
143
144         * lib/gethostname.c: Include limits.h.
145
146 2009-08-02  Simon Josefsson  <simon@josefsson.org>
147             Bruno Haible  <bruno@clisp.org>
148
149         Ensure HOST_NAME_MAX as part of the gethostname module.
150         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
151         define also HOST_NAME_MAX.
152         * tests/test-gethostname.c: Include <limits.h>.
153         (main): Check also HOST_NAME_MAX.
154         * doc/posix-headers/limits.texi: Document the mingw problem.
155
156 2009-08-02  Bruno Haible  <bruno@clisp.org>
157
158         * lib/gethostname.c (gethostname): Fix handling of large len argument.
159         Add comments.
160
161 2009-03-31  Simon Josefsson  <simon@josefsson.org>
162
163         * lib/gethostname.c: Add Windows wrapper.
164         * m4/gethostname.m4: Look for gethostname in -lws2_32.
165         * modules/gethostname: Depend on sys_socket & errno, for also
166         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
167         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
168
169 2009-07-31  Jim Meyering  <meyering@redhat.com>
170
171         getloadavg: fix symbol name in comment
172         * lib/getloadavg.c: Correct a typo I introduced when adding
173         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
174         Matt Kraai spotted the problem.
175
176 2009-07-29  Matt Kraai  <mkraai@beckman.com>
177
178         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
179         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
180         code also if ! defined N_NAME_POINTER.
181         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
182         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
183         but the n_name member is a 12-byte array.
184
185 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
186
187         update-copyright: generalize comment handling
188         * build-aux/update-copyright: Handle copyright statements
189         within more comment styles.
190         Document usage.
191         Report any file with an external copyright holder or parse failure.
192
193 2009-07-29  Jim Meyering  <meyering@redhat.com>
194
195         mktime: correct setting of REPLACE_MKTIME
196         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
197
198         update-copyright: new module
199         * modules/update-copyright: New file.
200         * build-aux/update-copyright: New file.
201         * MODULES.html.sh (maint+release support): Add update-copyright.
202
203 2009-07-27  Bruno Haible  <bruno@clisp.org>
204
205         Fix compilation error when <ctime> is used and mktime is replaced.
206         * lib/time.in.h (mktime): New declaration.
207         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
208         REPLACE_MKTIME instead of defining mktime in config.h.
209         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
210         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
211         Reported by Ross McFarland <rwmcfa1@neces.com>.
212
213 2009-07-27  Bruno Haible  <bruno@clisp.org>
214
215         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
216         Reported by Matt Kraai <mkraai@beckman.com>.
217
218 2009-07-25  Jim Meyering  <meyering@redhat.com>
219
220         maint.mk: avoid warnings about missing files
221         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
222         diagnostic when .prev-version does not exist.
223         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
224         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
225         nonexistent cfg.mk.
226         Suggestions from Simon Josefsson.
227
228 2009-07-25  Bruno Haible  <bruno@clisp.org>
229
230         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
231         defined as macros. Needed on QNX 6.4.1.
232         Reported by Matt Kraai <mkraai@beckman.com>.
233
234 2009-07-23  Jim Meyering  <meyering@redhat.com>
235
236         maint.mk: invoke "make dist" with a working value of XZ_OPT
237         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
238
239 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
240
241         Make fseeko.c compile on QNX.
242         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
243
244 2009-07-22  Peter Simons  <simons@cryp.to>
245
246         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
247         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
248         * lib/md4.h: Likewise.
249         * lib/md5.h: Likewise.
250         * lib/sha1.h: Likewise.
251         * lib/sha256.h: Likewise.
252         * lib/sha512.h: Likewise.
253
254         tests-sha1: don't assign literal string to 'char *' variable
255         * tests/test-sha1.c (main): Declare locals with "const" to match
256         attributes of the right hand side.
257
258 2009-07-21  Eric Blake  <ebb9@byu.net>
259
260         dup2: fix more mingw problems
261         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
262         fd to itself.
263         * doc/posix-functions/dup2.texi (dup2): Document the bug.
264         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
265         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
266         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
267         care of mingw bugs.
268
269 2009-07-21  Jim Meyering  <meyering@redhat.com>
270
271         vc-list-files: avoid failure when /bin/sh is dash
272         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
273         On some Debian based systems, /bin/sh is a symlink to dash, and running
274         this command would omit the "/" following each 'tests' prefix:
275           dash -x build-aux/vc-list-files -C . tests
276         That is because bash and dash work differently:
277           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
278           bash ok
279           dash odd
280
281 2009-07-21  Eric Blake  <ebb9@byu.net>
282
283         dup2-tests: test previous patch
284         * modules/dup2-tests: New file.
285         * tests/test-dup2.c: Likewise.
286         * tests/test-open.c (main): Avoid unspecified behavior.
287         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
288         test.
289
290         dup2: work around mingw and cygwin 1.5 bug
291         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
292         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
293         * modules/unistd (Makefile.am): Substitute it.
294         * lib/unistd.in.h (dup2): Declare the replacement.
295         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
296         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
297         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
298         * modules/execute (Depends-on): Add dup2.
299         * modules/fseterr (Depends-on): Likewise.
300         * modules/pipe (Depends-on): Likewise.
301         * modules/posix_spawn-internal (Depends-on): Likewise.
302
303 2009-07-21  Bruno Haible  <bruno@clisp.org>
304
305         * modules/.gitattributes: New file.
306
307 2009-07-20  Bruno Haible  <bruno@clisp.org>
308
309         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
310         (main): Use it.
311
312 2009-07-20  Eric Blake  <ebb9@byu.net>
313
314         test-pipe: make a bit more robust.
315         * tests/test-pipe.c (myerr): Allow error messages regardless of
316         what we do to stderr.
317         (test_pipe): Rearrange to avoid deadlock.
318         (child_main): Try a larger read, to ensure we avoided deadlock.
319         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
320         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
321         if misused.
322
323 2009-07-19  Jim Meyering  <meyering@redhat.com>
324
325         fts: avoid false-positive cycle-detection
326         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
327         for each new command line argument.
328
329 2009-07-19  Bruno Haible  <bruno@clisp.org>
330
331         Fix build error on mingw with the modules sys_select and unistd.
332         * modules/acl-tests (Depends-on): Add close.
333         * modules/binary-io-tests (Depends-on): Likewise.
334         * modules/closein-tests (Depends-on): Likewise.
335         * modules/flock-tests (Depends-on): Likewise.
336         * modules/fsync-tests (Depends-on): Likewise.
337         * modules/lseek-tests (Depends-on): Likewise.
338         * modules/pipe-tests (Depends-on): Likewise.
339         * modules/posix_spawn-tests (Depends-on): Likewise.
340         * modules/posix_spawnp-tests (Depends-on): Likewise.
341         * modules/stat-time-tests (Depends-on): Likewise.
342         * modules/yesno-tests (Depends-on): Likewise.
343
344 2009-07-19  Bruno Haible  <bruno@clisp.org>
345
346         Unify conditionals.
347         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
348         macros, not at the compiler macros.
349         * lib/pipe.c: Likewise.
350         * lib/execute.c: Likewise.
351         * lib/spawni.c: Likewise.
352
353 2009-07-19  Bruno Haible  <bruno@clisp.org>
354
355         Fix handling of closed stdin/stdout/stderr on mingw.
356         * lib/w32spawn.h: Include unistd.h.
357         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
358         file descriptor with O_NOINHERIT flag.
359         (fd_safer_noinherit): New function, based on fd-safer.c.
360         (dup_safer_noinherit): New function, based on dup-safer.c.
361         (undup_safer_noinherit): New function.
362         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
363         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
364         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
365         instead of fd_safer.
366         * tests/test-pipe.c: Include <windows.h>.
367         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
368
369         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
370         from main.
371         (test_pipe): Pass an extra argument for disambiguation.
372         (main): Invoke parent_main or child_main.
373
374         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
375         consistently.
376
377 2009-07-18  Eric Blake  <ebb9@byu.net>
378
379         test-pipe: fix mingw build
380         * tests/test-pipe.c (main): Avoid fcntl on mingw.
381
382 2009-07-18  Bruno Haible  <bruno@clisp.org>
383
384         * modules/pipe-tests (Makefile.am): Fix typo.
385
386 2009-07-18  Eric Blake  <ebb9@byu.net>
387
388         error: fix mingw build
389         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
390         Reported by Bruno Haible.
391
392         error: avoid undefined use of stdout
393         * lib/error.c (error, error_at_line): Check that fd 1 is open
394         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
395         is handling faults and the close_stdout module wants to report the
396         detection of closed stdout as an error.
397
398 2009-07-17  Eric Blake  <ebb9@byu.net>
399
400         pipe: be robust in face of closed fds
401         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
402         should cause child to misbehave.
403         * modules/pipe-tests: New module.
404         * tests/test-pipe.c: New file.
405         * tests/test-pipe.sh: New file.
406         Reported by Akim Demaille.
407
408 2009-07-14  Bruno Haible  <bruno@clisp.org>
409
410         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
411         Reported by anonymous kc.
412
413 2009-07-07  Jim Meyering  <meyering@redhat.com>
414
415         maint.mk: don't look for translatable strings in *.m4 or *.mk
416         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
417         when searching for translatable strings.
418
419 2009-07-05  Jim Meyering  <meyering@redhat.com>
420
421         remove superfluous parentheses in STREQ definition
422         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
423         * lib/getugroups.c (STREQ): Likewise.
424         * lib/fnmatch.c (STREQ): Likewise.
425         Spotted by Bruno Haible.
426
427 2009-07-04  Jim Meyering  <meyering@redhat.com>
428
429         argv-iter: new module
430         * MODULES.html.sh: Add argv-iter.
431         * lib/argv-iter.c, lib/argv-iter.h: New files.
432         * modules/argv-iter: New file.
433         * modules/argv-iter-tests: New file.
434         * tests/test-argv-iter.c: Test it.
435
436 2009-07-04  Bruno Haible  <bruno@clisp.org>
437
438         Fix assertion.
439         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
440         contains more exact copies of a given entry than file2, leave the extra
441         copies unpaired rather than aborting.
442         Reported by Eric Blake.
443
444 2009-07-02  Bruno Haible  <bruno@clisp.org>
445
446         Speedup git-merge-changelog for git cherry-pick.
447         * lib/git-merge-changelog.c (struct entries_mapping): New type.
448         (entries_mapping_get): New function, extracted from compute_mapping.
449         (entries_mapping_reverse_get): New function.
450         (compute_mapping): Add a 'full' argument. Return the result in a
451         'struct entries_mapping'.
452         (main): Update. Access the mappings through entries_mapping_get.
453         Reported by Eric Blake.
454
455 2009-07-02  Bruno Haible  <bruno@clisp.org>
456
457         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
458         best_i.
459
460 2009-07-02  Bruno Haible  <bruno@clisp.org>
461
462         Speed up approximate search for matching ChangeLog entries.
463         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
464         argument. Call fstrcmp_bounded instead of fstrcmp.
465         (compute_mapping, try_split_merged_entry, main): Update callers.
466
467 2009-07-02  Bruno Haible  <bruno@clisp.org>
468
469         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
470
471 2009-06-30  Bruno Haible  <bruno@clisp.org>
472
473         Reduce the number of uc_is_cased calls.
474         * lib/unicase.h (casing_suffix_context_t): Add
475         'first_char_except_ignorable' field.
476         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
477         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
478         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
479         Update initializer.
480         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
481         case-ignorable characters.
482         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
483         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
484         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
485         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
486         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
487
488 2009-06-30  Bruno Haible  <bruno@clisp.org>
489
490         Tests for module 'unicase/ignorable'.
491         * modules/unicase/ignorable-tests: New file.
492         * tests/unicase/test-ignorable.c: New file, generated by
493         gen-uni-tables.
494
495         Tests for module 'unicase/cased'.
496         * modules/unicase/cased-tests: New file.
497         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
498         * tests/unicase/test-predicate-part1.h: New file, derived from
499         tests/unictype/test-predicate-part1.h.
500         * tests/unicase/test-predicate-part2.h: New file, same as
501         tests/unictype/test-predicate-part2.h.
502
503         Fix evaluation of "Before C" condition of FINAL_SIGMA.
504         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
505         (output_casing_properties): New function.
506         (main): Call it.
507         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
508         * lib/unicase/cased.c: Include unictype/bitmap.h.
509         (uc_is_cased): Define through a bitmap lookup.
510         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
511         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
512         (uc_is_case_ignorable): Define through a bitmap lookup.
513         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
514         lib/unictype/bitmap.h.
515         (Depends-on): Add inline. Clean up.
516         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
517         lib/unictype/bitmap.h.
518         (Depends-on): Add inline. Clean up.
519         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
520         recognition.
521         * tests/unicase/test-u16-tolower.c (main): Likewise.
522         * tests/unicase/test-u32-tolower.c (main): Likewise.
523
524 2009-06-30  Bruno Haible  <bruno@clisp.org>
525
526         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
527         * lib/unicase/u16-casemap.c: Likewise.
528         * lib/unicase/u32-casemap.c: Likewise.
529
530 2009-06-29  Bruno Haible  <bruno@clisp.org>
531
532         Define u32_casefold as a wrapper around u32_ct_casefold.
533         * lib/unicase/u32-casefold.c: Update.
534         * modules/unicase/u32-casefold (Depends-on): Add
535         unicase/u32-ct-casefold, unicase/empty-prefix-context,
536         unicase/empty-suffix-context. Clean up.
537
538         Define u16_casefold as a wrapper around u16_ct_casefold.
539         * lib/unicase/u16-casefold.c: Update.
540         * modules/unicase/u16-casefold (Depends-on): Add
541         unicase/u16-ct-casefold, unicase/empty-prefix-context,
542         unicase/empty-suffix-context. Clean up.
543
544         Define u8_casefold as a wrapper around u8_ct_casefold.
545         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
546         * lib/unicase/u8-casefold.c: Update.
547         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
548         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
549
550         Define u32_totitle as a wrapper around u32_ct_totitle.
551         * lib/unicase/u32-totitle.c: Update.
552         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
553         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
554
555         Define u16_totitle as a wrapper around u16_ct_totitle.
556         * lib/unicase/u16-totitle.c: Update.
557         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
558         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
559
560         Define u8_totitle as a wrapper around u8_ct_totitle.
561         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
562         functions.
563         (FUNC): Delegate to U_CT_TOTITLE.
564         * lib/unicase/u8-totitle.c: Update.
565         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
566         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
567
568         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
569         invocation.
570         * modules/unicase/u32-tolower (Depends-on): Add
571         unicase/empty-prefix-context, unicase/empty-suffix-context.
572
573         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
574         invocation.
575         * modules/unicase/u16-tolower (Depends-on): Add
576         unicase/empty-prefix-context, unicase/empty-suffix-context.
577
578         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
579         * modules/unicase/u8-tolower (Depends-on): Add
580         unicase/empty-prefix-context, unicase/empty-suffix-context.
581
582         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
583         invocation.
584         * modules/unicase/u32-toupper (Depends-on): Add
585         unicase/empty-prefix-context, unicase/empty-suffix-context.
586
587         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
588         invocation.
589         * modules/unicase/u16-toupper (Depends-on): Add
590         unicase/empty-prefix-context, unicase/empty-suffix-context.
591
592         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
593         * modules/unicase/u8-toupper (Depends-on): Add
594         unicase/empty-prefix-context, unicase/empty-suffix-context.
595
596         New module 'unicase/u32-ct-casefold'.
597         * lib/unicase/u32-ct-casefold.c: New file.
598         * modules/unicase/u32-ct-casefold: New file.
599
600         New module 'unicase/u16-ct-casefold'.
601         * lib/unicase/u16-ct-casefold.c: New file.
602         * modules/unicase/u16-ct-casefold: New file.
603
604         New module 'unicase/u8-ct-casefold'.
605         * lib/unicase/u8-ct-casefold.c: New file.
606         * lib/unicase/u-ct-casefold.h: New file, derived from
607         lib/unicase/u-casefold.h.
608         * modules/unicase/u8-ct-casefold: New file.
609
610         New module 'unicase/u32-ct-totitle'.
611         * lib/unicase/u32-ct-totitle.c: New file.
612         * modules/unicase/u32-ct-totitle: New file.
613
614         New module 'unicase/u16-ct-totitle'.
615         * lib/unicase/u16-ct-totitle.c: New file.
616         * modules/unicase/u16-ct-totitle: New file.
617
618         New module 'unicase/u8-ct-totitle'.
619         * lib/unicase/u8-ct-totitle.c: New file.
620         * lib/unicase/u-ct-totitle.h: New file, derived from
621         lib/unicase/u-totitle.h.
622         * modules/unicase/u8-ct-totitle: New file.
623
624         New module 'unicase/u32-ct-tolower'.
625         * lib/unicase/u32-ct-tolower.c: New file.
626         * modules/unicase/u32-ct-tolower: New file.
627
628         New module 'unicase/u16-ct-tolower'.
629         * lib/unicase/u16-ct-tolower.c: New file.
630         * modules/unicase/u16-ct-tolower: New file.
631
632         New module 'unicase/u8-ct-tolower'.
633         * lib/unicase/u8-ct-tolower.c: New file.
634         * modules/unicase/u8-ct-tolower: New file.
635
636         New module 'unicase/u32-ct-toupper'.
637         * lib/unicase/u32-ct-toupper.c: New file.
638         * modules/unicase/u32-ct-toupper: New file.
639
640         New module 'unicase/u16-ct-toupper'.
641         * lib/unicase/u16-ct-toupper.c: New file.
642         * modules/unicase/u16-ct-toupper: New file.
643
644         New module 'unicase/u8-ct-toupper'.
645         * lib/unicase/u8-ct-toupper.c: New file.
646         * modules/unicase/u8-ct-toupper: New file.
647
648         Add context arguments to u*_casemap functions.
649         * lib/unicase/unicasemap.h: Include unicase.h.
650         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
651         suffix_context arguments.
652         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
653         functions.
654         (FUNC): Add prefix_context and suffix_context arguments. Use
655         uc_is_cased and uc_is_case_ignorable.
656         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
657         * lib/unicase/u16-casemap.c: Likewise.
658         * lib/unicase/u32-casemap.c: Likewise.
659         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
660         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
661         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
662         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
663         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
664         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
665
666         New module 'unicase/u32-suffix-context'.
667         * lib/unicase/u32-suffix-context.c: New file.
668         * modules/unicase/u32-suffix-context: New file.
669
670         New module 'unicase/u16-suffix-context'.
671         * lib/unicase/u16-suffix-context.c: New file.
672         * modules/unicase/u16-suffix-context: New file.
673
674         New module 'unicase/u8-suffix-context'.
675         * lib/unicase/u8-suffix-context.c: New file.
676         * lib/unicase/u-suffix-context.h: New file.
677         * modules/unicase/u8-suffix-context: New file.
678
679         New module 'unicase/empty-suffix-context'.
680         * lib/unicase/empty-suffix-context.c: New file.
681         * modules/unicase/empty-suffix-context: New file.
682
683         New module 'unicase/u32-prefix-context'.
684         * lib/unicase/u32-prefix-context.c: New file.
685         * modules/unicase/u32-prefix-context: New file.
686
687         New module 'unicase/u16-prefix-context'.
688         * lib/unicase/u16-prefix-context.c: New file.
689         * modules/unicase/u16-prefix-context: New file.
690
691         New module 'unicase/u8-prefix-context'.
692         * lib/unicase/u8-prefix-context.c: New file.
693         * lib/unicase/u-prefix-context.h: New file.
694         * lib/unicase/context.h: New file.
695         * modules/unicase/u8-prefix-context: New file.
696
697         New module 'unicase/empty-prefix-context'.
698         * lib/unicase/empty-prefix-context.c: New file.
699         * modules/unicase/empty-prefix-context: New file.
700
701         New module 'unicase/ignorable'.
702         * lib/unicase/ignorable.c: New file.
703         * modules/unicase/ignorable: New file.
704
705         New module 'unicase/cased'.
706         * lib/unicase/caseprop.h: New file.
707         * lib/unicase/cased.c: New file.
708         * modules/unicase/cased: New file.
709
710         New functions for case mapping of substrings.
711         * lib/unicase.h (casing_prefix_context_t): New type.
712         (unicase_empty_prefix_context): New variable.
713         (u8_casing_prefix_context, u16_casing_prefix_context,
714         u32_casing_prefix_context, u8_casing_prefixes_context,
715         u16_casing_prefixes_context, u32_casing_prefixes_context): New
716         declarations.
717         (casing_suffix_context_t): New type.
718         (unicase_empty_suffix_context): New variable.
719         (u8_casing_suffix_context, u16_casing_suffix_context,
720         u32_casing_suffix_context, u8_casing_suffixes_context,
721         u16_casing_suffixes_context, u32_casing_suffixes_context,
722         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
723         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
724         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
725         declarations.
726
727 2009-06-28  Jim Meyering  <meyering@redhat.com>
728
729         boostrap: indent only with spaces
730         * build-aux/bootstrap: Indent only with spaces, never TABs.
731
732         bootstrap: split long lines
733         * build-aux/bootstrap: Keep line length < 80.
734
735         bootstrap: sync from coreutils
736         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
737         just as autoreconf does.  Verify a list of prerequisite
738         package-name,version-number pairs if defined in bootstrap.conf.
739         Refer to README-prereq, if prerequisites are not satisfied.
740
741 2009-06-27  Eric Blake  <ebb9@byu.net>
742
743         tests: add test for bogus NULL definition
744         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
745         * tests/test-stdlib.c: Likewise.
746         * tests/test-string.c: Likewise.
747         * tests/test-locale.c: Likewise.
748         * tests/test-unistd.c: Likewise.
749         * modules/stdio-tests (Depends-on): Add verify.
750         * modules/stdlib-tests (Depends-on): Likewise.
751         * modules/string-tests (Depends-on): Likewise.
752         * modules/locale-tests (Depends-on): Likewise.
753         * modules/unistd-tests (Depends-on): Likewise.
754
755 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
756
757         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
758         self-explaining comment.
759         * m4/selinux-selinux-h: Update serial.
760         (gl_LIBSELINUX): New macro, adding a warning for missing development
761         packages to code extracted from...
762         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
763         Add warning for missing development packages here, too.
764
765 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
766
767         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
768
769 2009-06-25  Eric Blake  <ebb9@byu.net>
770
771         version-etc: fix regression
772         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
773         gcc.
774         (version_etc): Use it, to catch bugs with trailing NULL.
775         * lib/version-etc.c (version_etc_arn): Delete unused argument.
776         (version_etc_va): Fix logic bug.
777         * modules/version-etc-tests: Add test.
778         * tests/test-version-etc.c: New file.
779         * tests/test-version-etc.sh: Likewise.
780
781 2009-06-25  Sam Steingold  <sds@gnu.org>
782
783         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
784         mbtowc declaration.
785
786 2009-06-25  Eric Blake  <ebb9@byu.net>
787
788         fpurge: migrate into <stdio.h>
789         * lib/fpurge.h: Delete...
790         * lib/stdio.in.h (fpurge): ...and declare here, instead.
791         * lib/fpurge.c (fpurge): Change declaring header.
792         * modules/fpurge (Files): Drop deleted file.
793         (Depends-on): Add stdio.
794         (configure.ac): Set witness.
795         * modules/stdio (Makefile.am): Support fpurge macros.
796         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
797         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
798         * lib/fflush.c: Update client.
799         * tests/test-fpurge.c: Likewise.
800         * NEWS: Mention the change.
801
802 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
803
804        * lib/argp-version-etc.c (program_authors): Add const
805        qualifier.
806        * lib/version-etc.c: Fix typos in the comments.
807        * modules/argp-version-etc: Depends on version-etc.
808
809 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
810
811         argp-version-etc: new module.
812
813         * lib/argp-version-etc.c: New file.
814         * lib/argp-version-etc.h: New file.
815         * modules/argp-version-etc: New file.
816         * modules/argp-version-etc-tests: New file.
817         * tests/test-argp-version-etc.c: New test.
818         * tests/test-argp-version-etc-1.sh: New test.
819
820 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
821
822         Provide additional interfaces and documentation for version-etc
823         module.
824
825         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
826         interfaces.
827         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
828         prototypes.
829
830 2009-06-24  Bruno Haible  <bruno@clisp.org>
831
832         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
833         HAVE_LIB${NAME} macro.
834         Reported by Sam Steingold <sds@gnu.org>.
835
836 2009-06-23  Simon Josefsson  <simon@josefsson.org>
837
838         * modules/hash-tests (test_hash_LDADD): Link to libintl when
839         needed.
840
841 2009-06-21  Bruno Haible  <bruno@clisp.org>
842
843         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
844         work.
845         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
846         together with LIB${NAME}, LTLIB${NAME}.
847         Reported by Sam Steingold <sds@gnu.org>.
848
849 2009-06-20  Jim Meyering  <meyering@redhat.com>
850
851         tests: make sc_require_test_exit_idiom more generic
852         * top/maint.mk (Exit_witness_file): New overridable variable.
853         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
854         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
855
856 2009-06-19  Jim Meyering  <meyering@redhat.com>
857
858         hash: reverse order of src/dst parameters in an internal interface
859         * lib/hash.c (transfer_entries): Reverse order of parameters to
860         put DST before SRC.  Adjust callers.
861
862         tests: test-hash: avoid wholesale duplication
863         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
864         Instead, use a loop and add a single conditional.
865
866         tests: test-hash: allow seed selection via a command line argument
867         * tests/test-hash.c (get_seed): New function.
868         (main): Use it.
869
870 2009-06-19  Eric Blake  <ebb9@byu.net>
871
872         hash: avoid memory leak on allocation failure
873         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
874         failure.  Factor repeated algorithm...
875         (transfer_entries): ...into new helper routine.
876         (hash_delete): React to hash_rehash return value.
877
878         hash: reduce memory pressure in hash_rehash no-op case
879         * lib/hash.c (next_prime): Avoid overflow.
880         (hash_initialize): Factor bucket size computation...
881         (compute_bucket_size): ...into new helper function.
882         (hash_rehash): Use new function and open coding to reduce memory
883         pressure, and avoid a memory leak in USE_OBSTACK code.
884         Reported by Jim Meyering.
885
886 2009-06-18  Eric Blake  <ebb9@byu.net>
887
888         hash: make rotation more obvious
889         * modules/hash (Depends-on): Add bitrotate and stdint.
890         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
891         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
892         (SIZE_MAX): Rely on headers for definition.
893         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
894         (raw_hasher): Use rotr_sz.
895         Suggested by Jim Meyering.
896
897         hash: fix memory leak in last patch
898         * lib/hash.c (hash_rehash): Avoid memory leak.
899
900         hash: avoid no-op rehashing
901         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
902
903         hash: provide default callback functions
904         * lib/hash.c (raw_hasher, raw_comparator): New functions.
905         (hash_initialize): Use them as defaults.
906         * tests/test-hash.c (main): Test this.
907
908         hash: minor optimization
909         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
910         when possible.
911         (hash_initialize): Document this promise.
912         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
913         * tests/test-hash.c (hash_compare_strings): Test this.
914
915 2009-06-18  Bruno Haible  <bruno@clisp.org>
916
917         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
918         going to be replaced anyway.
919
920 2009-06-18  Bruno Haible  <bruno@clisp.org>
921
922         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
923         in one place.
924         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
925         be replaced anyway.
926
927 2009-06-18  Eric Blake  <ebb9@byu.net>
928
929         hash: check for resize before insertion
930         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
931         threshold before insertion, so that a pathological hash_rehash
932         that fills every bucket can still trigger another rehash.
933
934 2009-06-18  Jim Meyering  <meyering@redhat.com>
935
936         hash-tests: add a loop around the small tests
937         * tests/test-hash.c (main): Repeat small tests with selected
938         small initial table sizes.
939
940 2009-06-17  Eric Blake  <ebb9@byu.net>
941
942         hash: minor cleanups
943         * lib/hash.h (hash_entry): Make opaque, by moving...
944         * lib/hash.c (hash_entry): ...here.
945         (hash_insert): Clarify restrictions on what can be inserted.
946         (hash_get_next): Clarify when it is safe to remove an element
947         during traversal.
948         (check_tuning): Skip verification when tuning is known safe.
949         (hash_initialize): Clarify restrictions on tuning.
950
951 2009-06-17  Jim Meyering  <jim@meyering.net>
952         and Eric Blake  <ebb9@byu.net>
953
954         hash-tests: new module
955         * modules/hash-tests: New file.
956         * tests/test-hash.c: New file.
957
958 2009-06-17  Eric Blake  <ebb9@byu.net>
959
960         strstr-simple: document new module
961         * MODULES.html.sh: Document new module.
962
963         strstr, strcasestr: replace on platforms with broken memchr
964         * modules/strstr: Split into...
965         * modules/strstr-simple: ...new module that does not care about
966         performance, but does care about glibc bug.
967         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
968         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
969         if platform memchr is broken, per Debian bug 521737.
970         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
971         memchr.
972         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
973         * doc/posix-functions/strstr.texi (strstr): Document the fix.
974         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
975         * modules/mountlist (Depends-on): Add strstr-simple.
976         * modules/gen-uni-tables (Depends-on): Likewise.
977         * modules/argz (Depends-on): Add strstr.
978
979 2009-06-17  Bruno Haible  <bruno@clisp.org>
980
981         * modules/posix_spawn-internal (Depends-on): Add errno.
982
983 2009-06-17  Bruno Haible  <bruno@clisp.org>
984
985         Define missing ESTALE on Interix 3.5.
986         * lib/errno.in.h (ESTALE): Assign a value if missing.
987         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
988         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
989         missing.
990         * doc/posix-headers/errno.texi: Mention the Interix bug.
991         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
992
993 2009-06-15  Eric Blake  <ebb9@byu.net>
994
995         memchr, memchr2: add valgrind exception
996         * lib/memchr.valgrind: New file.
997         * lib/memchr2.valgrind: New file.
998         * modules/memchr (Files): Distribute valgrind file.
999         * modules/memchr2 (Files): Likewise.
1000
1001         docs: memchr is no longer obsolete
1002         * MODULES.html.sh: Move memchr from obsolete to string.h section.
1003         * lib/string.in.h (memchr): Simplify logic.
1004
1005 2009-06-14  Jim Meyering  <meyering@redhat.com>
1006
1007         link-follow: fix the "checking..." message to not mention trailing slash
1008         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
1009         never considered trailing slashes.
1010
1011 2009-06-14  Bruno Haible  <bruno@clisp.org>
1012
1013         * m4/memchr.m4: Mention also the bug on IA-64.
1014         * doc/posix-functions/memchr.texi: Likewise.
1015
1016 2009-06-12  Eric Blake  <ebb9@byu.net>
1017
1018         memchr: detect broken x86_64 and alpha implementations
1019         * modules/memchr-tests (Depends-on): Move mmap detection...
1020         * modules/memchr (Depends-on): ...here.
1021         (configure.ac): Set indicator.
1022         * lib/string.in.h (memchr): Declare replacement.
1023         * modules/string (Makefile.am): Trigger replacement.
1024         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
1025         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
1026         bugs.
1027         * doc/posix-functions/memchr.texi (memchr): Document the bug.
1028         * modules/getpagesize (License): Relax license.
1029
1030 2009-06-11  Bruno Haible  <bruno@clisp.org>
1031
1032         * lib/idpriv.h: Add more references.
1033
1034 2009-06-08  Bruno Haible  <bruno@clisp.org>
1035
1036         Tests for module 'idpriv-droptemp'.
1037         * modules/idpriv-droptemp-tests: New file.
1038         * tests/test-idpriv-droptemp.sh: New file.
1039         * tests/test-idpriv-droptemp.su.sh: New file.
1040         * tests/test-idpriv-droptemp.c: New file.
1041
1042         New module 'idpriv-droptemp'.
1043         * lib/idpriv-droptemp.c: New file.
1044         * modules/idpriv-droptemp: New file.
1045
1046 2009-06-08  Bruno Haible  <bruno@clisp.org>
1047
1048         Tests for module 'idpriv-drop'.
1049         * modules/idpriv-drop-tests: New file.
1050         * tests/test-idpriv-drop.sh: New file.
1051         * tests/test-idpriv-drop.su.sh: New file.
1052         * tests/test-idpriv-drop.c: New file.
1053
1054         New module 'idpriv-drop'.
1055         * lib/idpriv.h: New file.
1056         * lib-idpriv-drop.c: New file.
1057         * m4/idpriv.m4: New file.
1058         * modules/idpriv-drop: New file.
1059
1060 2009-06-08  Bruno Haible  <bruno@clisp.org>
1061
1062         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
1063         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1064         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1065         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1066         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1067         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1068         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1069
1070 2009-06-08  Eric Blake  <ebb9@byu.net>
1071
1072         test-strstr: use memory fence, when possible
1073         * tests/test-strstr.c (main): Use memory fence, in order to be
1074         more likely to trigger Debian bug 521737.
1075         * modules/strstr-tests (Files): Pull in additional files.
1076
1077         memchr: no longer obsolete, for wider field testing
1078         * modules/memchr (Status, Notice): Delete, this module is no
1079         longer obsolete.
1080         * modules/vasnprintf (Depends-on): Add memchr.
1081
1082 2009-06-07  Jim Meyering  <meyering@redhat.com>
1083
1084         hash: declare some functions with the warn_unused_result attribute
1085         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
1086
1087 2009-06-07  Bruno Haible  <bruno@clisp.org>
1088
1089         * tests/test-alignof.c: Don't test int64_t if it does not exist.
1090         Reported by Eric Blake.
1091
1092 2009-06-06  Eric Blake  <ebb9@byu.net>
1093
1094         test-alignof: fix typo with long double
1095         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
1096         compiler error.
1097
1098 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
1099
1100         Escape non-texinfo { and }s.
1101         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
1102         markup error.
1103
1104 2009-06-04  Jim Meyering  <meyering@redhat.com>
1105
1106         gitlog-to-changelog: don't infloop on an empty commit log
1107         * build-aux/gitlog-to-changelog: Warn about an empty log message.
1108         Reported by Boris Petersen <transacid@centerim.org>.
1109
1110 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
1111
1112         version-etc: extend for packagers
1113         Add three new configure options, intended for packagers:
1114           --with-packager="packager name"
1115           --with-packager-version="packager-specific version"
1116           --with-packager-bug-reports="packager bug reporting"
1117         An example with coreutils:
1118           $ ./configure \
1119             --with-packager=Gentoo \
1120             --with-packager-bug-report=http://bugs.gentoo.org/ \
1121             --with-packager-version="patchset 1.6"
1122           $ ./src/ls --version | head -n3
1123           ls (GNU coreutils) 7.1-dirty
1124           Packaged by Gentoo (patchset 1.6)
1125           Copyright (C) 2009 Free Software Foundation, Inc.
1126         Note that the bug reporting info via --help doesn't show up because
1127         coreutils uses its own custom emit_bug_reporting_address() implementation
1128         in src/system.h.  If it didn't, it'd look like:
1129           $ ./src/ls --help | tail -n4
1130           Report bugs to <bug-coreutils@gnu.org>.
1131           Report Gentoo bugs to <http://bugs.gentoo.org/>.
1132           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
1133           General help using GNU software: <http://www.gnu.org/gethelp/>.
1134         * lib/version-etc.c: Print new information, if provided.
1135         * m4/version-etc.m4: New file.
1136         * modules/version-etc (Files): Add m4/version-etc.m4.
1137         (configure.ac): Add gl_VERSION_ETC.
1138
1139 2009-05-31  Bruno Haible  <bruno@clisp.org>
1140
1141         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
1142         and 'int64_t'.
1143         * modules/alignof-tests (Dependencies): Add stdint.
1144         Reported by Eric Blake.
1145
1146 2009-05-31  Bruno Haible  <bruno@clisp.org>
1147
1148         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
1149         restriction due to compiler bugs.
1150         Reported by Eric Blake.
1151
1152 2009-05-31  Simon Josefsson  <simon@josefsson.org>
1153             Bruno Haible  <bruno@clisp.org>
1154
1155         Fix test-alignof failure.
1156         * lib/alignof.h (alignof_slot): New macro.
1157         (alignof_type): New macro, with the same semantics as the previous
1158         'alignof'.
1159         (alignof): Alias to alignof_slot.
1160         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
1161         check that the results are usable as constant expressions.
1162
1163 2009-05-31  Bruno Haible  <bruno@clisp.org>
1164
1165         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
1166         * tests/test-memchr.c (main): Check that memchr does not read past the
1167         first occurrence of the byte.
1168         * tests/test-strstr.c (main): Update comment.
1169         Suggested by Eric Blake.
1170
1171 2009-05-30  Bruno Haible  <bruno@clisp.org>
1172
1173         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
1174         detail how to use dumpbin.
1175         Reported by David Byron <dbyron@dbyron.com>.
1176
1177 2009-06-02  Simon Josefsson  <simon@josefsson.org>
1178
1179         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
1180
1181 2009-06-02  Simon Josefsson  <simon@josefsson.org>
1182
1183         * m4/manywarnings.m4: Add GCC 4.4 warnings.
1184
1185 2009-05-28  Bruno Haible  <bruno@clisp.org>
1186
1187         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
1188         build-aux/ files.
1189
1190 2009-05-28  Simon Josefsson  <simon@josefsson.org>
1191
1192         * gnulib-tool (func_import): Transform license on build-aux/ files too.
1193
1194 2009-05-27  Simon Josefsson  <simon@josefsson.org>
1195
1196         * gnulib-tool (sed_transform_main_lib_file)
1197         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
1198         regexps.
1199
1200 2009-05-26  Simon Josefsson  <simon@josefsson.org>
1201
1202         * tests/test-strstr.c: Add another self-test.
1203         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
1204         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
1205
1206 2009-05-23  Bruno Haible  <bruno@clisp.org>
1207
1208         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
1209         change.
1210
1211 2009-05-21  Bruno Haible  <bruno@clisp.org>
1212
1213         Simplify use of mode_t varargs.
1214         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
1215         uses 'mode_t' or 'int'.
1216         * lib/openat.c (openat): Likewise.
1217         * lib/open-safer.c (open_safer): Likewise.
1218         * m4/mode_t.m4: New file.
1219         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
1220         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
1221         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
1222         * modules/open (Files): Add m4/mode_t.m4.
1223         * modules/openat (Files): Likewise.
1224         * modules/fcntl-safer (Files): Likewise.
1225         Suggested by Eric Blake.
1226
1227 2009-05-21  Pádraig Brady  <P@draigbrady.com>
1228
1229         * doc/glibc-functions/fallocate.texi: New file.
1230         * doc/gnulib.texi: Include it.
1231
1232 2009-05-21  Eric Blake  <ebb9@byu.net>
1233             Bruno Haible  <bruno@clisp.org>
1234
1235         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
1236         invocations.
1237         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1238
1239 2009-05-21  Eric Blake  <ebb9@byu.net>
1240             Bruno Haible  <bruno@clisp.org>
1241
1242         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
1243         include_next. Fix of 2008-11-20 commit.
1244         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
1245         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
1246         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
1247         NEXT_MATH_H.
1248         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
1249         instead of NEXT_MATH_H.
1250
1251 2009-05-21  Bruno Haible  <bruno@clisp.org>
1252
1253         Avoid redefinition warnings for SIZE_MAX.
1254         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
1255         Reported by Simon Josefsson.
1256
1257 2009-05-21  Bruno Haible  <bruno@clisp.org>
1258
1259         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
1260         AC_CACHE_VAL.
1261
1262 2009-05-20  Bruno Haible  <bruno@clisp.org>
1263
1264         Make zeroptr.h work on mingw.
1265         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
1266         mprotect.
1267         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
1268         * modules/memchr2-tests (configure.ac): Likewise.
1269         * modules/memcmp-tests (configure.ac): Likewise.
1270         * modules/memmem-tests (configure.ac): Likewise.
1271         * modules/memrchr-tests (configure.ac): Likewise.
1272         Reported by Simon Josefsson.
1273
1274 2009-05-20  Simon Josefsson  <simon@josefsson.org>
1275
1276         * tests/test-glob.c: Include string.h for strcmp prototype.
1277
1278 2009-05-20  Simon Josefsson  <simon@josefsson.org>
1279
1280         * modules/getdelim (Depends-on): Add explicit stdint, although it
1281         was implicitly already pulled in via realloc-posix.
1282         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
1283
1284 2009-05-20  Simon Josefsson  <simon@josefsson.org>
1285
1286         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
1287         G. Christensen" <tgc@jupiterrise.com>.
1288         * m4/sys_socket_h.m4: Check for sa_family_t.
1289         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
1290         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
1291         * tests/test-sys_socket.c: Check that sa_family_t works.
1292
1293 2009-05-18  Eric Blake  <ebb9@byu.net>
1294
1295         maint.mk: allow gnulib_dir in VPATH build
1296         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
1297
1298 2009-05-15  Jim Meyering  <meyering@redhat.com>
1299
1300         maint.mk: Give gnulib_dir a default definition.
1301         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
1302         Thus, most packages no longer need to specify this variable in cfg.mk
1303
1304 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
1305
1306         rename.m4: fix typos that would make non-mingw cross-configure fail
1307         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
1308
1309 2009-05-13  Eric Blake  <ebb9@byu.net>
1310
1311         mmap-anon: avoid out-of-order autoconf expansion
1312         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
1313         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
1314         * modules/memchr-tests (Depends-on): Add extensions.
1315         * modules/memchr2-tests (Depends-on): Add extensions.
1316         * modules/memcmp-tests (Depends-on): Add extensions.
1317         * modules/memmem-tests (Depends-on): Add extensions.
1318         * modules/memrchr-tests (Depends-on): Add extensions.
1319
1320 2009-05-13  Bruno Haible  <bruno@clisp.org>
1321
1322         Make some tests ISO C 99 compliant.
1323         * tests/zerosize-ptr.h: New file.
1324         * tests/test-memchr.c: Include zerosize-ptr.h.
1325         (main): Use a zero-size object pointer instead of NULL.
1326         * tests/test-memchr2.c: Include zerosize-ptr.h.
1327         (main): Use a zero-size object pointer instead of NULL.
1328         * tests/test-memcmp.c: Include zerosize-ptr.h.
1329         (main): Use a zero-size object pointer instead of NULL.
1330         * tests/test-memmem.c: Include zerosize-ptr.h.
1331         (main): Use a zero-size object pointer instead of NULL.
1332         * tests/test-memrchr.c: Include zerosize-ptr.h.
1333         (main): Use a zero-size object pointer instead of NULL.
1334         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
1335         m4/mmap-anon.m4.
1336         (Depends-on): Add getpagesize.
1337         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
1338         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
1339         m4/mmap-anon.m4.
1340         (Depends-on): Add getpagesize.
1341         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
1342         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
1343         m4/mmap-anon.m4.
1344         (Depends-on): Add getpagesize.
1345         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
1346         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
1347         m4/mmap-anon.m4.
1348         (Depends-on): Add getpagesize.
1349         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
1350         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
1351         m4/mmap-anon.m4.
1352         (Depends-on): Add getpagesize.
1353         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
1354
1355 2009-05-12  Bruno Haible  <bruno@clisp.org>
1356
1357         Tests for module 'alignof'.
1358         * modules/alignof-tests: New file.
1359         * tests/test-alignof.c: New file.
1360
1361 2009-05-12  Bruno Haible  <bruno@clisp.org>
1362
1363         Fix alignof macro.
1364         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
1365         vendor compilers that are always correct.
1366
1367 2009-05-12  Bruno Haible  <bruno@clisp.org>
1368
1369         Make the MAP_ANONYMOUS detection work on HP-UX 11.
1370         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
1371         not whether its fully works.
1372
1373 2009-05-12  Bruno Haible  <bruno@clisp.org>
1374
1375         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
1376
1377 2009-05-12  Jim Meyering  <meyering@redhat.com>
1378
1379         * top/maint.mk: Adjust backslash alignment.
1380
1381 2009-05-11  Simon Josefsson  <simon@josefsson.org>
1382
1383         * top/maint.mk: Make $(srcdir)/build-aux configurable.
1384
1385 2009-05-11  Eric Blake  <ebb9@byu.net>
1386
1387         argp: avoid undefined behavior
1388         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
1389         macros.
1390
1391 2009-05-08  Simon Josefsson  <simon@josefsson.org>
1392
1393         * tests/test-vc-list-files-git.sh: Do git config of user.email and
1394         user.name to prevent git commit from complaining.
1395
1396 2009-05-10  Bruno Haible  <bruno@clisp.org>
1397
1398         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
1399         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
1400         it rewrites every file name only once.
1401         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
1402
1403 2009-05-08  Bruno Haible  <bruno@clisp.org>
1404
1405         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
1406         instead of 'max'.
1407
1408 2009-05-08  Simon Josefsson  <simon@josefsson.org>
1409
1410         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
1411         sockaddr_storage test.
1412
1413 2009-05-07  Simon Josefsson  <simon@josefsson.org>
1414
1415         * modules/sys_socket (Makefile.am): Substitute
1416         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
1417         * m4/sys_socket_h.m4: Check for sockaddr_storage.
1418         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
1419         * tests/test-sys_socket.c: Check sockaddr_storage.
1420
1421 2009-05-08  Bruno Haible  <bruno@clisp.org>
1422
1423         New module 'alignof'.
1424         * lib/alignof.h: New file.
1425         * modules/alignof: New file.
1426
1427 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
1428             Bruno Haible  <bruno@clisp.org>
1429
1430         Fix test-file-has-acl on FreeBSD.
1431         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
1432         mask is implicitly added.
1433         * tests/test-file-has-acl.c: Include <signal.h>.
1434         (main): Terminate the test after 5 seconds.
1435         * modules/acl-tests (configure.ac): Check for alarm function.
1436
1437 2009-05-04  Bruno Haible  <bruno@clisp.org>
1438
1439         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
1440         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
1441         * modules/errno (configure.ac): Drop AC_REQUIRE.
1442         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
1443         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
1444
1445 2009-05-04  Simon Josefsson  <simon@josefsson.org>
1446
1447         * modules/glob-tests: New module.
1448         * tests/test-glob.c: Add.
1449
1450 2009-05-04  Simon Josefsson  <simon@josefsson.org>
1451
1452         * modules/fnmatch-tests: New module.
1453         * tests/test-fnmatch.c: Add.
1454
1455 2009-05-04  Eric Blake  <ebb9@byu.net>
1456
1457         maint: make the new no-submodule-changes rule VPATH-safe
1458         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
1459
1460 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
1461             Bruno Haible  <bruno@clisp.org>
1462
1463         acl: Fix infinite loop on FreeBSD.
1464         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
1465         of return value from acl_get_entry.
1466         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
1467         Likewise.
1468
1469 2009-05-03  Bruno Haible  <bruno@clisp.org>
1470
1471         * lib/acl-internal.h (acl_entries): Clarify return value.
1472         * lib/acl_entries.c (acl_entries): Likewise.
1473
1474 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
1475
1476         Bug fix in acl module.
1477         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
1478
1479 2009-05-03  Bruno Haible  <bruno@clisp.org>
1480
1481         Create gperf-generated file in the source dir, not in the build dir.
1482         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
1483         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
1484         * modules/unicase/locale-language (unicase/locale-languages.h):
1485         Likewise.
1486         * modules/unicase/special-casing (unicase/special-casing-table.h):
1487         Likewise.
1488         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
1489         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
1490         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
1491         Reported by Ralf Wildenhues.
1492
1493 2009-05-03  Bruno Haible  <bruno@clisp.org>
1494
1495         * modules/fnmatch (Description, configure.ac): Taken from
1496         fnmatch-posix.
1497         * modules/fnmatch-posix: Turn into a symbolic reference to the
1498         'fnmatch' module, and deprecate.
1499         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
1500
1501 2009-05-03  Bruno Haible  <bruno@clisp.org>
1502
1503         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
1504         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
1505         Reported by Ralf Wildenhues.
1506
1507 2009-05-04  Simon Josefsson  <simon@josefsson.org>
1508
1509         * m4/fnmatch.m4: Fix fnmatch re-define.
1510
1511 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
1512
1513         priv-set: new module and tests; adapt write-any-file
1514         * lib/priv-set.c: New file.
1515         * lib/priv-set.h: New file.
1516         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
1517         * lib/write-any-file.c: Simplify by using priv-set module.
1518         * m4/priv-set.m4: New file.
1519         * modules/priv-set: New file.
1520         * modules/unlinkdir: Add dependency on priv-set module.
1521         * modules/write-any-file: Likewise.
1522
1523         Tests for module 'priv-set'.
1524         * modules/priv-set-tests: New file.
1525         * tests/test-priv-set.c: New file.
1526
1527 2009-05-03  Jim Meyering  <meyering@redhat.com>
1528             Bruno Haible  <bruno@clisp.org>
1529
1530         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
1531         use the converted UTF-8 variant of the name instead.
1532
1533 2009-05-03  Jim Meyering  <meyering@redhat.com>
1534
1535         tests: tighten some getdate tests
1536         * tests/test-getdate.c (main): Tighten tests: require equality,
1537         not just greater than.  Set TZ envvar to UTC0.
1538
1539 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
1540
1541         getdate: correctly interpret "next monday" when run on a Monday
1542         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
1543         that e.g., "next tues" (when run on a tuesday) results in a date
1544         that is one week in the future, and not today's date.
1545         I.e., add a week when the wday is the same as the current one.
1546         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
1547         and earlier by Martin Bernreuther and Jan Minář.
1548         * tests/test-getdate.c (main): Check that "next DAY" is always in
1549         the future and that "last DAY" is always in the past.
1550
1551 2009-05-02  Jim Meyering  <meyering@redhat.com>
1552
1553         build: ensure that a release build fails when a submodule is unclean
1554         * top/maint.mk (no-submodule-changes): New rule.
1555         (alpha beta major): Depend on it.
1556
1557 2009-05-02  Bruno Haible  <bruno@clisp.org>
1558
1559         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
1560         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
1561         shell variable gl_fnmatch_required to detect which variant is
1562         requested.
1563         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
1564         gl_FUNC_FNMATCH_POSIX.
1565         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
1566         exclude fnmatch-posix.
1567
1568 2009-05-02  Bruno Haible  <bruno@clisp.org>
1569
1570         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
1571         * modules/mbsrtowcs (License): Change to LGPLv2+.
1572         * modules/strnlen1 (License): Likewise.
1573         Reported by Simon Josefsson.
1574
1575 2009-05-02  Bruno Haible  <bruno@clisp.org>
1576
1577         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
1578         "cross".
1579         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
1580         gnulib-tool was called with option --source-base=lib.
1581
1582 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1583
1584         Use automake *-local hooks without commands, for extensibility.
1585         * modules/localcharset (Makefile.am): Rename install-exec-local
1586         rule to install-exec-localcharset, and make it a prerequisite of
1587         install-exec-local.  Likewise, rename the uninstall-local rule to
1588         uninstall-localcharset, and make it a prerequisite of the former.
1589
1590 2009-05-01  Bruno Haible  <bruno@clisp.org>
1591
1592         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
1593         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
1594         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
1595         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
1596         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
1597         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
1598         m4/locale-zh.m4, m4/codeset.m4.
1599
1600         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
1601         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
1602         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
1603         m4/locale-zh.m4.
1604
1605         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
1606         REPLACE_WCRTOMB if mbstate_t must be replaced.
1607         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
1608         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
1609
1610 2009-05-01  Bruno Haible  <bruno@clisp.org>
1611
1612         Avoid compiler warnings when redefining macros defined by <libintl.h>.
1613         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
1614         dngettext, dcngettext, textdomain, bindtextdomain,
1615         bind_textdomain_codeset): Undefine before redefining.
1616
1617 2009-04-30  Bruno Haible  <bruno@clisp.org>
1618
1619         Fix bug introduced on 2009-04-25.
1620         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
1621         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
1622         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
1623         is defined.
1624         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
1625         is defined.
1626         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
1627         is defined.
1628         Reported by Elbert_Pol <elbert.pol@gmail.com>.
1629
1630 2009-04-28  Bruno Haible  <bruno@clisp.org>
1631
1632         Comment tweaks.
1633         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
1634         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
1635         * lib/unicase.h (u*_casexfrm): Likewise.
1636         Reported by Paolo Bonzini.
1637
1638 2009-04-28  Bruno Haible  <bruno@clisp.org>
1639
1640         Fix a compilation error.
1641         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
1642         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
1643         Reported by Jim Meyering.
1644
1645 2009-04-27  Bruno Haible  <bruno@clisp.org>
1646
1647         New module 'libunistring'.
1648         * modules/libunistring: New file.
1649         * m4/libunistring.m4: New file.
1650         * MODULES.html.sh (Unicode string functions): Add it.
1651
1652 2009-04-27  Eric Blake  <ebb9@byu.net>
1653
1654         maint.mk: allow package-specific header to provide <config.h>
1655         * top/maint.mk (sc_require_config_h): New variable.
1656         (sc_require_config_h, sc_require_config_h_first): Use it.
1657
1658 2009-04-27  Simon Josefsson  <simon@josefsson.org>
1659
1660         * top/maint.mk (sc_avoid_if_before_free): Except
1661         useless-if-before-free script.
1662
1663 2009-04-27  Eric Blake  <ebb9@byu.net>
1664
1665         maintainer-makefile: depend on all required helper scripts
1666         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
1667         useless-if-before-free.
1668         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
1669         version, rather than assuming gnulib checkout is available.
1670         Reported by Simen Josefsson.
1671
1672 2009-04-26  Bruno Haible  <bruno@clisp.org>
1673
1674         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
1675         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
1676         "../" or "..".
1677
1678 2009-04-26  Bruno Haible  <bruno@clisp.org>
1679
1680         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
1681         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
1682         AC_LIB_HAVE_LINKFLAGS.
1683
1684 2009-04-26  Bruno Haible  <bruno@clisp.org>
1685
1686         Simplify calling convention of u*_conv_from_encoding.
1687         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
1688         u32_conv_from_encoding): Expect a resultbuf argument and return the
1689         result directly as a pointer.
1690         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
1691         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
1692         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
1693         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
1694         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
1695         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
1696         Update.
1697         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
1698         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
1699         * lib/vasnprintf.c (VASNPRINTF): Update.
1700         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
1701         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
1702         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
1703         * NEWS: Mention the change.
1704
1705 2009-04-26  Bruno Haible  <bruno@clisp.org>
1706
1707         Simplify calling convention of u*_conv_to_encoding.
1708         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1709         u32_conv_to_encoding): Expect a resultbuf argument and return the
1710         result directly as a pointer.
1711         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
1712         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
1713         freeing scaled_offsets if mem_iconveha failed.
1714         * lib/unicase/u-casexfrm.h (FUNC): Update.
1715         * lib/uninorm/u-normxfrm.h (FUNC): Update.
1716         * lib/vasnprintf.c (VASNPRINTF): Update.
1717         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
1718         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
1719         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
1720         * NEWS: Mention the change.
1721
1722 2009-04-26  Bruno Haible  <bruno@clisp.org>
1723
1724         Avoid test failures on AIX and OSF/1.
1725         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
1726         malloc(0).
1727         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
1728         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
1729         Likewise.
1730         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
1731         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
1732         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
1733         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
1734         * doc/posix-functions/malloc.texi: Document the portability problem
1735         related to malloc(0).
1736
1737 2009-04-26  Bruno Haible  <bruno@clisp.org>
1738
1739         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
1740         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
1741         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
1742
1743 2009-04-25  Bruno Haible  <bruno@clisp.org>
1744
1745         Avoid link error when creating a namespace clean library.
1746         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
1747         as macro with arguments if already defined as an alias.
1748         * lib/signbitf.c (gl_signbitf): Don't undefine.
1749         * lib/signbitd.c (gl_signbitd): Don't undefine.
1750         * lib/signbitl.c (gl_signbitl): Don't undefine.
1751
1752 2009-04-25  Jim Meyering  <meyering@redhat.com>
1753
1754         vc-list-files: fix another quoting bug
1755         * build-aux/vc-list-files: Avoid sed backslash expansion
1756         of pathological directory names.
1757
1758 2009-04-25  Eric Blake  <ebb9@byu.net>
1759
1760         vc-list-files: fix shell quoting error
1761         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
1762         timestamp.
1763
1764 2009-04-25  Jim Meyering  <meyering@redhat.com>
1765
1766         vc-list-files: restore lost functionality with subdir argument
1767         * build-aux/vc-list-files: When given a non-"." sub-directory
1768         argument, substitute the $dir/ prefix back onto each resulting name.
1769         Otherwise, coreutils' root_tests check would fail.
1770
1771 2009-04-24  Eric Blake  <ebb9@byu.net>
1772
1773         vc-list-files: ignore git symlinks
1774         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
1775         than ls-files, to ignore git symlinks.
1776
1777         maint.mk: import improvements from m4
1778         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
1779         (move_if_change): Delete unused macro.
1780         (news-date-check, vc-diff-check): Support VPATH builds.
1781         (announcement): Likewise.  Split --bootstrap-tools list...
1782         (boostrap-tools): ...into separate list, which can be overridden
1783         in cfg.mk.
1784         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
1785         requiring dependency on useless-if-before-free module.
1786         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
1787         Support VPATH builds.
1788
1789 2009-04-24  Jim Meyering  <meyering@redhat.com>
1790
1791         maint.mk: remove coreutils-specific rules and variables
1792         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
1793         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
1794         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
1795
1796         maint.mk: remove obsolete rule
1797         * top/maint.mk (rel-check): Remove rule.
1798         (WGET, WGETFLAGS): Remove now-unused variables.
1799
1800 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1801
1802         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
1803         consistency.
1804
1805         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
1806         '$(PATH_SEPARATOR)' instead of ':'.
1807
1808 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1809
1810         * lib/getopt1.c (main): Use 'const' for static array.
1811
1812 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1813
1814         * top/maint.mk: Sync with coreutils.
1815         * NEWS: Explain incompatibilities.
1816
1817 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1818             Bruno Haible  <bruno@clisp.org>
1819
1820         Fix cross-compilation results.
1821         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
1822         statement, as third argument of AC_TRY_RUN.
1823         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
1824         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
1825         Likewise.
1826         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
1827         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
1828         Likewise.
1829         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
1830         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
1831         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
1832
1833 2009-04-20  Bruno Haible  <bruno@clisp.org>
1834
1835         Avoid test failure on mingw.
1836         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
1837
1838 2009-04-20  Bruno Haible  <bruno@clisp.org>
1839
1840         Avoid compilation error on mingw.
1841         * modules/localename-tests (Depends-on): Add locale.
1842
1843 2009-04-19  Bruno Haible  <bruno@clisp.org>
1844
1845         Support for building a shared library on Windows platforms.
1846         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
1847         (main): Test the presence of UNINORM_NFC here.
1848         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
1849         (main): Test the presence of UNINORM_NFD here.
1850         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
1851         (main): Test the presence of UNINORM_NFKC here.
1852         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
1853         (main): Test the presence of UNINORM_NFKD here.
1854
1855 2009-04-19  Bruno Haible  <bruno@clisp.org>
1856
1857         Avoid a compiler warning.
1858         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
1859         Change type of variable 'sequence'.
1860
1861 2009-04-19  Bruno Haible  <bruno@clisp.org>
1862
1863         * modules/configmake (Makefile.am): When the contents of configmake.h
1864         does not change, arrange to preserve its modification time.
1865
1866 2009-04-17  Simon Josefsson  <simon@josefsson.org>
1867
1868         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
1869         gettext domain.
1870
1871 2009-04-16  Jim Meyering  <meyering@redhat.com>
1872
1873         useless-if-before-free: improve conversion code
1874         * build-aux/useless-if-before-free: Adjust code-in-comment to match
1875         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
1876
1877 2009-04-14  Bruno Haible  <bruno@clisp.org>
1878
1879         * modules/fcntl (Depends-on): Add extensions.
1880         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
1881
1882 2009-04-12  Ben Pfaff  <blp@gnu.org>
1883
1884         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
1885         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
1886
1887 2009-03-20  Ben Pfaff  <blp@gnu.org>
1888
1889         Make rename replace existing destinations on Windows.
1890         * m4/rename.m4: Add test for Mingw.
1891         * lib/rename.c: Add rename replacement that uses MoveFileEx with
1892         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
1893         * doc/posix-functions/rename.texi: Document.
1894
1895 2009-04-10  Bruno Haible  <bruno@clisp.org>
1896
1897         New include file "iconveh.h".
1898         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
1899         * lib/striconveh.h: Include it.
1900         (enum iconv_ilseq_handler): Remove definition.
1901         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
1902         striconveh.h.
1903         * lib/striconveha.c: Include striconveh.h.
1904         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
1905         * modules/striconveh (Files): Add lib/iconveh.h.
1906         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
1907         lib/striconveh.h.
1908
1909 2009-04-10  Bruno Haible  <bruno@clisp.org>
1910
1911         * lib/uniconv.h: Update comment.
1912
1913 2009-04-10  Bruno Haible  <bruno@clisp.org>
1914
1915         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
1916         always.
1917         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1918         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1919         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1920         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
1921         "unistring-notinline.h", so that the function gets defined always.
1922         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1923         * lib/unistr/u8-uctomb.c: Likewise.
1924         * lib/unistr/u16-mbtouc.c: Likewise.
1925         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1926         * lib/unistr/u16-uctomb.c: Likewise.
1927         * lib/unistr/u32-mbtouc.c: Likewise.
1928         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1929         * lib/unistr/u32-uctomb.c: Likewise.
1930
1931 2009-04-10  Bruno Haible  <bruno@clisp.org>
1932
1933         Mark 'utime' obsolete.
1934         * modules/utime (Status, Notice): New sections.
1935         Suggested by Jim Meyering.
1936
1937         Fix cross-compile guess for utime test.
1938         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
1939         autoconf.
1940         * doc/posix-functions/utime.texi: Give more precisions.
1941         Reported by Jan <ipif@ymail.com>.
1942
1943 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
1944
1945         filevercmp: correct today's change
1946         * lib/filevercmp.c: Also handle coreutils' test inputs.
1947         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
1948
1949         Fix regression in 'filevercmp' module. Thanks Sven Joachim
1950         for reporting it.
1951         * lib/filevercmp.c: Special handle for "", "." and "..".
1952         * tests/test-filevercmp.c: Enlarge the set suite.
1953
1954 2009-04-07  Jim Meyering  <meyering@redhat.com>
1955
1956         useless-if-before-free: show how to remove braced useless free, too
1957         * build-aux/useless-if-before-free: still only in a comment, though.
1958
1959 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
1960
1961         maint.mk: import changes to syntax-check macros from coreutils
1962         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
1963         Use them in the relevant macros.
1964
1965 2009-04-06  Bruno Haible  <bruno@clisp.org>
1966
1967         Fix unportable use of bit-fields.
1968         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
1969         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
1970         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
1971
1972 2009-04-06  Bruno Haible  <bruno@clisp.org>
1973
1974         Avoid test failures on AIX and OSF/1.
1975         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
1976         that malloc(0) = NULL.
1977         * tests/unicase/test-u8-tolower.c (check): Likewise.
1978         * tests/unicase/test-u8-totitle.c (check): Likewise.
1979         * tests/unicase/test-u8-toupper.c (check): Likewise.
1980         * tests/unicase/test-u16-casefold.c (check): Likewise.
1981         * tests/unicase/test-u16-tolower.c (check): Likewise.
1982         * tests/unicase/test-u16-totitle.c (check): Likewise.
1983         * tests/unicase/test-u16-toupper.c (check): Likewise.
1984         * tests/unicase/test-u32-casefold.c (check): Likewise.
1985         * tests/unicase/test-u32-tolower.c (check): Likewise.
1986         * tests/unicase/test-u32-totitle.c (check): Likewise.
1987         * tests/unicase/test-u32-toupper.c (check): Likewise.
1988         * tests/uninorm/test-u8-nfc.c (check): Likewise.
1989         * tests/uninorm/test-u8-nfd.c (check): Likewise.
1990         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
1991         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
1992         * tests/uninorm/test-u16-nfc.c (check): Likewise.
1993         * tests/uninorm/test-u16-nfd.c (check): Likewise.
1994         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
1995         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
1996         * tests/uninorm/test-u32-nfc.c (check): Likewise.
1997         * tests/uninorm/test-u32-nfd.c (check): Likewise.
1998         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
1999         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
2000
2001 2009-04-05  Bruno Haible  <bruno@clisp.org>
2002
2003         Work around an autoconf limitation.
2004         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
2005         comment line if it would be longer than 3 KB.
2006
2007 2009-04-05  Bruno Haible  <bruno@clisp.org>
2008
2009         Avoid test failure with libiconv-1.13.
2010         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
2011         of the expected test results.
2012
2013 2009-04-05  Bruno Haible  <bruno@clisp.org>
2014
2015         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
2016         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
2017         that it should be installed.
2018
2019 2009-04-05  Bruno Haible  <bruno@clisp.org>
2020
2021         * gnulib-tool: New option --copy-file.
2022         (func_usage): Document it.
2023         (func_dest_tmpfilename): Moved out of func_import.
2024         (func_add_file, func_update_file): New functions, extracted from
2025         func_import.
2026         (func_import): Update.
2027
2028 2009-04-05  Karl Berry  <karl@gnu.org>
2029
2030         * README: prominently mention gnulib-tool.
2031         Rearrange sections so getting the code is near the top.
2032
2033 2009-04-05  Bruno Haible  <bruno@clisp.org>
2034
2035         * lib/unicase.h: Mention u*_cmp2.
2036         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
2037         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
2038         * lib/unicase/ulc-casecmp.c: Likewise.
2039         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
2040         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
2041         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
2042         unistr/u8-cmp.
2043         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
2044         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
2045         unistr/u16-cmp.
2046         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
2047         unistr/u32-cmp.
2048
2049         * lib/uninorm.h: Mention u*_cmp2.
2050         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
2051         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
2052         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
2053         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
2054         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
2055         unistr/u8-cmp.
2056         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
2057         unistr/u16-cmp.
2058         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
2059         unistr/u32-cmp.
2060
2061         New module 'unistr/u32-cmp2'.
2062         * lib/unistr/u32-cmp2.c: New file.
2063         * modules/unistr/u32-cmp2: New file.
2064
2065         New module 'unistr/u16-cmp2'.
2066         * lib/unistr/u16-cmp2.c: New file.
2067         * modules/unistr/u16-cmp2: New file.
2068
2069         New module 'unistr/u8-cmp2'.
2070         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
2071         * lib/unistr/u8-cmp2.c: New file.
2072         * lib/unistr/u-cmp2.h: New file.
2073         * modules/unistr/u8-cmp2: New file.
2074
2075 2009-04-05  Bruno Haible  <bruno@clisp.org>
2076
2077         * lib/unictype.h (uc_property_is_valid): New macro.
2078         * tests/unictype/test-pr_byname.c (main): Use it.
2079
2080         * lib/unistr.h: Doc fixes.
2081         * lib/uniconv.h: Doc fixes.
2082         * lib/unictype.h: Doc fixes.
2083
2084 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
2085
2086         Port coreutils 7.2 to Solaris 8.
2087
2088         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
2089         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
2090         for Solaris 8.  This is a bit of a hack, as it means it's the
2091         caller's responsibility to add -lnsl if needed, but most likely it
2092         won't be needed since only getaddrinfo uses this and getaddrinfo
2093         isn't needed on Solaris 8.
2094
2095         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
2096         problem to Solaris 8 encountered with coreutils 7.2, which
2097         resulted in a message "fnmatch.c:292: warning: passing argument 4
2098         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
2099         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
2100
2101 2009-04-03  Simon Josefsson  <simon@josefsson.org>
2102
2103         * m4/ld-version-script.m4: Add FIXME comment.
2104
2105 2009-04-02  Simon Josefsson  <simon@josefsson.org>
2106
2107         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
2108         SOVERSION variable.
2109
2110 2009-04-02  Bruno Haible  <bruno@clisp.org>
2111
2112         * Makefile (info, html, dvi, pdf): Combine the rules.
2113         Suggested by Jim Meyering.
2114
2115 2009-04-01  Bruno Haible  <bruno@clisp.org>
2116
2117         * Makefile (info, html, dvi, pdf): New targets.
2118         Reported by Reuben Thomas <rrt@sc3d.org>.
2119
2120 2009-04-01  Bruno Haible  <bruno@clisp.org>
2121
2122         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
2123         can be put into PATH.
2124         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
2125
2126 2009-04-01  Bruno Haible  <bruno@clisp.org>
2127
2128         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
2129
2130 2009-04-01  Bruno Haible  <bruno@clisp.org>
2131
2132         Rename module 'visibility'.
2133         * modules/lib-symbol-visibility: Renamed from modules/visibility.
2134         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
2135         * doc/gnulib.texi: Update.
2136         * MODULES.html.sh (Misc): Update.
2137         * NEWS: Mention the change.
2138
2139 2009-04-01  Simon Josefsson  <simon@josefsson.org>
2140
2141         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
2142         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
2143         Eric Blake <ebb9@byu.net> for review.
2144         * MODULES.html.sh: Add lib-msvc-compat.
2145         * doc/gnulib.texi: Link to new section.
2146         * m4/ld-output-def.m4: New file.
2147         * doc/ld-output-def.texi: New file.
2148
2149 2009-04-01  Simon Josefsson  <simon@josefsson.org>
2150
2151         Rename ld-version-script to lib-symbol-versions.  Suggested by
2152         Bruno Haible <bruno@clisp.org>.
2153         * modules/ld-version-script: Renamed to lib-symbol-versions.
2154         * doc/ld-version-script.texi: Fix module name.
2155         * MODULES.html.sh: Add lib-symbol-versions.
2156
2157 2009-03-31  Simon Josefsson  <simon@josefsson.org>
2158
2159         * modules/u64-tests: New file.
2160         * tests/test-u64.c: New file.
2161
2162 2009-03-04  Simon Josefsson  <simon@josefsson.org>
2163
2164         * MODULES.html.sh: Mention u64.
2165         * modules/u64: New module.
2166         * modules/crypto/sha512: Depend on u64 module instead of providing
2167         u64.h.
2168
2169 2009-03-27  Eric Blake  <ebb9@byu.net>
2170
2171         test-strerror: make debugging EAI_SYSTEM easier
2172         * modules/getaddrinfo-tests (Depends-on): Add strerror.
2173         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
2174         failure was EAI_SYSTEM.
2175
2176 2009-03-25  Bruno Haible  <bruno@clisp.org>
2177
2178         Fix a problem with --enable-relocatable on Solaris 7.
2179         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
2180         since 2008-02-24.
2181
2182 2009-03-25  Eric Blake  <ebb9@byu.net>
2183
2184         test-sockets: avoid gcc warning
2185         * tests/test-sockets.c (main): Silence compiler warning.
2186
2187 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
2188
2189         New modules nproc, pthread, contributed by Glen Lenker.
2190
2191         * MODULES.html.sh: Add pthread, nproc.
2192         * lib/nproc.c: New file.
2193         * lib/nproc.h: New file.
2194         * lib/pthread.in.h: New file.
2195         * m4/pthread.m4: New file.
2196         * modules/nproc: New file.
2197         * modules/pthread: New file.
2198
2199 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2200
2201         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
2202         New variable.
2203
2204 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
2205
2206         filevercmp: handle simple~ and numbered.~3~ backup suffixes
2207         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
2208         * tests/test-filevercmp.c: Add tests for backup suffixes.
2209
2210 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2211
2212         * modules/stdlib (Depends-on): Add stdint, needed when defining
2213         struct random_data on, for example, HP-UX 10.20.  Reported by
2214         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2215
2216 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2217
2218         * lib/readline.c (readline): Call fflush on stdout after printing
2219         prompt.
2220
2221 2009-03-20  Bruno Haible  <bruno@clisp.org>
2222
2223         Remove dependency from 'close' module to -lws2_32 on native Windows.
2224         * lib/close-hook.h: New file.
2225         * lib/close-hook.c: New file.
2226         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
2227         w32sock.h.
2228         (_gl_close_fd_maybe_socket): Remove function.
2229         (rpl_close): Invoke execute_all_close_hooks instead of
2230         _gl_close_fd_maybe_socket.
2231         * lib/sockets.c: Include close-hook.h, w32sock.h.
2232         (close_fd_maybe_socket): New function, essentially from lib/close.c.
2233         (close_sockets_hook): New variable.
2234         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
2235         (gl_sockets_cleanup): Unregister it.
2236         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
2237         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
2238         * modules/close-hook: New file.
2239         * modules/close (Files): Remove lib/w32sock.h.
2240         (Depends-on): Add close-hook.
2241         (Link): Remove section.
2242         * modules/sockets (Files): Add lib/w32sock.h.
2243         (Depends-on): Add close-hook.
2244         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
2245         invocation.
2246         * NEWS: Mention that LIB_CLOSE is gone.
2247
2248 2009-03-23  Eric Blake  <ebb9@byu.net>
2249
2250         signal-tests: test previous patch
2251         * tests/test-signal.c: New file.
2252         * modules/signal-tests: Likewise.
2253
2254         signal.h: always support 'volatile sig_atomic_t'
2255         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
2256         (gl_SIGNAL_H_DEFAULTS): Add a default.
2257         * modules/signal (Makefile.am): Substitute if needed.
2258         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
2259         users can blindly add volatile.
2260         * doc/posix-headers/signal.texi (signal.h): Document it.
2261         Reported by Matthew Woehlke.
2262
2263 2009-03-23  Jim Meyering  <meyering@redhat.com>
2264
2265         pathmax: PATH_MAX: use pathconf only when available
2266         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
2267         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
2268         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
2269         This avoids a link failure in a PSP cross-compilation environment
2270         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
2271
2272         * lib/vasnprintf.c (divide): Fix typo in comment.
2273
2274 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2275
2276         * gnulib-tool (func_filter_filelist): Fix comment.
2277
2278 2009-03-20  Bruno Haible  <bruno@clisp.org>
2279
2280         Make sockets.h self-contained.
2281         * lib/sockets.c: Include sockets.h first.
2282         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
2283
2284 2009-03-19  Eric Blake  <ebb9@byu.net>
2285
2286         doc: mention more functions added in cygwin 1.7.0
2287         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
2288         addition.
2289         * doc/posix-functions/log2f.texi: Likewise.
2290
2291 2009-03-19  Jim Meyering  <meyering@redhat.com>
2292
2293         fsusage: avoid syntax error due to statement-before-declaration
2294         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
2295         after all declarations.  Reported by Matthew Woehlke in
2296         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
2297
2298 2009-03-18  Eric Blake  <ebb9@byu.net>
2299
2300         build-aux/compile: sync from automake
2301         * build-aux/compile: New file, from automake.
2302         * config/srclist.txt: Mention build-aux/compile.
2303
2304 2009-03-17  Bruno Haible  <bruno@clisp.org>
2305
2306         * lib/git-merge-changelog.c: Fix typo in comment.
2307         Reported by Reuben Thomas <rrt@sc3d.org>.
2308
2309 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
2310
2311         * m4/regex.m4: update and improve help for
2312         --without-included-regex.
2313
2314 2009-03-17  Simon Josefsson  <simon@josefsson.org>
2315
2316         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
2317         failure on missing include files.
2318
2319 2009-03-17  Eric Blake  <ebb9@byu.net>
2320
2321         doc: mention more functions added in cygwin 1.7.0
2322         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
2323         addition.
2324         * doc/posix-functions/fwscanf.texi: Likewise.
2325         * doc/posix-functions/swprintf.texi: Likewise.
2326         * doc/posix-functions/swscanf.texi: Likewise.
2327         * doc/posix-functions/vfwprintf.texi: Likewise.
2328         * doc/posix-functions/vfwscanf.texi: Likewise.
2329         * doc/posix-functions/vswprintf.texi: Likewise.
2330         * doc/posix-functions/vswscanf.texi: Likewise.
2331         * doc/posix-functions/vwprintf.texi: Likewise.
2332         * doc/posix-functions/vwscanf.texi: Likewise.
2333         * doc/posix-functions/wcscasecmp.texi: Likewise.
2334         * doc/posix-functions/wcsdup.texi: Likewise.
2335         * doc/posix-functions/wcsftime.texi: Likewise.
2336         * doc/posix-functions/wcsncasecmp.texi: Likewise.
2337         * doc/posix-functions/wprintf.texi: Likewise.
2338         * doc/posix-functions/wscanf.texi: Likewise.
2339         * doc/glibc-functions/gethostbyname2.texi: Likewise.
2340
2341 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2342
2343         maint.mk: really add $(AM_MAKEFLAGS)
2344         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
2345         was inadvertently omitted in the last commit.
2346         Spotted by Bruno Haible.
2347
2348         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
2349         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
2350         $(AM_MAKEFLAGS)' rather than plain `make'.
2351
2352         gnulib-tool: execute $MAKE not make
2353         * gnulib-tool: Default $MAKE to 'make'.
2354         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
2355         than make.  Initialize $MAKE in the do-autobuild script.
2356
2357         gnulib-tool: use $MAKE not make in generated files
2358         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
2359         make, in generated files.  Initialize $MAKE in the do-autobuild
2360         script.
2361
2362         * top/GNUmakefile (_have-git-version-gen): Fix typo.
2363
2364         GNUmakefile: disable parallelism only for multiple, recursive targets
2365         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
2366         additions in the Makefile.
2367         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
2368         by Automake.
2369         (.NOTPARALLEL): Only disable parallel builds if multiple targets
2370         are listed on the command line and at least one of them is
2371         listed in $(ALL_RECURSIVE_TARGETS).
2372
2373 2009-03-14  Bruno Haible  <bruno@clisp.org>
2374
2375         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
2376         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
2377         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
2378         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
2379         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
2380         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
2381         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
2382         unistr/u8-uctomb.
2383         * modules/unistr/u8-strchr (Depends-on): Likewise.
2384         * modules/unistr/u8-strrchr (Depends-on): Likewise.
2385         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
2386         unistr/u16-uctomb.
2387         * modules/unistr/u16-strchr (Depends-on): Likewise.
2388         * modules/unistr/u16-strrchr (Depends-on): Likewise.
2389
2390 2009-03-12  Bruno Haible  <bruno@clisp.org>
2391
2392         Work around select() bug on Interix 3.5.
2393         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
2394         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
2395         * m4/select.m4: New file.
2396         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
2397         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
2398         * modules/select (Files): Add m4/select.m4.
2399         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
2400         * modules/nanosleep (Depends-on): Add select.
2401         * modules/poll (Depends-on): Likewise.
2402         * doc/posix-functions/select.texi: Mention the Interix bug.
2403         Reported by Markus Duft <mduft@gentoo.org>.
2404
2405         * lib/select.c: Renamed from lib/winsock-select.c.
2406         * modules/select (Files): Add lib/select.c, remove
2407         lib/winsock-select.c.
2408         (configure.ac): Update.
2409
2410 2009-03-12  Jim Meyering  <meyering@redhat.com>
2411
2412         avoid gcc warnings about unused macro definitions
2413         * lib/readtokens.c (STREQ): Remove unused definition.
2414         * lib/xmalloc.c (SIZE_MAX): Likewise.
2415         * lib/openat-die.c (N_): Likewise.
2416         * lib/mountlist.c (SIZE_MAX): Remove definition.
2417         Instead, include <stdint.h>.
2418         * lib/readutmp.c: Likewise.
2419         * modules/readutmp (Depends-on): Add stdint.
2420         * modules/mountlist (Depends-on): Add stdint.
2421         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
2422
2423 2009-03-10  Bruno Haible  <bruno@clisp.org>
2424
2425         Tests for module 'mbmemcasecoll'.
2426         * modules/mbmemcasecoll-tests: New file.
2427         * tests/test-mbmemcasecoll1.sh: New file.
2428         * tests/test-mbmemcasecoll2.sh: New file.
2429         * tests/test-mbmemcasecoll3.sh: New file.
2430         * tests/test-mbmemcasecoll.c: New file.
2431
2432         New module 'mbmemcasecoll'.
2433         * lib/mbmemcasecoll.h: New file.
2434         * lib/mbmemcasecoll.c: New file.
2435         * modules/mbmemcasecoll: New file.
2436
2437         * tests/test-mbmemcasecmp.h: New file, extracted from
2438         tests/test-mbmemcasecmp.c.
2439         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
2440         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
2441         (main): Update.
2442         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
2443
2444 2009-03-09  Bruno Haible  <bruno@clisp.org>
2445
2446         Tests for module 'mbmemcasecmp'.
2447         * modules/mbmemcasecmp-tests: New file.
2448         * tests/test-mbmemcasecmp1.sh: New file.
2449         * tests/test-mbmemcasecmp2.sh: New file.
2450         * tests/test-mbmemcasecmp3.sh: New file.
2451         * tests/test-mbmemcasecmp.c: New file.
2452
2453         New module 'mbmemcasecmp'.
2454         * lib/mbmemcasecmp.h: New file.
2455         * lib/mbmemcasecmp.c: New file.
2456         * modules/mbmemcasecmp: New file.
2457
2458 2009-03-09  Bruno Haible  <bruno@clisp.org>
2459
2460         Tests for module 'unicase/ulc-casecoll'.
2461         * modules/unicase/ulc-casecoll-tests: New file.
2462         * tests/unicase/test-ulc-casecoll1.sh: New file.
2463         * tests/unicase/test-ulc-casecoll2.sh: New file.
2464         * tests/unicase/test-ulc-casecoll.c: New file.
2465
2466         New module 'unicase/ulc-casecoll'.
2467         * lib/unicase.h (ulc_casecoll): New declaration.
2468         * lib/unicase/ulc-casecoll.c: New file.
2469         * modules/unicase/ulc-casecoll: New file.
2470
2471         New module 'unicase/ulc-casexfrm'.
2472         * lib/unicase.h (ulc_casexfrm): New declaration.
2473         * lib/unicase/ulc-casexfrm.c: New file.
2474         * modules/unicase/ulc-casexfrm: New file.
2475
2476 2009-03-09  Bruno Haible  <bruno@clisp.org>
2477
2478         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
2479         invocations.
2480
2481         * m4/mbscasecmp.m4: Remove file.
2482         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
2483         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
2484
2485         * m4/mbscasestr.m4: Remove file.
2486         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
2487         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
2488
2489         * m4/mbschr.m4: Remove file.
2490         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
2491         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
2492
2493         * m4/mbscspn.m4: Remove file.
2494         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
2495         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
2496
2497         * m4/mbslen.m4: Remove file.
2498         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
2499         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
2500
2501         * m4/mbsncasecmp.m4: Remove file.
2502         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
2503         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
2504
2505         * m4/mbsnlen.m4: Remove file.
2506         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
2507         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
2508
2509         * m4/mbspbrk.m4: Remove file.
2510         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
2511         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
2512
2513         * m4/mbspcasecmp.m4: Remove file.
2514         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
2515         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
2516
2517         * m4/mbsrchr.m4: Remove file.
2518         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
2519         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
2520
2521         * m4/mbssep.m4: Remove file.
2522         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
2523         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
2524
2525         * m4/mbsspn.m4: Remove file.
2526         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
2527         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
2528
2529         * m4/mbsstr.m4: Remove file.
2530         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
2531         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
2532
2533         * m4/mbstok_r.m4: Remove file.
2534         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
2535         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
2536
2537         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
2538
2539         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
2540         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
2541
2542         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
2543
2544 2009-03-08  Bruno Haible  <bruno@clisp.org>
2545
2546         Tests for module 'unicase/ulc-casecmp'.
2547         * modules/unicase/ulc-casecmp-tests: New file.
2548         * tests/unicase/test-ulc-casecmp1.sh: New file.
2549         * tests/unicase/test-ulc-casecmp2.sh: New file.
2550         * tests/unicase/test-ulc-casecmp.c: New file.
2551
2552         New module 'unicase/ulc-casecmp'.
2553         * lib/unicase.h (ulc_casecmp): New declaration.
2554         * lib/unicase/ulc-casecmp.c: New file.
2555         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
2556         'const SRC_UNIT *'.
2557         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
2558         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
2559         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
2560         * modules/unicase/ulc-casecmp: New file.
2561
2562         Tests for module 'unicase/u32-is-cased'.
2563         * modules/unicase/u32-is-cased-tests: New file.
2564         * tests/unicase/test-u32-is-cased.c: New file.
2565
2566         Tests for module 'unicase/u16-is-cased'.
2567         * modules/unicase/u16-is-cased-tests: New file.
2568         * tests/unicase/test-u16-is-cased.c: New file.
2569
2570         Tests for module 'unicase/u8-is-cased'.
2571         * modules/unicase/u8-is-cased-tests: New file.
2572         * tests/unicase/test-u8-is-cased.c: New file.
2573         * tests/unicase/test-is-cased.h: New file.
2574
2575         New module 'unicase/u32-is-cased'.
2576         * lib/unicase/u32-is-cased.c: New file.
2577         * modules/unicase/u32-is-cased: New file.
2578
2579         New module 'unicase/u16-is-cased'.
2580         * lib/unicase/u16-is-cased.c: New file.
2581         * modules/unicase/u16-is-cased: New file.
2582
2583         New module 'unicase/u8-is-cased'.
2584         * lib/unicase/u8-is-cased.c: New file.
2585         * lib/unicase/u-is-cased.h: New file.
2586         * modules/unicase/u8-is-cased: New file.
2587
2588         Tests for module 'unicase/u32-is-casefolded'.
2589         * modules/unicase/u32-is-casefolded-tests: New file.
2590         * tests/unicase/test-u32-is-casefolded.c: New file.
2591
2592         Tests for module 'unicase/u16-is-casefolded'.
2593         * modules/unicase/u16-is-casefolded-tests: New file.
2594         * tests/unicase/test-u16-is-casefolded.c: New file.
2595
2596         Tests for module 'unicase/u8-is-casefolded'.
2597         * modules/unicase/u8-is-casefolded-tests: New file.
2598         * tests/unicase/test-u8-is-casefolded.c: New file.
2599         * tests/unicase/test-is-casefolded.h: New file.
2600
2601         New module 'unicase/u32-is-casefolded'.
2602         * lib/unicase/u32-is-casefolded.c: New file.
2603         * modules/unicase/u32-is-casefolded: New file.
2604
2605         New module 'unicase/u16-is-casefolded'.
2606         * lib/unicase/u16-is-casefolded.c: New file.
2607         * modules/unicase/u16-is-casefolded: New file.
2608
2609         New module 'unicase/u8-is-casefolded'.
2610         * lib/unicase/u8-is-casefolded.c: New file.
2611         * modules/unicase/u8-is-casefolded: New file.
2612
2613         Tests for module 'unicase/u32-is-titlecase'.
2614         * modules/unicase/u32-is-titlecase-tests: New file.
2615         * tests/unicase/test-u32-is-titlecase.c: New file.
2616
2617         Tests for module 'unicase/u16-is-titlecase'.
2618         * modules/unicase/u16-is-titlecase-tests: New file.
2619         * tests/unicase/test-u16-is-titlecase.c: New file.
2620
2621         Tests for module 'unicase/u8-is-titlecase'.
2622         * modules/unicase/u8-is-titlecase-tests: New file.
2623         * tests/unicase/test-u8-is-titlecase.c: New file.
2624         * tests/unicase/test-is-titlecase.h: New file.
2625
2626         New module 'unicase/u32-is-titlecase'.
2627         * lib/unicase/u32-is-titlecase.c: New file.
2628         * modules/unicase/u32-is-titlecase: New file.
2629
2630         New module 'unicase/u16-is-titlecase'.
2631         * lib/unicase/u16-is-titlecase.c: New file.
2632         * modules/unicase/u16-is-titlecase: New file.
2633
2634         New module 'unicase/u8-is-titlecase'.
2635         * lib/unicase/u8-is-titlecase.c: New file.
2636         * modules/unicase/u8-is-titlecase: New file.
2637
2638         Tests for module 'unicase/u32-is-lowercase'.
2639         * modules/unicase/u32-is-lowercase-tests: New file.
2640         * tests/unicase/test-u32-is-lowercase.c: New file.
2641
2642         Tests for module 'unicase/u16-is-lowercase'.
2643         * modules/unicase/u16-is-lowercase-tests: New file.
2644         * tests/unicase/test-u16-is-lowercase.c: New file.
2645
2646         Tests for module 'unicase/u8-is-lowercase'.
2647         * modules/unicase/u8-is-lowercase-tests: New file.
2648         * tests/unicase/test-u8-is-lowercase.c: New file.
2649         * tests/unicase/test-is-lowercase.h: New file.
2650
2651         New module 'unicase/u32-is-lowercase'.
2652         * lib/unicase/u32-is-lowercase.c: New file.
2653         * modules/unicase/u32-is-lowercase: New file.
2654
2655         New module 'unicase/u16-is-lowercase'.
2656         * lib/unicase/u16-is-lowercase.c: New file.
2657         * modules/unicase/u16-is-lowercase: New file.
2658
2659         New module 'unicase/u8-is-lowercase'.
2660         * lib/unicase/u8-is-lowercase.c: New file.
2661         * modules/unicase/u8-is-lowercase: New file.
2662
2663         Tests for module 'unicase/u32-is-uppercase'.
2664         * modules/unicase/u32-is-uppercase-tests: New file.
2665         * tests/unicase/test-u32-is-uppercase.c: New file.
2666
2667         Tests for module 'unicase/u16-is-uppercase'.
2668         * modules/unicase/u16-is-uppercase-tests: New file.
2669         * tests/unicase/test-u16-is-uppercase.c: New file.
2670
2671         Tests for module 'unicase/u8-is-uppercase'.
2672         * modules/unicase/u8-is-uppercase-tests: New file.
2673         * tests/unicase/test-u8-is-uppercase.c: New file.
2674         * tests/unicase/test-is-uppercase.h: New file.
2675
2676         New module 'unicase/u32-is-uppercase'.
2677         * lib/unicase/u32-is-uppercase.c: New file.
2678         * modules/unicase/u32-is-uppercase: New file.
2679
2680         New module 'unicase/u16-is-uppercase'.
2681         * lib/unicase/u16-is-uppercase.c: New file.
2682         * modules/unicase/u16-is-uppercase: New file.
2683
2684         New module 'unicase/u8-is-uppercase'.
2685         * lib/unicase/u8-is-uppercase.c: New file.
2686         * modules/unicase/u8-is-uppercase: New file.
2687
2688         New module 'unicase/u32-is-invariant'.
2689         * lib/unicase/u32-is-invariant.c: New file.
2690         * modules/unicase/u32-is-invariant: New file.
2691
2692         New module 'unicase/u16-is-invariant'.
2693         * lib/unicase/u16-is-invariant.c: New file.
2694         * modules/unicase/u16-is-invariant: New file.
2695
2696         New module 'unicase/u8-is-invariant'.
2697         * lib/unicase/u8-is-invariant.c: New file.
2698         * lib/unicase/invariant.h: New file.
2699         * lib/unicase/u-is-invariant.h: New file.
2700         * modules/unicase/u8-is-invariant: New file.
2701
2702         Tests for module 'unicase/u32-casecoll'.
2703         * modules/unicase/u32-casecoll-tests: New file.
2704         * tests/unicase/test-u32-casecoll.c: New file.
2705
2706         Tests for module 'unicase/u16-casecoll'.
2707         * modules/unicase/u16-casecoll-tests: New file.
2708         * tests/unicase/test-u16-casecoll.c: New file.
2709
2710         Tests for module 'unicase/u8-casecoll'.
2711         * modules/unicase/u8-casecoll-tests: New file.
2712         * tests/unicase/test-u8-casecoll.c: New file.
2713
2714         New module 'unicase/u32-casecoll'.
2715         * lib/unicase/u32-casecoll.c: New file.
2716         * modules/unicase/u32-casecoll: New file.
2717
2718         New module 'unicase/u16-casecoll'.
2719         * lib/unicase/u16-casecoll.c: New file.
2720         * modules/unicase/u16-casecoll: New file.
2721
2722         New module 'unicase/u8-casecoll'.
2723         * lib/unicase/u8-casecoll.c: New file.
2724         * lib/unicase/u-casecoll.h: New file.
2725         * modules/unicase/u8-casecoll: New file.
2726
2727         New module 'unicase/u32-casexfrm'.
2728         * lib/unicase/u32-casexfrm.c: New file.
2729         * modules/unicase/u32-casexfrm: New file.
2730
2731         New module 'unicase/u16-casexfrm'.
2732         * lib/unicase/u16-casexfrm.c: New file.
2733         * modules/unicase/u16-casexfrm: New file.
2734
2735         New module 'unicase/u8-casexfrm'.
2736         * lib/unicase/u8-casexfrm.c: New file.
2737         * lib/unicase/u-casexfrm.h: New file.
2738         * modules/unicase/u8-casexfrm: New file.
2739
2740         Tests for module 'unicase/u32-casecmp'.
2741         * modules/unicase/u32-casecmp-tests: New file.
2742         * tests/unicase/test-u32-casecmp.c: New file.
2743
2744         Tests for module 'unicase/u16-casecmp'.
2745         * modules/unicase/u16-casecmp-tests: New file.
2746         * tests/unicase/test-u16-casecmp.c: New file.
2747
2748         Tests for module 'unicase/u8-casecmp'.
2749         * modules/unicase/u8-casecmp-tests: New file.
2750         * tests/unicase/test-u8-casecmp.c: New file.
2751         * tests/unicase/test-casecmp.h: New file.
2752
2753         New module 'unicase/u32-casecmp'.
2754         * lib/unicase/u32-casecmp.c: New file.
2755         * modules/unicase/u32-casecmp: New file.
2756
2757         New module 'unicase/u16-casecmp'.
2758         * lib/unicase/u16-casecmp.c: New file.
2759         * modules/unicase/u16-casecmp: New file.
2760
2761         New module 'unicase/u8-casecmp'.
2762         * lib/unicase/u8-casecmp.c: New file.
2763         * lib/unicase/u-casecmp.h: New file.
2764         * modules/unicase/u8-casecmp: New file.
2765
2766         Tests for module 'unicase/u32-casefold'.
2767         * modules/unicase/u32-casefold-tests: New file.
2768         * tests/unicase/test-u32-casefold.c: New file.
2769
2770         Tests for module 'unicase/u16-casefold'.
2771         * modules/unicase/u16-casefold-tests: New file.
2772         * tests/unicase/test-u16-casefold.c: New file.
2773
2774         Tests for module 'unicase/u8-casefold'.
2775         * modules/unicase/u8-casefold-tests: New file.
2776         * tests/unicase/test-u8-casefold.c: New file.
2777
2778         New module 'unicase/u32-casefold'.
2779         * lib/unicase/u32-casefold.c: New file.
2780         * modules/unicase/u32-casefold: New file.
2781
2782         New module 'unicase/u16-casefold'.
2783         * lib/unicase/u16-casefold.c: New file.
2784         * modules/unicase/u16-casefold: New file.
2785
2786         New module 'unicase/u8-casefold'.
2787         * lib/unicase/u8-casefold.c: New file.
2788         * lib/unicase/u-casefold.h: New file.
2789         * modules/unicase/u8-casefold: New file.
2790
2791         New module 'unicase/tocasefold'.
2792         * lib/unicase/casefold.h: New file.
2793         * lib/unicase/tocasefold.c: New file.
2794         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
2795         * modules/unicase/tocasefold: New file.
2796
2797         Tests for module 'unicase/u32-totitle'.
2798         * modules/unicase/u32-totitle-tests: New file.
2799         * tests/unicase/test-u32-totitle.c: New file.
2800
2801         Tests for module 'unicase/u16-totitle'.
2802         * modules/unicase/u16-totitle-tests: New file.
2803         * tests/unicase/test-u16-totitle.c: New file.
2804
2805         Tests for module 'unicase/u8-totitle'.
2806         * modules/unicase/u8-totitle-tests: New file.
2807         * tests/unicase/test-u8-totitle.c: New file.
2808
2809         New module 'unicase/u32-totitle'.
2810         * lib/unicase/u32-totitle.c: New file.
2811         * modules/unicase/u32-totitle: New file.
2812
2813         New module 'unicase/u16-totitle'.
2814         * lib/unicase/u16-totitle.c: New file.
2815         * modules/unicase/u16-totitle: New file.
2816
2817         New module 'unicase/u8-totitle'.
2818         * lib/unicase/u8-totitle.c: New file.
2819         * lib/unicase/u-totitle.h: New file.
2820         * modules/unicase/u8-totitle: New file.
2821
2822         Tests for module 'unicase/u32-tolower'.
2823         * modules/unicase/u32-tolower-tests: New file.
2824         * tests/unicase/test-u32-tolower.c: New file.
2825
2826         Tests for module 'unicase/u16-tolower'.
2827         * modules/unicase/u16-tolower-tests: New file.
2828         * tests/unicase/test-u16-tolower.c: New file.
2829
2830         Tests for module 'unicase/u8-tolower'.
2831         * modules/unicase/u8-tolower-tests: New file.
2832         * tests/unicase/test-u8-tolower.c: New file.
2833
2834         New module 'unicase/u32-tolower'.
2835         * lib/unicase/u32-tolower.c: New file.
2836         * modules/unicase/u32-tolower: New file.
2837
2838         New module 'unicase/u16-tolower'.
2839         * lib/unicase/u16-tolower.c: New file.
2840         * modules/unicase/u16-tolower: New file.
2841
2842         New module 'unicase/u8-tolower'.
2843         * lib/unicase/u8-tolower.c: New file.
2844         * modules/unicase/u8-tolower: New file.
2845
2846         Tests for module 'unicase/u32-toupper'.
2847         * modules/unicase/u32-toupper-tests: New file.
2848         * tests/unicase/test-u32-toupper.c: New file.
2849
2850         Tests for module 'unicase/u16-toupper'.
2851         * modules/unicase/u16-toupper-tests: New file.
2852         * tests/unicase/test-u16-toupper.c: New file.
2853
2854         Tests for module 'unicase/u8-toupper'.
2855         * modules/unicase/u8-toupper-tests: New file.
2856         * tests/unicase/test-u8-toupper.c: New file.
2857
2858         New module 'unicase/u32-toupper'.
2859         * lib/unicase/u32-toupper.c: New file.
2860         * modules/unicase/u32-toupper: New file.
2861
2862         New module 'unicase/u16-toupper'.
2863         * lib/unicase/u16-toupper.c: New file.
2864         * modules/unicase/u16-toupper: New file.
2865
2866         New module 'unicase/u8-toupper'.
2867         * lib/unicase/u8-toupper.c: New file.
2868         * modules/unicase/u8-toupper: New file.
2869
2870         New module 'unicase/u32-casemap'.
2871         * lib/unicase/u32-casemap.c: New file.
2872         * modules/unicase/u32-casemap: New file.
2873
2874         New module 'unicase/u16-casemap'.
2875         * lib/unicase/u16-casemap.c: New file.
2876         * modules/unicase/u16-casemap: New file.
2877
2878         New module 'unicase/u8-casemap'.
2879         * lib/unicase/unicasemap.h: New file.
2880         * lib/unicase/u8-casemap.c: New file.
2881         * lib/unicase/u-casemap.h: New file.
2882         * modules/unicase/u8-casemap: New file.
2883
2884         New module 'unicase/special-casing'.
2885         * lib/unicase/special-casing.h: New file.
2886         * lib/unicase/special-casing.c: New file.
2887         * lib/unicase/special-casing-table.gperf: New file, generated by
2888         gen-uni-tables.c.
2889         * modules/unicase/special-casing: New file.
2890
2891         Tests for module 'unicase/locale-language'.
2892         * modules/unicase/locale-language-tests: New file.
2893         * tests/unicase/test-locale-language.sh: New file.
2894         * tests/unicase/test-locale-language.c: New file.
2895
2896         New module 'unicase/locale-language'.
2897         * lib/unicase/locale-language.c: New file.
2898         * lib/unicase/locale-languages.gperf: New file.
2899         * modules/unicase/locale-language: New file.
2900
2901         Generate more tables for case conversion and case folding.
2902         * lib/gen-uni-tables.c (SCC_*): New enum items.
2903         (struct special_casing_rule): New type.
2904         (casing_rules, num_casing_rules, allocated_casing_rules): New
2905         variables.
2906         (add_casing_rule, fill_casing_rules): New functions.
2907         (struct casefold_rule): New type.
2908         (casefolding_rules, num_casefolding_rules,
2909         allocated_casefolding_rules): New variables.
2910         (fill_casefolding_rules): New function.
2911         (unicode_casefold): New variable.
2912         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
2913         sort_casing_rules, output_casing_rules): New functions.
2914         (main): Accept to more arguments: SpecialCasing.txt and
2915         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
2916         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
2917         Output mapping for casefolding.
2918
2919         * lib/unicase.h: Include stdbool.h, uninorm.h.
2920         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
2921         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
2922         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
2923         arguments.
2924         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
2925         resultp arguments.
2926         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
2927         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
2928         resultp arguments.
2929         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
2930         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
2931         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
2932         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
2933         declarations.
2934         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
2935
2936 2009-03-08  Bruno Haible  <bruno@clisp.org>
2937
2938         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
2939         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
2940         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
2941         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
2942
2943 2009-03-07  Bruno Haible  <bruno@clisp.org>
2944
2945         Adjust u*_normcmp, u*_normcoll API.
2946         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
2947         u16_normcoll, u32_normcoll): Change failure conventions.
2948         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
2949         errno and return -1.
2950         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
2951
2952 2009-03-07  Bruno Haible  <bruno@clisp.org>
2953
2954         Tests for module 'uninorm/u32-normcoll'.
2955         * modules/uninorm/u32-normcoll-tests: New file.
2956         * tests/uninorm/test-u32-normcoll.c: New file.
2957
2958         Tests for module 'uninorm/u16-normcoll'.
2959         * modules/uninorm/u16-normcoll-tests: New file.
2960         * tests/uninorm/test-u16-normcoll.c: New file.
2961
2962         Tests for module 'uninorm/u8-normcoll'.
2963         * modules/uninorm/u8-normcoll-tests: New file.
2964         * tests/uninorm/test-u8-normcoll.c: New file.
2965
2966 2009-03-07  Bruno Haible  <bruno@clisp.org>
2967
2968         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
2969         tests/uninorm/test-u32-normcmp.c.
2970         * tests/uninorm/test-u32-normcmp.c: Include it.
2971         (test_nonascii): New function, extracted from main. Add some more
2972         tests.
2973         (main): Invoke test_ascii and test_nonascii.
2974         * modules/uninorm/u32-normcmp-tests (Files): Add
2975         tests/uninorm/test-u32-normcmp.h.
2976         (Depends-on): Remove uninorm/u32-normcmp.
2977
2978         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
2979         tests/uninorm/test-u16-normcmp.c.
2980         * tests/uninorm/test-u16-normcmp.c: Include it.
2981         (test_nonascii): New function, extracted from main. Add some more
2982         tests.
2983         (main): Invoke test_ascii and test_nonascii.
2984         * modules/uninorm/u16-normcmp-tests (Files): Add
2985         tests/uninorm/test-u16-normcmp.h.
2986         (Depends-on): Remove uninorm/u16-normcmp.
2987
2988         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
2989         tests/uninorm/test-u8-normcmp.c.
2990         * tests/uninorm/test-u8-normcmp.c: Include it.
2991         (test_nonascii): New function, extracted from main. Add some more
2992         tests.
2993         (main): Invoke test_ascii and test_nonascii.
2994         * modules/uninorm/u8-normcmp-tests (Files): Add
2995         tests/uninorm/test-u8-normcmp.h.
2996         (Depends-on): Remove uninorm/u8-normcmp.
2997
2998 2009-03-07  Bruno Haible  <bruno@clisp.org>
2999
3000         New module 'uninorm/u32-normcoll'.
3001         * lib/uninorm/u32-normcoll.c: New file.
3002         * modules/uninorm/u32-normcoll: New file.
3003
3004         New module 'uninorm/u16-normcoll'.
3005         * lib/uninorm/u16-normcoll.c: New file.
3006         * modules/uninorm/u16-normcoll: New file.
3007
3008         New module 'uninorm/u8-normcoll'.
3009         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
3010         declarations.
3011         * lib/uninorm/u8-normcoll.c: New file.
3012         * lib/uninorm/u-normcoll.h: New file.
3013         * modules/uninorm/u8-normcoll: New file.
3014
3015         New module 'uninorm/u32-normxfrm'.
3016         * lib/uninorm/u32-normxfrm.c: New file.
3017         * modules/uninorm/u32-normxfrm: New file.
3018
3019         New module 'uninorm/u16-normxfrm'.
3020         * lib/uninorm/u16-normxfrm.c: New file.
3021         * modules/uninorm/u16-normxfrm: New file.
3022
3023         New module 'uninorm/u8-normxfrm'.
3024         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
3025         declarations.
3026         * lib/uninorm/u8-normxfrm.c: New file.
3027         * lib/uninorm/u-normxfrm.h: New file.
3028         * modules/uninorm/u8-normxfrm: New file.
3029
3030 2009-03-07  Bruno Haible  <bruno@clisp.org>
3031
3032         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
3033         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
3034         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
3035
3036 2009-03-07  Bruno Haible  <bruno@clisp.org>
3037
3038         New module 'memxfrm'.
3039         * lib/memxfrm.h: New file.
3040         * lib/memxfrm.c: New file.
3041         * modules/memxfrm: New file.
3042
3043 2009-03-07  Bruno Haible  <bruno@clisp.org>
3044
3045         New module 'memcmp2'.
3046         * lib/memcmp2.h: New file.
3047         * lib/memcmp2.c: New file.
3048         * modules/memcmp2: New file.
3049
3050 2009-03-07  Bruno Haible  <bruno@clisp.org>
3051
3052         Tests for module 'uninorm/decomposing-form'.
3053         * modules/uninorm/decomposing-form-tests: New file.
3054         * tests/uninorm/test-decomposing-form.c: New file.
3055
3056         New module 'uninorm/decomposing-form'.
3057         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
3058         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
3059         Add 'decomposing_variant' field.
3060         * lib/uninorm/decomposing-form.c: New file.
3061         * lib/uninorm/nfc.c (uninorm_nfc): Update.
3062         * lib/uninorm/nfd.c (uninorm_nfd): Update.
3063         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
3064         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
3065         * modules/uninorm/decomposing-form: New file.
3066         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
3067         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
3068
3069 2009-03-07  Bruno Haible  <bruno@clisp.org>
3070
3071         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
3072         strings.
3073
3074 2009-03-06  Bruno Haible  <bruno@clisp.org>
3075
3076         Tests for module 'uninorm/u32-normcmp'.
3077         * tests/uninorm/test-u32-normcmp.c: New file.
3078         * modules/uninorm/u32-normcmp-tests: New file.
3079
3080         Tests for module 'uninorm/u16-normcmp'.
3081         * tests/uninorm/test-u16-normcmp.c: New file.
3082         * modules/uninorm/u16-normcmp-tests: New file.
3083
3084         Tests for module 'uninorm/u8-normcmp'.
3085         * tests/uninorm/test-u8-normcmp.c: New file.
3086         * modules/uninorm/u8-normcmp-tests: New file.
3087
3088         New module 'uninorm/u32-normcmp'.
3089         * lib/uninorm/u32-normcmp.c: New file.
3090         * modules/uninorm/u32-normcmp: New file.
3091
3092         New module 'uninorm/u16-normcmp'.
3093         * lib/uninorm/u16-normcmp.c: New file.
3094         * modules/uninorm/u16-normcmp: New file.
3095
3096         New module 'uninorm/u8-normcmp'.
3097         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
3098         declarations.
3099         * lib/uninorm/u8-normcmp.c: New file.
3100         * lib/uninorm/u-normcmp.h: New file.
3101         * modules/uninorm/u8-normcmp: New file.
3102
3103 2009-03-06  Bruno Haible  <bruno@clisp.org>
3104
3105         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
3106         Reported by Eric Blake.
3107
3108 2009-03-06  Eric Blake  <ebb9@byu.net>
3109             Bruno Haible  <bruno@clisp.org>
3110
3111         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
3112         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
3113         condition.
3114         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
3115         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
3116         condition.
3117         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
3118
3119 2009-03-06  Eric Blake  <ebb9@byu.net>
3120
3121         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
3122         to avoid compiler warnings.
3123         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
3124
3125 2009-03-05  Bruno Haible  <bruno@clisp.org>
3126
3127         * tests/test-ftell.c (main): Disable test beyond end of file on
3128         FreeMiNT.
3129         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
3130
3131 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
3132
3133         * lib/filevercmp.c: Move hidden files up in ordering.
3134         * tests/test-filevercmp.c: Add tests for hidden files.
3135
3136 2009-03-04  Bruno Haible  <bruno@clisp.org>
3137
3138         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
3139         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
3140         AM_CFLAGS.
3141         Reported by Simon Josefsson.
3142
3143 2009-03-03  Bruno Haible  <bruno@clisp.org>
3144
3145         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
3146         Reported by Simon Josefsson.
3147
3148         * doc/ld-version-script.texi: Update node reference.
3149
3150 2009-03-03  Bruno Haible  <bruno@clisp.org>
3151
3152         * modules/visibility (License): Change to 'unlimited'.
3153         Suggested by Simon Josefsson.
3154
3155 2009-03-03  Jim Meyering  <meyering@redhat.com>
3156
3157         unlinkdir: cannot_unlink_dir may modify process state
3158         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
3159         it's neither thread-safe nor appropriate for use in a library.
3160
3161 2009-03-03  Eric Blake  <ebb9@byu.net>
3162
3163         test-closein: silence test under Darwin
3164         * tests/test-closein.sh: Ignore stderr from cat, since we don't
3165         care if it dies from EPIPE or EBADF.
3166
3167 2009-03-03  Bruno Haible  <bruno@clisp.org>
3168
3169         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
3170         earlier.
3171         * doc/visibility.texi: Fix @node and @section.
3172
3173 2009-03-03  Simon Josefsson  <simon@josefsson.org>
3174
3175         * doc/gnulib.texi: Link to sections for ld version script and
3176         visibility.
3177         * doc/visibility.texi: Add @node and @section.
3178         * modules/ld-version-script: New module.
3179         * m4/ld-version-script.m4: New file.
3180         * doc/ld-version-script.texi: New file.
3181
3182 2009-03-02  David Lutterkort  <lutter@redhat.com>
3183
3184         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
3185         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3186
3187 2009-03-02  Bruno Haible  <bruno@clisp.org>
3188
3189         * doc/visibility.texi: Mention libtool's -export-symbols option.
3190
3191 2009-03-02  Jim Meyering  <meyering@redhat.com>
3192
3193         announce-gen: new option: --no-print-checksums
3194         * build-aux/announce-gen (usage): Describe it.
3195         (print_checksums): Print a newline here, not in the [*] footnote.
3196         (main): Honor it.
3197
3198 2009-03-01  Bruno Haible  <bruno@clisp.org>
3199
3200         Use socklen_t in the native Windows replacements prototypes.
3201         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
3202         instead of 'int'.
3203         * lib/getsockopt.c (rpl_getsockopt): Likewise.
3204         * lib/setsockopt.c (rpl_setsockopt): Likewise.
3205         * modules/getsockopt (Depends-on): Add socklen.
3206         * modules/setsockopt (Depends-on): Add socklen.
3207
3208 2009-03-01  Bruno Haible  <bruno@clisp.org>
3209
3210         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
3211         least 4.2.
3212
3213 2009-03-01  Eric Blake  <ebb9@byu.net>
3214             Bruno Haible  <bruno@clisp.org>
3215
3216         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
3217         error messages.
3218         * lib/wait-process.c (wait_subprocess): Omit error message about
3219         deadly signal sent to the child of termsigp != NULL.
3220
3221 2009-03-01  Eric Blake  <ebb9@byu.net>
3222
3223         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
3224
3225 2009-03-01  Bruno Haible  <bruno@clisp.org>
3226
3227         Avoid a gcc warning.
3228         * tests/test-sched.c (b): Make global.
3229         Reported by Eric Blake.
3230
3231 2009-01-19  Martin Lambers  <marlam@marlam.de>
3232
3233         Provide POSIX semantics for socket timeout options on W32.
3234         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
3235         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
3236         * modules/setsockopt: Depend on sys_time module for struct timeval.
3237         * modules/getsockopt: Depend on sys_time module for struct timeval.
3238
3239 2009-03-01  Simon Josefsson  <simon@josefsson.org>
3240
3241         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
3242         __USE_GNU, for consistency with netdb.in.h.
3243         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
3244
3245 2009-03-01  Bruno Haible  <bruno@clisp.org>
3246
3247         More support for FreeMiNT.
3248         * lib/fseeko.c (rpl_fseeko): Complete last commit.
3249         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
3250
3251 2009-03-01  Bruno Haible  <bruno@clisp.org>
3252
3253         More support for FreeMiNT.
3254         * lib/fpurge.c (fpurge): Correct last commit.
3255         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
3256
3257 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3258
3259         Fix unportable awk script in vc-list-files.
3260         * build-aux/vc-list-files: In the replacement awk script, use
3261         substr with a second argument of 1, not zero.
3262         Report by Simon Josefsson.
3263
3264 2009-02-28  Bruno Haible  <bruno@clisp.org>
3265
3266         More support for FreeMiNT.
3267         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
3268         to FreeMiNT today.
3269         * lib/fwriting.c (fwriting): Likewise.
3270         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
3271
3272 2009-02-28  Bruno Haible  <bruno@clisp.org>
3273
3274         * tests/test-freadseek.c (main): Disable test beyond end of file on
3275         FreeMiNT.
3276         * tests/test-ftello.c (main): Likewise.
3277         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
3278
3279 2009-02-28  Bruno Haible  <bruno@clisp.org>
3280
3281         Add tentative support for FreeMiNT.
3282         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
3283         * lib/fpurge.c (fpurge): Likewise.
3284         * lib/freadable.c (freadable): Likewise.
3285         * lib/freading.c (freading): Likewise.
3286         * lib/freadptr.c (freadptr): Likewise.
3287         * lib/freadseek.c (freadptrinc): Likewise.
3288         * lib/fseeko.c (rpl_fseeko): Likewise.
3289         * lib/fseterr.c (fseterr): Likewise.
3290         * lib/fwritable.c (fwritable): Likewise.
3291         * lib/fwriting.c (fwriting): Likewise.
3292         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
3293         Hourihane.
3294         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
3295
3296 2009-02-28  Bruno Haible  <bruno@clisp.org>
3297
3298         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
3299         SIGCHLD.
3300         Reported by Jim Meyering.
3301
3302 2009-02-28  Bruno Haible  <bruno@clisp.org>
3303
3304         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
3305         Mention the results of these tests on various platforms.
3306         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
3307         order.
3308         * doc/posix-functions/printf.texi: Likewise.
3309         * doc/posix-functions/snprintf.texi: Likewise.
3310         * doc/posix-functions/sprintf.texi: Likewise.
3311         * doc/posix-functions/vfprintf.texi: Likewise.
3312         * doc/posix-functions/vprintf.texi: Likewise.
3313         * doc/posix-functions/vsnprintf.texi: Likewise.
3314         * doc/posix-functions/vsprintf.texi: Likewise.
3315         * doc/glibc-functions/obstack_printf.texi: Likewise.
3316         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
3317
3318 2009-02-28  Bruno Haible  <bruno@clisp.org>
3319
3320         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
3321         Reported by Loïc Minier <lool@dooz.org>.
3322
3323 2009-02-27  Bruno Haible  <bruno@clisp.org>
3324
3325         * gnulib-tool (func_import): Make the sed expression used to create the
3326         sed script for updating the .gitignore file POSIX compliant.
3327         Reported by Eric Blake.
3328
3329 2009-02-27  Bruno Haible  <bruno@clisp.org>
3330
3331         * gnulib-tool (sed): Don't alias as "sed --posix".
3332         Reported by Eric Blake.
3333
3334 2009-02-27  Bruno Haible  <bruno@clisp.org>
3335
3336         Avoid test link errors.
3337         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
3338         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
3339         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
3340         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
3341         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3342
3343 2009-02-27  Bruno Haible  <bruno@clisp.org>
3344
3345         Avoid spurious "(cached)" in configure output.
3346         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
3347         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
3348         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
3349         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
3350         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
3351         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
3352         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
3353         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
3354         Reported by Eric Blake.
3355
3356 2009-02-27  Eric Blake  <ebb9@byu.net>
3357
3358         printf: fix regression in previous patch
3359         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
3360
3361 2009-02-27  Bruno Haible  <bruno@clisp.org>
3362
3363         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
3364         value.
3365         * lib/stdint.in.h: Likewise.
3366         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
3367
3368 2009-02-27  Eric Blake  <ebb9@byu.net>
3369
3370         doc: mention more functions added in cygwin 1.7.0
3371         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
3372         addition.
3373         * doc/posix-functions/open_wmemstream.texi: Likewise.
3374         * doc/posix-functions/wcsnlen.texi: Likewise.
3375         * doc/posix-functions/wcsnrtombs.texi: Likewise.
3376         * doc/posix-functions/wcstod.texi: Likewise.
3377         * doc/posix-functions/wcstof.texi: Likewise.
3378         * doc/posix-functions/wcstoimax.texi: Likewise.
3379         * doc/posix-functions/wcstok.texi: Likewise.
3380         * doc/posix-functions/wcstoumax.texi: Likewise.
3381
3382         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
3383         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
3384         * doc/posix-functions/fprintf.texi: Update.
3385         * doc/posix-functions/printf.texi: Update.
3386         * doc/posix-functions/snprintf.texi: Update.
3387         * doc/posix-functions/sprintf.texi: Update.
3388         * doc/posix-functions/vfprintf.texi: Update.
3389         * doc/posix-functions/vprintf.texi: Update.
3390         * doc/posix-functions/vsnprintf.texi: Update.
3391         * doc/posix-functions/vsprintf.texi: Update.
3392         * doc/glibc-functions/obstack_printf.texi: Update.
3393         * doc/glibc-functions/obstack_vprintf.texi: Update.
3394
3395 2009-02-26  Eric Blake  <ebb9@byu.net>
3396
3397         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
3398         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
3399         compilation bug by using runtime conversion.
3400         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
3401         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
3402         * modules/ceill-tests (Files): Use nan.h.
3403         * modules/floorl-tests (Files): Likewise.
3404         * modules/frexpl-tests (Files): Likewise.
3405         * modules/isnanl-tests (Files): Likewise.
3406         * modules/ldexpl-tests (Files): Likewise.
3407         * modules/roundl-tests (Files): Likewise.
3408         * modules/truncl-tests (Files): Likewise.
3409         * tests/test-ceill.c (main): Use a working NaN.
3410         * tests/test-floorl.c (main): Likewise.
3411         * tests/test-frexpl.c (main): Likewise.
3412         * tests/test-isnan.c (test_long_double): Likewise.
3413         * tests/test-isnanl.h (main): Likewise.
3414         * tests/test-ldexpl.h (main): Likewise.
3415         * tests/test-roundl.h (main): Likewise.
3416         * tests/test-truncl.h (main): Likewise.
3417         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
3418
3419 2009-02-26  Eric Blake  <ebb9@byu.net>
3420             Bruno Haible  <bruno@clisp.org>
3421
3422         Work around a *printf bug with %ls on Solaris.
3423         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
3424         precision is specified, sprintf stops converting the wide string
3425         argument when the number of bytes that have been produced by this
3426         conversion equals or exceeds the precision.
3427         * doc/posix-functions/fprintf.texi: Update.
3428         * doc/posix-functions/printf.texi: Update.
3429         * doc/posix-functions/snprintf.texi: Update.
3430         * doc/posix-functions/sprintf.texi: Update.
3431         * doc/posix-functions/vfprintf.texi: Update.
3432         * doc/posix-functions/vprintf.texi: Update.
3433         * doc/posix-functions/vsnprintf.texi: Update.
3434         * doc/posix-functions/vsprintf.texi: Update.
3435         * doc/glibc-functions/obstack_printf.texi: Update.
3436         * doc/glibc-functions/obstack_vprintf.texi: Update.
3437
3438 2009-02-26  Eric Blake  <ebb9@byu.net>
3439
3440         stdlib: favor compiler check of random.h
3441         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
3442         to avoid an ObjC random.h installed by Swarm.
3443
3444 2009-02-26  Bruno Haible  <bruno@clisp.org>
3445
3446         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
3447         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
3448         Reported by Gary V. Vaughan <gary@gnu.org>.
3449
3450 2009-02-26  Bruno Haible  <bruno@clisp.org>
3451
3452         Fix *printf behaviour regarding the %ls directive.
3453         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
3454         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
3455         NEED_PRINTF_DIRECTIVE_LS.
3456         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
3457         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3458         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3459         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
3460         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
3461         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
3462         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
3463         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3464         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3465         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3466         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3467         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
3468         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3469         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3470         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3471         * doc/posix-functions/fprintf.texi: Update.
3472         * doc/posix-functions/printf.texi: Update.
3473         * doc/posix-functions/snprintf.texi: Update.
3474         * doc/posix-functions/sprintf.texi: Update.
3475         * doc/posix-functions/vfprintf.texi: Update.
3476         * doc/posix-functions/vprintf.texi: Update.
3477         * doc/posix-functions/vsnprintf.texi: Update.
3478         * doc/posix-functions/vsprintf.texi: Update.
3479         * doc/glibc-functions/obstack_printf.texi: Update.
3480         * doc/glibc-functions/obstack_vprintf.texi: Update.
3481         Reported by Eric Blake.
3482
3483 2009-02-25  Bruno Haible  <bruno@clisp.org>
3484
3485         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
3486         with known value.
3487         Reported by Gary V. Vaughan <gary@gnu.org>.
3488
3489 2009-02-25  Bruno Haible  <bruno@clisp.org>
3490
3491         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
3492         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
3493         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
3494         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
3495         Reported by Gary V. Vaughan <gary@gnu.org>.
3496
3497 2009-02-25  Bruno Haible  <bruno@clisp.org>
3498
3499         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
3500         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
3501         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
3502         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
3503         Reported by Gary V. Vaughan <gary@gnu.org>.
3504
3505 2009-02-25  Eric Blake  <ebb9@byu.net>
3506
3507         tests: skip fseek/ftell tests if ungetc is broken
3508         * m4/ungetc.m4: New file.
3509         * modules/fseek-tests: Split test, so ungetc dependency is
3510         separate from rest of test.
3511         * modules/fseeko-tests: Likewise.
3512         * modules/ftell-tests: Likewise.
3513         * modules/ftello-tests: Likewise.
3514         * tests/test-fseek.c (main): Isolate ungetc dependency.
3515         * tests/test-fseeko.c (main): Likewise.
3516         * tests/test-ftell.c (main): Likewise.
3517         * tests/test-ftello.c (main): Likewise.
3518         * tests/test-fseek2.sh: New file.
3519         * tests/test-fseeko2.sh: Likewise.
3520         * tests/test-ftell2.sh: Likewise.
3521         * tests/test-ftello2.sh: Likewise.
3522
3523 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
3524
3525         test-getaddrinfo: fix usage of skip return code 77
3526         * tests/test-gettaddrinfo.c: Return skip code 77 only
3527         for first occurance of skip (4x77 is not 77)
3528
3529 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
3530
3531         strtod: avoid C99 decl-after-statement
3532         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
3533
3534 2009-02-24  Eric Blake  <ebb9@byu.net>
3535
3536         strtod: detect HP-UX 11.31 bug
3537         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
3538         Reported by Gary V. Vaughan.
3539
3540 2009-02-23  Bruno Haible  <bruno@clisp.org>
3541
3542         Fix invalid read past end of memory block.
3543         * lib/vasnprintf.c (DCHAR_SET): Define.
3544         (local_wcslen): Define only when needed.
3545         (local_strnlen, local_wcsnlen): New functions.
3546         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
3547         directives that involve a conversion ourselves.
3548         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
3549         wcsnlen, mbrtowc, wcrtomb.
3550         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
3551         * tests/test-vasprintf-posix.c (test_function): Likewise.
3552         * tests/test-snprintf-posix.h (test_function): Likewise.
3553         * tests/test-sprintf-posix.h (test_function): Likewise.
3554         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3555
3556 2009-02-22  Bruno Haible  <bruno@clisp.org>
3557
3558         Implement new clarified decomposition of Hangul syllables.
3559         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
3560         of type LTV, return only a pairwise decomposition.
3561         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
3562         Likewise.
3563         * tests/uninorm/test-decomposition.c (main): Updated expected result.
3564         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
3565         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
3566
3567 2009-02-22  Bruno Haible  <bruno@clisp.org>
3568
3569         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
3570         zero-length results and shrink excess allocated memory.
3571         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
3572         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
3573         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
3574         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
3575         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
3576         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
3577         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
3578         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
3579         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
3580         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
3581         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
3582         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
3583
3584 2009-02-21  Bruno Haible  <bruno@clisp.org>
3585
3586         * doc/gnulib.texi: Include safe-alloc.texi earlier.
3587         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
3588         spaces after a period. Put a space between a macro name and its
3589         argument list. Trivial rewordings.
3590         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
3591         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
3592         (main): Return 0 explicitly.
3593
3594 2009-02-21  Bruno Haible  <bruno@clisp.org>
3595
3596         Tests for module 'uninorm/filter'.
3597         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
3598         * modules/uninorm/filter-tests: New file.
3599
3600         New module 'uninorm/filter'.
3601         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
3602         uninorm_filter_flush, uninorm_filter_free): New declarations.
3603         * lib/uninorm/uninorm-filter.c: New file.
3604         * modules/uninorm/filter: New file.
3605
3606 2009-02-21  Bruno Haible  <bruno@clisp.org>
3607
3608         Tests for module 'uninorm/nfkc'.
3609         * tests/uninorm/test-nfkc.c: New file.
3610         * tests/uninorm/test-u8-nfkc.c: New file.
3611         * tests/uninorm/test-u16-nfkc.c: New file.
3612         * tests/uninorm/test-u32-nfkc.c: New file.
3613         * tests/uninorm/test-u32-nfkc-big.sh: New file.
3614         * tests/uninorm/test-u32-nfkc-big.c: New file.
3615         * modules/uninorm/nfkc-tests: New file.
3616
3617         New module 'uninorm/nfkc'.
3618         * lib/uninorm/nfkc.c: New file.
3619         * modules/uninorm/nfkc: New file.
3620
3621         Tests for module 'uninorm/nfkd'.
3622         * tests/uninorm/test-nfkd.c: New file.
3623         * tests/uninorm/test-u8-nfkd.c: New file.
3624         * tests/uninorm/test-u16-nfkd.c: New file.
3625         * tests/uninorm/test-u32-nfkd.c: New file.
3626         * tests/uninorm/test-u32-nfkd-big.sh: New file.
3627         * tests/uninorm/test-u32-nfkd-big.c: New file.
3628         * modules/uninorm/nfkd-tests: New file.
3629
3630         New module 'uninorm/nfkd'.
3631         * lib/uninorm/nfkd.c: New file.
3632         * modules/uninorm/nfkd: New file.
3633
3634         Tests for module 'uninorm/nfc'.
3635         * tests/uninorm/test-nfc.c: New file.
3636         * tests/uninorm/test-u8-nfc.c: New file.
3637         * tests/uninorm/test-u16-nfc.c: New file.
3638         * tests/uninorm/test-u32-nfc.c: New file.
3639         * tests/uninorm/test-u32-nfc-big.sh: New file.
3640         * tests/uninorm/test-u32-nfc-big.c: New file.
3641         * modules/uninorm/nfc-tests: New file.
3642
3643         New module 'uninorm/nfc'.
3644         * lib/uninorm/nfc.c: New file.
3645         * modules/uninorm/nfc: New file.
3646
3647         Tests for module 'uninorm/nfd'.
3648         * tests/uninorm/test-nfd.c: New file.
3649         * tests/uninorm/test-u8-nfd.c: New file.
3650         * tests/uninorm/test-u16-nfd.c: New file.
3651         * tests/uninorm/test-u32-nfd.c: New file.
3652         * tests/uninorm/test-u32-nfd-big.sh: New file.
3653         * tests/uninorm/test-u32-nfd-big.c: New file.
3654         * tests/uninorm/test-u32-normalize-big.h: New file.
3655         * tests/uninorm/test-u32-normalize-big.c: New file.
3656         * tests/uninorm/NormalizationTest.txt: New file, created from
3657         Unicode 5.1.0 NormalizationTest.txt.
3658         * modules/uninorm/nfd-tests: New file.
3659
3660         New module 'uninorm/nfd'.
3661         * lib/uninorm/nfd.c: New file.
3662         * modules/uninorm/nfd: New file.
3663
3664         New module 'uninorm/u32-normalize'.
3665         * lib/uninorm/u32-normalize.c: New file.
3666         * modules/uninorm/u32-normalize: New file.
3667
3668         New module 'uninorm/u16-normalize'.
3669         * lib/uninorm/u16-normalize.c: New file.
3670         * modules/uninorm/u16-normalize: New file.
3671
3672         New module 'uninorm/u8-normalize'.
3673         * lib/uninorm/u8-normalize.c: New file.
3674         * lib/uninorm/normalize-internal.h: New file.
3675         * lib/uninorm/u-normalize-internal.h: New file.
3676         * modules/uninorm/u8-normalize: New file.
3677
3678         New module 'uninorm/decompose-internal'.
3679         * lib/uninorm/decompose-internal.c: New file.
3680         * modules/uninorm/decompose-internal: New file.
3681
3682         Tests for module 'uninorm/composition'.
3683         * tests/uninorm/test-composition.c: New file.
3684         * modules/uninorm/composition-tests: New file.
3685
3686         New module 'uninorm/composition'.
3687         * lib/uninorm/composition.c: New file.
3688         * lib/uninorm/composition-table.gperf: New file, generated by
3689         gen-uni-tables.
3690         * modules/uninorm/composition: New file.
3691
3692         Tests for module 'uninorm/compat-decomposition'.
3693         * tests/uninorm/test-compat-decomposition.c: New file.
3694         * modules/uninorm/compat-decomposition-tests: New file.
3695
3696         New module 'uninorm/compat-decomposition'.
3697         * lib/uninorm/decompose-internal.h: New file.
3698         * lib/uninorm/compat-decomposition.c: New file.
3699         * modules/uninorm/compat-decomposition: New file.
3700
3701         Tests for module 'uninorm/canonical-decomposition'.
3702         * tests/uninorm/test-canonical-decomposition.c: New file.
3703         * modules/uninorm/canonical-decomposition-tests: New file.
3704
3705         New module 'uninorm/canonical-decomposition'.
3706         * lib/uninorm/canonical-decomposition.c: New file.
3707         * modules/uninorm/canonical-decomposition: New file.
3708
3709         Tests for module 'uninorm/decomposition'.
3710         * tests/uninorm/test-decomposition.c: New file.
3711         * modules/uninorm/decomposition-tests: New file.
3712
3713         New module 'uninorm/decomposition'.
3714         * lib/uninorm/decomposition.c: New file.
3715         * modules/uninorm/decomposition: New file.
3716
3717         New module 'uninorm/decomposition-table'.
3718         * lib/uninorm/decomposition-table.h: New file.
3719         * lib/uninorm/decomposition-table.c: New file.
3720         * lib/uninorm/decomposition-table1.h: New file, generated by
3721         gen-uni-tables.
3722         * lib/uninorm/decomposition-table2.h: New file, generated by
3723         gen-uni-tables.
3724         * modules/uninorm/decomposition-table: New file.
3725
3726         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
3727         (UC_DECOMP_*): New enumeration items.
3728         (get_decomposition): New function.
3729         (struct decomp_table): New type.
3730         (output_decomposition, output_decomposition_tables): New functions.
3731         (unicode_composition_exclusions): New variable.
3732         (fill_composition_exclusions, debug_output_composition_tables): New
3733         functions.
3734         (main): Accept one more argument. Invoke fill_composition_exclusions.
3735         Output decomposition and composition tables.
3736
3737         New module 'uninorm/base'.
3738         * lib/uninorm.h: New file.
3739         * lib/unictype.h: Update comment.
3740         * modules/uninorm/base: New file.
3741
3742 2009-02-21  David Lutterkort  <lutter@redhat.com>
3743
3744         Tests for module 'safe-alloc'.
3745         * tests/test-safe-alloc.c: New file.
3746         * modules/safe-alloc-tests: New file.
3747
3748         New module 'safe-alloc'.
3749         * lib/safe-alloc.h: New file.
3750         * lib/safe-alloc.c: New file.
3751         * m4/safe-alloc.m4: New file.
3752         * modules/safe-alloc: New file.
3753         * doc/safe-alloc.texi: New file.
3754         * doc/gnulib.texi: Include it.
3755         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
3756         safe-alloc.
3757
3758 2009-02-18  Bruno Haible  <bruno@clisp.org>
3759
3760         Fix link error on non-glibc systems.
3761         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
3762         variable.
3763         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3764
3765 2009-02-18  Jim Meyering  <meyering@redhat.com>
3766
3767         fts: avoid used-uninitialized error due to recent change
3768         * lib/fts.c (fts_read): Guard uses of the new member,
3769         parent->fts_n_dirs_remaining, since it's not relevant for
3770         the parent of a directory specified on the command-line.
3771
3772 2009-02-17  James Youngman  <jay@gnu.org>
3773             Bruno Haible  <bruno@clisp.org>
3774
3775         * m4/include_next.m4: Reformulate comment.
3776
3777 2009-02-16  Jim Meyering  <meyering@redhat.com>
3778
3779         fts: add #if guards so that the fts_lgpl module still builds
3780         * lib/fts.c: Guard just-added hash-table-using parts with
3781         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
3782         Reported by Simon Josefsson.
3783
3784 2009-02-15  Bruno Haible  <bruno@clisp.org>
3785
3786         * modules/array-mergesort-tests: New file.
3787         * tests/test-array-mergesort.c: New file.
3788
3789         New module 'array-mergesort'.
3790         * modules/array-mergesort: New file.
3791         * lib/array-mergesort.h: New file.
3792
3793 2009-02-15  Bruno Haible  <bruno@clisp.org>
3794
3795         Fix 2009-02-07 commit.
3796         * lib/gen-uni-tables.c (output_predicate, output_category,
3797         output_combclass, output_bidi_category, output_decimal_digit,
3798         output_digit, output_numeric, output_mirror, output_scripts,
3799         output_ident_category, output_simple_mapping): Fix format directives.
3800         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
3801
3802 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
3803
3804         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
3805         fixes are available from IBM.
3806
3807 2009-02-13  Jim Meyering  <meyering@redhat.com>
3808
3809         fts: arrange not to stat non-directories in more cases
3810         This makes GNU find (when it doesn't need to stat each file)
3811         *much* more efficient at traversing reiserfs file systems.
3812         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
3813         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
3814         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
3815         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
3816         (leaf_optimization_applies): New function.
3817         (LCO_hash, LCO_compare): New helper functions.
3818         (link_count_optimize_ok): New function.
3819         (fts_stat): Initialize new member (if dir).
3820         (fts_read): Decrement parent's fts_n_dirs_remaining count if
3821         we've just stat'ed a directory.  Skip the stat call when possible.
3822         ---
3823         Note this AFS-related exchange:
3824         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
3825         and note find's pioctl call in find/fstype.c.
3826         But that is necessary only if you want to enable the
3827         optimization for AFS, and for now, I don't.
3828
3829         fts: move a function definition "up" (no semantic change)
3830         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
3831         "up" to precede upcoming use of a related function.
3832
3833 2009-02-11  Jim Meyering  <meyering@redhat.com>
3834
3835         fts: correct internal computation of nlinks (optimization-related)
3836         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
3837         whether the current entry is a directory, so don't test it.
3838
3839 2009-02-10  Bruno Haible  <bruno@clisp.org>
3840
3841         Tests for module 'uniwbrk/ulc-wordbreaks'.
3842         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
3843         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
3844         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
3845
3846         Tests for module 'uniwbrk/u32-wordbreaks'.
3847         * modules/uniwbrk/u32-wordbreaks-tests: New file.
3848         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
3849
3850         Tests for module 'uniwbrk/u16-wordbreaks'.
3851         * modules/uniwbrk/u16-wordbreaks-tests: New file.
3852         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
3853
3854         Tests for module 'uniwbrk/u8-wordbreaks'.
3855         * modules/uniwbrk/u8-wordbreaks-tests: New file.
3856         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
3857
3858 2009-02-10  Bruno Haible  <bruno@clisp.org>
3859
3860         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
3861         property.
3862         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
3863         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
3864         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
3865
3866 2009-02-10  Simon Josefsson  <simon@josefsson.org>
3867
3868         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
3869         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
3870
3871 2009-02-10  Bruno Haible  <bruno@clisp.org>
3872
3873         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
3874         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
3875         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
3876         * lib/unilbrk/u8-possible-linebreaks.c: Update.
3877         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
3878         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
3879
3880 2009-02-09  Simon Josefsson  <simon@josefsson.org>
3881
3882         * lib/sockets.h (gl_fd_to_handle): New function.
3883
3884         * tests/test-sockets.c: Call gl_fd_to_handle.
3885
3886 2009-02-09  Bruno Haible  <bruno@clisp.org>
3887
3888         * doc/havelib.texi: Document the conventions on bi-arch systems.
3889
3890 2009-02-08  Bruno Haible  <bruno@clisp.org>
3891
3892         Document the AC_LIB_LINKFLAGS macro.
3893         * doc/havelib.texi: New file, mostly written on 2005-05-24.
3894         * doc/gnulib.texi: Include it.
3895
3896 2009-02-08  Bruno Haible  <bruno@clisp.org>
3897
3898         Fix wrong order of sections, compared to TOC.
3899         * doc/gnulib.texi: Include relocatable-maint.texi after the
3900         "Regular expressions" node, not before.
3901
3902 2009-02-08  Bruno Haible  <bruno@clisp.org>
3903
3904         Tests for module 'unicase/totitle'.
3905         * modules/unicase/totitle-tests: New file.
3906
3907         Tests for module 'unicase/tolower'.
3908         * modules/unicase/tolower-tests: New file.
3909
3910         Tests for module 'unicase/toupper'.
3911         * modules/unicase/toupper-tests: New file.
3912         * tests/unicase/test-mapping-part1.h: New file.
3913         * tests/unicase/test-mapping-part2.h: New file.
3914
3915         New module 'unicase/totitle'.
3916         * modules/unicase/totitle: New file.
3917         * lib/unicase/totitle.c: New file.
3918
3919         New module 'unicase/tolower'.
3920         * modules/unicase/tolower: New file.
3921         * lib/unicase/tolower.c: New file.
3922
3923         New module 'unicase/toupper'.
3924         * modules/unicase/toupper: New file.
3925         * lib/unicase/toupper.c: New file.
3926         * lib/unicase/simple-mapping.h: New file.
3927
3928         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
3929         (mapping_table): New structure.
3930         (output_simple_mapping): New function.
3931         (main): Invoke output_simple_mapping_test and output_simple_mapping.
3932         * modules/gen-uni-tables (Description): Update.
3933         * lib/unicase/toupper.h: New file, automatically generated by
3934         gen-uni-tables.
3935         * lib/unicase/tolower.h: New file, automatically generated by
3936         gen-uni-tables.
3937         * lib/unicase/totitle.h: New file, automatically generated by
3938         gen-uni-tables.
3939         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
3940         gen-uni-tables.
3941         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
3942         gen-uni-tables.
3943         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
3944         gen-uni-tables.
3945
3946         New module 'unicase/base'.
3947         * modules/unicase/base: New file.
3948         * lib/unicase.h: New file.
3949
3950 2009-02-08  Bruno Haible  <bruno@clisp.org>
3951
3952         New module 'uniwbrk/ulc-wordbreaks'.
3953         * modules/uniwbrk/ulc-wordbreaks: New file.
3954         * lib/uniwbrk/ulc-wordbreaks.c: New file.
3955
3956         New module 'uniwbrk/u32-wordbreaks'.
3957         * modules/uniwbrk/u32-wordbreaks: New file.
3958         * lib/uniwbrk/u32-wordbreaks.c: New file.
3959
3960         New module 'uniwbrk/u16-wordbreaks'.
3961         * modules/uniwbrk/u16-wordbreaks: New file.
3962         * lib/uniwbrk/u16-wordbreaks.c: New file.
3963
3964         New module 'uniwbrk/u8-wordbreaks'.
3965         * modules/uniwbrk/u8-wordbreaks: New file.
3966         * lib/uniwbrk/u8-wordbreaks.c: New file.
3967         * lib/uniwbrk/u-wordbreaks.h: New file.
3968
3969         New module 'uniwbrk/table'.
3970         * modules/uniwbrk/table: New file.
3971         * lib/uniwbrk/wbrktable.h: New file.
3972         * lib/uniwbrk/wbrktable.c: New file.
3973
3974         New module 'uniwbrk/wordbreak-property'.
3975         * modules/uniwbrk/wordbreak-property: New file.
3976         * lib/uniwbrk/wordbreak-property.c: New file.
3977
3978         * lib/gen-uni-tables.c (WBP_*): New enum items.
3979         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
3980         (unicode_org_wbp): New variable.
3981         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
3982         New functions.
3983         (wbp_table): New structure.
3984         (output_wbp, output_wbrk_tables): New functions.
3985         (main): Accept additional argument. Invoke fill_org_wbp,
3986         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
3987         output_wbrk_tables.
3988         * modules/gen-uni-tables (Description): Update.
3989         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
3990         gen-uni-tables.
3991
3992         New module 'uniwbrk/base'.
3993         * modules/uniwbrk/base: New file.
3994         * lib/uniwbrk.h: New file.
3995
3996 2009-02-08  Bruno Haible  <bruno@clisp.org>
3997
3998         Update to Unicode 5.1.0.
3999         * lib/gen-uni-tables.c (is_property_alphabetic): Include
4000         U+2185..U+2188.
4001         (is_property_default_ignorable_code_point): Don't include characters
4002         of category Cc or Cs and not-a-characters.
4003         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
4004         U+0D79, U+109E, U+109F, U+A60C.
4005         * lib/unictype/bidi_of.h: Regenerated.
4006         * lib/unictype/blocks.h: Regenerated.
4007         * lib/unictype/categ_C.h: Regenerated.
4008         * lib/unictype/categ_Cf.h: Regenerated.
4009         * lib/unictype/categ_Cn.h: Regenerated.
4010         * lib/unictype/categ_L.h: Regenerated.
4011         * lib/unictype/categ_Ll.h: Regenerated.
4012         * lib/unictype/categ_Lm.h: Regenerated.
4013         * lib/unictype/categ_Lo.h: Regenerated.
4014         * lib/unictype/categ_Lu.h: Regenerated.
4015         * lib/unictype/categ_M.h: Regenerated.
4016         * lib/unictype/categ_Mc.h: Regenerated.
4017         * lib/unictype/categ_Me.h: Regenerated.
4018         * lib/unictype/categ_Mn.h: Regenerated.
4019         * lib/unictype/categ_N.h: Regenerated.
4020         * lib/unictype/categ_Nd.h: Regenerated.
4021         * lib/unictype/categ_Nl.h: Regenerated.
4022         * lib/unictype/categ_No.h: Regenerated.
4023         * lib/unictype/categ_P.h: Regenerated.
4024         * lib/unictype/categ_Pd.h: Regenerated.
4025         * lib/unictype/categ_Pe.h: Regenerated.
4026         * lib/unictype/categ_Pf.h: Regenerated.
4027         * lib/unictype/categ_Pi.h: Regenerated.
4028         * lib/unictype/categ_Po.h: Regenerated.
4029         * lib/unictype/categ_Ps.h: Regenerated.
4030         * lib/unictype/categ_S.h: Regenerated.
4031         * lib/unictype/categ_Sk.h: Regenerated.
4032         * lib/unictype/categ_Sm.h: Regenerated.
4033         * lib/unictype/categ_So.h: Regenerated.
4034         * lib/unictype/categ_of.h: Regenerated.
4035         * lib/unictype/combining.h: Regenerated.
4036         * lib/unictype/ctype_alnum.h: Regenerated.
4037         * lib/unictype/ctype_alpha.h: Regenerated.
4038         * lib/unictype/ctype_graph.h: Regenerated.
4039         * lib/unictype/ctype_lower.h: Regenerated.
4040         * lib/unictype/ctype_print.h: Regenerated.
4041         * lib/unictype/ctype_punct.h: Regenerated.
4042         * lib/unictype/ctype_upper.h: Regenerated.
4043         * lib/unictype/decdigit.h: Regenerated.
4044         * lib/unictype/digit.h: Regenerated.
4045         * lib/unictype/mirror.h: Regenerated.
4046         * lib/unictype/numeric.h: Regenerated.
4047         * lib/unictype/pr_alphabetic.h: Regenerated.
4048         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
4049         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
4050         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
4051         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
4052         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
4053         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
4054         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
4055         * lib/unictype/pr_combining.h: Regenerated.
4056         * lib/unictype/pr_dash.h: Regenerated.
4057         * lib/unictype/pr_decimal_digit.h: Regenerated.
4058         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
4059         * lib/unictype/pr_deprecated.h: Regenerated.
4060         * lib/unictype/pr_diacritic.h: Regenerated.
4061         * lib/unictype/pr_extender.h: Regenerated.
4062         * lib/unictype/pr_format_control.h: Regenerated.
4063         * lib/unictype/pr_grapheme_base.h: Regenerated.
4064         * lib/unictype/pr_grapheme_extend.h: Regenerated.
4065         * lib/unictype/pr_grapheme_link.h: Regenerated.
4066         * lib/unictype/pr_id_continue.h: Regenerated.
4067         * lib/unictype/pr_id_start.h: Regenerated.
4068         * lib/unictype/pr_ideographic.h: Regenerated.
4069         * lib/unictype/pr_ignorable_control.h: Regenerated.
4070         * lib/unictype/pr_lowercase.h: Regenerated.
4071         * lib/unictype/pr_math.h: Regenerated.
4072         * lib/unictype/pr_numeric.h: Regenerated.
4073         * lib/unictype/pr_other_alphabetic.h: Regenerated.
4074         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
4075         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
4076         * lib/unictype/pr_other_id_continue.h: Regenerated.
4077         * lib/unictype/pr_other_lowercase.h: Regenerated.
4078         * lib/unictype/pr_other_math.h: Regenerated.
4079         * lib/unictype/pr_punctuation.h: Regenerated.
4080         * lib/unictype/pr_sentence_terminal.h: Regenerated.
4081         * lib/unictype/pr_soft_dotted.h: Regenerated.
4082         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
4083         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
4084         * lib/unictype/pr_unified_ideograph.h: Regenerated.
4085         * lib/unictype/pr_uppercase.h: Regenerated.
4086         * lib/unictype/pr_xid_continue.h: Regenerated.
4087         * lib/unictype/pr_xid_start.h: Regenerated.
4088         * lib/unictype/pr_zero_width.h: Regenerated.
4089         * lib/unictype/scripts.h: Regenerated.
4090         * lib/unictype/scripts_byname.gperf: Regenerated.
4091         * lib/unictype/sy_java_ident.h: Regenerated.
4092         * lib/unilbrk/lbrkprop1.h: Regenerated.
4093         * lib/unilbrk/lbrkprop2.h: Regenerated.
4094         * tests/unictype/test-categ_C.c: Regenerated.
4095         * tests/unictype/test-categ_Cf.c: Regenerated.
4096         * tests/unictype/test-categ_Cn.c: Regenerated.
4097         * tests/unictype/test-categ_L.c: Regenerated.
4098         * tests/unictype/test-categ_Ll.c: Regenerated.
4099         * tests/unictype/test-categ_Lm.c: Regenerated.
4100         * tests/unictype/test-categ_Lo.c: Regenerated.
4101         * tests/unictype/test-categ_Lu.c: Regenerated.
4102         * tests/unictype/test-categ_M.c: Regenerated.
4103         * tests/unictype/test-categ_Mc.c: Regenerated.
4104         * tests/unictype/test-categ_Me.c: Regenerated.
4105         * tests/unictype/test-categ_Mn.c: Regenerated.
4106         * tests/unictype/test-categ_N.c: Regenerated.
4107         * tests/unictype/test-categ_Nd.c: Regenerated.
4108         * tests/unictype/test-categ_Nl.c: Regenerated.
4109         * tests/unictype/test-categ_No.c: Regenerated.
4110         * tests/unictype/test-categ_P.c: Regenerated.
4111         * tests/unictype/test-categ_Pd.c: Regenerated.
4112         * tests/unictype/test-categ_Pe.c: Regenerated.
4113         * tests/unictype/test-categ_Pf.c: Regenerated.
4114         * tests/unictype/test-categ_Pi.c: Regenerated.
4115         * tests/unictype/test-categ_Po.c: Regenerated.
4116         * tests/unictype/test-categ_Ps.c: Regenerated.
4117         * tests/unictype/test-categ_S.c: Regenerated.
4118         * tests/unictype/test-categ_Sk.c: Regenerated.
4119         * tests/unictype/test-categ_Sm.c: Regenerated.
4120         * tests/unictype/test-categ_So.c: Regenerated.
4121         * tests/unictype/test-ctype_alnum.c: Regenerated.
4122         * tests/unictype/test-ctype_alpha.c: Regenerated.
4123         * tests/unictype/test-ctype_graph.c: Regenerated.
4124         * tests/unictype/test-ctype_lower.c: Regenerated.
4125         * tests/unictype/test-ctype_print.c: Regenerated.
4126         * tests/unictype/test-ctype_punct.c: Regenerated.
4127         * tests/unictype/test-ctype_upper.c: Regenerated.
4128         * tests/unictype/test-decdigit.h: Regenerated.
4129         * tests/unictype/test-digit.h: Regenerated.
4130         * tests/unictype/test-numeric.h: Regenerated.
4131         * tests/unictype/test-pr_alphabetic.c: Regenerated.
4132         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
4133         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
4134         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
4135         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
4136         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
4137         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
4138         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
4139         * tests/unictype/test-pr_combining.c: Regenerated.
4140         * tests/unictype/test-pr_dash.c: Regenerated.
4141         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
4142         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
4143         * tests/unictype/test-pr_deprecated.c: Regenerated.
4144         * tests/unictype/test-pr_diacritic.c: Regenerated.
4145         * tests/unictype/test-pr_extender.c: Regenerated.
4146         * tests/unictype/test-pr_format_control.c: Regenerated.
4147         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
4148         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
4149         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
4150         * tests/unictype/test-pr_id_continue.c: Regenerated.
4151         * tests/unictype/test-pr_id_start.c: Regenerated.
4152         * tests/unictype/test-pr_ideographic.c: Regenerated.
4153         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
4154         * tests/unictype/test-pr_lowercase.c: Regenerated.
4155         * tests/unictype/test-pr_math.c: Regenerated.
4156         * tests/unictype/test-pr_numeric.c: Regenerated.
4157         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
4158         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
4159         Regenerated.
4160         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
4161         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
4162         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
4163         * tests/unictype/test-pr_other_math.c: Regenerated.
4164         * tests/unictype/test-pr_punctuation.c: Regenerated.
4165         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
4166         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
4167         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
4168         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
4169         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
4170         * tests/unictype/test-pr_uppercase.c: Regenerated.
4171         * tests/unictype/test-pr_xid_continue.c: Regenerated.
4172         * tests/unictype/test-pr_xid_start.c: Regenerated.
4173         * tests/unictype/test-pr_zero_width.c: Regenerated.
4174
4175         Update to Unicode 5.1.0.
4176         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
4177         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
4178         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
4179         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
4180         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
4181         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
4182         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
4183         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
4184         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
4185         (nonspacing_table_ind): Update.
4186         * tests/uniwidth/test-uc_width2.sh: Update expected result.
4187
4188         Update to Unicode 5.1.0.
4189         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
4190         code transform.
4191         * lib/uniname/uniname.c (unicode_character_name,
4192         unicode_name_character): Add the range 0x1Fxxx to the code transform.
4193         * lib/uniname/uninames.h: Regenerated.
4194         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
4195
4196 2009-02-07  Bruno Haible  <bruno@clisp.org>
4197
4198         Merge gen-ctype and gen-lbrk into a single program.
4199         * lib/gen-uni-tables.c: New file, incorporating
4200         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
4201         Add directory prefixes to the names of the generated files.
4202         * lib/unictype/gen-ctype.c: Remove file.
4203         * lib/unilbrk/gen-lbrk.c: Remove file.
4204         * modules/gen-uni-tables: New file.
4205         * modules/unictype/gen-ctype: Remove file.
4206         * modules/unilbrk/gen-lbrk: Remove file.
4207
4208 2009-02-07  Bruno Haible  <bruno@clisp.org>
4209
4210         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
4211
4212         New module 'unistr/u32-strcoll'.
4213         * modules/unistr/u32-strcoll: New file.
4214         * lib/unistr/u32-strcoll.c: New file.
4215
4216         New module 'unistr/u16-strcoll'.
4217         * modules/unistr/u16-strcoll: New file.
4218         * lib/unistr/u16-strcoll.c: New file.
4219
4220         New module 'unistr/u8-strcoll'.
4221         * modules/unistr/u8-strcoll: New file.
4222         * lib/unistr/u8-strcoll.c: New file.
4223         * lib/unistr/u-strcoll.h: New file.
4224
4225 2009-02-07  Bruno Haible  <bruno@clisp.org>
4226
4227         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
4228         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
4229         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
4230         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
4231         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
4232         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
4233
4234 2009-02-07  Bruno Haible  <bruno@clisp.org>
4235
4236         Make 64-bit clean.
4237         * lib/unictype/gen-ctype.c (output_predicate, output_category,
4238         output_combclass, output_bidi_category, output_decimal_digit,
4239         output_digit, output_numeric, output_mirror, output_scripts,
4240         output_ident_category): Use proper width specifier in format strings.
4241
4242 2009-02-07  Bruno Haible  <bruno@clisp.org>
4243
4244         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
4245         failure behaviour.
4246
4247 2009-02-07  Jim Meyering  <meyering@redhat.com>
4248
4249         regex: avoid compilation failure with upcoming gcc-4.4
4250         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
4251         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
4252         "... error: integer overflow in preprocessor expression".
4253
4254 2009-02-05  Ben Pfaff  <blp@gnu.org>
4255
4256         Fix link errors on Windows when close module is used.
4257         * modules/close: Add $(LIB_CLOSE) to Link section.
4258         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
4259         $(LIB_CLOSE) on Windows.
4260
4261 2009-02-05  Jim Meyering  <meyering@redhat.com>
4262
4263         still avoid unused-parameter warnings, but do it cleanly
4264         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
4265         (get_fs_usage): Cast to void instead.
4266         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
4267         (dev_from_mount_options, read_file_system_list): Cast to void.
4268         Prompted by Bruno Haible.
4269
4270 2009-02-04  Jim Meyering  <meyering@redhat.com>
4271
4272         fsusage.c: correct copyright year
4273         * lib/fsusage.c: Reflect year in which the change is pushed into
4274
4275         avoid misc. warnings
4276         * lib/fsusage.c (UNUSED_PARAM): Define.
4277         (get_fs_usage): Mark parameter "disk" as unused.
4278         * lib/getugroups.c (getgrent): Use "void" in prototype.
4279         * lib/mountlist.c: Mark unused parameters.
4280         (read_file_system_list): Declare a local with "const".
4281         * lib/nanosleep.c (getnow): Declare static.
4282         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
4283
4284         dirfd: set errno upon failure
4285         * lib/dirfd.c: Include <errno.h>.
4286         Set errno to ENOTSUP when returning -1.
4287         * modules/dirfd (Depends-on): Add errno.
4288         Suggested by John Kodis <kodis@comcast.net>.
4289
4290 2009-02-01  Bruno Haible  <bruno@clisp.org>
4291
4292         Don't assume sizeof (long) >= sizeof (void *).
4293         * lib/memcmp.c: Include stdint.h.
4294         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
4295         srcp2 to 'const byte *'.
4296         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
4297         types to uintptr_t.
4298         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
4299         * modules/memcmp (Depends-on): Add stdint.
4300         Reported by Ozkan Sezer <sezeroz@gmail.com>.
4301
4302 2009-01-30  Eric Blake  <ebb9@byu.net>
4303
4304         fix more require-before-expand issues
4305         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
4306         expand, AC_PROG_AWK.
4307         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
4308
4309 2009-01-28  Eric Blake  <ebb9@byu.net>
4310
4311         version-etc: use consistent URL formatting
4312         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
4313         Improve formatting.  Use fputs for string without %.
4314
4315 2009-01-28  Jim Meyering  <meyering@redhat.com>
4316
4317         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
4318         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
4319         "underquoted definition of NAME" from autoconf-2.59.
4320
4321 2009-01-28  Bruno Haible  <bruno@clisp.org>
4322
4323         * doc/gnulib.texi: Add "Obsolete modules" to index.
4324
4325 2009-01-28  Jim Meyering  <meyering@redhat.com>
4326
4327         useless-if-before-free: recognize more variants
4328         * build-aux/useless-if-before-free: Also recognize e.g.,
4329         if (NULL != p) free (p);
4330
4331 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
4332
4333         test-getaddrinfo: skip (don't fail) this test when there's no network
4334         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
4335         on the presumption that it means you lack network access.
4336
4337 2009-01-26  Jim Meyering  <meyering@redhat.com>
4338
4339         fflush: avoid warnings on modern systems
4340         * lib/fflush.c (rpl_fflush): Move declarations of locals,
4341         pos and result, into scopes where they're used.
4342
4343 2009-01-26  Eric Blake  <ebb9@byu.net>
4344
4345         Silence warning reintroduced by recent extensions patch.
4346         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
4347         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
4348         autoconf.
4349
4350         Backport improved autoconf semantics of AC_DEFUN_ONCE.
4351         * m4/00gnulib.m4: New file.
4352         * gnulib-tool (func_get_filelist): Always use it.
4353         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
4354         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
4355
4356 2009-01-25  Bruno Haible  <bruno@clisp.org>
4357
4358         Make test-quotearg work on MacOS X and AIX.
4359         * tests/test-quotearg.sh: New file.
4360         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
4361         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
4362         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
4363         include <libintl.h>.
4364         (fake_locale): Remove variable.
4365         (gettext, dgettext, dcgettext): Remove functions.
4366         (main): Instead of setting a fake locale, set a real locale. Call
4367         textdomain and bindtextdomain.
4368         * modules/quotearg-tests (Files): Add the new files.
4369         (Depends-on): Add gettext, setenv, unsetenv.
4370         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4371         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
4372         Augment TESTS_ENVIRONMENT.
4373
4374 2009-01-25  Bruno Haible  <bruno@clisp.org>
4375
4376         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
4377         fr_FR.ISO8859-1 locale on MacOS X.
4378         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
4379         ja_JP.eucJP locale on MacOS X.
4380         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
4381         zh_CN.GB18030 locale on MacOS X.
4382
4383 2009-01-25  Bruno Haible  <bruno@clisp.org>
4384
4385         Avoid link errors on MacOS X 10.3.
4386         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
4387         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
4388
4389 2009-01-25  Bruno Haible  <bruno@clisp.org>
4390
4391         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
4392         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
4393         * modules/pipe (Files): Remove m4/posix_spawn.m4.
4394         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
4395         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
4396         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
4397         posix_spawnattr_init, posix_spawnattr_setsigmask,
4398         posix_spawnattr_setflags, posix_spawnattr_destroy.
4399
4400         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
4401         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
4402         * modules/execute (Files): Remove m4/posix_spawn.m4.
4403         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
4404         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
4405         posix_spawnattr_init, posix_spawnattr_setsigmask,
4406         posix_spawnattr_setflags, posix_spawnattr_destroy.
4407
4408 2009-01-25  Bruno Haible  <bruno@clisp.org>
4409
4410         * lib/glthread/threadlib.c: Include <stdlib.h>.
4411
4412 2009-01-25  Bruno Haible  <bruno@clisp.org>
4413
4414         * lib/glthread/threadlib.c (dummy): New declaration.
4415
4416 2009-01-25  Bruno Haible  <bruno@clisp.org>
4417
4418         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
4419         multibyte characters also for the GB18030 encoding. Don't crash when
4420         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
4421
4422 2009-01-25  Bruno Haible  <bruno@clisp.org>
4423
4424         Avoid redefining 'struct random_data' on OSF/1 5.1.
4425         * lib/stdlib.in.h: Include <random.h> if it exists.
4426         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
4427         HAVE_RANDOM_H. Include <random.h> when testing whether
4428         'struct random_data' exists.
4429         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
4430
4431 2009-01-25  Bruno Haible  <bruno@clisp.org>
4432
4433         Don't install charset.alias on MacOS X >= 10.3.
4434         * lib/localcharset.c (DARWIN7): New macro.
4435         (get_charset_aliases): Hardcode the result for Darwin7.
4436         * modules/localcharset (install-exec-local): Don't install
4437         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
4438
4439 2009-01-25  Bruno Haible  <bruno@clisp.org>
4440
4441         Don't install charset.alias on mingw and Cygwin.
4442         * modules/localcharset (install-exec-local): Don't install
4443         charset.alias on mingw and Cygwin, if the file does not yet exist.
4444         The result for these platforms is hardcoded in localcharset.c.
4445
4446 2009-01-25  Bruno Haible  <bruno@clisp.org>
4447
4448         Make it possible again to use AC_GNU_SOURCE together with gnulib.
4449         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
4450         before requiring AC_USE_SYSTEM_EXTENSIONS.
4451
4452 2009-01-25  Jim Meyering  <meyering@redhat.com>
4453
4454         c-strtod: avoid warnings
4455         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
4456         "assignment discards qualifiers from pointer target type" warnings.
4457
4458 2009-01-24  Bruno Haible  <bruno@clisp.org>
4459
4460         Add support for non-UTF-8 locales on MacOS X.
4461         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
4462         canonical encodings. For Darwin 7 and newer, don't map traditional
4463         encodings to UTF-8.
4464         Reported by Vincent Lefevre <vincent@vinc17.org>
4465         at <http://savannah.gnu.org/bugs/?25235>.
4466
4467 2009-01-24  Bruno Haible  <bruno@clisp.org>
4468
4469         * doc/gnulib.texi (Obsolete modules): New section.
4470         Reported by Mike Frysinger <vapier@gentoo.org>.
4471
4472 2009-01-24  Bruno Haible  <bruno@clisp.org>
4473
4474         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
4475         (%.dvi): New rule.
4476
4477 2009-01-24  Bruno Haible  <bruno@clisp.org>
4478
4479         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
4480         Reported by Eric Blake.
4481
4482 2009-01-24  Bruno Haible  <bruno@clisp.org>
4483
4484         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
4485         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
4486         Reported by Gary V. Vaughan <gary@gnu.org>.
4487
4488 2009-01-24  Bruno Haible  <bruno@clisp.org>
4489
4490         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
4491
4492 2009-01-23  Bruno Haible  <bruno@clisp.org>
4493
4494         Make c-strtod, c-strtold usable in libraries.
4495         * lib/c-strtod.c: Include string.h instead of xalloc.h.
4496         (C_STRTOD): Call strdup instead of xstrdup.
4497         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
4498         * modules/c-strtold (Depends-on): Likewise.
4499         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
4500         * NEWS: Mention the change.
4501         Reported by Michael Gold <mgold@ncf.ca>.
4502
4503 2009-01-23  Jim Meyering  <meyering@redhat.com>
4504
4505         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
4506         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
4507         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
4508
4509 2009-01-23  Simon Josefsson  <simon@josefsson.org>
4510
4511         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
4512         GNU CoreUtils.
4513         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
4514         * modules/version-etc (Description): Update.
4515
4516 2009-01-22  Bruno Haible  <bruno@clisp.org>
4517
4518         Cache the C locale object.
4519         * lib/c-strtod.c (c_locale_cache): New variable.
4520         (c_locale): New function.
4521         (C_STRTOD): Use it, and don't call freelocale.
4522         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
4523         Suggested by Paolo Bonzini.
4524
4525 2009-01-21  Bruno Haible  <bruno@clisp.org>
4526
4527         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
4528         conditions other than overflow.
4529
4530 2009-01-21  Bruno Haible  <bruno@clisp.org>
4531
4532         * lib/c-strtod.c: Include errno.h.
4533         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
4534         value from STRTOD_L and STRTOD.
4535
4536 2009-01-21  Bruno Haible  <bruno@clisp.org>
4537         and Jim Meyering  <meyering@redhat.com>
4538
4539         nanosleep: skip configure test (fail it) for apple universal builds
4540         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
4541         universal builds, assume that nanosleep does not work.
4542         * modules/nanosleep (Depends-on): Add multiarch.
4543
4544         mktime: skip configure test (fail it) for apple universal builds
4545         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
4546         universal builds, assume that mktime does not work.
4547         * modules/mktime (Depends-on): Add multiarch.
4548
4549 2009-01-21  Eric Blake  <ebb9@byu.net>
4550
4551         multiarch: avoid expand-before-require warning
4552         * modules/multiarch (configure.ac): Require, rather than expand,
4553         gl_MULTIARCH.
4554         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
4555         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
4556         enforce that all clients require it.  Partial reversion of
4557         2008-12-29 patch.
4558
4559         error: avoid expand-before-require warning
4560         * modules/errno (configure.ac): Require, rather than expand,
4561         gl_HEADER_ERRNO_H.
4562         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
4563         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
4564         enforce that all clients require it.
4565
4566         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
4567         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
4568         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
4569         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
4570
4571 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
4572
4573         Revert:
4574         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
4575
4576         regex: do not depend on obsolete modules.
4577         * modules/regex: Remove memcmp and memmove.
4578
4579 2009-01-20  Bruno Haible  <bruno@clisp.org>
4580
4581         Make the 'link' module link on Windows NT 4.
4582         * lib/link.c (_WIN32_WINNT): Don't define.
4583         (CreateHardLinkFuncType): New type.
4584         (CreateHardLinkFunc, initialized): New variables.
4585         (initialize): New function.
4586         (link): Invoke CreateHardLink indirectly through the function pointer.
4587
4588 2009-01-20  Bruno Haible  <bruno@clisp.org>
4589
4590         Fix compilation failure on mingw.
4591         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
4592
4593 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
4594
4595         * doc/c-strtod.texi: Mention a couple of restrictions.
4596
4597 2009-01-20  Jim Meyering  <meyering@redhat.com>
4598
4599         gettimeofday: move more declarations out of functions
4600         * lib/gettimeofday.c: Move extern declarations of tzset and
4601         gmtime out of containing functions.  Prompted by Bruno Haible.
4602
4603 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
4604
4605         regex: do not depend on obsolete modules.
4606         * modules/regex: Remove memcmp and memmove.
4607
4608 2009-01-19  Bruno Haible  <bruno@clisp.org>
4609
4610         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
4611         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
4612         gl_BIGENDIAN, not AC_C_BIGENDIAN.
4613         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
4614         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
4615
4616 2009-01-19  Bruno Haible  <bruno@clisp.org>
4617
4618         * tests/test-link.c: Include <errno.h>.
4619         (main): Exit with code 77 when a hard link cannot be created due to
4620         the file system.
4621         * tests/test-link.sh: Skip test when a hard link cannot be created due
4622         to the file system.
4623         Suggested by Eric Blake.
4624
4625 2009-01-19  Martin Lambers  <marlam@marlam.de>
4626
4627         * modules/link-tests: New file.
4628         * tests/test-link.sh: New file.
4629         * tests/test-link.c: New file.
4630
4631 2009-01-19  Eric Blake  <ebb9@byu.net>
4632
4633         doc: mention another function added in cygwin 1.7.0
4634         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
4635         Another new function in cygwin 1.7.
4636
4637 2009-01-19  Bruno Haible  <bruno@clisp.org>
4638
4639         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
4640         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
4641         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
4642         gl_BIGENDIAN, not AC_C_BIGENDIAN.
4643         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
4644         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
4645         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
4646         * m4/md4.m4 (gl_MD4): Likewise.
4647         * m4/md5.m4 (gl_MD5): Likewise.
4648         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
4649         * m4/sha1.m4 (gl_SHA1): Likewise.
4650         * m4/sha256.m4 (gl_SHA256): Likewise.
4651         * m4/sha512.m4 (gl_SHA512): Likewise.
4652
4653 2009-01-19  Bruno Haible  <bruno@clisp.org>
4654
4655         * modules/uniname/uniname-tests (Depends-on): Add progname.
4656         * tests/uniname/test-uninames.c: Include progname.h.
4657         (main): Call set_program_name.
4658
4659         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
4660         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
4661         (main): Call set_program_name.
4662
4663         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
4664         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
4665         (main): Call set_program_name.
4666
4667         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
4668         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
4669         (main): Call set_program_name.
4670
4671         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
4672         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
4673         (main): Call set_program_name.
4674
4675         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
4676         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
4677         (main): Call set_program_name.
4678
4679         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
4680         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
4681         (main): Call set_program_name.
4682
4683         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
4684         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
4685         (main): Call set_program_name.
4686
4687         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
4688         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
4689         (main): Call set_program_name.
4690
4691 2009-01-19  Eric Blake  <ebb9@byu.net>
4692
4693         test-unistd: test previous patch
4694         * tests/test-unistd.c: Test *_FILENO macros.
4695
4696         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
4697         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4698         Guarantee a definition.
4699         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
4700         * modules/unistd-safer (Depends-on): Add dependency on unistd.
4701         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
4702         * lib/dup-safer.c (STDERR_FILENO): Likewise.
4703         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4704         Likewise.
4705         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
4706         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
4707         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4708         Likewise.
4709         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
4710         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
4711         (STDERR_FILENO): Likewise.
4712         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
4713         (STDERR_FILENO): Likewise.
4714         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
4715         (STDERR_FILENO): Likewise.
4716         Reported by Elbert Pol.
4717
4718 2009-01-19  Eric Blake  <ebb9@byu.net>
4719
4720         doc: mention more functions added in cygwin 1.7.0
4721         * doc/posix-functions/abort.texi (abort): Update wording related
4722         to cygwin.
4723         * doc/posix-functions/daylight.texi (daylight): Likewise.
4724         * doc/posix-functions/optarg.texi (optarg): Likewise.
4725         * doc/posix-functions/optarg.texi (opterr): Likewise.
4726         * doc/posix-functions/optarg.texi (optind): Likewise.
4727         * doc/posix-functions/optarg.texi (optopt): Likewise.
4728         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
4729         worked in 1.5.x, and was withdrawn in 1.7.
4730         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
4731         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
4732         cygwin versions.
4733         * doc/posix-functions/perror.texi (perror): Likewise.
4734         * doc/posix-functions/printf.texi (printf): Likewise.
4735         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
4736         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
4737         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
4738         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
4739         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
4740         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
4741         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
4742         Likewise.
4743         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
4744         Likewise.
4745         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
4746         this function.
4747         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
4748         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
4749         Likewise.
4750         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
4751         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
4752         * doc/posix-functions/confstr.texi (confstr): Likewise.
4753         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
4754         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
4755         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
4756         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
4757         * doc/posix-functions/fputws.texi (fputws): Likewise.
4758         * doc/posix-functions/fwide.texi (fwide): Likewise.
4759         * doc/posix-functions/getwc.texi (getwc): Likewise.
4760         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
4761         * doc/posix-functions/putwc.texi (putwc): Likewise.
4762         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
4763         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
4764         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
4765         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
4766         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
4767         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
4768         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
4769         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
4770         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
4771         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
4772         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
4773
4774 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
4775
4776         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
4777         * lib/ioctl.c: Include <sys/ioctl.h>.
4778
4779 2009-01-19  Simon Josefsson  <simon@josefsson.org>
4780
4781         * modules/getdate-tests (Depends-on): Add progname.
4782         * tests/test-getdate.c: Use progname module, to avoid link errors
4783         on non-glibc systems.
4784
4785 2009-01-18  Simon Josefsson  <simon@josefsson.org>
4786
4787         * modules/filenamecat-tests (Depends-on): Add progname.
4788         * modules/fstrcmp-tests (Depends-on): Likewise.
4789
4790         * tests/test-filenamecat.c: Use progname module, to avoid link
4791         errors on non-glibc systems.
4792         * tests/test-fstrcmp.c: Likewise.
4793
4794 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
4795
4796         gettimeofday: avoid warning: nested extern declaration of 'localtime'
4797         * lib/gettimeofday.c: Move extern declaration out of function.
4798
4799 2009-01-18  Bruno Haible  <bruno@clisp.org>
4800
4801         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
4802         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
4803         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
4804
4805 2009-01-18  Bruno Haible  <bruno@clisp.org>
4806
4807         * lib/strftime.c (MEMPCPY): Remove unused macro.
4808         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
4809
4810 2009-01-18  Martin Lambers  <marlam@marlam.de>
4811
4812         New module 'link'.
4813         * lib/unistd.in.h (link): New declaration.
4814         * lib/link.c: New file.
4815         * m4/link.m4: New file.
4816         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
4817         HAVE_LINK.
4818         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
4819         * modules/link: New file.
4820         * doc/posix-functions/link.texi: Mention the new module.
4821
4822 2009-01-18  Bruno Haible  <bruno@clisp.org>
4823
4824         * tests/test-avltree_list.c (main): Call set_program_name.
4825         * tests/test-avltree_oset.c (main): Likewise.
4826         * tests/test-obstack-printf.c: Include progname.h.
4827         (main): Call set_program_name.
4828         * tests/test-quotearg.c: Include progname.h.
4829         (main): Call set_program_name.
4830         * tests/test-xmemdup0.c: Include progname.h.
4831         (main): Call set_program_name.
4832
4833 2009-01-18  Bruno Haible  <bruno@clisp.org>
4834
4835         New module 'alphasort'.
4836         * lib/dirent.in.h (alphasort): New declaration.
4837         * lib/alphasort.c: New file, from glibc with modifications.
4838         * m4/alphasort.m4: New file.
4839         * modules/alphasort: New file.
4840         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
4841         HAVE_ALPHASORT.
4842         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
4843         HAVE_ALPHASORT.
4844         * doc/posix-functions/alphasort.texi: Mention the new module and the
4845         portability problems.
4846
4847 2009-01-18  Bruno Haible  <bruno@clisp.org>
4848
4849         New module 'scandir'.
4850         * lib/dirent.in.h (scandir): New declaration.
4851         * lib/scandir.c: New file, from glibc with modifications.
4852         * m4/scandir.m4: New file.
4853         * modules/scandir: New file.
4854         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
4855         HAVE_SCANDIR.
4856         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
4857         HAVE_SCANDIR.
4858         * doc/posix-functions/scandir.texi: Mention the new module and the
4859         portability problems.
4860
4861 2009-01-17  Bruno Haible  <bruno@clisp.org>
4862
4863         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
4864         Update documentation.
4865         (func_remove_suffix): Escape all dots in the suffix. Update
4866         documentation.
4867         (func_filter_filelist): Update documentation.
4868         Reported by Ralf Wildenhues.
4869
4870 2009-01-17  Bruno Haible  <bruno@clisp.org>
4871
4872         * modules/dprintf-posix-tests: New file.
4873         * tests/test-dprintf-posix.sh: New file.
4874         * tests/test-dprintf-posix.c: New file.
4875
4876         New modules 'dprintf', 'dprintf-posix'.
4877         * lib/stdio.in.h (dprintf): New declaration.
4878         * lib/dprintf.c: New file.
4879         * m4/dprintf.m4: New file.
4880         * m4/dprintf-posix.m4: New file.
4881         * modules/dprintf: New file.
4882         * modules/dprintf-posix: New file.
4883         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
4884         HAVE_DPRINTF, REPLACE_DPRINTF.
4885         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
4886         HAVE_DPRINTF, REPLACE_DPRINTF.
4887         * doc/posix-functions/dprintf.texi: Mention the new modules.
4888
4889 2009-01-17  Bruno Haible  <bruno@clisp.org>
4890
4891         * modules/vdprintf-posix-tests: New file.
4892         * tests/test-vdprintf-posix.sh: New file.
4893         * tests/test-vdprintf-posix.c: New file.
4894
4895         New modules 'vdprintf', 'vdprintf-posix'.
4896         * lib/stdio.in.h (vdprintf): New declaration.
4897         * lib/vdprintf.c: New file.
4898         * m4/vdprintf.m4: New file.
4899         * m4/vdprintf-posix.m4: New file.
4900         * modules/vdprintf: New file.
4901         * modules/vdprintf-posix: New file.
4902         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
4903         HAVE_VDPRINTF, REPLACE_VDPRINTF.
4904         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
4905         HAVE_VDPRINTF, REPLACE_VDPRINTF.
4906         * doc/posix-functions/vdprintf.texi: Mention the new modules.
4907
4908 2009-01-17  Bruno Haible  <bruno@clisp.org>
4909
4910         Fix replacement of fopen on mingw.
4911         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
4912         mingw.
4913
4914 2009-01-17  Bruno Haible  <bruno@clisp.org>
4915
4916         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
4917         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
4918
4919 2009-01-17  Bruno Haible  <bruno@clisp.org>
4920
4921         Avoid test-fflush2.sh failure on mingw.
4922         * tests/test-fflush2.c: Include binary-io.h.
4923         (main): Put standard input into binary mode.
4924         * modules/fflush-tests (Depends-on): Add binary-io.
4925
4926 2009-01-17  Bruno Haible  <bruno@clisp.org>
4927
4928         * lib/wchar.in.h: In another particular situation, include only the
4929         system's <wchar.h> file.
4930         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
4931         Reported by Albert Chin-A-Young <china@thewrittenword.com>
4932         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
4933
4934 2009-01-17  Bruno Haible  <bruno@clisp.org>
4935
4936         Support for stripping executables in --enable-relocatable.
4937         * build-aux/install-reloc: Expect one more argument, or an environment
4938         variable RELOC_STRIP_PROG. If set, strip the destination program and
4939         its wrapper.
4940         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
4941         RELOC_STRIP_PROG.
4942         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
4943         to set RELOCATABLE_STRIP.
4944         * NEWS: Mention the new Makefile requirement.
4945
4946 2009-01-17  Bruno Haible  <bruno@clisp.org>
4947
4948         * build-aux/install-reloc: Remove debugging information left over by
4949         C compiler on MacOS X.
4950
4951 2009-01-17  Bruno Haible  <bruno@clisp.org>
4952
4953         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
4954         * lib/progreloc.c (find_executable): Fix type of pointer passed to
4955         _NSGetExecutablePath.
4956
4957 2009-01-16  Jim Meyering  <meyering@redhat.com>
4958
4959         strerror: avoid warnings about discarding "const"
4960         * lib/strerror.c (rpl_strerror): Instead of returning a const
4961         string from each and every "case", use a variable, and add a single
4962         cast after the switch.
4963
4964 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
4965
4966         * lib/arpa_inet.in.h: Add extern "C" block for C++.
4967
4968 2009-01-16  Bruno Haible  <bruno@clisp.org>
4969
4970         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
4971         array initializer syntax that also works in C++ mode.
4972         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4973
4974 2009-01-16  Jim Meyering  <meyering@redhat.com>
4975
4976         poll: suppress a warning
4977         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
4978         to ignore "...unsigned expression < 0 is always false" warnings.
4979
4980 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
4981
4982         poll: remove declarations of unused variables
4983         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
4984         sockbuf and optlen.
4985
4986 2009-01-15  Bruno Haible  <bruno@clisp.org>
4987
4988         Make fflush-after-ungetc POSIX compliant on BSD systems.
4989         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
4990         (clear_ungetc_buffer): Implement also for other systems.
4991         (rpl_fflush): On glibc systems, invoke
4992         clear_ungetc_buffer_preserving_position. Otherwise, invoke
4993         clear_ungetc_buffer after fetching the stream's position, not before.
4994
4995 2009-01-15  Bruno Haible  <bruno@clisp.org>
4996
4997         Make fflush-after-ungetc POSIX compliant on glibc systems.
4998         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
4999         after ungetc.
5000         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
5001         (rpl_fflush): On glibc systems, simply call the system's fflush
5002         function after clearing the ungetc buffer.
5003         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
5004         Instead, lseek only to the end of file, then use the system's fseeko
5005         for the rest. On glibc systems, reset the EOF indicator bit.
5006
5007 2009-01-15  Jim Meyering  <meyering@redhat.com>
5008
5009         openmp.m4: revert quote-adding change, for portability to older autoconf
5010         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
5011         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
5012         Simon Josefsson noticed the problem when using autoconf-2.61.
5013
5014 2009-01-15  Bruno Haible  <bruno@clisp.org>
5015
5016         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
5017         * tests/test-fflush2.c (ASSERT): Always fail.
5018         (main): Add two tests for fflush() after ungetc(), taking into account
5019         the Austin Group's clarification.
5020         Suggested by Eric Blake.
5021
5022 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
5023
5024         mktime.m4: remove K&R-style function prototypes
5025         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
5026         for the Sun C++ compiler.
5027
5028 2009-01-14  Bruno Haible  <bruno@clisp.org>
5029
5030         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
5031         while including <wchar.h>.
5032         * lib/wchar.in.h: In two particular situations on HP-UX, include only
5033         the system's <wchar.h> file.
5034         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5035
5036 2009-01-14  Bruno Haible  <bruno@clisp.org>
5037
5038         * m4/csharp.m4: Don't mention gettext on the serial number line.
5039         * m4/csharpexec.m4: Likewise.
5040         * m4/eaccess.m4: Likewise.
5041         * m4/javaexec.m4: Likewise.
5042         * m4/sig_atomic_t.m4: Likewise.
5043         * m4/tmpdir.m4: Likewise.
5044         * m4/intldir.m4: Bump gettext version.
5045         * m4/lib-ld.m4: Likewise.
5046
5047 2009-01-14  Bruno Haible  <bruno@clisp.org>
5048
5049         * lib/progname.c (set_program_name): Add more comments.
5050         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
5051
5052 2009-01-14  Simon Josefsson  <simon@josefsson.org>
5053
5054         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
5055         were sys/stat.h does not define it.
5056
5057 2009-01-14  Jim Meyering  <meyering@redhat.com>
5058
5059         many *.m4 files: improve m4 quoting
5060         99% of this change was performed by running the following commands:
5061         git ls-files | grep '\.m4$' | xargs perl -pi \
5062           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
5063           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
5064           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
5065           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
5066         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
5067         The remainder were to add Copyright dates, increment serial numbers,
5068         undo some changes in comments, exclude m4/intl.m4, and add quotes
5069         around the "1" in ",1" where the unusual spacing prohibited the
5070         above regexps from doing the job.  For more details, see
5071         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
5072         * m4/acl.m4: Modified.
5073         * m4/afs.m4: Likewise.
5074         * m4/alloca.m4: Likewise.
5075         * m4/argp.m4: Likewise.
5076         * m4/argz.m4: Likewise.
5077         * m4/atexit.m4: Likewise.
5078         * m4/bison-i18n.m4: Likewise.
5079         * m4/bison.m4: Likewise.
5080         * m4/byteswap.m4: Likewise.
5081         * m4/c-stack.m4: Likewise.
5082         * m4/c-strtod.m4: Likewise.
5083         * m4/calloc.m4: Likewise.
5084         * m4/canonicalize-lgpl.m4: Likewise.
5085         * m4/chown.m4: Likewise.
5086         * m4/clock_time.m4: Likewise.
5087         * m4/codeset.m4: Likewise.
5088         * m4/copy-file.m4: Likewise.
5089         * m4/csharp.m4: Likewise.
5090         * m4/csharpcomp.m4: Likewise.
5091         * m4/csharpexec.m4: Likewise.
5092         * m4/d-ino.m4: Likewise.
5093         * m4/d-type.m4: Likewise.
5094         * m4/dirfd.m4: Likewise.
5095         * m4/double-slash-root.m4: Likewise.
5096         * m4/eaccess.m4: Likewise.
5097         * m4/eealloc.m4: Likewise.
5098         * m4/environ.m4: Likewise.
5099         * m4/errno_h.m4: Likewise.
5100         * m4/euidaccess.m4: Likewise.
5101         * m4/execute.m4: Likewise.
5102         * m4/fatal-signal.m4: Likewise.
5103         * m4/fchdir.m4: Likewise.
5104         * m4/fcntl_h.m4: Likewise.
5105         * m4/fileblocks.m4: Likewise.
5106         * m4/filenamecat.m4: Likewise.
5107         * m4/findprog.m4: Likewise.
5108         * m4/flexmember.m4: Likewise.
5109         * m4/fnmatch.m4: Likewise.
5110         * m4/fopen.m4: Likewise.
5111         * m4/fpending.m4: Likewise.
5112         * m4/fprintf-posix.m4: Likewise.
5113         * m4/free.m4: Likewise.
5114         * m4/frexp.m4: Likewise.
5115         * m4/frexpl.m4: Likewise.
5116         * m4/fsusage.m4: Likewise.
5117         * m4/ftruncate.m4: Likewise.
5118         * m4/gc-camellia.m4: Likewise.
5119         * m4/gc-random.m4: Likewise.
5120         * m4/gc.m4: Likewise.
5121         * m4/getaddrinfo.m4: Likewise.
5122         * m4/getcwd-abort-bug.m4: Likewise.
5123         * m4/getcwd-path-max.m4: Likewise.
5124         * m4/getdate.m4: Likewise.
5125         * m4/getdomainname.m4: Likewise.
5126         * m4/getgroups.m4: Likewise.
5127         * m4/gethostname.m4: Likewise.
5128         * m4/gethrxtime.m4: Likewise.
5129         * m4/getline.m4: Likewise.
5130         * m4/getloadavg.m4: Likewise.
5131         * m4/getndelim2.m4: Likewise.
5132         * m4/getpass.m4: Likewise.
5133         * m4/gettext.m4: Likewise.
5134         * m4/gettime.m4: Likewise.
5135         * m4/gettimeofday.m4: Likewise.
5136         * m4/gnulib-common.m4: Likewise.
5137         * m4/group-member.m4: Likewise.
5138         * m4/host-os.m4: Likewise.
5139         * m4/iconv.m4: Likewise.
5140         * m4/iconv_open.m4: Likewise.
5141         * m4/inet_ntop.m4: Likewise.
5142         * m4/inet_pton.m4: Likewise.
5143         * m4/inline.m4: Likewise.
5144         * m4/intldir.m4: Likewise.
5145         * m4/intlmacosx.m4: Likewise.
5146         * m4/intmax.m4: Likewise.
5147         * m4/intmax_t.m4: Likewise.
5148         * m4/inttypes.m4: Likewise.
5149         * m4/inttypes_h.m4: Likewise.
5150         * m4/inttypes-pri.m4: Likewise.
5151         * m4/isapipe.m4: Likewise.
5152         * m4/isnand.m4: Likewise.
5153         * m4/isnanf.m4: Likewise.
5154         * m4/isnanl.m4: Likewise.
5155         * m4/javacomp.m4: Likewise.
5156         * m4/javaexec.m4: Likewise.
5157         * m4/jm-winsz1.m4: Likewise.
5158         * m4/jm-winsz2.m4: Likewise.
5159         * m4/lchown.m4: Likewise.
5160         * m4/lcmessage.m4: Likewise.
5161         * m4/ldexpl.m4: Likewise.
5162         * m4/lib-ld.m4: Likewise.
5163         * m4/lib-link.m4: Likewise.
5164         * m4/libsigsegv.m4: Likewise.
5165         * m4/link-follow.m4: Likewise.
5166         * m4/localcharset.m4: Likewise.
5167         * m4/locale-fr.m4: Likewise.
5168         * m4/locale-ja.m4: Likewise.
5169         * m4/locale-tr.m4: Likewise.
5170         * m4/locale-zh.m4: Likewise.
5171         * m4/lock.m4: Likewise.
5172         * m4/longlong.m4: Likewise.
5173         * m4/ls-mntd-fs.m4: Likewise.
5174         * m4/lstat.m4: Likewise.
5175         * m4/malloc.m4: Likewise.
5176         * m4/mathl.m4: Likewise.
5177         * m4/mbrtowc.m4: Likewise.
5178         * m4/mbstate_t.m4: Likewise.
5179         * m4/mbswidth.m4: Likewise.
5180         * m4/memchr.m4: Likewise.
5181         * m4/memcmp.m4: Likewise.
5182         * m4/memcpy.m4: Likewise.
5183         * m4/memmem.m4: Likewise.
5184         * m4/memmove.m4: Likewise.
5185         * m4/mempcpy.m4: Likewise.
5186         * m4/memrchr.m4: Likewise.
5187         * m4/memset.m4: Likewise.
5188         * m4/minmax.m4: Likewise.
5189         * m4/mkdir-slash.m4: Likewise.
5190         * m4/mkdtemp.m4: Likewise.
5191         * m4/mktime.m4: Likewise.
5192         * m4/mmap-anon.m4: Likewise.
5193         * m4/mountlist.m4: Likewise.
5194         * m4/nanosleep.m4: Likewise.
5195         * m4/nls.m4: Likewise.
5196         * m4/nocrash.m4: Likewise.
5197         * m4/open.m4: Likewise.
5198         * m4/openat.m4: Likewise.
5199         * m4/openmp.m4: Likewise.
5200         * m4/pathmax.m4: Likewise.
5201         * m4/perl.m4: Likewise.
5202         * m4/physmem.m4: Likewise.
5203         * m4/pipe.m4: Likewise.
5204         * m4/po.m4: Likewise.
5205         * m4/poll.m4: Likewise.
5206         * m4/posixtm.m4: Likewise.
5207         * m4/posixver.m4: Likewise.
5208         * m4/printf-frexp.m4: Likewise.
5209         * m4/printf-frexpl.m4: Likewise.
5210         * m4/printf-posix.m4: Likewise.
5211         * m4/printf-posix-rpl.m4: Likewise.
5212         * m4/printf.m4: Likewise.
5213         * m4/progtest.m4: Likewise.
5214         * m4/putenv.m4: Likewise.
5215         * m4/readline.m4: Likewise.
5216         * m4/readlink.m4: Likewise.
5217         * m4/readutmp.m4: Likewise.
5218         * m4/realloc.m4: Likewise.
5219         * m4/regex.m4: Likewise.
5220         * m4/relocatable.m4: Likewise.
5221         * m4/relocatable-lib.m4: Likewise.
5222         * m4/rename-dest-slash.m4: Likewise.
5223         * m4/rename.m4: Likewise.
5224         * m4/rmdir-errno.m4: Likewise.
5225         * m4/rmdir.m4: Likewise.
5226         * m4/roundf.m4: Likewise.
5227         * m4/roundl.m4: Likewise.
5228         * m4/rpmatch.m4: Likewise.
5229         * m4/save-cwd.m4: Likewise.
5230         * m4/selinux-selinux-h.m4: Likewise.
5231         * m4/setenv.m4: Likewise.
5232         * m4/settime.m4: Likewise.
5233         * m4/sig2str.m4: Likewise.
5234         * m4/sig_atomic_t.m4: Likewise.
5235         * m4/signalblocking.m4: Likewise.
5236         * m4/signbit.m4: Likewise.
5237         * m4/sigpipe.m4: Likewise.
5238         * m4/sockets.m4: Likewise.
5239         * m4/sockpfaf.m4: Likewise.
5240         * m4/st_dm_mode.m4: Likewise.
5241         * m4/stat-time.m4: Likewise.
5242         * m4/stdbool.m4: Likewise.
5243         * m4/stdint.m4: Likewise.
5244         * m4/stdint_h.m4: Likewise.
5245         * m4/stpcpy.m4: Likewise.
5246         * m4/stpncpy.m4: Likewise.
5247         * m4/strcase.m4: Likewise.
5248         * m4/strchrnul.m4: Likewise.
5249         * m4/strcspn.m4: Likewise.
5250         * m4/strdup.m4: Likewise.
5251         * m4/strftime.m4: Likewise.
5252         * m4/strndup.m4: Likewise.
5253         * m4/strnlen.m4: Likewise.
5254         * m4/strpbrk.m4: Likewise.
5255         * m4/strptime.m4: Likewise.
5256         * m4/strsep.m4: Likewise.
5257         * m4/strtod.m4: Likewise.
5258         * m4/strtoimax.m4: Likewise.
5259         * m4/strtok_r.m4: Likewise.
5260         * m4/strtol.m4: Likewise.
5261         * m4/strtoll.m4: Likewise.
5262         * m4/strtoul.m4: Likewise.
5263         * m4/strtoull.m4: Likewise.
5264         * m4/strtoumax.m4: Likewise.
5265         * m4/strverscmp.m4: Likewise.
5266         * m4/threadlib.m4: Likewise.
5267         * m4/timegm.m4: Likewise.
5268         * m4/tm_gmtoff.m4: Likewise.
5269         * m4/tmpdir.m4: Likewise.
5270         * m4/tmpfile.m4: Likewise.
5271         * m4/tzset.m4: Likewise.
5272         * m4/uintmax_t.m4: Likewise.
5273         * m4/unlinkdir.m4: Likewise.
5274         * m4/unlocked-io.m4: Likewise.
5275         * m4/uptime.m4: Likewise.
5276         * m4/userspec.m4: Likewise.
5277         * m4/utimbuf.m4: Likewise.
5278         * m4/utime.m4: Likewise.
5279         * m4/utimes-null.m4: Likewise.
5280         * m4/utimes.m4: Likewise.
5281         * m4/vararrays.m4: Likewise.
5282         * m4/vasnprintf.m4: Likewise.
5283         * m4/vfprintf-posix.m4: Likewise.
5284         * m4/vprintf-posix.m4: Likewise.
5285         * m4/wait-process.m4: Likewise.
5286         * m4/wchar_t.m4: Likewise.
5287         * m4/wint_t.m4: Likewise.
5288         * m4/write-any-file.m4: Likewise.
5289         * m4/yield.m4: Likewise.
5290
5291 2009-01-13  Bruno Haible  <bruno@clisp.org>
5292
5293         Avoid test-copy-file.sh failures when ACL support insufficient.
5294         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
5295         TESTS_ENVIRONMENT.
5296         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
5297         Reported by Jim Meyering.
5298
5299 2009-01-13  Bruno Haible  <bruno@clisp.org>
5300
5301         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
5302         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
5303         * modules/unistdio/u8-printf-parse (Files): Likewise.
5304         * modules/unistdio/u32-printf-parse (Files): Likewise.
5305         * modules/unistdio/ulc-printf-parse (Files): Likewise.
5306
5307 2009-01-13  Simon Josefsson  <simon@josefsson.org>
5308
5309         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
5310         and m4/inttypes_h.m4 too.
5311
5312 2009-01-12  Eric Blake  <ebb9@byu.net>
5313
5314         tests: IRIX 6.2 cc can't compile -0.0 into .data
5315         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
5316         rather than at compile-time.
5317         * tests/test-floorl.c (minus_zero): Likewise.
5318         * tests/test-frexpl.c (minus_zero): Likewise.
5319         * tests/test-isnan.c (minus_zerol): Likewise.
5320         * tests/test-isnanl.h (minus_zero): Likewise.
5321         * tests/test-ldexpl.c (minus_zero): Likewise.
5322         * tests/test-roundl.c (minus_zero): Likewise.
5323         * tests/test-signbit.c (minus_zerol): Likewise.
5324         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
5325         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
5326         * tests/test-truncl.c (minus_zero): Likewise.
5327         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
5328         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
5329         Reported by Tom G. Christensen and Nelson H. F. Beebe.
5330
5331 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
5332
5333         regex: fix glibc bug 9697
5334         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
5335         handling.
5336
5337 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
5338
5339         regex: fix glibc bug 697
5340         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
5341         being NULL also if there are no backreferences.
5342
5343 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
5344
5345         regex: merge glibc changes
5346         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
5347         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
5348         re_string_skip_chars, re_string_reconstruct): Likewise.
5349         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
5350
5351 2009-01-07  Jim Meyering  <meyering@redhat.com>
5352
5353         poll: filter through cppi
5354         * lib/poll.c: Indent cpp directives to reflect nesting.
5355
5356 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
5357
5358         poll: don't return uninitialized
5359         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
5360
5361 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
5362
5363         avoid compile failure on AIX 6.1
5364         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
5365         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
5366
5367 2009-01-04  Jim Meyering  <meyering@redhat.com>
5368
5369         remove duplicate inclusion of <stdio.h>
5370         * tests/test-fprintf-posix.c: Likewise.
5371         * tests/test-printf-posix.c: Likewise.
5372         * tests/test-snprintf-posix.c: Likewise.
5373         * tests/test-sprintf-posix.c: Likewise.
5374         * tests/test-vasprintf-posix.c: Likewise.
5375         * tests/test-vfprintf-posix.c: Likewise.
5376         * tests/test-vprintf-posix.c: Likewise.
5377         * tests/test-vsnprintf-posix.c: Likewise.
5378         * tests/test-vsprintf-posix.c: Likewise.
5379
5380 2009-01-03  Jim Meyering  <meyering@redhat.com>
5381
5382         gnulib-tool: fix sed-based filtering
5383         * gnulib-tool (func_filter_filelist): Remove extra backslash
5384         in sed_fff_filter definition.
5385
5386 2009-01-02  Jim Meyering  <meyering@redhat.com>
5387
5388         strftime: avoid compilation failure on Solaris 2.6
5389         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
5390         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
5391         Don't #define mbrlen or mbsinit, since now they're guaranteed to
5392         be available.  Reported by Tom G. Christensen.  Details in
5393         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
5394
5395 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5396             Bruno Haible  <bruno@clisp.org>
5397
5398         Speed up gnulib-tool by doing more string processing through shell
5399         built-ins.
5400         * gnulib-tool (fast_func_append): New variable.
5401         (func_remove_prefix, func_remove_suffix): New functions.
5402         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
5403         (func_filter_filelist): New function.
5404         (func_get_dependencies): Use func_remove_suffix instead of sed.
5405         (func_get_automake_snippet): Use func_filter_filelist instead of a
5406         subshell and sed invocation.
5407
5408 2009-01-01  Bruno Haible  <bruno@clisp.org>
5409
5410         Fix a security bug.
5411         * gnulib-tool (func_import, import, update): Don't allow the characters
5412         '"', '$', '`', '\' in macro arguments that become part of commands that
5413         are evaluated.
5414
5415 2009-01-01  Bruno Haible  <bruno@clisp.org>
5416
5417         * gnulib-tool (func_reset_sigpipe): Add more comments.
5418
5419 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5420
5421         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
5422         func_emit_tests_Makefile_am, func_import): Abort loops early if we
5423         already know the answer.
5424
5425 2009-01-01  Jim Meyering  <meyering@redhat.com>
5426
5427         * lib/version-etc.c (version_etc_va): Update copyright year.
5428
5429 2008-12-30  Bruno Haible  <bruno@clisp.org>
5430
5431         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
5432         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
5433         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
5434
5435 2008-12-29  Eric Blake  <ebb9@byu.net>
5436
5437         multiarch: avoid autoconf AC_REQUIRE bug
5438         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
5439         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
5440         2.63 and older.
5441         Reported by Bruno Haible, and analyzed in
5442         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
5443
5444 2008-12-29  Bruno Haible  <bruno@clisp.org>
5445
5446         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
5447         files in subdirectories correctly.
5448         Reported by Ralf Wildenhues.
5449
5450 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5451
5452         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
5453         rather than 'join FILE -', for Solaris join.
5454
5455 2008-12-29  Bruno Haible  <bruno@clisp.org>
5456
5457         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
5458         quoting.
5459         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
5460         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
5461         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
5462         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
5463         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
5464         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
5465         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
5466         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
5467         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5468         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
5469         * m4/nls.m4 (AM_NLS): Likewise.
5470         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
5471         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
5472         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
5473         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
5474         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
5475         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
5476         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
5477         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
5478         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
5479         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
5480         * m4/xsize.m4 (gl_XSIZE): Likewise.
5481         Suggested by Jim Meyering.
5482
5483 2008-11-17  Bruce Korb  <bkorb@gnu.org>
5484
5485         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
5486         * lib/parse-duration.c: use a switch instead of cascading if's.
5487
5488 2008-12-29  Eric Blake  <ebb9@byu.net>
5489
5490         wchar.h: supply WEOF on Irix 5.3
5491         * lib/wchar.in.h (wint_t): Also supply WEOF.
5492         * lib/wctype.in.h (wint_t): Likewise.
5493         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
5494         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
5495         Reported by Tom G. Christensen.
5496
5497 2008-12-26  Bruno Haible  <bruno@clisp.org>
5498
5499         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
5500         i486, i586, i686.
5501
5502 2008-12-26  Bruno Haible  <bruno@clisp.org>
5503
5504         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
5505
5506 2008-12-26  Bruno Haible  <bruno@clisp.org>
5507
5508         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
5509         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
5510         not __STDC_CONSTANT_MACROS.
5511         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
5512
5513 2008-12-25  Bruno Haible  <bruno@clisp.org>
5514
5515         Add support for universal builds to vasnprintf.
5516         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
5517         universal builds, guess no.
5518         * modules/vasnprintf-posix (Depends-on): Add multiarch.
5519         * modules/vasprintf-posix (Depends-on): Likewise.
5520         * modules/fprintf-posix (Depends-on): Likewise.
5521         * modules/vfprintf-posix (Depends-on): Likewise.
5522         * modules/snprintf-posix (Depends-on): Likewise.
5523         * modules/vsnprintf-posix (Depends-on): Likewise.
5524         * modules/sprintf-posix (Depends-on): Likewise.
5525         * modules/vsprintf-posix (Depends-on): Likewise.
5526         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5527         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5528         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5529         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5530         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5531         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5532         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5533
5534         Add support for universal builds to <inttypes.h>.
5535         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
5536         _SCNu64_PREFIX): In Apple
5537         universal builds, define directly, using _LP64.
5538         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
5539         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
5540         * modules/inttypes (Depends-on): Add multiarch.
5541         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
5542
5543         Add support for universal builds to <stdint.h>.
5544         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
5545         universal builds, define directly, using _LP64.
5546         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
5547         Apple universal builds, don't test for the size and suffix of ptrdiff_t
5548         and size_t.
5549         * modules/stdint (Depends-on): Add multiarch.
5550         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
5551
5552         New module 'multiarch'.
5553         * modules/multiarch: New file.
5554         * m4/multiarch.m4: New file.
5555
5556 2008-12-25  Bruno Haible  <bruno@clisp.org>
5557
5558         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
5559
5560 2008-12-25  Bruno Haible  <bruno@clisp.org>
5561
5562         * modules/btowc (License): Relicense under LGPLv2+.
5563         * modules/mbsinit (License): Likewise.
5564         * modules/mbrtowc (License): Likewise.
5565         * modules/wcrtomb (License): Likewise.
5566         * modules/streq (License): Likewise.
5567         Reported by David Lutterkort <lutter@redhat.com>.
5568
5569 2008-12-23  Bruno Haible  <bruno@clisp.org>
5570
5571         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
5572
5573 2008-12-23  Bruno Haible  <bruno@clisp.org>
5574
5575         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
5576         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
5577         GETADDRINFO_LIB, not in LIBS.
5578         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
5579         * modules/canon-host (Link): Likewise.
5580         * NEWS: Mention the change.
5581         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
5582         GETADDRINFO_LIB.
5583
5584 2008-12-22  Bruno Haible  <bruno@clisp.org>
5585
5586         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
5587         * doc/posix-functions/iswalpha_l.texi: Likewise.
5588         * doc/posix-functions/iswblank_l.texi: Likewise.
5589         * doc/posix-functions/iswcntrl_l.texi: Likewise.
5590         * doc/posix-functions/iswctype_l.texi: Likewise.
5591         * doc/posix-functions/iswdigit_l.texi: Likewise.
5592         * doc/posix-functions/iswgraph_l.texi: Likewise.
5593         * doc/posix-functions/iswlower_l.texi: Likewise.
5594         * doc/posix-functions/iswprint_l.texi: Likewise.
5595         * doc/posix-functions/iswpunct_l.texi: Likewise.
5596         * doc/posix-functions/iswspace_l.texi: Likewise.
5597         * doc/posix-functions/iswupper_l.texi: Likewise.
5598         * doc/posix-functions/iswxdigit_l.texi: Likewise.
5599         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
5600         * doc/posix-functions/open_wmemstream.texi: Likewise.
5601         * doc/posix-functions/swscanf.texi: Likewise.
5602         * doc/posix-functions/towctrans_l.texi: Likewise.
5603         * doc/posix-functions/towlower.texi: Likewise.
5604         * doc/posix-functions/towlower_l.texi: Likewise.
5605         * doc/posix-functions/towupper.texi: Likewise.
5606         * doc/posix-functions/towupper_l.texi: Likewise.
5607         * doc/posix-functions/vfwprintf.texi: Likewise.
5608         * doc/posix-functions/vfwscanf.texi: Likewise.
5609         * doc/posix-functions/vswscanf.texi: Likewise.
5610         * doc/posix-functions/vwprintf.texi: Likewise.
5611         * doc/posix-functions/vwscanf.texi: Likewise.
5612         * doc/posix-functions/wcpcpy.texi: Likewise.
5613         * doc/posix-functions/wcpncpy.texi: Likewise.
5614         * doc/posix-functions/wcscasecmp.texi: Likewise.
5615         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
5616         * doc/posix-functions/wcscoll_l.texi: Likewise.
5617         * doc/posix-functions/wcsdup.texi: Likewise.
5618         * doc/posix-functions/wcsncasecmp.texi: Likewise.
5619         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
5620         * doc/posix-functions/wcsnlen.texi: Likewise.
5621         * doc/posix-functions/wcsnrtombs.texi: Likewise.
5622         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
5623         * doc/posix-functions/wctrans_l.texi: Likewise.
5624         * doc/posix-functions/wctype_l.texi: Likewise.
5625         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
5626         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
5627         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
5628         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
5629         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
5630         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
5631         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
5632         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
5633         * doc/glibc-functions/wcschrnul.texi: Likewise.
5634         * doc/glibc-functions/wcsftime_l.texi: Likewise.
5635         * doc/glibc-functions/wcstod_l.texi: Likewise.
5636         * doc/glibc-functions/wcstof_l.texi: Likewise.
5637         * doc/glibc-functions/wcstol_l.texi: Likewise.
5638         * doc/glibc-functions/wcstold_l.texi: Likewise.
5639         * doc/glibc-functions/wcstoll_l.texi: Likewise.
5640         * doc/glibc-functions/wcstoq.texi: Likewise.
5641         * doc/glibc-functions/wcstoul_l.texi: Likewise.
5642         * doc/glibc-functions/wcstoull_l.texi: Likewise.
5643         * doc/glibc-functions/wcstouq.texi: Likewise.
5644         * doc/glibc-functions/wmempcpy.texi: Likewise.
5645
5646 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
5647             Eric Blake  <ebb9@byu.net>
5648             Paolo Bonzini  <bonzini@gnu.org>
5649             Bruno Haible  <bruno@clisp.org>
5650
5651         Make c-stack work on Haiku.
5652         * lib/c-stack.c (SA_ONSTACK): Define fallback.
5653         (c_stack_action): Use SA_ONSTACK flag.
5654
5655 2008-12-22  Bruno Haible  <bruno@clisp.org>
5656
5657         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
5658
5659 2008-12-22  Bruno Haible  <bruno@clisp.org>
5660
5661         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
5662         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
5663         being overridden.
5664         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
5665         New macros.
5666         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
5667         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
5668         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
5669         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
5670
5671 2008-12-22  Bruno Haible  <bruno@clisp.org>
5672
5673         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
5674         from test code.
5675
5676 2008-12-22  Eric Blake  <ebb9@byu.net>
5677
5678         Avoid gcc warnings on cygwin.
5679         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
5680         Avoid unused variable.
5681         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
5682         Likewise.
5683
5684 2008-12-22  Bruno Haible  <bruno@clisp.org>
5685
5686         Remove HAVE_MBRTOWC conditionals.
5687         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
5688         (mbscasecmp): Assume mbrtowc function.
5689         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
5690         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
5691         * lib/mbschr.c: Include mbuiter.h unconditionally.
5692         (mbschr): Assume mbrtowc function.
5693         * lib/mbscspn.c: Include mbuiter.h unconditionally.
5694         (mbscspn): Assume mbrtowc function.
5695         * lib/mbslen.c: Include mbuiter.h unconditionally.
5696         (mbslen): Assume mbrtowc function.
5697         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
5698         (mbsncasecmp): Assume mbrtowc function.
5699         * lib/mbsnlen.c: Include mbiter.h unconditionally.
5700         (mbsnlen): Assume mbrtowc function.
5701         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
5702         (mbspbrk): Assume mbrtowc function.
5703         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
5704         (mbspcasecmp): Assume mbrtowc function.
5705         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
5706         (mbsrchr): Assume mbrtowc function.
5707         * lib/mbssep.c: Include mbuiter.h unconditionally.
5708         (mbssep): Assume mbrtowc function.
5709         * lib/mbsspn.c: Include mbuiter.h unconditionally.
5710         (mbsspn): Assume mbrtowc function.
5711         * lib/mbsstr.c: Include mbuiter.h unconditionally.
5712         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
5713         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
5714         (mbstok_r): Assume mbrtowc function.
5715         * lib/propername.c: Include mbuiter.h unconditionally.
5716         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
5717         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
5718         (trim2): Assume mbrtowc function.
5719         * lib/mbswidth.c (mbsinit): Remove fallback definition.
5720         (mbsnwidth): Assume mbrtowc function.
5721         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
5722         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
5723         fallback definitions.
5724         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
5725
5726 2008-12-22  Bruno Haible  <bruno@clisp.org>
5727
5728         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
5729
5730 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
5731
5732         * modules/regex: Request emulations for the mb*/wc* functions we need.
5733         * m4/regex.m4: Don't look for those functions here.
5734         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
5735
5736 2008-12-22  Bruno Haible  <bruno@clisp.org>
5737
5738         * modules/fnmatch (Depends-on): Remove duplicated dependency.
5739
5740 2008-12-21  Bruno Haible  <bruno@clisp.org>
5741
5742         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
5743         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
5744         (Include): Remove conditionalization.
5745         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
5746         (Include): Remove conditionalization.
5747         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
5748         (Include): Remove conditionalization.
5749         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
5750         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5751         * NEWS: Mention the change.
5752         Reported by Alan Hourihane <alanh@fairlite.co.uk>
5753         via Sergey Poznyakoff <gray@gnu.org.ua>.
5754
5755 2008-12-21  Bruno Haible  <bruno@clisp.org>
5756
5757         * MODULES.html.sh (Extended multibyte and wide character utilities
5758         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
5759         wcrtomb, wcsrtombs.
5760         (Support for systems lacking POSIX:2008): Add accept, bind, close,
5761         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
5762         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
5763         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
5764
5765 2008-12-21  Bruno Haible  <bruno@clisp.org>
5766
5767         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
5768
5769 2008-12-21  Bruno Haible  <bruno@clisp.org>
5770
5771         * modules/wcsnrtombs-tests: New file.
5772         * tests/test-wcsnrtombs1.sh: New file.
5773         * tests/test-wcsnrtombs2.sh: New file.
5774         * tests/test-wcsnrtombs3.sh: New file.
5775         * tests/test-wcsnrtombs4.sh: New file.
5776         * tests/test-wcsnrtombs.c: New file.
5777
5778         New module 'wcsnrtombs'.
5779         * lib/wchar.in.h (wcsnrtombs): New declaration.
5780         * lib/wcsnrtombs.c: New file.
5781         * lib/wcsrtombs-state.c: New file.
5782         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
5783         (internal_state): Remove variable.
5784         * m4/wcsnrtombs.m4: New file.
5785         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
5786         compilation units.
5787         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
5788         HAVE_WCSNRTOMBS.
5789         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
5790         HAVE_WCSNRTOMBS.
5791         * modules/wcsnrtombs: New file.
5792         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
5793         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
5794
5795 2008-12-21  Bruno Haible  <bruno@clisp.org>
5796
5797         * modules/wcsrtombs-tests: New file.
5798         * tests/test-wcsrtombs1.sh: New file.
5799         * tests/test-wcsrtombs2.sh: New file.
5800         * tests/test-wcsrtombs3.sh: New file.
5801         * tests/test-wcsrtombs4.sh: New file.
5802         * tests/test-wcsrtombs.c: New file.
5803
5804         New module 'wcsrtombs'.
5805         * lib/wchar.in.h (wcsrtombs): New declaration.
5806         * lib/wcsrtombs.c: New file.
5807         * m4/wcsrtombs.m4: New file.
5808         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
5809         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
5810         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
5811         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
5812         * modules/wcsrtombs: New file.
5813         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
5814         bugs.
5815
5816 2008-12-21  Bruno Haible  <bruno@clisp.org>
5817
5818         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
5819         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
5820         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
5821         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
5822         if not correct.
5823         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
5824         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
5825         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5826         m4/locale-zh.m4, m4/codeset.m4.
5827         * doc/posix-functions/wcrtomb.texi: Document the bug.
5828
5829 2008-12-21  Bruno Haible  <bruno@clisp.org>
5830
5831         Work around a btowc() bug on IRIX 6.5.
5832         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
5833         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
5834         REPLACE_WTOBC if not.
5835         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
5836         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
5837         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
5838
5839 2008-12-21  Bruno Haible  <bruno@clisp.org>
5840
5841         * modules/wcrtomb-tests: New file.
5842         * tests/test-wcrtomb.sh: New file.
5843         * tests/test-wcrtomb.c: New file.
5844
5845         New module 'wcrtomb'.
5846         * lib/wchar.in.h (wcrtomb): New declaration.
5847         * lib/wcrtomb.c: New file.
5848         * m4/wcrtomb.m4: New file.
5849         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
5850         HAVE_WCRTOMB.
5851         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
5852         HAVE_WCRTOMB.
5853         * modules/wcrtomb: New file.
5854         * doc/posix-functions/wcrtomb.texi: Mention the new module.
5855
5856 2008-12-21  Bruno Haible  <bruno@clisp.org>
5857
5858         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
5859         * modules/mbsrtowcs (Files): Likewise.
5860         * modules/wctob (Files): Likewise.
5861         * modules/c-strcase-tests (Files): Likewise.
5862         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5863         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5864         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5865         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5866         * modules/vasnprintf-posix-tests (Files): Likewise.
5867
5868 2008-12-21  William Pursell  <bill.pursell@gmail.com>
5869
5870         gitlog-to-changelog: pass all command-line arguments to git-log
5871         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
5872         it is sometimes convenient to filter the commits in various ways.
5873         gitlog-to-changelog only allows --since to specify a start date,
5874         but git-log itself supports many other filtering mechanisms.
5875         At the moment, I want to filter by branch name.  Rather than
5876         adding a --branch option to gitlog-to-changelog, it seems more
5877         flexible to simply pass all options directly to git-log and let
5878         git do the work.  Notice that this effectively makes --since a
5879         redundant option for gitlog-to-changelog, but removing it would
5880         require current usage to change since calls would then require
5881         an additional '--'.
5882
5883 2008-12-21  Bruno Haible  <bruno@clisp.org>
5884
5885         * modules/mbsnrtowcs-tests: New file.
5886         * tests/test-mbsnrtowcs1.sh: New file.
5887         * tests/test-mbsnrtowcs2.sh: New file.
5888         * tests/test-mbsnrtowcs3.sh: New file.
5889         * tests/test-mbsnrtowcs4.sh: New file.
5890         * tests/test-mbsnrtowcs.c: New file.
5891
5892         New module 'mbsnrtowcs'.
5893         * lib/wchar.in.h (mbsnrtowcs): New declaration.
5894         * lib/mbsnrtowcs.c: New file.
5895         * lib/mbsrtowcs-state.c: New file.
5896         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
5897         (internal_state): Remove variable.
5898         * m4/mbsnrtowcs.m4: New file.
5899         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
5900         compilation units.
5901         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
5902         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
5903         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
5904         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
5905         * modules/mbsnrtowcs: New file.
5906         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
5907         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
5908         portability problem.
5909
5910 2008-12-21  Bruno Haible  <bruno@clisp.org>
5911
5912         Work around mbsrtowcs bug.
5913         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
5914         (gl_FUNC_MBSRTOWCS): Invoke it.
5915         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5916         m4/locale-zh.m4.
5917         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
5918
5919 2008-12-21  Bruno Haible  <bruno@clisp.org>
5920
5921         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
5922
5923 2008-12-21  Bruno Haible  <bruno@clisp.org>
5924
5925         Update doc for AIX.
5926         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
5927         16-bit wchar_t type.
5928         * doc/posix-functions/btowc.texi: Likewise.
5929         * doc/posix-functions/fgetwc.texi: Likewise.
5930         * doc/posix-functions/fgetws.texi: Likewise.
5931         * doc/posix-functions/fputwc.texi: Likewise.
5932         * doc/posix-functions/fputws.texi: Likewise.
5933         * doc/posix-functions/fwide.texi: Likewise.
5934         * doc/posix-functions/fwprintf.texi: Likewise.
5935         * doc/posix-functions/fwscanf.texi: Likewise.
5936         * doc/posix-functions/getwchar.texi: Likewise.
5937         * doc/posix-functions/getwc.texi: Likewise.
5938         * doc/posix-functions/iswalnum.texi: Likewise.
5939         * doc/posix-functions/iswalpha.texi: Likewise.
5940         * doc/posix-functions/iswblank.texi: Likewise.
5941         * doc/posix-functions/iswcntrl.texi: Likewise.
5942         * doc/posix-functions/iswctype.texi: Likewise.
5943         * doc/posix-functions/iswdigit.texi: Likewise.
5944         * doc/posix-functions/iswgraph.texi: Likewise.
5945         * doc/posix-functions/iswlower.texi: Likewise.
5946         * doc/posix-functions/iswprint.texi: Likewise.
5947         * doc/posix-functions/iswpunct.texi: Likewise.
5948         * doc/posix-functions/iswspace.texi: Likewise.
5949         * doc/posix-functions/iswupper.texi: Likewise.
5950         * doc/posix-functions/iswxdigit.texi: Likewise.
5951         * doc/posix-functions/mbrtowc.texi: Likewise.
5952         * doc/posix-functions/mbsrtowcs.texi: Likewise.
5953         * doc/posix-functions/mbstowcs.texi: Likewise.
5954         * doc/posix-functions/mbtowc.texi: Likewise.
5955         * doc/posix-functions/putwchar.texi: Likewise.
5956         * doc/posix-functions/putwc.texi: Likewise.
5957         * doc/posix-functions/swprintf.texi: Likewise.
5958         * doc/posix-functions/tolower.texi: Likewise.
5959         * doc/posix-functions/toupper.texi: Likewise.
5960         * doc/posix-functions/towctrans.texi: Likewise.
5961         * doc/posix-functions/ungetwc.texi: Likewise.
5962         * doc/posix-functions/vswprintf.texi: Likewise.
5963         * doc/posix-functions/wcrtomb.texi: Likewise.
5964         * doc/posix-functions/wcscat.texi: Likewise.
5965         * doc/posix-functions/wcschr.texi: Likewise.
5966         * doc/posix-functions/wcscmp.texi: Likewise.
5967         * doc/posix-functions/wcscoll.texi: Likewise.
5968         * doc/posix-functions/wcscpy.texi: Likewise.
5969         * doc/posix-functions/wcscspn.texi: Likewise.
5970         * doc/posix-functions/wcsftime.texi: Likewise.
5971         * doc/posix-functions/wcslen.texi: Likewise.
5972         * doc/posix-functions/wcsncat.texi: Likewise.
5973         * doc/posix-functions/wcsncmp.texi: Likewise.
5974         * doc/posix-functions/wcsncpy.texi: Likewise.
5975         * doc/posix-functions/wcspbrk.texi: Likewise.
5976         * doc/posix-functions/wcsrchr.texi: Likewise.
5977         * doc/posix-functions/wcsrtombs.texi: Likewise.
5978         * doc/posix-functions/wcsspn.texi: Likewise.
5979         * doc/posix-functions/wcsstr.texi: Likewise.
5980         * doc/posix-functions/wcstod.texi: Likewise.
5981         * doc/posix-functions/wcstof.texi: Likewise.
5982         * doc/posix-functions/wcstoimax.texi: Likewise.
5983         * doc/posix-functions/wcstok.texi: Likewise.
5984         * doc/posix-functions/wcstold.texi: Likewise.
5985         * doc/posix-functions/wcstoll.texi: Likewise.
5986         * doc/posix-functions/wcstol.texi: Likewise.
5987         * doc/posix-functions/wcstombs.texi: Likewise.
5988         * doc/posix-functions/wcstoull.texi: Likewise.
5989         * doc/posix-functions/wcstoul.texi: Likewise.
5990         * doc/posix-functions/wcstoumax.texi: Likewise.
5991         * doc/posix-functions/wcswidth.texi: Likewise.
5992         * doc/posix-functions/wcsxfrm.texi: Likewise.
5993         * doc/posix-functions/wctob.texi: Likewise.
5994         * doc/posix-functions/wctomb.texi: Likewise.
5995         * doc/posix-functions/wctrans.texi: Likewise.
5996         * doc/posix-functions/wctype.texi: Likewise.
5997         * doc/posix-functions/wcwidth.texi: Likewise.
5998         * doc/posix-functions/wmemchr.texi: Likewise.
5999         * doc/posix-functions/wmemcmp.texi: Likewise.
6000         * doc/posix-functions/wmemcpy.texi: Likewise.
6001         * doc/posix-functions/wmemmove.texi: Likewise.
6002         * doc/posix-functions/wmemset.texi: Likewise.
6003         * doc/posix-functions/wprintf.texi: Likewise.
6004         * doc/posix-functions/wscanf.texi: Likewise.
6005
6006 2008-12-21  Bruno Haible  <bruno@clisp.org>
6007
6008         Update doc for HP-UX 11.11.
6009         * doc/posix-functions/btowc.texi: Clarify that the function is missing
6010         in HP-UX version 11.00, not in all versions of HP-UX 11.
6011         * doc/posix-functions/fwide.texi: Likewise.
6012         * doc/posix-functions/fwprintf.texi: Likewise.
6013         * doc/posix-functions/fwscanf.texi: Likewise.
6014         * doc/posix-functions/inet_ntop.texi: Likewise.
6015         * doc/posix-functions/inet_pton.texi: Likewise.
6016         * doc/posix-functions/mbrlen.texi: Likewise.
6017         * doc/posix-functions/mbrtowc.texi: Likewise.
6018         * doc/posix-functions/mbsinit.texi: Likewise.
6019         * doc/posix-functions/mbsrtowcs.texi: Likewise.
6020         * doc/posix-functions/swprintf.texi: Likewise.
6021         * doc/posix-functions/swscanf.texi: Likewise.
6022         * doc/posix-functions/towctrans.texi: Likewise.
6023         * doc/posix-functions/vfwprintf.texi: Likewise.
6024         * doc/posix-functions/vswprintf.texi: Likewise.
6025         * doc/posix-functions/vwprintf.texi: Likewise.
6026         * doc/posix-functions/wcrtomb.texi: Likewise.
6027         * doc/posix-functions/wcsrtombs.texi: Likewise.
6028         * doc/posix-functions/wcsstr.texi: Likewise.
6029         * doc/posix-functions/wctob.texi: Likewise.
6030         * doc/posix-functions/wctrans.texi: Likewise.
6031         * doc/posix-functions/wmemchr.texi: Likewise.
6032         * doc/posix-functions/wmemcmp.texi: Likewise.
6033         * doc/posix-functions/wmemcpy.texi: Likewise.
6034         * doc/posix-functions/wmemmove.texi: Likewise.
6035         * doc/posix-functions/wmemset.texi: Likewise.
6036         * doc/posix-functions/wprintf.texi: Likewise.
6037         * doc/posix-functions/wscanf.texi: Likewise.
6038
6039 2008-12-21  Bruno Haible  <bruno@clisp.org>
6040
6041         Work around a portability problem.
6042         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
6043         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
6044
6045 2008-12-20  Bruno Haible  <bruno@clisp.org>
6046
6047         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
6048         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
6049         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
6050         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
6051         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
6052
6053         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
6054         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
6055         set.
6056         (GNULIB_defined_mbstate_t): New macro.
6057         (mbsinit): Redefine if REPLACE_MBSINIT is set.
6058         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
6059         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
6060         reuses the system's mbrtowc function but works around the bugs.
6061         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
6062         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
6063         macros.
6064         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
6065         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
6066         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
6067         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
6068         REPLACE_MBSINIT if mbsinit needs to be overridden.
6069         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
6070         REPLACE_MBSINIT, REPLACE_MBRTOWC.
6071         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
6072         REPLACE_MBSINIT, REPLACE_MBRTOWC.
6073         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
6074         m4/locale-zh.m4.
6075         (Depends): Add mbsinit.
6076         * modules/mbsinit (Depends): Add mbrtowc.
6077         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
6078
6079 2008-12-20  Bruno Haible  <bruno@clisp.org>
6080
6081         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
6082         so that there are no conversion errors on AIX.
6083         * tests/test-mbsrtowcs.c (main): LIkewise.
6084
6085 2008-12-20  Bruno Haible  <bruno@clisp.org>
6086
6087         Work around wctob bug on Solaris <= 9.
6088         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
6089         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
6090         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
6091         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
6092         * modules/wctob (Files): Add m4/locale-fr.m4.
6093         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
6094
6095 2008-12-20  Bruno Haible  <bruno@clisp.org>
6096
6097         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
6098         /dev/null.
6099         * tests/test-select-in.sh: Likewise.
6100         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6101
6102 2008-12-20  Bruno Haible  <bruno@clisp.org>
6103
6104         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
6105         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
6106         Cygwin 1.5.x.
6107
6108 2008-12-20  Bruno Haible  <bruno@clisp.org>
6109
6110         Ensure mbstate_t is defined on HP-UX 11.11.
6111         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
6112         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
6113         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
6114         AC_USE_SYSTEM_EXTENSIONS.
6115         * modules/fnmatch (Depends-on): Add extensions.
6116         * modules/mbrlen (Depends-on): Likewise.
6117         * modules/mbrtowc (Depends-on): Likewise.
6118         * modules/mbsinit (Depends-on): Likewise.
6119         * modules/mbsrtowcs (Depends-on): Likewise.
6120         * modules/mbswidth (Depends-on): Likewise.
6121         * modules/quotearg (Depends-on): Likewise.
6122         * modules/strftime (Depends-on): Likewise.
6123
6124 2008-12-20  Bruno Haible  <bruno@clisp.org>
6125
6126         Ensure wctob is declared on IRIX 6.5.
6127         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
6128         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
6129         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
6130         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
6131         of HAVE_WCTOB.
6132         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
6133         HAVE_WCTOB.
6134         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
6135
6136 2008-12-19  Bruno Haible  <bruno@clisp.org>
6137
6138         * modules/mbsrtowcs-tests: New file.
6139         * tests/test-mbsrtowcs1.sh: New file.
6140         * tests/test-mbsrtowcs2.sh: New file.
6141         * tests/test-mbsrtowcs3.sh: New file.
6142         * tests/test-mbsrtowcs4.sh: New file.
6143         * tests/test-mbsrtowcs.c: New file.
6144
6145         New module 'mbsrtowcs'.
6146         * lib/wchar.in.h (mbsrtowcs): New declaration.
6147         * lib/mbsrtowcs.c: New file.
6148         * m4/mbsrtowcs.m4: New file.
6149         * modules/mbsrtowcs: New file.
6150         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
6151         HAVE_MBSRTOWCS.
6152         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
6153         HAVE_MBSRTOWCS.
6154         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
6155
6156 2008-12-19  Bruno Haible  <bruno@clisp.org>
6157
6158         New module 'mbrlen'.
6159         * lib/wchar.in.h (mbrlen): New declaration.
6160         * lib/mbrlen.c: New file.
6161         * m4/mbrlen.m4: New file.
6162         * modules/mbrlen: New file.
6163         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
6164         HAVE_MBRLEN.
6165         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
6166         HAVE_MBRLEN.
6167         * doc/posix-functions/mbrlen.texi: Document the new module.
6168
6169 2008-12-19  Bruno Haible  <bruno@clisp.org>
6170
6171         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
6172         * modules/mbrtowc (Depends-on): Add verify.
6173         Suggested by Paul Eggert.
6174
6175 2008-12-18  Bruno Haible  <bruno@clisp.org>
6176
6177         * modules/mbsinit-tests: New file.
6178         * tests/test-mbsinit.sh: New file.
6179         * tests/test-mbsinit.c: New file.
6180
6181 2008-12-18  Bruno Haible  <bruno@clisp.org>
6182
6183         * modules/mbrtowc-tests: New file.
6184         * tests/test-mbrtowc1.sh: New file.
6185         * tests/test-mbrtowc2.sh: New file.
6186         * tests/test-mbrtowc3.sh: New file.
6187         * tests/test-mbrtowc4.sh: New file.
6188         * tests/test-mbrtowc.c: New file.
6189
6190         New module 'mbrtowc'.
6191         * lib/wchar.in.h (mbstate_t): Override when the system does not have
6192         mbsinit and mbrtowc.
6193         (mbrtowc): New declaration.
6194         * lib/mbrtowc.c: New file.
6195         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
6196         * modules/mbrtowc: New file.
6197         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
6198         HAVE_MBRTOWC.
6199         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
6200         HAVE_MBRTOWC.
6201         * doc/posix-functions/mbrtowc.texi: Document the new module.
6202
6203 2008-12-18  Bruno Haible  <bruno@clisp.org>
6204
6205         New module 'wctob'.
6206         * lib/wchar.in.h (wctob): New declaration.
6207         * lib/wctob.c: New file.
6208         * m4/wctob.m4: New file.
6209         * modules/wctob: New file.
6210         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
6211         HAVE_WCTOB.
6212         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
6213         * doc/posix-functions/wctob.texi: Document the new module.
6214
6215 2008-12-18  Bruno Haible  <bruno@clisp.org>
6216
6217         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
6218         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
6219
6220 2008-12-18  Simon Josefsson  <simon@josefsson.org>
6221
6222         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
6223         G. Christensen" <tgc@jupiterrise.com>.
6224
6225         * lib/flock.c: Need to include errno.h.  Reported by "Tom
6226         G. Christensen" <tgc@jupiterrise.com>.
6227
6228         * lib/flock.c: Need to include string.h.  Reported by "Tom
6229         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
6230         <ebb9@byu.net>.
6231
6232 2008-12-18  Bruno Haible  <bruno@clisp.org>
6233
6234         * m4/locale-ja.m4: New file, from GNU gettext.
6235
6236 2008-12-17  Bruno Haible  <bruno@clisp.org>
6237
6238         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
6239         Suggested by Eric Blake.
6240
6241 2008-12-17  Bruno Haible  <bruno@clisp.org>
6242
6243         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
6244
6245 2008-12-17  Bruno Haible  <bruno@clisp.org>
6246
6247         * lib/mbsinit.c: Include verify.h. Verify an assumption.
6248         * modules/mbsinit (Depends-on): Add verify.
6249         Suggested by Paul Eggert.
6250
6251 2008-12-17  Bruno Haible  <bruno@clisp.org>
6252
6253         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
6254         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
6255         gl_FUNC_MBRTOWC.
6256         * m4/mbiter.m4 (gl_MBITER): LIkewise.
6257         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
6258         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
6259         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
6260         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
6261         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
6262         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
6263         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
6264         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
6265         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
6266         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
6267         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
6268         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
6269         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
6270         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
6271         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6272         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
6273         * modules/trim (configure.ac): Likewise.
6274
6275 2008-12-17  Bruno Haible  <bruno@clisp.org>
6276
6277         * modules/btowc-tests: New file.
6278         * tests/test-btowc1.sh: New file.
6279         * tests/test-btowc2.sh: New file.
6280         * tests/test-btowc.c: New file.
6281
6282         New module 'btowc'.
6283         * lib/wchar.in.h (btowc): New declaration.
6284         * lib/btowc.c: New file.
6285         * m4/btowc.m4: New file.
6286         * modules/btowc: New file.
6287         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
6288         HAVE_BTOWC.
6289         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
6290         * doc/posix-functions/btowc.texi: Document the new module.
6291
6292 2008-12-17  Bruno Haible  <bruno@clisp.org>
6293
6294         New module 'mbsinit'.
6295         * lib/wchar.in.h (mbsinit): New declaration.
6296         * lib/mbsinit.c: New file.
6297         * m4/mbsinit.m4: New file.
6298         * modules/mbsinit: New file.
6299         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
6300         HAVE_MBSINIT.
6301         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
6302         HAVE_MBSINIT.
6303         * doc/posix-functions/mbsinit.texi: Document the new module.
6304
6305 2008-12-16  Bruno Haible  <bruno@clisp.org>
6306
6307         * lib/unistd.in.h: Add comment.
6308         * tests/test-environ.c: Don't include <stdlib.h>.
6309
6310 2008-12-16  Bruno Haible  <bruno@clisp.org>
6311
6312         * lib/parse-duration.h (parse_duration): Document return value
6313         convention.
6314         * lib/parse-duration.c: Include specification header first. Add
6315         comments.
6316         (_): Remove macro.
6317         (parse_year_month_day, parse_hour_minute_second): Move side effects
6318         outside of strchr call.
6319         (parse_non_iso8601): Move side effects outside of isspace call.
6320         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
6321         call.
6322
6323 2008-12-16  Bruno Haible  <bruno@clisp.org>
6324
6325         * tests/test-parse-duration.sh: Produce no output when the test
6326         succeeds.
6327
6328 2008-12-16  Bruno Haible  <bruno@clisp.org>
6329
6330         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
6331         expressions.
6332
6333 2008-12-15  Bruno Haible  <bruno@clisp.org>
6334
6335         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
6336         * doc/glibc-functions/flistxattr.texi: Likewise.
6337         * doc/glibc-functions/fopencookie.texi: Likewise.
6338         * doc/glibc-functions/fremovexattr.texi: Likewise.
6339         * doc/glibc-functions/fsetxattr.texi: Likewise.
6340         * doc/glibc-functions/getxattr.texi: Likewise.
6341         * doc/glibc-functions/lgetxattr.texi: Likewise.
6342         * doc/glibc-functions/listxattr.texi: Likewise.
6343         * doc/glibc-functions/llistxattr.texi: Likewise.
6344         * doc/glibc-functions/lremovexattr.texi: Likewise.
6345         * doc/glibc-functions/lsetxattr.texi: Likewise.
6346         * doc/glibc-functions/removexattr.texi: Likewise.
6347         * doc/glibc-functions/setxattr.texi: Likewise.
6348         * doc/posix-functions/open_memstream.texi: Likewise.
6349
6350 2008-12-15  Eric Blake  <ebb9@byu.net>
6351
6352         Update doc for cygwin 1.7.
6353         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
6354         functions.
6355         * doc/posix-functions/fchmodat.texi: Likewise.
6356         * doc/posix-functions/fchownat.texi: Likewise.
6357         * doc/posix-functions/fdopendir.texi: Likewise.
6358         * doc/posix-functions/fmemopen.texi: Likewise.
6359         * doc/posix-functions/freeaddrinfo.texi: Likewise.
6360         * doc/posix-functions/fstatat.texi: Likewise.
6361         * doc/posix-functions/futimens.texi: Likewise.
6362         * doc/posix-functions/gai_strerror.texi: Likewise.
6363         * doc/posix-functions/getaddrinfo.texi: Likewise.
6364         * doc/posix-functions/getnameinfo.texi: Likewise.
6365         * doc/posix-functions/if_freenameindex.texi: Likewise.
6366         * doc/posix-functions/if_indextoname.texi: Likewise.
6367         * doc/posix-functions/if_nameindex.texi: Likewise.
6368         * doc/posix-functions/if_nametoindex.texi: Likewise.
6369         * doc/posix-functions/insque.texi: Likewise.
6370         * doc/posix-functions/linkat.texi: Likewise.
6371         * doc/posix-functions/llrint.texi: Likewise.
6372         * doc/posix-functions/llrintf.texi: Likewise.
6373         * doc/posix-functions/llrintl.texi: Likewise.
6374         * doc/posix-functions/lockf.texi: Likewise.
6375         * doc/posix-functions/lrintl.texi: Likewise.
6376         * doc/posix-functions/mkdirat.texi: Likewise.
6377         * doc/posix-functions/mkfifoat.texi: Likewise.
6378         * doc/posix-functions/mknodat.texi: Likewise.
6379         * doc/posix-functions/mq_close.texi: Likewise.
6380         * doc/posix-functions/mq_getattr.texi: Likewise.
6381         * doc/posix-functions/mq_notify.texi: Likewise.
6382         * doc/posix-functions/mq_open.texi: Likewise.
6383         * doc/posix-functions/mq_receive.texi: Likewise.
6384         * doc/posix-functions/mq_send.texi: Likewise.
6385         * doc/posix-functions/mq_setattr.texi: Likewise.
6386         * doc/posix-functions/mq_timedreceive.texi: Likewise.
6387         * doc/posix-functions/mq_timedsend.texi: Likewise.
6388         * doc/posix-functions/mq_unlink.texi: Likewise.
6389         * doc/posix-functions/open_memstream.texi: Likewise.
6390         * doc/posix-functions/openat.texi: Likewise.
6391         * doc/posix-functions/posix_fadvise.texi: Likewise.
6392         * doc/posix-functions/posix_fallocate.texi: Likewise.
6393         * doc/posix-functions/posix_madvise.texi: Likewise.
6394         * doc/posix-functions/posix_memalign.texi: Likewise.
6395         * doc/posix-functions/posix_openpt.texi: Likewise.
6396         * doc/posix-functions/readlinkat.texi: Likewise.
6397         * doc/posix-functions/remque.texi: Likewise.
6398         * doc/posix-functions/renameat.texi: Likewise.
6399         * doc/posix-functions/rintl.texi: Likewise.
6400         * doc/posix-functions/sem_unlink.texi: Likewise.
6401         * doc/posix-functions/shm_open.texi: Likewise.
6402         * doc/posix-functions/shm_unlink.texi: Likewise.
6403         * doc/posix-functions/signgam.texi: Likewise.
6404         * doc/posix-functions/sigset.texi: Likewise.
6405         * doc/posix-functions/stpcpy.texi: Likewise.
6406         * doc/posix-functions/stpncpy.texi: Likewise.
6407         * doc/posix-functions/strerror.texi: Likewise.
6408         * doc/posix-functions/strtod.texi: Likewise.
6409         * doc/posix-functions/symlinkat.texi: Likewise.
6410         * doc/posix-functions/unlinkat.texi: Likewise.
6411         * doc/posix-functions/utimensat.texi: Likewise.
6412         * doc/glibc-functions/bindresvport.texi: Likewise.
6413         * doc/glibc-functions/dn_expand.texi: Likewise.
6414         * doc/glibc-functions/exp10.texi: Likewise.
6415         * doc/glibc-functions/exp10f.texi: Likewise.
6416         * doc/glibc-functions/fgetxattr.texi: Likewise.
6417         * doc/glibc-functions/flistxattr.texi: Likewise.
6418         * doc/glibc-functions/fopencookie.texi: Likewise.
6419         * doc/glibc-functions/freeifaddrs.texi: Likewise.
6420         * doc/glibc-functions/fremovexattr.texi: Likewise.
6421         * doc/glibc-functions/fsetxattr.texi: Likewise.
6422         * doc/glibc-functions/getifaddrs.texi: Likewise.
6423         * doc/glibc-functions/getxattr.texi: Likewise.
6424         * doc/glibc-functions/lgetxattr.texi: Likewise.
6425         * doc/glibc-functions/listxattr.texi: Likewise.
6426         * doc/glibc-functions/llistxattr.texi: Likewise.
6427         * doc/glibc-functions/lremovexattr.texi: Likewise.
6428         * doc/glibc-functions/lsetxattr.texi: Likewise.
6429         * doc/glibc-functions/pow10.texi: Likewise.
6430         * doc/glibc-functions/pow10f.texi: Likewise.
6431         * doc/glibc-functions/rcmd_af.texi: Likewise.
6432         * doc/glibc-functions/removexattr.texi: Likewise.
6433         * doc/glibc-functions/res_init.texi: Likewise.
6434         * doc/glibc-functions/res_mkquery.texi: Likewise.
6435         * doc/glibc-functions/res_query.texi: Likewise.
6436         * doc/glibc-functions/res_querydomain.texi: Likewise.
6437         * doc/glibc-functions/res_send.texi: Likewise.
6438         * doc/glibc-functions/rresvport_af.texi: Likewise.
6439         * doc/glibc-functions/setxattr.texi: Likewise.
6440         * doc/glibc-functions/strcasestr.texi: Likewise.
6441
6442 2008-12-15  Bruno Haible  <bruno@clisp.org>
6443
6444         Fix compilation error on OSF/1 4.0.
6445         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
6446         <sys/time.h>, simply delegate to the system header.
6447         Reported by Daniel Richard G. <oss@teragram.com>.
6448
6449 2008-12-15  Bruno Haible  <bruno@clisp.org>
6450
6451         * doc/posix-functions/openat.texi: Mention the 'openat' module.
6452         * doc/posix-functions/fchmodat.texi: Likewise.
6453         * doc/posix-functions/fchownat.texi: Likewise.
6454         * doc/posix-functions/fdopendir.texi: Likewise.
6455         * doc/posix-functions/fstatat.texi: Likewise.
6456         * doc/posix-functions/mkdirat.texi: Likewise.
6457         * doc/posix-functions/unlinkat.texi: Likewise.
6458
6459 2008-12-14  Bruno Haible  <bruno@clisp.org>
6460
6461         Update doc for POSIX:2008.
6462         * doc/posix-functions/faccessat.texi: New file.
6463         * doc/posix-functions/fchmodat.texi: New file.
6464         * doc/posix-functions/fchownat.texi: New file.
6465         * doc/posix-functions/fdopendir.texi: New file.
6466         * doc/posix-functions/fstatat.texi: New file.
6467         * doc/posix-functions/futimens.texi: New file.
6468         * doc/posix-functions/linkat.texi: New file.
6469         * doc/posix-functions/mkdirat.texi: New file.
6470         * doc/posix-functions/mkfifoat.texi: New file.
6471         * doc/posix-functions/mknodat.texi: New file.
6472         * doc/posix-functions/open_wmemstream.texi: New file.
6473         * doc/posix-functions/openat.texi: New file.
6474         * doc/posix-functions/psiginfo.texi: New file.
6475         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
6476         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
6477         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
6478         * doc/posix-functions/readlinkat.texi: New file.
6479         * doc/posix-functions/renameat.texi: New file.
6480         * doc/posix-functions/strerror_l.texi: New file.
6481         * doc/posix-functions/symlinkat.texi: New file.
6482         * doc/posix-functions/unlinkat.texi: New file.
6483         * doc/posix-functions/utimensat.texi: New file.
6484         * doc/gnulib.texi (Function Substitutes): Add these subsections.
6485
6486 2008-12-14  Bruno Haible  <bruno@clisp.org>
6487
6488         Update doc for POSIX:2008.
6489         * doc/posix-functions/alphasort.texi: Renamed from
6490         doc/glibc-functions/alphasort.texi.
6491         * doc/posix-functions/dirfd.texi: Renamed from
6492         doc/glibc-functions/dirfd.texi.
6493         * doc/posix-functions/dprintf.texi: Renamed from
6494         doc/glibc-functions/dprintf.texi.
6495         * doc/posix-functions/duplocale.texi: Renamed from
6496         doc/glibc-functions/duplocale.texi.
6497         * doc/posix-functions/fexecve.texi: Renamed from
6498         doc/glibc-functions/fexecve.texi.
6499         * doc/posix-functions/fmemopen.texi: Renamed from
6500         doc/glibc-functions/fmemopen.texi.
6501         * doc/posix-functions/freelocale.texi: Renamed from
6502         doc/glibc-functions/freelocale.texi.
6503         * doc/posix-functions/getdate_err.texi: Renamed from
6504         doc/glibc-functions/getdate_err.texi.
6505         * doc/posix-functions/isalnum_l.texi: Renamed from
6506         doc/glibc-functions/isalnum_l.texi.
6507         * doc/posix-functions/isalpha_l.texi: Renamed from
6508         doc/glibc-functions/isalpha_l.texi.
6509         * doc/posix-functions/isblank_l.texi: Renamed from
6510         doc/glibc-functions/isblank_l.texi.
6511         * doc/posix-functions/iscntrl_l.texi: Renamed from
6512         doc/glibc-functions/iscntrl_l.texi.
6513         * doc/posix-functions/isdigit_l.texi: Renamed from
6514         doc/glibc-functions/isdigit_l.texi.
6515         * doc/posix-functions/isgraph_l.texi: Renamed from
6516         doc/glibc-functions/isgraph_l.texi.
6517         * doc/posix-functions/islower_l.texi: Renamed from
6518         doc/glibc-functions/islower_l.texi.
6519         * doc/posix-functions/isprint_l.texi: Renamed from
6520         doc/glibc-functions/isprint_l.texi.
6521         * doc/posix-functions/ispunct_l.texi: Renamed from
6522         doc/glibc-functions/ispunct_l.texi.
6523         * doc/posix-functions/isspace_l.texi: Renamed from
6524         doc/glibc-functions/isspace_l.texi.
6525         * doc/posix-functions/isupper_l.texi: Renamed from
6526         doc/glibc-functions/isupper_l.texi.
6527         * doc/posix-functions/iswalnum_l.texi: Renamed from
6528         doc/glibc-functions/iswalnum_l.texi.
6529         * doc/posix-functions/iswalpha_l.texi: Renamed from
6530         doc/glibc-functions/iswalpha_l.texi.
6531         * doc/posix-functions/iswblank_l.texi: Renamed from
6532         doc/glibc-functions/iswblank_l.texi.
6533         * doc/posix-functions/iswcntrl_l.texi: Renamed from
6534         doc/glibc-functions/iswcntrl_l.texi.
6535         * doc/posix-functions/iswctype_l.texi: Renamed from
6536         doc/glibc-functions/iswctype_l.texi.
6537         * doc/posix-functions/iswdigit_l.texi: Renamed from
6538         doc/glibc-functions/iswdigit_l.texi.
6539         * doc/posix-functions/iswgraph_l.texi: Renamed from
6540         doc/glibc-functions/iswgraph_l.texi.
6541         * doc/posix-functions/iswlower_l.texi: Renamed from
6542         doc/glibc-functions/iswlower_l.texi.
6543         * doc/posix-functions/iswprint_l.texi: Renamed from
6544         doc/glibc-functions/iswprint_l.texi.
6545         * doc/posix-functions/iswpunct_l.texi: Renamed from
6546         doc/glibc-functions/iswpunct_l.texi.
6547         * doc/posix-functions/iswspace_l.texi: Renamed from
6548         doc/glibc-functions/iswspace_l.texi.
6549         * doc/posix-functions/iswupper_l.texi: Renamed from
6550         doc/glibc-functions/iswupper_l.texi.
6551         * doc/posix-functions/iswxdigit_l.texi: Renamed from
6552         doc/glibc-functions/iswxdigit_l.texi.
6553         * doc/posix-functions/isxdigit_l.texi: Renamed from
6554         doc/glibc-functions/isxdigit_l.texi.
6555         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
6556         doc/glibc-functions/mbsnrtowcs.texi.
6557         * doc/posix-functions/mkdtemp.texi: Renamed from
6558         doc/glibc-functions/mkdtemp.texi.
6559         * doc/posix-functions/newlocale.texi: Renamed from
6560         doc/glibc-functions/newlocale.texi.
6561         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
6562         doc/glibc-functions/nl_langinfo_l.texi.
6563         * doc/posix-functions/open_memstream.texi: Renamed from
6564         doc/glibc-functions/open_memstream.texi.
6565         * doc/posix-functions/opterr.texi: Renamed from
6566         doc/glibc-functions/opterr.texi.
6567         * doc/posix-functions/optind.texi: Renamed from
6568         doc/glibc-functions/optind.texi.
6569         * doc/posix-functions/optopt.texi: Renamed from
6570         doc/glibc-functions/optopt.texi.
6571         * doc/posix-functions/psignal.texi: Renamed from
6572         doc/glibc-functions/psignal.texi.
6573         * doc/posix-functions/scandir.texi: Renamed from
6574         doc/glibc-functions/scandir.texi.
6575         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
6576         doc/glibc-functions/sched_get_priority_min.texi.
6577         * doc/posix-functions/signgam.texi: Renamed from
6578         doc/glibc-functions/signgam.texi.
6579         * doc/posix-functions/stpcpy.texi: Renamed from
6580         doc/glibc-functions/stpcpy.texi.
6581         * doc/posix-functions/stpncpy.texi: Renamed from
6582         doc/glibc-functions/stpncpy.texi.
6583         * doc/posix-functions/strcasecmp_l.texi: Renamed from
6584         doc/glibc-functions/strcasecmp_l.texi.
6585         * doc/posix-functions/strcoll_l.texi: Renamed from
6586         doc/glibc-functions/strcoll_l.texi.
6587         * doc/posix-functions/strfmon_l.texi: Renamed from
6588         doc/glibc-functions/strfmon_l.texi.
6589         * doc/posix-functions/strftime_l.texi: Renamed from
6590         doc/glibc-functions/strftime_l.texi.
6591         * doc/posix-functions/strncasecmp_l.texi: Renamed from
6592         doc/glibc-functions/strncasecmp_l.texi.
6593         * doc/posix-functions/strndup.texi: Renamed from
6594         doc/glibc-functions/strndup.texi.
6595         * doc/posix-functions/strnlen.texi: Renamed from
6596         doc/glibc-functions/strnlen.texi.
6597         * doc/posix-functions/strsignal.texi: Renamed from
6598         doc/glibc-functions/strsignal.texi.
6599         * doc/posix-functions/strxfrm_l.texi: Renamed from
6600         doc/glibc-functions/strxfrm_l.texi.
6601         * doc/posix-functions/timer_gettime.texi: Renamed from
6602         doc/glibc-functions/timer_gettime.texi.
6603         * doc/posix-functions/tolower_l.texi: Renamed from
6604         doc/glibc-functions/tolower_l.texi.
6605         * doc/posix-functions/toupper_l.texi: Renamed from
6606         doc/glibc-functions/toupper_l.texi.
6607         * doc/posix-functions/towctrans_l.texi: Renamed from
6608         doc/glibc-functions/towctrans_l.texi.
6609         * doc/posix-functions/towlower_l.texi: Renamed from
6610         doc/glibc-functions/towlower_l.texi.
6611         * doc/posix-functions/towupper_l.texi: Renamed from
6612         doc/glibc-functions/towupper_l.texi.
6613         * doc/posix-functions/uselocale.texi: Renamed from
6614         doc/glibc-functions/uselocale.texi.
6615         * doc/posix-functions/vdprintf.texi: Renamed from
6616         doc/glibc-functions/vdprintf.texi.
6617         * doc/posix-functions/wcpcpy.texi:
6618         Renamed from doc/glibc-functions/wcpcpy.texi.
6619         * doc/posix-functions/wcpncpy.texi: Renamed from
6620         doc/glibc-functions/wcpncpy.texi.
6621         * doc/posix-functions/wcscasecmp.texi: Renamed from
6622         doc/glibc-functions/wcscasecmp.texi.
6623         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
6624         doc/glibc-functions/wcscasecmp_l.texi.
6625         * doc/posix-functions/wcscoll_l.texi: Renamed from
6626         doc/glibc-functions/wcscoll_l.texi.
6627         * doc/posix-functions/wcsdup.texi: Renamed from
6628         doc/glibc-functions/wcsdup.texi.
6629         * doc/posix-functions/wcsncasecmp.texi: Renamed from
6630         doc/glibc-functions/wcsncasecmp.texi.
6631         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
6632         doc/glibc-functions/wcsncasecmp_l.texi.
6633         * doc/posix-functions/wcsnlen.texi: Renamed from
6634         doc/glibc-functions/wcsnlen.texi.
6635         * doc/posix-functions/wcsnrtombs.texi: Renamed from
6636         doc/glibc-functions/wcsnrtombs.texi.
6637         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
6638         doc/glibc-functions/wcsxfrm_l.texi.
6639         * doc/posix-functions/wctrans_l.texi: Renamed from
6640         doc/glibc-functions/wctrans_l.texi.
6641         * doc/posix-functions/wctype_l.texi: Renamed from
6642         doc/glibc-functions/wctype_l.texi.
6643         * doc/gnulib.texi (Function Substitutes): Add these subsections.
6644         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
6645         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
6646         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
6647         these subsections.
6648         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
6649         Remove sections.
6650
6651 2008-12-14  Bruno Haible  <bruno@clisp.org>
6652
6653         Update doc for POSIX:2008.
6654         * doc/posix-functions/*.texi: Update URL of POSIX specification.
6655
6656 2008-12-14  Bruno Haible  <bruno@clisp.org>
6657
6658         Update doc for POSIX:2008.
6659         * doc/pastposix-functions/bcmp.texi: Renamed from
6660         doc/posix-functions/bcmp.texi.
6661         * doc/pastposix-functions/bcopy.texi: Renamed from
6662         doc/posix-functions/bcopy.texi.
6663         * doc/pastposix-functions/bsd_signal.texi: Renamed from
6664         doc/posix-functions/bsd_signal.texi.
6665         * doc/pastposix-functions/bzero.texi: Renamed from
6666         doc/posix-functions/bzero.texi.
6667         * doc/pastposix-functions/ecvt.texi: Renamed from
6668         doc/posix-functions/ecvt.texi.
6669         * doc/pastposix-functions/fcvt.texi: Renamed from
6670         doc/posix-functions/fcvt.texi.
6671         * doc/pastposix-functions/ftime.texi: Renamed from
6672         doc/posix-functions/ftime.texi.
6673         * doc/pastposix-functions/gcvt.texi: Renamed from
6674         doc/posix-functions/gcvt.texi.
6675         * doc/pastposix-functions/getcontext.texi: Renamed from
6676         doc/posix-functions/getcontext.texi.
6677         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
6678         doc/posix-functions/gethostbyaddr.texi.
6679         * doc/pastposix-functions/gethostbyname.texi: Renamed from
6680         doc/posix-functions/gethostbyname.texi.
6681         * doc/pastposix-functions/getwd.texi: Renamed from
6682         doc/posix-functions/getwd.texi.
6683         * doc/pastposix-functions/h_errno.texi: Renamed from
6684         doc/posix-functions/h_errno.texi.
6685         * doc/pastposix-functions/index.texi: Renamed from
6686         doc/posix-functions/index.texi.
6687         * doc/pastposix-functions/makecontext.texi: Renamed from
6688         doc/posix-functions/makecontext.texi.
6689         * doc/pastposix-functions/mktemp.texi: Renamed from
6690         doc/posix-functions/mktemp.texi.
6691         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
6692         doc/posix-functions/pthread_attr_getstackaddr.texi.
6693         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
6694         doc/posix-functions/pthread_attr_setstackaddr.texi.
6695         * doc/pastposix-functions/rindex.texi: Renamed from
6696         doc/posix-functions/rindex.texi.
6697         * doc/pastposix-functions/scalb.texi: Renamed from
6698         doc/posix-functions/scalb.texi.
6699         * doc/pastposix-functions/setcontext.texi: Renamed from
6700         doc/posix-functions/setcontext.texi.
6701         * doc/pastposix-functions/swapcontext.texi: Renamed from
6702         doc/posix-functions/swapcontext.texi.
6703         * doc/pastposix-functions/ualarm.texi: Renamed from
6704         doc/posix-functions/ualarm.texi.
6705         * doc/pastposix-functions/usleep.texi: Renamed from
6706         doc/posix-functions/usleep.texi.
6707         * doc/pastposix-functions/vfork.texi: Renamed from
6708         doc/posix-functions/vfork.texi.
6709         * doc/pastposix-functions/wcswcs.texi: Renamed from
6710         doc/posix-functions/wcswcs.texi.
6711         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
6712         (Function Substitutes): Update.
6713
6714 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6715
6716         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
6717         m4/strerror.m4.
6718
6719 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6720             Bruno Haible  <bruno@clisp.org>
6721
6722         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
6723
6724 2008-12-13  Bruno Haible  <bruno@clisp.org>
6725
6726         * modules/strtoull (Depends-on): Remove unistd.
6727
6728 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6729
6730         * modules/strtoull (Depends-on): Add stdlib.
6731
6732 2008-12-11  Simon Josefsson  <simon@josefsson.org>
6733
6734         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
6735
6736 2008-12-10  Jim Meyering  <meyering@redhat.com>
6737
6738         gl_ASSERT: don't say assertions are disabled when they're not
6739         * m4/assert.m4 (gl_ASSERT): Do not make configure report
6740         "checking whether to enable assertions... no", when they are in
6741         fact enabled.  This is solely a bug in the output of configure.
6742         In spite of saying "no", NDEBUG was not defined in that case.
6743         Also, as noted by Eric Blake, leave assertions enabled upon
6744         --enable-assert=INVALID.
6745
6746 2008-12-10  Bruno Haible  <bruno@clisp.org>
6747
6748         Change MODULES.html to refer to POSIX:2008 where possible.
6749         * MODULES.html.sh (POSIX2008_URL): New variable.
6750         (posix_headers): Remove sys/timeb, ucontext.
6751         (posix2001_headers): New variable.
6752         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
6753         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
6754         index, makecontext, mktemp, pthread_attr_getstackaddr,
6755         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
6756         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
6757         (posix2001_functions): New variable.
6758         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
6759         otherwise.
6760
6761 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6762
6763         add missing include to parse-duration.c
6764         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
6765         * modules/parse-duration (Depends-on): Add xalloc.
6766
6767         fix sed script reading maint.mk
6768         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
6769         (syntax-check-rules): Use it.
6770
6771 2008-12-09  Bruno Haible  <bruno@clisp.org>
6772
6773         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
6774         MacOS X 10.4/PowerPC.
6775         Reported by Simon Josefsson.
6776
6777 2008-12-08  Jim Meyering  <meyering@redhat.com>
6778
6779         work around mingw's lack of some S_IF definitions
6780         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
6781         Reported by Simon Josefsson.
6782
6783 2008-12-08  Bruno Haible  <bruno@clisp.org>
6784
6785         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
6786         applied to variables. Needed on MacOS X 10.4/PowerPC.
6787         Reported by Simon Josefsson.
6788
6789 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
6790         and Eric Blake  <ebb9@byu.net>
6791
6792         assert: honor --enable-assert
6793         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
6794         order to honor --enable-assert, rather than treating it as a
6795         synonym for --disable-assert.
6796
6797 2008-12-08  Jim Meyering  <meyering@redhat.com>
6798
6799         * lib/posixtm.c: Remove now-useless declaration of mktime.
6800
6801         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
6802
6803 2008-12-07  Bruno Haible  <bruno@clisp.org>
6804
6805         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
6806         test_once): Mark functions as static.
6807         * tests/test-tls.c (test_tls): Likewise.
6808
6809 2008-12-07  Bruno Haible  <bruno@clisp.org>
6810
6811         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
6812         iconv_register_autodetect.
6813
6814 2008-12-07  Jim Meyering  <meyering@redhat.com>
6815
6816         posixtm.c: avoid a warning
6817         * lib/posixtm.c (posixtime): Don't initialize tm0.
6818         It's no longer needed to placate gcc4's -Wuninitialized,
6819         and the attempt to placate would elicit a new warning.
6820
6821         unicodeio.c: mark unused parameters
6822         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
6823         (fallback_failure_callback): Likewise.
6824
6825 2008-12-07  Bruno Haible  <bruno@clisp.org>
6826
6827         * gnulib-tool (func_create_testdir): When building the tests
6828         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
6829         Reported by Simon Josefsson.
6830
6831 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6832
6833         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
6834
6835 2008-12-06  Bruno Haible  <bruno@clisp.org>
6836
6837         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
6838         Suggested by Eric Blake.
6839
6840 2008-12-06  Bruno Haible  <bruno@clisp.org>
6841
6842         Fix a c-stack test failure on MacOS X.
6843         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
6844         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
6845         handler for SIGBUS as well.
6846         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
6847         install a signal handler for SIGBUS as well.
6848         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
6849
6850 2008-12-06  Bruno Haible  <bruno@clisp.org>
6851
6852         Advocacy documentation.
6853         * doc/gnulib-intro.texi (Benefits): New section.
6854         * doc/gnulib.texi: Update.
6855
6856 2008-12-06  Bruno Haible  <bruno@clisp.org>
6857
6858         Document the 'manywarnings' module.
6859         * doc/manywarnings.texi: New file.
6860         * doc/gnulib.texi: Include it.
6861
6862 2008-12-05  Eric Blake  <ebb9@byu.net>
6863
6864         tests: silence some gcc warnings
6865         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
6866         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
6867         type mismatches.
6868
6869 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6870             Bruno Haible  <bruno@clisp.org>
6871
6872         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
6873
6874 2008-11-29  Jim Meyering  <meyering@redhat.com>
6875
6876         unicodeio.c: mark unused parameters
6877         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
6878         (fallback_failure_callback): Likewise.
6879
6880         fts: fix a thinko
6881         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
6882         (set_stat_type): Return S_IF*-valued "type" directly.
6883         Prompted by James Youngman's spotting a related bug.
6884         Confirmed by further testing through find.
6885
6886         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
6887         * lib/fts.c (D_TYPE): Define.
6888         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
6889         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
6890         (s_ifmt_shift_bits): New function.
6891         (set_stat_type): New function.
6892         (fts_build): When not calling fts_stat, call set_stat_type
6893         to propagate dirent.d_type info to fts_read caller.
6894         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
6895         fts_statp->st_mode type information may be valid.
6896
6897 2008-11-28  Simon Josefsson  <simon@josefsson.org>
6898
6899         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
6900         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
6901         <sds@gnu.org>.
6902
6903 2008-11-20  Bruno Haible  <bruno@clisp.org>
6904
6905         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
6906         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
6907         INCLUDE_NEXT.
6908         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
6909         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
6910         * modules/math (Makefile.am): Substitute
6911         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
6912         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6913
6914 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
6915             Bruno Haible  <bruno@clisp.org>
6916
6917         * lib/stdint.in.h: Define all type macros so that their expansion is
6918         a single typedef'ed token. Fixes a compilation failure in Boost which
6919         does "using ::int8_t;".
6920
6921 2008-11-18  Simon Josefsson  <simon@josefsson.org>
6922
6923         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
6924         gl_MANYWARN_ALL_GCC.
6925         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
6926         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
6927         * modules/manywarnings: New file.
6928         * MODULES.html.sh: Mention manywarnings module.
6929
6930 2008-11-18  Bruno Haible  <bruno@clisp.org>
6931
6932         * doc/gnulib-tool.texi (Unit tests): New section.
6933
6934 2008-11-18  Simon Josefsson  <simon@josefsson.org>
6935
6936         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
6937         paths like 'lib/po/foo.po'.
6938
6939 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6940
6941         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
6942         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
6943
6944 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6945
6946         * m4/warnings.m4: Use CPPFLAGS to really check whether the
6947         parameter works.
6948
6949 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6950
6951         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
6952
6953 2008-11-17  Bruce Korb  <bkorb@gnu.org>
6954
6955         * modules/parse-duration-tests: New file.
6956         * tests/test-parse-duration.sh: New file.
6957         * tests/test-parse-duration.c: New file.
6958
6959         New module 'parse-duration'.
6960         * lib/parse-duration.h: New file.
6961         * lib/parse-duration.c: New file.
6962         * modules/parse-duration: New file.
6963
6964 2008-11-17  Bruno Haible  <bruno@clisp.org>
6965
6966         * tests/test-select-out.sh: Comment out the first pipe test.
6967         Reported by Simon Josefsson.
6968
6969 2008-11-17  Bruno Haible  <bruno@clisp.org>
6970
6971         * modules/getaddrinfo (Depends-on): Add servent, hostent.
6972         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
6973         gl_HOSTENT.
6974
6975 2008-11-17  Bruno Haible  <bruno@clisp.org>
6976
6977         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
6978         -lnetwork and -lnet. Needed for Haiku and BeOS.
6979
6980 2008-11-16  Bruno Haible  <bruno@clisp.org>
6981
6982         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
6983
6984 2008-11-16  Bruno Haible  <bruno@clisp.org>
6985
6986         Avoid test failure on Haiku.
6987         * tests/test-fsync.c: Include <errno.h>.
6988         (main): Don't require that fsync (0) fails.
6989
6990 2008-11-15  Bruno Haible  <bruno@clisp.org>
6991
6992         New module 'hostent'.
6993         * modules/hostent: New file.
6994         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
6995
6996 2008-11-15  Bruno Haible  <bruno@clisp.org>
6997
6998         New module 'servent'.
6999         * modules/servent: New file.
7000         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
7001
7002 2008-11-15  Bruno Haible  <bruno@clisp.org>
7003
7004         Avoid generating same test program with two different rules.
7005         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
7006         test-frexp to test-frexp-nolibm.
7007         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
7008         test-frexpl to test-frexpl-nolibm.
7009
7010 2008-11-15  Bruno Haible  <bruno@clisp.org>
7011
7012         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
7013         $(FREXPL_LIBM).
7014
7015 2008-11-15  Bruno Haible  <bruno@clisp.org>
7016
7017         * lib/netdb.in.h: Activate the definitions also when the system's
7018         <netdb.h> has 'struct addrinfo'.
7019         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
7020         EAI_OVERFLOW or AI_NUMERICSERV.
7021         * doc/posix-headers/netdb.texi: Document the problem.
7022
7023 2008-11-15  Bruno Haible  <bruno@clisp.org>
7024
7025         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
7026
7027         Make the 'sched' module work on platforms where <sched.h> exists but
7028         is incomplete (such as Haiku).
7029         * lib/sched.in.h; Include the system's <sched.h> if it exists.
7030         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
7031         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
7032         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
7033         HAVE_STRUCT_SCHED_PARAM.
7034         * modules/sched (Depends-on): Add include_next.
7035         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
7036         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
7037         * doc/posix-headers/sched.texi: Document the issue.
7038
7039 2008-11-13  Jim Meyering  <meyering@redhat.com>
7040
7041         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
7042         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
7043         test would fail due to the difference in the Report bugs to ...
7044         line.  The expected address is empty, "<>", while the actual
7045         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
7046
7047 2008-11-12  Bruno Haible  <bruno@clisp.org>
7048
7049         lstat: don't compile lstat.c on systems lacking lstat
7050         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
7051         which don't have lstat; this is handled by lib/sys_stat.in.h already.
7052         Reported by Daniel P. Berrange via Jim Meyering.
7053
7054 2008-11-12  Jim Meyering  <meyering@redhat.com>
7055
7056         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
7057
7058 2008-11-12  Simon Josefsson  <simon@josefsson.org>
7059
7060         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
7061         instead.
7062
7063 2008-11-12  Bruno Haible  <bruno@clisp.org>
7064
7065         * lib/unicodeio.c: Include unistr.h.
7066         (utf8_wctomb): Remove function.
7067         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
7068
7069 2008-11-12  Simon Josefsson  <simon@josefsson.org>
7070
7071         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
7072         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
7073         <bruno@clisp.org>.
7074         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
7075
7076 2008-11-12  Simon Josefsson  <simon@josefsson.org>
7077
7078         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
7079         * doc/gnulib.texi: Add section for warnings.
7080
7081 2008-11-11  Bruno Haible  <bruno@clisp.org>
7082
7083         * lib/sockets.h: Add a comment.
7084
7085 2008-11-11  Karl Berry  <karl@gnu.org>
7086
7087         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
7088
7089 2008-11-11  Eric Blake  <ebb9@byu.net>
7090
7091         fdl.texi: avoid git symlinks
7092         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
7093
7094 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
7095
7096         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
7097
7098 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
7099
7100         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
7101         (gl_WARN_ADD): Substitute $2 if literal.
7102
7103 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
7104
7105         * m4/warning.m4: Remove.
7106
7107 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
7108
7109         * m4/warnings.m4: Almost complete rewrite. :-)
7110
7111 2008-11-10  Simon Josefsson  <simon@josefsson.org>
7112
7113         * modules/warnings: New module.
7114         * m4/warnings.m4: New file.
7115         * MODULES.html.sh: Mention warnings module.
7116         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
7117         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7118
7119 2008-11-10  Eric Blake  <ebb9@byu.net>
7120
7121         fdl.texi: make a symlink to the latest version
7122         * doc/standards.texi: Revert today's earlier change.
7123         * doc/fdl-1.2.texi: Rename from old fdl.texi...
7124         * doc/fdl.texi: ...and replace this with a symlink to the newer
7125         fdl-1.3.texi.
7126
7127 2008-11-10  Bruno Haible  <bruno@clisp.org>
7128
7129         * tests/test-select-fd.c (main): Accept the result file name as fourth
7130         argument.
7131         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
7132         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
7133
7134 2008-11-10  Bruno Haible  <bruno@clisp.org>
7135
7136         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
7137         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
7138         as autoconf-substituted macros.
7139         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
7140         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
7141         gl_NETDB_H_DEFAULTS. Set these variables.
7142         * modules/netdb (Makefile.am): Substitute these variables.
7143
7144 2008-11-10  Eric Blake  <ebb9@byu.net>
7145
7146         standards.texi: include correct file for FDL 1.3
7147         * doc/standards.texi (GNU Free Documentation License): Change
7148         include file to pull in FDL 1.3, not 1.2.
7149
7150         fdl.texi: revert accidental change to license
7151         * doc/fdl.texi: This is FDL 1.2, not 1.3.
7152
7153 2008-11-10  Bruno Haible  <bruno@clisp.org>
7154
7155         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
7156         cross-compiling guesses also when the native compile gives no result.
7157
7158 2008-11-10  Bruno Haible  <bruno@clisp.org>
7159
7160         * lib/spawni.c (__spawni): Force variable into the stack.
7161
7162 2008-11-10  Bruno Haible  <bruno@clisp.org>
7163
7164         Add support for Haiku.
7165         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
7166         glibc and BeOS, but also on Haiku.
7167         * lib/fpurge.c (fpurge): Likewise.
7168         * lib/freadable.c (freadable): Likewise.
7169         * lib/freadahead.c (freadahead): Likewise.
7170         * lib/freading.c (freading): Likewise.
7171         * lib/freadptr.c (freadptr): Likewise.
7172         * lib/freadseek.c (freadptrinc): Likewise.
7173         * lib/fseeko.c (rpl_fseeko): Likewise.
7174         * lib/fseterr.c (fseterr): Likewise.
7175         * lib/fwritable.c (fwritable): Likewise.
7176         * lib/fwriting.c (fwriting): Likewise.
7177         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
7178
7179 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
7180
7181         * lib/config.charset: Treat Haiku like BeOS.
7182
7183 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
7184
7185         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
7186         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
7187
7188 2008-11-08  Bruno Haible  <bruno@clisp.org>
7189
7190         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
7191         AC_CACHE_CHECK.
7192
7193 2008-11-08  Bruno Haible  <bruno@clisp.org>
7194
7195         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
7196
7197 2008-11-08  Bruno Haible  <bruno@clisp.org>
7198
7199         * tests/test-select-fd.c: New file.
7200         * tests/test-select-in.sh: New file.
7201         * tests/test-select-out.sh: New file.
7202         * tests/test-select-stdin.c: New file.
7203         * modules/select-tests (Files): Add the new files.
7204         (Depends-on): Add gettimeofday.
7205         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
7206         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
7207         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
7208
7209 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
7210             Bruno Haible  <bruno@clisp.org>
7211
7212         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
7213
7214 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
7215
7216         * build-aux/pmccabe2html: Added support for C++ source files.
7217
7218 2008-11-05  Ben Pfaff  <blp@gnu.org>
7219
7220         Fix lib/close.c build on Windows.
7221         * modules/close (Files): Add lib/w32sock.h.
7222
7223 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
7224
7225         Accept Bison's NEWS format.
7226         * build-aux/announce-gen (print_news_deltas): Tweak
7227         $re_prefix.
7228
7229 2008-11-04  Bruno Haible  <bruno@clisp.org>
7230
7231         * modules/random_r (Maintainer): Add glibc.
7232
7233 2008-11-04  Simon Josefsson  <simon@josefsson.org>
7234
7235         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
7236         by karl@freefriends.org (Karl Berry).
7237         * doc/alloca.texi: Likewise.
7238         * doc/c-ctype.texi: Likewise.
7239         * doc/c-strcase.texi: Likewise.
7240         * doc/c-strcaseeq.texi: Likewise.
7241         * doc/c-strcasestr.texi: Likewise.
7242         * doc/c-strstr.texi: Likewise.
7243         * doc/c-strtod.texi: Likewise.
7244         * doc/c-strtold.texi: Likewise.
7245         * doc/ctime.texi: Likewise.
7246         * doc/error.texi: Likewise.
7247         * doc/fdl.texi: Likewise.
7248         * doc/gcd.texi: Likewise.
7249         * doc/getdate.texi: Likewise.
7250         * doc/gnulib-intro.texi: Likewise.
7251         * doc/gnulib-tool.texi: Likewise.
7252         * doc/gnulib.texi: Likewise.
7253         * doc/inet_ntoa.texi: Likewise.
7254         * doc/maintain.texi: Likewise.
7255         * doc/make-stds.texi: Likewise.
7256         * doc/quote.texi: Likewise.
7257         * doc/regexprops-generic.texi: Likewise.
7258         * doc/standards.texi: Likewise.
7259         * doc/verify.texi: Likewise.
7260         * doc/visibility.texi: Likewise.
7261         * doc/gnulib.texi (GNU Free Documentation License): Include
7262         fdl-1.3.texi instead of fdl.texi.
7263
7264 2008-11-04  Simon Josefsson  <simon@josefsson.org>
7265
7266         * doc/fdl-1.3.texi: New file, from
7267         <http://www.gnu.org/licenses/fdl-1.3.texi>.
7268         * modules/fdl-1.3: Add.
7269         * MODULES.html.sh: Add fdl-1.3.
7270
7271 2008-11-03  Bruno Haible  <bruno@clisp.org>
7272
7273         Make determination of absolute name of header file work with AIX xlc.
7274         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
7275         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
7276         preprocessing.
7277         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7278         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
7279
7280 2008-11-03  Simon Josefsson  <simon@josefsson.org>
7281
7282         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
7283         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
7284         <ludo@gnu.org>.
7285
7286 2008-11-02  Bruno Haible  <bruno@clisp.org>
7287
7288         Mark 'strpbrk' obsolete.
7289         * modules/strpbrk (Status, Notice): New sections.
7290         * modules/strtok_r (Depends-on): Add strpbrk.
7291
7292 2008-11-02  Bruno Haible  <bruno@clisp.org>
7293
7294         Mark 'strdup' obsolete.
7295         * modules/strdup (Status, Notice): New sections.
7296         * modules/findprog (Depends-on): Add strdup.
7297         * modules/getaddrinfo (Depends-on): Likewise.
7298         * modules/localename (Depends-on): Likewise.
7299         * modules/relocatable-lib (Depends-on): Likewise.
7300         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
7301         * modules/relocatable-prog (Depends-on): Likewise.
7302         * modules/trim (Depends-on): Likewise.
7303         * modules/unictype/gen-ctype (Depends-on): Likewise.
7304         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
7305
7306 2008-11-02  Bruno Haible  <bruno@clisp.org>
7307
7308         Mark 'strcspn' obsolete.
7309         * modules/strcspn (Status, Notice): New sections.
7310
7311 2008-11-02  Bruno Haible  <bruno@clisp.org>
7312
7313         Mark 'rmdir' obsolete.
7314         * modules/rmdir (Status, Notice): New sections.
7315         * modules/clean-temp (Depends-on): Add rmdir.
7316         * modules/openat (Depends-on): Likewise.
7317
7318 2008-11-02  Bruno Haible  <bruno@clisp.org>
7319
7320         Mark 'raise' obsolete.
7321         * modules/raise (Status, Notice): New sections.
7322         (Include): Specify <signal.h>.
7323         * modules/stdio (Depends-on): Add raise.
7324         * modules/write (Depends-on): Likewise.
7325
7326 2008-11-02  Bruno Haible  <bruno@clisp.org>
7327
7328         Mark 'memset' obsolete.
7329         * modules/memset (Status, Notice): New sections.
7330
7331 2008-11-02  Bruno Haible  <bruno@clisp.org>
7332
7333         Mark 'memmove' obsolete.
7334         * modules/memmove (Status, Notice): New sections.
7335         * modules/argp (Depends-on): Add memmove.
7336         * modules/argz (Depends-on): Likewise.
7337         * modules/canonicalize (Depends-on): Likewise.
7338         * modules/canonicalize-lgpl (Depends-on): Likewise.
7339         * modules/fts (Depends-on): Likewise.
7340         * modules/getcwd (Depends-on): Likewise.
7341         * modules/human (Depends-on): Likewise.
7342         * modules/regex (Depends-on): Likewise.
7343         * modules/striconveh (Depends-on): Likewise.
7344         * modules/trim (Depends-on): Likewise.
7345         * modules/unistr/u8-move (Depends-on): Likewise.
7346         * modules/unistr/u16-move (Depends-on): Likewise.
7347         * modules/unistr/u32-move (Depends-on): Likewise.
7348
7349 2008-11-02  Bruno Haible  <bruno@clisp.org>
7350
7351         Mark 'memcpy' obsolete.
7352         * modules/memcpy (Status, Notice): New sections.
7353
7354 2008-11-02  Bruno Haible  <bruno@clisp.org>
7355
7356         Mark 'memcmp' obsolete.
7357         * modules/memcmp (Status, Notice): New sections.
7358         * modules/argmatch (Depends-on): Add memchr.
7359         * modules/backupfile (Depends-on): Likewise.
7360         * modules/c-strcasestr (Depends-on): Likewise.
7361         * modules/crypto/des (Depends-on): Likewise.
7362         * modules/csharpcomp (Depends-on): Likewise.
7363         * modules/fnmatch (Depends-on): Likewise.
7364         * modules/git-merge-changelog (Depends-on): Likewise.
7365         * modules/isnand (Depends-on): Likewise.
7366         * modules/isnand-nolibm (Depends-on): Likewise.
7367         * modules/isnanf (Depends-on): Likewise.
7368         * modules/isnanf-nolibm (Depends-on): Likewise.
7369         * modules/isnanl (Depends-on): Likewise.
7370         * modules/isnanl-nolibm (Depends-on): Likewise.
7371         * modules/mbchar (Depends-on): Likewise.
7372         * modules/memcoll (Depends-on): Likewise.
7373         * modules/quotearg (Depends-on): Likewise.
7374         * modules/regex (Depends-on): Likewise.
7375         * modules/relocatable-prog (Depends-on): Likewise.
7376         * modules/same (Depends-on): Likewise.
7377         * modules/signbit (Depends-on): Likewise.
7378         * modules/strcasestr-simple (Depends-on): Likewise.
7379         * modules/unictype/gen-ctype (Depends-on): Likewise.
7380         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
7381         * modules/uniname/uniname (Depends-on): Likewise.
7382         * modules/unistr/u8-cmp (Depends-on): Likewise.
7383
7384 2008-11-02  Bruno Haible  <bruno@clisp.org>
7385
7386         Mark 'memchr' obsolete.
7387         * modules/memchr (Status, Notice): New sections.
7388         * modules/argp (Depends-on): Add memchr.
7389         * modules/base64 (Depends-on): Likewise.
7390         * modules/c-strcasestr (Depends-on): Likewise.
7391         * modules/chdir-long (Depends-on): Likewise.
7392         * modules/fnmatch (Depends-on): Likewise.
7393         * modules/getsubopt (Depends-on): Likewise.
7394         * modules/git-merge-changelog (Depends-on): Likewise.
7395         * modules/glob (Depends-on): Likewise.
7396         * modules/strcasestr-simple (Depends-on): Likewise.
7397         * modules/strnlen (Depends-on): Likewise.
7398
7399 2008-11-02  Bruno Haible  <bruno@clisp.org>
7400
7401         Mark 'atexit' obsolete.
7402         * modules/atexit (Status, Notice): New sections.
7403         * modules/chdir-long (Depends-on): Add atexit.
7404         * modules/wait-process (Depends-on): Likewise.
7405
7406 2008-11-02  Bruno Haible  <bruno@clisp.org>
7407
7408         * gnulib-tool: New option --with-obsolete.
7409         (func_usage): Document it.
7410         (func_modules_transitive_closure): Drop obsolete dependencies if
7411         incobsolete is not true.
7412         (func_import): Read and save the incobsolete variable to the cache.
7413
7414 2008-11-02  Bruno Haible  <bruno@clisp.org>
7415
7416         * modules/TEMPLATE-EXTENDED: New field 'Status'.
7417         * gnulib-tool: New option --extract-status.
7418         (func_usage): Document it.
7419         (sed_extract_prog): Recognize it.
7420         (func_get_status): New function.
7421
7422 2008-10-30  Simon Josefsson  <simon@josefsson.org>
7423
7424         * modules/sockets (License): Change from LGPL to LGPLv2+.
7425
7426 2008-10-28  Simon Josefsson  <simon@josefsson.org>
7427
7428         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
7429
7430 2008-10-28  Simon Josefsson  <simon@josefsson.org>
7431
7432         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7433         Mention times and sys_times.
7434         * modules/sys_times, modules/sys_times-tests: New modules.
7435         * modules/times, modules/times-tests: Likewise
7436         * m4/sys_times_h.m4: New file.
7437         * lib/sys_times.in.h: Likewise
7438         * lib/times.c: Likewise.
7439         * tests/test-sys_times.c: Likewise.
7440         * tests/test-times.c: Likewise.
7441         * doc/posix-headers/sys_times.texi: Update.
7442         * doc/posix-functions/times.texi: Update.
7443
7444 2008-10-28  Jim Meyering  <meyering@redhat.com>
7445
7446         * modules/tempname (Depends-on): Add lstat.
7447
7448         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
7449
7450 2008-10-28  Simon Josefsson  <simon@josefsson.org>
7451
7452         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
7453         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
7454         using idiom used elsewhere in gnulib.
7455
7456 2008-10-27  Jim Meyering  <meyering@redhat.com>
7457
7458         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
7459
7460 2008-10-27  Simon Josefsson  <simon@josefsson.org>
7461
7462         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
7463         TESTS_ENVIRONMENT, for shell scripts that needs to call built
7464         programs.
7465         * tests/test-argp-2.sh: Use $EXEEXT when needed.
7466
7467 2008-10-27  Simon Josefsson  <simon@josefsson.org>
7468
7469         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
7470
7471 2008-10-27  Bruno Haible  <bruno@clisp.org>
7472
7473         * tests/test-lstat.c: Include <stdio.h>.
7474
7475 2008-10-27  Simon Josefsson  <simon@josefsson.org>
7476
7477         * modules/lstat-tests: New module.
7478         * tests/test-lstat.c: New file.
7479
7480 2008-10-26  Jim Meyering  <meyering@redhat.com>
7481
7482         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
7483
7484 2008-10-26  Simon Josefsson  <simon@josefsson.org>
7485             Bruno Haible  <bruno@clisp.org>
7486
7487         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
7488         * modules/configmake (Include): Add a note that the include must come
7489         after all system headers.
7490         * lib/javaversion.c: Include configmake.h after all other includes.
7491
7492 2008-10-26  Bruno Haible  <bruno@clisp.org>
7493
7494         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
7495         HAVE_STRUCT_RANDOM_DATA to 1.
7496         (gl_STDLIB_H): Simplify.
7497
7498 2008-10-26  Simon Josefsson  <simon@josefsson.org>
7499
7500         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
7501         substitute HAVE_STRUCT_RANDOM_DATA.
7502         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
7503         random_data.
7504         * modules/stdlib (Makefile.am): Substitute
7505         HAVE_STRUCT_RANDOM_DATA.
7506
7507 2008-10-26  Simon Josefsson  <simon@josefsson.org>
7508
7509         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
7510         * doc/gnulib-intro.texi (Copyright): Likewise.
7511
7512 2008-10-26  Simon Josefsson  <simon@josefsson.org>
7513
7514         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
7515         findings.
7516
7517 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
7518             Bruno Haible  <bruno@clisp.org>
7519
7520         * lib/unistd.in.h: Include <winsock2.h>.
7521         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
7522         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
7523         Provide dummy declarations.
7524         (gethostname): Override.
7525         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
7526         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
7527         gl_PREREQ_SYS_H_WINSOCK2.
7528         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
7529         * doc/posix-functions/gethostname.texi: More details.
7530
7531 2008-10-25  Bruno Haible  <bruno@clisp.org>
7532
7533         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
7534         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
7535         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
7536
7537         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
7538         here ...
7539         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
7540         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
7541         gl_UNISTD_H_DEFAULTS.
7542
7543 2008-10-25  Eric Blake  <ebb9@byu.net>
7544
7545         signbit: avoid spurious compiler failure
7546         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
7547         declarations inside function.
7548
7549 2008-10-24  Simon Josefsson  <simon@josefsson.org>
7550             Bruno Haible  <bruno@clisp.org>
7551
7552         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
7553         * modules/random_r (Depends-on): Add stdint.
7554
7555 2008-10-24  Bruno Haible  <bruno@clisp.org>
7556
7557         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
7558         Eggert.
7559         * modules/strerror (License): Likewise.
7560
7561 2008-10-24  Jim Meyering  <meyering@redhat.com>
7562
7563         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
7564         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
7565
7566 2008-10-24  Eric Blake  <ebb9@byu.net>
7567
7568         getgroups: fix compilation when getgroups is available
7569         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
7570         but with <config.h> override of getgroups disabled.
7571
7572 2008-10-24  Simon Josefsson  <simon@josefsson.org>
7573
7574         * doc/gnulib.texi (Header files): Add note about C++ problems.
7575         Explained by Bruno Haible <bruno@clisp.org>.
7576
7577 2008-10-23  Bruno Haible  <bruno@clisp.org>
7578
7579         Define a dummy SA_NODEFER macro on Interix.
7580         * lib/signal.in.h (SA_NODEFER): Define fallback.
7581         Reported by Aleksey Cheusov <cheusov@tut.by> via
7582         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
7583
7584 2008-10-23  Bruno Haible  <bruno@clisp.org>
7585
7586         * modules/freadahead (License): Change to LGPLv2+.
7587         Suggested by Simon Josefsson.
7588
7589 2008-10-23  Jim Meyering  <meyering@redhat.com>
7590
7591         random_r: new module
7592         * modules/random_r: New file.
7593         * m4/random_r.m4: New file.
7594         * lib/random_r.c: New file, from glibc.
7595         * modules/random_r-tests: New file.
7596         * tests/test-random_r.c: New file.
7597         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
7598          Declare.
7599         (RAND_MAX): Define.
7600         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
7601         * modules/stdlib: Substitute them, too.
7602         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
7603         * doc/glibc-functions/initstate_r.texi: Mention the new module.
7604         * doc/glibc-functions/random_r.texi: Likewise.
7605         * doc/glibc-functions/setstate_r.texi: Likewise.
7606         * doc/glibc-functions/srandom_r.texi: Likewise.
7607         * config/srclist.txt: Mention it.
7608
7609 2008-10-23  David Lutterkort  <lutter@redhat.com>
7610
7611         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
7612         link requirement
7613
7614 2008-10-23  Jim Meyering  <meyering@redhat.com>
7615
7616         selinux-h: mark parameters of stub functions as intentionally unused
7617         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
7618         * lib/se-context.in.h: Likewise.
7619
7620 2008-10-22  Simon Josefsson  <simon@josefsson.org>
7621
7622         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
7623
7624 2008-10-22  Simon Josefsson  <simon@josefsson.org>
7625
7626         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
7627
7628 2008-10-22  Eric Blake  <ebb9@byu.net>
7629
7630         glthread/thread: avoid compiler warning
7631         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
7632         Add unreachable abort to silence compiler.
7633
7634 2008-10-22  Eric Blake  <ebb9@byu.net>
7635
7636         netdb: also supply struct addrinfo for cygwin 1.5.x
7637         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
7638         older cygwin.
7639         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
7640         cygwin.
7641         * doc/posix-headers/netdb.texi (netdb.h): Document this.
7642
7643 2008-10-22  Bruno Haible  <bruno@clisp.org>
7644
7645         * users.txt: Update entry about pspp.
7646
7647 2008-10-21  Bruno Haible  <bruno@clisp.org>
7648
7649         Simplification.
7650         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
7651         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
7652
7653         Simplification.
7654         * lib/ioctl.c (ioctl): Don't undefine.
7655         * lib/socket.c (socket): Don't undefine.
7656
7657         Remove unused module indicator macros.
7658         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
7659         GNULIB_$1 as a C macro.
7660
7661         * doc/posix-functions/close.texi: Undo last change.
7662         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
7663         Windows platforms.
7664
7665 2008-10-21  Bruno Haible  <bruno@clisp.org>
7666
7667         Add gethostname() declaration to <unistd.h>.
7668         * lib/unistd.in.h (gethostname): New declaration.
7669         * lib/gethostname.c: Include <unistd.h>.
7670         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
7671         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
7672         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
7673         and HAVE_GETHOSTNAME.
7674         * modules/gethostname (Depends-on): Add unistd.
7675         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7676         (Include): Specify <unistd.h>.
7677         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
7678         HAVE_GETHOSTNAME.
7679         * tests/test-gethostname.c: Include <unistd.h> first.
7680
7681 2008-10-21  Bruno Haible  <bruno@clisp.org>
7682
7683         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
7684         * modules/select-tests (Depends-on): Likewise.
7685         Reported by Simon Josefsson.
7686
7687 2008-10-21  Simon Josefsson  <simon@josefsson.org>
7688
7689         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
7690         * lib/accept.c: New file, based on winsock.c.
7691         * lib/bind.c: New file, based on winsock.c.
7692         * lib/connect.c: New file, based on winsock.c.
7693         * lib/getpeername.c: New file, based on winsock.c.
7694         * lib/getsockname.c: New file, based on winsock.c.
7695         * lib/getsockopt.c: New file, based on winsock.c.
7696         * lib/ioctl.c: New file, based on winsock.c.
7697         * lib/listen.c: New file, based on winsock.c.
7698         * lib/recv.c: New file, based on winsock.c.
7699         * lib/recvfrom.c: New file, based on winsock.c.
7700         * lib/send.c: New file, based on winsock.c.
7701         * lib/sendto.c: New file, based on winsock.c.
7702         * lib/setsockopt.c: New file, based on winsock.c.
7703         * lib/shutdown.c: New file, based on winsock.c.
7704         * lib/socket.c: New file, based on winsock.c.
7705         * lib/w32sock.h: New file, based on winsock.c.
7706         * lib/winsock.c: Remove file.
7707         * modules/accept: Likewise.
7708         * modules/bind: Likewise.
7709         * modules/connect: Likewise.
7710         * modules/getpeername: Likewise.
7711         * modules/getsockname: Likewise.
7712         * modules/getsockopt: Likewise.
7713         * modules/ioctl: Likewise.
7714         * modules/listen: Likewise.
7715         * modules/recv: Likewise.
7716         * modules/recvfrom: Likewise.
7717         * modules/send: Likewise.
7718         * modules/sendto: Likewise.
7719         * modules/setsockopt: Likewise.
7720         * modules/shutdown: Likewise.
7721         * modules/socket: Use socket.c instead of winsock.c.
7722         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
7723         * doc/posix-functions/accept.texi: Doc fix.
7724         * doc/posix-functions/bind.texi: Doc fix.
7725         * doc/posix-functions/close.texi: Doc fix.
7726         * doc/posix-functions/connect.texi: Doc fix.
7727         * doc/posix-functions/getpeername.texi: Doc fix.
7728         * doc/posix-functions/getsockname.texi: Doc fix.
7729         * doc/posix-functions/getsockopt.texi: Doc fix.
7730         * doc/posix-functions/ioctl.texi: Doc fix.
7731         * doc/posix-functions/listen.texi: Doc fix.
7732         * doc/posix-functions/recv.texi: Doc fix.
7733         * doc/posix-functions/recvfrom.texi: Doc fix.
7734         * doc/posix-functions/send.texi: Doc fix.
7735         * doc/posix-functions/sendto.texi: Doc fix.
7736         * doc/posix-functions/setsockopt.texi: Doc fix.
7737         * doc/posix-functions/shutdown.texi: Doc fix.
7738         * doc/posix-functions/socket.texi: Doc fix.
7739
7740 2008-10-20  Bruno Haible  <bruno@clisp.org>
7741
7742         Take into account the role of SIGABRT_COMPAT on Windows 2008.
7743         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
7744         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
7745         as an alias for SIGABRT.
7746         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
7747         (sigaction): Map it to SIGABRT.
7748         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
7749
7750 2008-10-20  Bruno Haible  <bruno@clisp.org>
7751
7752         * lib/fts.c: Don't include lstat.h.
7753         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
7754
7755         Move the lstat() declaration to <sys/stat.h>.
7756         * lib/lstat.h: Remove file.
7757         * lib/sys_stat.in.h: Add special invocation convention.
7758         (lstat): New declaration.
7759         * lib/lstat.c (orig_lstat): New function.
7760         (rpl_lstat): Use orig_lstat instead of lstat.
7761         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
7762         AC_C_INLINE. Set REPLACE_LSTAT.
7763         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
7764         and REPLACE_LSTAT.
7765         * modules/lstat (Files): Remove lib/lstat.h.
7766         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
7767         (Include): Specify <sys/stat.h> instead of lstat.h.
7768         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
7769         REPLACE_LSTAT.
7770         * NEWS: Mention the change.
7771
7772 2008-10-20  Bruno Haible  <bruno@clisp.org>
7773
7774         * modules/posix_spawn-tests: New file.
7775         * tests/test-posix_spawn3.c: New file.
7776
7777 2008-10-20  Bruno Haible  <bruno@clisp.org>
7778
7779         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
7780         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
7781         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
7782         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
7783         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
7784
7785 2008-10-20  Bruno Haible  <bruno@clisp.org>
7786
7787         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
7788         of posix_spawn on AIX 5.3.
7789
7790 2008-10-20  Bruno Haible  <bruno@clisp.org>
7791
7792         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
7793
7794 2008-10-20  Bruno Haible  <bruno@clisp.org>
7795
7796         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
7797         of AC_LANG_PROGRAM.
7798
7799 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7800
7801         * lib/netdb.in.h: Don't define GNU specific constants until they
7802         are supported or needed.  Reported by Bruno Haible
7803         <bruno@clisp.org>.
7804
7805 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7806
7807         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
7808
7809 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7810
7811         * lib/getaddrinfo.h: Remove file.
7812         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
7813         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
7814         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
7815         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
7816         * modules/netdb: Substitute GNULIB_GETADDRINFO.
7817         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
7818         * tests/test-getaddrinfo.c: Likewise.
7819         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
7820         * NEWS: Mention change.
7821
7822 2008-10-19  Bruno Haible  <bruno@clisp.org>
7823
7824         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
7825
7826 2008-10-19  Bruno Haible  <bruno@clisp.org>
7827
7828         * lib/wait-process.c: Include simply <sys/wait.h>.
7829         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
7830         WIFSTOPPED): Remove fallback definitions.
7831         * modules/wait-process (Depends-on): Add sys_wait.
7832
7833         New module 'sys_wait'.
7834         * modules/sys_wait: New file.
7835         * lib/sys_wait.in.h: New file, partially copied from
7836         lib/wait-process.c.
7837         * m4/sys_wait_h.m4: New file.
7838         * doc/posix-headers/sys_wait.texi: Mention the new module.
7839
7840 2008-10-19  Bruno Haible  <bruno@clisp.org>
7841
7842         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
7843
7844 2008-10-19  Bruno Haible  <bruno@clisp.org>
7845
7846         Assume that waitpid() fills an 'int' status, not a 'union wait'.
7847         * lib/wait-process.c (WAIT_T): Remove type.
7848         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
7849         (wait_subprocess): Update.
7850
7851 2008-10-19  Bruno Haible  <bruno@clisp.org>
7852
7853         New module 'atoll'.
7854         * modules/atoll: New file.
7855         * lib/stdlib.in.h (atoll): New declaration.
7856         * lib/atoll.c: New file, from glibc with modifications.
7857         * m4/atoll.m4: New file.
7858         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
7859         HAVE_ATOLL.
7860         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
7861         * doc/posix-functions/atoll.texi: Mention the new module.
7862
7863 2008-10-19  Bruno Haible  <bruno@clisp.org>
7864
7865         Add strtoull() declaration to <stdlib.h>.
7866         * lib/stdlib.in.h (strtoull): New declaration.
7867         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
7868         Set HAVE_STRTOULL.
7869         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
7870         HAVE_STRTOULL.
7871         * modules/strtoull (Depends-on): Add stdlib.
7872         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7873         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
7874         HAVE_STRTOULL.
7875
7876 2008-10-19  Bruno Haible  <bruno@clisp.org>
7877
7878         Add strtoll() declaration to <stdlib.h>.
7879         * lib/stdlib.in.h (strtoll): New declaration.
7880         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
7881         Set HAVE_STRTOLL.
7882         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
7883         HAVE_STRTOLL.
7884         * modules/strtoll (Depends-on): Add stdlib.
7885         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7886         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
7887
7888 2008-10-19  Bruno Haible  <bruno@clisp.org>
7889
7890         * modules/bcopy (Depends-on): Add strings.
7891         (Include): Specify <strings.h>.
7892
7893 2008-10-19  Bruno Haible  <bruno@clisp.org>
7894
7895         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
7896
7897 2008-10-19  Bruno Haible  <bruno@clisp.org>
7898
7899         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
7900         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
7901         mingw.
7902
7903 2008-10-19  Bruno Haible  <bruno@clisp.org>
7904
7905         * lib/atanl.c: Don't include isnanl.h.
7906         * lib/cosl.c: Likewise.
7907         * lib/ldexpl.c: Likewise.
7908         * lib/logl.c: Likewise.
7909         * lib/sinl.c: Likewise.
7910         * lib/sqrtl.c: Likewise.
7911         * lib/tanl.c: Likewise.
7912
7913         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
7914         * lib/isnanf.h: Remove file.
7915         * lib/isnand.h: Remove file.
7916         * lib/isnanl.h: Remove file.
7917         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
7918         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
7919         macros.
7920         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
7921         HAVE_ISNANF, don't define it as a C macro.
7922         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
7923         HAVE_ISNAND, don't define it as a C macro.
7924         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
7925         HAVE_ISNANL, don't define it as a C macro.
7926         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
7927         HAVE_ISNAN[FDL].
7928         * modules/isnanf (Files): Remove lib/isnanf.h.
7929         (Depends-on): Add math.
7930         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7931         (Include): Specify <math.h> instead of isnanf.h.
7932         * modules/isnand (Files): Remove lib/isnand.h.
7933         (Depends-on): Add math.
7934         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7935         (Include): Specify <math.h> instead of isnand.h.
7936         * modules/isnanl (Files): Remove lib/isnanl.h.
7937         (Depends-on): Add math.
7938         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7939         (Include): Specify <math.h> instead of isnanl.h.
7940         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
7941         HAVE_ISNAN[FDL].
7942         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
7943         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
7944         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
7945         * NEWS: Mention the change.
7946
7947 2008-10-18  Bruno Haible  <bruno@clisp.org>
7948
7949         Add getusershell(), setusershell(), endusershell() declarations to
7950         <unistd.h>.
7951         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
7952         declarations.
7953         * lib/getusershell.c: Include unistd.h.
7954         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
7955         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
7956         HAVE_GETUSERSHELL.
7957         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
7958         and HAVE_GETUSERSHELL.
7959         * modules/getusershell (Depends-on): Add unistd, extensions.
7960         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7961         (Include): Specify <unistd.h>.
7962         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
7963         HAVE_GETUSERSHELL.
7964
7965 2008-10-18  Bruno Haible  <bruno@clisp.org>
7966
7967         Add a getloadavg() declaration to <stdlib.h>.
7968         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
7969         getloadavg declaration.
7970         (getloadavg): New declaration.
7971         * lib/getloadavg.c: Include <stdlib.h> first.
7972         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
7973         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
7974         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
7975         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
7976         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
7977         * modules/getloadavg (Depends-on): Add stdlib, extensions.
7978         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7979         (Include): Specify <stdlib.h>.
7980         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
7981         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
7982
7983 2008-10-18  Bruno Haible  <bruno@clisp.org>
7984
7985         * lib/dirchownmod.c: Don't include lchmod.h.
7986
7987         Move the lchmod() declaration to <sys/stat.h>.
7988         * lib/lchmod.h: Remove file.
7989         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
7990         (lchmod): New declaration, moved here from lib/lchown.h.
7991         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
7992         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
7993         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
7994         and HAVE_LCHMOD.
7995         * modules/lchmod (Files): Remove lib/lchmod.h.
7996         (Depends-on): Add sys_stat, extensions.
7997         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
7998         (Include): Specify <sys/stat.h> instead of lchmod.h.
7999         * modules/sys_stat (Depends-on): Add link-warning.
8000         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
8001         definition of GL_LINK_WARNING.
8002         * NEWS: Mention the change.
8003
8004 2008-10-18  Bruno Haible  <bruno@clisp.org>
8005
8006         * lib/fchdir.c: Don't include dirfd.h.
8007         * lib/fts.c: Likewise.
8008         * lib/getcwd.c: Likewise.
8009         * lib/glob.c: Likewise.
8010
8011         Move the dirfd() declaration to <dirent.h>.
8012         * lib/dirfd.h: Remove file.
8013         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
8014         (dirfd): New declaration.
8015         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
8016         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
8017         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
8018         HAVE_DECL_DIRFD.
8019         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
8020         HAVE_DECL_DIRFD.
8021         * modules/dirfd (Files): Remove lib/dirfd.h.
8022         (Depends-on): Add dirent, extensions.
8023         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
8024         (Include): Specify <dirent.h> instead of dirfd.h.
8025         * modules/dirent (Depends-on): Add link-warning.
8026         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
8027         definition of GL_LINK_WARNING.
8028         * NEWS: Mention the change.
8029
8030 2008-10-18  Bruno Haible  <bruno@clisp.org>
8031
8032         Move the euidaccess() declaration to <unistd.h>.
8033         * lib/euidaccess.h: Remove file.
8034         * lib/unistd.in.h (euidaccess): New declaration.
8035         * lib/euidaccess.c: Don't include euidaccess.h.
8036         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
8037         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
8038         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
8039         and HAVE_EUIDACCESS.
8040         * modules/euidaccess (Files): Remove lib/euidaccess.h.
8041         (Depends-on): Add unistd.
8042         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8043         (Include): Specify <unistd.h> instead of euidaccess.h.
8044         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
8045         HAVE_EUIDACCESS.
8046         * NEWS: Mention the change.
8047
8048 2008-10-18  Bruno Haible  <bruno@clisp.org>
8049
8050         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
8051
8052         Move the getdomainname() declaration to <unistd.h>.
8053         * lib/getdomainname.h: Remove file.
8054         * lib/unistd.in.h (getdomainname): New declaration.
8055         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
8056         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
8057         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
8058         HAVE_GETDOMAINNAME.
8059         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8060         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
8061         * modules/getdomainname (Files): Remove lib/getdomainname.h.
8062         (Depends-on): Add unistd, extensions.
8063         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8064         (Includes): Specify <unistd.h> instead of getdomainname.h.
8065         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
8066         HAVE_GETDOMAINNAME.
8067         * NEWS: Mention the change.
8068
8069 2008-10-18  Bruno Haible  <bruno@clisp.org>
8070
8071         * modules/dirent: New file.
8072         * m4/dirent_h.m4: New file.
8073         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
8074         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
8075         * modules/fchdir (Files): Remove lib/dirent.in.h.
8076         (Depends-on): Add dirent.
8077         (Makefile.am): Move rules to modules/dirent.
8078         * doc/posix-headers/dirent.texi: Mention the new module.
8079
8080 2008-10-18  Bruno Haible  <bruno@clisp.org>
8081
8082         Avoid -Wunused-parameter warnings in public gnulib header files.
8083         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
8084         macro.
8085         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
8086
8087 2008-10-18  Bruno Haible  <bruno@clisp.org>
8088
8089         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
8090         * doc/glibc-functions/error.texi: Mention the module 'error'.
8091         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
8092         * doc/glibc-functions/getdomainname.texi: Mention the module
8093         'getdomainname'.
8094         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
8095         * doc/glibc-functions/getpagesize.texi: Mention the module
8096         'getpagesize'.
8097         * doc/glibc-functions/getusershell.texi: Mention the module
8098         'getusershell'.
8099         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
8100         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
8101         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
8102         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
8103         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
8104         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
8105         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
8106         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
8107         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
8108         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
8109         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
8110         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
8111         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
8112         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
8113
8114 2008-10-17  Bruno Haible  <bruno@clisp.org>
8115
8116         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
8117         HP-UX and IRIX, use -0.0L.
8118         * tests/test-ceill.c (minus_zero): Likewise.
8119         * tests/test-floorl.c (minus_zero): Likewise.
8120         * tests/test-frexpl.c (minus_zero): Likewise.
8121         * tests/test-isnan.c (minus_zerol): Likewise.
8122         * tests/test-isnanl.h (minus_zero): Likewise.
8123         * tests/test-ldexpl.c (minus_zero): Likewise.
8124         * tests/test-roundl.c (minus_zero): Likewise.
8125         * tests/test-signbit.c (minus_zerol): Likewise.
8126         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
8127         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
8128         * tests/test-truncl.c (minus_zero): Likewise.
8129         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
8130         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
8131         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
8132         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
8133
8134 2008-10-17  Bruno Haible  <bruno@clisp.org>
8135
8136         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
8137         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
8138         that it gets activated only for gcc >= 3.0.
8139         * lib/dirent.in.h: Likewise.
8140         * lib/errno.in.h: Likewise.
8141         * lib/fcntl.in.h: Likewise.
8142         * lib/float.in.h: Likewise.
8143         * lib/iconv.in.h: Likewise.
8144         * lib/inttypes.in.h: Likewise.
8145         * lib/locale.in.h: Likewise.
8146         * lib/math.in.h: Likewise.
8147         * lib/netdb.in.h: Likewise.
8148         * lib/netinet_in.in.h: Likewise.
8149         * lib/search.in.h: Likewise.
8150         * lib/signal.in.h: Likewise.
8151         * lib/spawn.in.h: Likewise.
8152         * lib/stdarg.in.h: Likewise.
8153         * lib/stdint.in.h: Likewise.
8154         * lib/stdio.in.h: Likewise.
8155         * lib/stdlib.in.h: Likewise.
8156         * lib/string.in.h: Likewise.
8157         * lib/strings.in.h: Likewise.
8158         * lib/sys_file.in.h: Likewise.
8159         * lib/sys_ioctl.in.h: Likewise.
8160         * lib/sys_select.in.h: Likewise.
8161         * lib/sys_socket.in.h: Likewise.
8162         * lib/sys_stat.in.h: Likewise.
8163         * lib/sys_time.in.h: Likewise.
8164         * lib/sysexits.in.h: Likewise.
8165         * lib/time.in.h: Likewise.
8166         * lib/unistd.in.h: Likewise.
8167         * lib/wchar.in.h: Likewise.
8168         * lib/wctype.in.h: Likewise.
8169         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8170
8171 2008-10-17  Jim Meyering  <meyering@redhat.com>
8172
8173         ignore-value: don't depend on inline module
8174         * modules/ignore-value (Depends-on): Remove 'inline'.
8175         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
8176         Suggestion from Bruno Haible.
8177
8178 2008-10-17  Bruno Haible  <bruno@clisp.org>
8179
8180         New implementation of condition variables for Win32.
8181         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
8182         (gl_linked_waitqueue_t): New type.
8183         (gl_cond_t): Use it.
8184         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
8185         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
8186         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
8187         (glthread_cond_init_func, glthread_cond_wait_func,
8188         glthread_cond_timedwait_func, glthread_cond_signal_func,
8189         glthread_cond_broadcast_func, glthread_cond_destroy_func):
8190         Reimplemented on the basis of gl_linked_waitqueue_t.
8191         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
8192         gl_waitqueue_t.
8193         (gl_rwlock_t): Update.
8194         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
8195
8196 2008-10-17  Simon Josefsson  <simon@josefsson.org>
8197
8198         * modules/recvfrom (Depends-on): Add dependency on getpeername.
8199         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
8200
8201 2008-10-17  Jim Meyering  <meyering@redhat.com>
8202
8203         ignore-value: new module
8204         * modules/ignore-value: New file.
8205         * lib/ignore-value.h: New file.
8206         * MODULES.html.sh (Compiler warning management): New section,
8207         just for this module.  More to come.
8208
8209 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8210
8211         open-safer.c: avoid 'signed and unsigned in conditional...' warning
8212         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
8213         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
8214
8215 2008-10-16  Jim Meyering  <meyering@redhat.com>
8216
8217         openat-die.c: avoid 'no previous prototype' warning
8218         * lib/openat-die.c: Include "openat.h".
8219         Reported by Reuben Thomas <rrt@sc3d.org>.
8220
8221 2008-10-16  Simon Josefsson  <simon@josefsson.org>
8222
8223         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
8224         * lib/netdb.in.h: Fix typo.
8225         Reported by Bruno Haible  <bruno@clisp.org>
8226
8227         * lib/netdb.in.h: Include sys/socket.h for platforms without
8228         netdb.h, to get structures like hostent on MinGW.
8229         * modules/netdb (Depends-on): Add sys_socket.
8230
8231 2008-10-15  Simon Josefsson  <simon@josefsson.org>
8232
8233         * modules/netdb, modules/netdb-tests: New file.
8234         * m4/netdb_h.m4: New file.
8235         * lib/netdb.in.h: Add, currently just an empty file pending
8236         definitions.
8237         * tests/test-netdb.c: New file.
8238         * doc/posix-headers/netdb.texi: Mention that we replace it if
8239         needed.
8240         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8241         netdb.
8242
8243 2008-10-15  Simon Josefsson  <simon@josefsson.org>
8244
8245         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
8246         with code.
8247
8248 2008-10-13  Bruno Haible  <bruno@clisp.org>
8249
8250         * lib/glthread/cond.c (glthread_cond_wait_func,
8251         glthread_cond_timedwait_func): Add a comment.
8252
8253 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
8254
8255         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
8256         * tests/test-select.c: Likewise,
8257
8258 2008-10-13  Bruno Haible  <bruno@clisp.org>
8259
8260         * lib/glthread/cond.c (glthread_cond_wait_func,
8261         glthread_cond_timedwait_func): Fix variable name.
8262         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
8263
8264 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
8265
8266         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
8267         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
8268         struct sockaddr.sa_len.
8269         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
8270
8271 2008-10-13  Simon Josefsson  <simon@josefsson.org>
8272
8273         * build-aux/pmccabe2html: Add css and css_url parameters.
8274
8275 2008-10-12  Bruno Haible  <bruno@clisp.org>
8276
8277         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
8278         calling aclx_get.
8279         Reported by Rainer Tammer <tammer@tammer.net>.
8280
8281 2008-10-12  Bruno Haible  <bruno@clisp.org>
8282
8283         Use msvcrt aware primitives for creation/termination of Win32 threads.
8284         * lib/glthread/thread.c: Include <process.h>.
8285         (glthread_create_func): Use _beginthreadex instead of CreateThread.
8286         (wrapper_func): Update signature.
8287         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
8288
8289 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
8290             Bruno Haible  <bruno@clisp.org>
8291
8292         Provide a Win32 implementation of the 'cond' module.
8293         * lib/glthread/cond.h [USE_WIN32]: New implementation.
8294         * lib/glthread/cond.c (glthread_cond_init_func,
8295         glthread_cond_wait_func, glthread_cond_timedwait_func,
8296         glthread_cond_signal_func, glthread_cond_broadcast_func,
8297         glthread_cond_destroy_func) [USE_WIN32]: New functions.
8298         * modules/cond (Dependencies): Add gettimeofday.
8299
8300 2008-10-11  Bruno Haible  <bruno@clisp.org>
8301
8302         Make sleep work on older versions of mingw.
8303         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
8304         only whether it exists.
8305         * doc/posix-functions/sleep.texi: Mention the problem with older
8306         versions of mingw.
8307
8308 2008-10-11  Bruno Haible  <bruno@clisp.org>
8309
8310         New module 'shutdown'.
8311         * modules/shutdown: New file.
8312         * lib/sys_socket.in.h (shutdown): New declaration.
8313         * lib/winsock.c (shutdown): New function.
8314         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
8315         GNULIB_SHUTDOWN.
8316         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
8317         * doc/posix-functions/shutdown.texi: Document the new module.
8318
8319 2008-10-11  Jim Meyering  <meyering@redhat.com>
8320
8321         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
8322
8323 2008-10-11  Bruno Haible  <bruno@clisp.org>
8324
8325         New module 'fclose'.
8326         * modules/fclose: New file.
8327         * lib/stdio.in.h (fclose): New declaration.
8328         * lib/fclose.c: New file.
8329         * m4/fclose.m4: New file.
8330         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
8331         REPLACE_FCLOSE.
8332         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
8333         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
8334         REPLACE_FCLOSE.
8335         * modules/close (Depends-on): fclose.
8336         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
8337
8338 2008-10-11  Bruno Haible  <bruno@clisp.org>
8339
8340         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
8341         set errno and don't call _close.
8342
8343 2008-10-10  Bruno Haible  <bruno@clisp.org>
8344
8345         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
8346         ACL, not afterwards. Fixes test failure on Cygwin.
8347
8348 2008-10-09  Ben Pfaff  <blp@gnu.org>
8349
8350         * build-aux/announce-gen: Fix gnulib version related part of usage
8351         message.  Die with a useful error message if no tarballs are
8352         found.
8353
8354 2008-10-10  Jim Meyering  <meyering@redhat.com>
8355
8356         bootstrap: use git's --depth=N option only if it's supported
8357         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
8358         recognize the --depth option.  Reported by Pádraig Brady.
8359
8360 2008-10-09  Bruno Haible  <bruno@clisp.org>
8361
8362         New module 'ioctl'.
8363         * modules/ioctl: New file.
8364         * lib/sys_socket.in.h (ioctl): Remove declaration.
8365         * lib/winsock.c: Include <sys/ioctl.h>.
8366         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
8367         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
8368         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
8369         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
8370         * doc/posix-functions/ioctl.texi: Mention the new module.
8371
8372 2008-10-09  Bruno Haible  <bruno@clisp.org>
8373
8374         New module 'sys_ioctl'.
8375         * lib/sys_ioctl.in.h: New file.
8376         * m4/sys_ioctl_h.m4: New file.
8377         * modules/sys_ioctl: New file.
8378         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
8379
8380 2008-10-09  Bruno Haible  <bruno@clisp.org>
8381
8382         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
8383         * lib/winsock.c: Include <stdarg.h>.
8384         (rpl_ioctl): Change to second argument 'int' and then varargs.
8385
8386 2008-10-09  Bruno Haible  <bruno@clisp.org>
8387
8388         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
8389         when the sys_socket module is present and the system has <winsock2.h>.
8390
8391 2008-10-09  Bruno Haible  <bruno@clisp.org>
8392
8393         * doc/posix-functions/close.texi: Mention module 'close' instead of
8394         module 'sys_socket'.
8395
8396 2008-10-09  Bruno Haible  <bruno@clisp.org>
8397
8398         * doc/glibc-headers/sys_ioctl.texi: New file.
8399         * doc/gnulib.texi: Include it.
8400
8401 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
8402             Bruno Haible  <bruno@clisp.org>
8403
8404         Combine the two replacements of 'close'.
8405         * lib/sys_socket.in.h (close): Define to a reminder to include
8406         <unistd.h>.
8407         (_gl_close_fd_maybe_socket): New declaration.
8408         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
8409         * lib/winsock.c (close): Remove undefinition.
8410         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
8411         needed for the gnulib module 'close'.
8412         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
8413         define to an error symbol or to a warning, if suitable.
8414         * lib/close.c: Include <sys/socket.h>.
8415         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
8416         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
8417         UNISTD_H_HAVE_WINSOCK2_H.
8418         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
8419         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8420         UNISTD_H_HAVE_WINSOCK2_H.
8421         * modules/sys_socket (Files): Add m4/unistd_h.m4.
8422         (configure.ac): Set a module indicator.
8423         (Makefile.am): Substitute GNULIB_CLOSE.
8424         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
8425         * modules/poll-tests (Depends-on): Add close.
8426         * modules/select-tests (Depends-on): Likewise.
8427
8428 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
8429             Bruno Haible  <bruno@clisp.org>
8430
8431         New module 'close'.
8432         * modules/close: New file.
8433         * lib/unistd.in.h (close): Move declaration out of the
8434         FCHDIR_REPLACEMENT scope.
8435         (_gl_unregister_fd): New declaration.
8436         * lib/close.c: New file.
8437         * lib/fchdir.c (rpl_close): Remove function.
8438         * m4/close.m4: New file.
8439         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
8440         close.
8441         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
8442         REPLACE_CLOSE.
8443         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
8444         REPLACE_CLOSE.
8445         * modules/fchdir (Depends-on): Add close.
8446
8447 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
8448             Bruno Haible  <bruno@clisp.org>
8449
8450         * lib/fcntl.in.h (open): Simplify conditionals.
8451         (_gl_register_fd): New declaration.
8452         * lib/fchdir.c (rpl_open): Remove function.
8453         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
8454         also.
8455         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
8456         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
8457         open.
8458
8459 2008-10-09  Jim Meyering  <meyering@redhat.com>
8460
8461         GNUmakefile: use the more name-space-friendly "_version"
8462         * top/GNUmakefile (_dummy): Update.
8463         (_version): Rename from "version".
8464
8465 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
8466             Bruno Haible  <bruno@clisp.org>
8467
8468         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
8469         rpl_close.
8470         (_gl_register_fd): New function, extracted from rpl_open.
8471         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
8472         (rpl_open, rpl_opendir): Use _gl_register_fd.
8473
8474 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
8475
8476         Fix organization of 'open' replacement.
8477         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
8478         (gl_FUNC_OPEN): Use it.
8479         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
8480
8481 2008-10-08  Bruno Haible  <bruno@clisp.org>
8482
8483         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
8484
8485 2008-10-08  Simon Josefsson  <simon@josefsson.org>
8486
8487         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
8488         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
8489         listen).
8490
8491 2008-10-08  Eric Blake  <ebb9@byu.net>
8492
8493         GNUmakefile: add 'make version' target
8494         * top/GNUmakefile (_curr-ver): Split version update rules...
8495         (version): ...into a target.
8496
8497 2008-10-07  Bruno Haible  <bruno@clisp.org>
8498
8499         Use a more portable replacement expression for -0.0L.
8500         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
8501         instead of -0.0L. Fix m4 quotation.
8502
8503         * tests/test-signbit.c: Include <float.h>.
8504         (minus_zero): New variable.
8505         (test_signbitl): Use minus_zero instead of -zero.
8506         * modules/signbit-tests (Depends-on): Add float.
8507
8508         * tests/test-ceill.c: Include <float.h>.
8509         (zero): Remove variable.
8510         (minus_zero): New variable.
8511         (main): Use minus_zero instead of -zero.
8512         * modules/ceill-tests (Depends-on): Add float.
8513
8514         * tests/test-floorl.c: Include <float.h>.
8515         (zero): Remove variable.
8516         (minus_zero): New variable.
8517         (main): Use minus_zero instead of -zero.
8518         * modules/floorl-tests (Depends-on): Add float.
8519
8520         * tests/test-roundl.c: Include <float.h>.
8521         (zero): Remove variable.
8522         (minus_zero): New variable.
8523         (main): Use minus_zero instead of -zero.
8524         * modules/roundl-tests (Depends-on): Add float.
8525
8526         * tests/test-truncl.c: Include <float.h>.
8527         (zero): Remove variable.
8528         (minus_zero): New variable.
8529         (main): Use minus_zero instead of -zero.
8530         * modules/truncl-tests (Depends-on): Add float.
8531
8532         * tests/test-frexpl.c (zero): Remove variable.
8533         (minus_zero): New variable.
8534         (main): Use minus_zero instead of -zero.
8535         * modules/frexpl-tests (Depends-on): Add float.
8536
8537         * tests/test-isnan.c (zerol): Remove variable.
8538         (minus_zerol): New variable.
8539         (test_long_double): Use minus_zerol instead of -zerol.
8540         * modules/isnan-tests (Depends-on): Add float.
8541
8542         * tests/test-isnanl.h (zero): Remove variable.
8543         (minus_zero): New variable.
8544         (main): Use minus_zero instead of -zero.
8545         * modules/isnanl-nolibm-tests (Depends-on): Add float.
8546         * modules/isnanl-tests (Depends-on): Add float.
8547
8548         * tests/test-ldexpl.c (zero): Remove variable.
8549         (minus_zero): New variable.
8550         (main): Use minus_zero instead of -zero.
8551         * modules/ldexpl-tests (Depends-on): Add float.
8552
8553         * tests/test-snprintf-posix.h (zerol): Remove variable.
8554         (minus_zerol): New variable.
8555         (test_function): Use minus_zerol instead of -zerol.
8556         * modules/snprintf-posix-tests (Depends-on): Add float.
8557         * modules/vsnprintf-posix-tests (Depends-on): Add float.
8558
8559         * tests/test-sprintf-posix.h (zerol): Remove variable.
8560         (minus_zerol): New variable.
8561         (test_function): Use minus_zerol instead of -zerol.
8562         * modules/sprintf-posix-tests (Depends-on): Add float.
8563         * modules/vsprintf-posix-tests (Depends-on): Add float.
8564
8565         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
8566         (minus_zerol): New variable.
8567         (test_function): Use minus_zerol instead of -zerol.
8568         * modules/vasnprintf-posix-tests (Depends-on): Add float.
8569
8570         * tests/test-vasprintf-posix.c (zerol): Remove variable.
8571         (minus_zerol): New variable.
8572         (test_function): Use minus_zerol instead of -zerol.
8573         * modules/vasprintf-posix-tests (Depends-on): Add float.
8574
8575 2008-10-07  Simon Josefsson  <simon@josefsson.org>
8576
8577         * MODULES.html.sh (Support for building documentation): Mention
8578         pmccabe2html.  Sort entries.
8579
8580         Add pmccabe2html module, from gnupdf.
8581         * build-aux/pmccabe.css: New file.
8582         * build-aux/pmccabe2html: New file.
8583         * m4/pmccabe2html.m4: New file.
8584         * modules/pmccabe2html: New file.
8585
8586 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
8587
8588         flock: new module
8589         * MODULES.html.sh: Add to list of modules.
8590         * lib/flock.c: flock implementation for Windows and Unix systems
8591         which have fcntl.
8592         * doc/glibc-functions/flock.texi: Update documentation.
8593         * lib/sys_file.in.h: <sys/file.h> header file.
8594         * m4/flock.m4: M4 macros.
8595         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
8596         * modules/flock: flock module.
8597         * modules/flock-tests: flock tests module.
8598         * modules/sys_file: sys/file.h module.
8599         * tests/test-flock.c: test suite for flock.
8600
8601 2008-10-06  Jim Meyering  <meyering@redhat.com>
8602
8603         bootstrap: check for LT_INIT more portably still ;-)
8604         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
8605         Spotted by Bruno Haible.
8606
8607 2008-10-06  Eric Blake  <ebb9@byu.net>
8608
8609         test-signbit: avoid tripping Irix cc bug on -0.0L
8610         * tests/test-signbit.c (minus_zerol): Delete, and replace with
8611         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
8612         entire testsuite consistent and avoids an Irix 6.2 bug.
8613
8614 2008-10-05  Bruno Haible  <bruno@clisp.org>
8615             Jim Meyering  <jim@meyering.net>
8616
8617         Add an option for ignoring EPIPE during close_stdout.
8618         * lib/closeout.h: Include <stdbool.h>.
8619         (close_stdout_set_ignore_EPIPE): New declaration.
8620         * lib/closeout.c: Include <stdbool.h>.
8621         (ignore_EPIPE): New variable.
8622         (close_stdout_set_ignore_EPIPE): New function.
8623         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
8624         * lib/close-stream.c (close_stream): Mention the possible EPIPE
8625         failure.
8626         * modules/closeout (Depends-on): Add stdbool.
8627
8628 2008-10-05  Bruno Haible  <bruno@clisp.org>
8629
8630         * modules/accept: New file.
8631         * modules/bind: New file.
8632         * modules/connect: New file.
8633         * modules/getpeername: New file.
8634         * modules/getsockname: New file.
8635         * modules/getsockopt: New file.
8636         * modules/listen: New file.
8637         * modules/recv: New file.
8638         * modules/recvfrom: New file.
8639         * modules/send: New file.
8640         * modules/sendto: New file.
8641         * modules/setsockopt: New file.
8642         * modules/socket: New file.
8643         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
8644         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
8645         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
8646         the particular module is requested. Add a link warning when the
8647         particular module is not requested.
8648         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
8649         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
8650         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
8651         the particular module is requested.
8652         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
8653         gl_SYS_SOCKET_H_DEFAULTS): New macros.
8654         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
8655         * modules/sys_socket (Depends-on): Add link-warning.
8656         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
8657         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
8658         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
8659         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
8660         GL_LINK_WARNING.
8661         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
8662         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
8663         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
8664         * doc/posix-functions/getpeername.texi: Mention the new module
8665         'getpeername'.
8666         * doc/posix-functions/getsockname.texi: Mention the new module
8667         'getsockname'.
8668         * doc/posix-functions/getsockopt.texi: Mention the new module
8669         'getsockopt'.
8670         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
8671         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
8672         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
8673         * doc/posix-functions/send.texi: Mention the new module 'send'.
8674         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
8675         * doc/posix-functions/setsockopt.texi: Mention the new module
8676         'setsockopt'.
8677         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
8678         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
8679         listen, connect, accept.
8680         * modules/select-tests (Depends-on): Likewise.
8681
8682 2008-10-05  Bruno Haible  <bruno@clisp.org>
8683
8684         * lib/winsock.c (strerror): Remove unused #undef.
8685         (rpl_close): Remove unused local variable.
8686
8687         * modules/sys_socket (Depends-on); Add errno.
8688
8689 2008-10-05  Bruno Haible  <bruno@clisp.org>
8690
8691         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
8692         (select): Add a link warning when the 'select' module is not used.
8693         * modules/sys_select (Depends-on): Add link-warning.
8694         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
8695         Suggested by Paolo Bonzini.
8696
8697 2008-10-05  Jim Meyering  <meyering@redhat.com>
8698
8699         bootstrap: check for LT_INIT more portably
8700         * build-aux/bootstrap: Avoid using grep -E, since it's not
8701         portable enough.  Suggestion from Bruno Haible.
8702
8703 2008-10-05  Bruno Haible  <bruno@clisp.org>
8704
8705         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
8706         as being fixed by gnulib.
8707
8708 2008-10-05  Bruno Haible  <bruno@clisp.org>
8709
8710         * modules/select-tests: New file, mostly copied from
8711         modules/sys_select-tests.
8712         * tests/test-select.c: New file, mostly copied from
8713         tests/test-sys_select.c.
8714         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
8715         * modules/sys_select-tests (Depends-on): Remove all dependencies.
8716         (Makefile.am): Remove test_sys_select_LDADD.
8717
8718         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
8719         to an undefined symbol, for an error message.
8720         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
8721         (gl_SYS_SELECT_H_DEFAULTS): New macro.
8722         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
8723         winsock-select.c here.
8724         * modules/sys_select (Files): Remove lib/winsock-select.c.
8725         (Depends-on): Remove alloca.
8726         (Makefile.am): Substitute GNULIB_SELECT.
8727         * modules/select: New file.
8728         * doc/posix-functions/select.texi: Update.
8729
8730 2008-10-05  Bruno Haible  <bruno@clisp.org>
8731
8732         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
8733         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
8734         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
8735         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
8736         getdtablesize.
8737         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
8738         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
8739
8740 2008-10-05  Bruno Haible  <bruno@clisp.org>
8741
8742         * modules/getdtablesize-tests: New file.
8743         * tests/test-getdtablesize.c: New file.
8744
8745         New module 'getdtablesize'.
8746         * lib/unistd.in.h (getdtablesize): New declaration.
8747         * lib/getdtablesize.c: New file.
8748         * m4/getdtablesize.m4: New file.
8749         * modules/getdtablesize: New file.
8750         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8751         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
8752         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
8753         HAVE_GETDTABLESIZE.
8754         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
8755
8756 2008-10-05  Bruno Haible  <bruno@clisp.org>
8757
8758         * modules/sched (Makefile.am): Fix typo.
8759         Reported by Simon Josefsson.
8760
8761 2008-10-05  Jim Meyering  <meyering@redhat.com>
8762
8763         bootstrap: check for LT_INIT, too
8764         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
8765         are deprecated.  Suggestion from Ralf Wildenhues.
8766
8767 2008-10-05  Bruno Haible  <bruno@clisp.org>
8768
8769         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
8770         overriding them by ours.
8771         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
8772
8773 2008-10-05  Jim Meyering  <meyering@redhat.com>
8774
8775         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
8776         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
8777         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
8778
8779 2008-10-04  Bruno Haible  <bruno@clisp.org>
8780
8781         * modules/dup2 (License): Change to LGPLv2+.
8782         * modules/sleep (License): Likewise.
8783         * modules/perror (License): Likewise.
8784         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
8785         Blake.
8786         * modules/signal (License): Likewise.
8787         * modules/sigprocmask (License): Likewise.
8788         * modules/raise (License): Change to LGPLv2+, with approval by Jim
8789         Meyering.
8790
8791 2008-10-04  Bruno Haible  <bruno@clisp.org>
8792
8793         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
8794         Reported by Rainer Tammer <tammer@tammer.net>.
8795
8796 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
8797             Bruno Haible  <bruno@clisp.org>
8798
8799         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
8800         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
8801         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
8802
8803 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
8804
8805         filevercmp: new module
8806         * lib/filevercmp.h: New function filevercmp comparing version strings.
8807         * lib/filevercmp.c: Implementation of filevercmp function.
8808         * modules/filevercmp: Module metadata.
8809         * tests/test-filevercmp.c: Unit test for new module.
8810         * modules/filevercmp-tests: Unit test metadata.
8811         * MODULES.html.sh: Add filevercmp module.
8812
8813 2008-10-03  Bruno Haible  <bruno@clisp.org>
8814
8815         * lib/c-ctype.h: Add comment.
8816         Reported by Jim Meyering.
8817
8818 2008-10-02  Bruno Haible  <bruno@clisp.org>
8819
8820         * modules/posix_spawn-internal (Depends-on): Add 'open'.
8821
8822 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8823
8824         * build-aux/bootstrap: Allow renaming bootstrap, and change the
8825         name of bootstrap.conf accordingly.
8826
8827 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8828
8829         * build-aux/bootstrap: Install git-merge-changelog configuration
8830         items into .gitconfig if needed.
8831
8832 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8833
8834         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
8835         git repository, and initialize/update it accordingly.
8836
8837 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
8838
8839         * modules/fsync-tests: New file.
8840         * tests/test-fsync.c: New file.
8841
8842         New module 'fsync'.
8843         * lib/fsync.c: New file.
8844         * m4/fsync.m4: New file.
8845         * modules/fsync: New file.
8846         * lib/unistd.in.h (fsync): New declaration.
8847         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
8848         GNULIB_FSYNC and HAVE_FSYNC.
8849         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
8850         * MODULES.html.sh (posix_functions): Add fsync.
8851         * doc/posix-functions/fsync.texi: Mention the new module.
8852
8853 2008-10-02  Jim Meyering  <meyering@redhat.com>
8854
8855         fts.c: sync with similar code from coreutils' remove.c
8856         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
8857         Guard also with "#if defined __linux__", since for now at least,
8858         this code is Linux-kernel-specific.
8859
8860 2008-10-02  Jim Meyering  <meyering@redhat.com>
8861
8862         fts: bug fixes
8863         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
8864         Include <sys/vfs.h>, not <sys/statfs.h>.
8865
8866         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
8867         Include <sys/vfs.h>, not <sys/statfs.h>.
8868
8869 2008-10-01  Bruno Haible  <bruno@clisp.org>
8870
8871         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
8872         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
8873         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
8874         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
8875         * doc/posix-functions/posix_spawnp.texi: Likewise.
8876         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
8877         whether posix_spawn actually works.
8878         * m4/pipe.m4 (gl_PIPE): Likewise.
8879         * modules/execute (Files): Add m4/posix_spawn.m4.
8880         * modules/pipe (Files): Add m4/posix_spawn.m4.
8881         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
8882
8883 2008-10-01  Jim Meyering  <meyering@redhat.com>
8884
8885         remove trailing spaces
8886         * NEWS: Likewise.
8887         * lib/poll.c (poll): Likewise.
8888         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
8889         * lib/winsock.c (rpl_close): Likewise.
8890         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
8891         * modules/yield: Likewise.
8892         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
8893         * tests/test-sys_select.c (connect_to_socket): Likewise.
8894
8895         fts.c: adjust a new interface to be more generally useful
8896         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
8897         (fts_build): Adjust caller.
8898
8899 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8900
8901         * modules/cond-tests: New file.
8902         * tests/test-cond.c: New file.
8903
8904 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8905             Bruno Haible  <bruno@clisp.org>
8906
8907         * modules/cond (Dependencies): Add errno, time.
8908         * lib/glthread/cond.h: Include <time.h>.
8909         (gl_cond_define, gl_cond_define_initialized): Use the same definition
8910         across platforms.
8911
8912 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8913             Bruno Haible  <bruno@clisp.org>
8914
8915         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
8916
8917 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8918             Bruno Haible  <bruno@clisp.org>
8919
8920         * modules/tls-tests (Depends-on): Add thread, yield.
8921         (configure.ac): Remove all checks.
8922         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
8923         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
8924         gl_thread_self): Remove definitions. Include glthread/thread.h and
8925         glthread/yield.h instead.
8926         (test_tls): Pass an additional NULL argument to gl_thread_join.
8927
8928 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8929             Bruno Haible  <bruno@clisp.org>
8930
8931         * modules/lock-tests (Depends-on): Add thread, yield.
8932         (configure.ac): Remove all checks.
8933         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
8934         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
8935         gl_thread_self): Remove definitions. Include glthread/thread.h and
8936         glthread/yield.h instead.
8937         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
8938         additional NULL argument to gl_thread_join.
8939
8940 2008-09-30  Bruno Haible  <bruno@clisp.org>
8941
8942         Fix the Win32 implementation of the 'thread' module.
8943         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
8944         pointer type.
8945         (gl_thread_self): Invoke gl_thread_self_func.
8946         (gl_thread_self_func): New declaration.
8947         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
8948         (do_init_self_key, init_self_key): New functions.
8949         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
8950         Remove some fields.
8951         (running_threads, running_lock): Remove variables.
8952         (get_current_thread_handle): New function.
8953         (gl_thread_self_func, wrapper_func, glthread_create_func,
8954         glthread_join_func, gl_thread_exit_func): Largely rewritten and
8955         simplified.
8956
8957 2008-09-30  Bruno Haible  <bruno@clisp.org>
8958
8959         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
8960         files.
8961
8962 2008-09-30  Jim Meyering  <meyering@redhat.com>
8963
8964         fts.m4: correct the test for statfs.f_type
8965         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
8966         when checking for statfs.f_type.
8967
8968 2008-09-15  Simon Josefsson  <simon@josefsson.org>
8969
8970         tests: avoid some compiler warnings
8971         * tests/test-memchr.c (main): Pass NULL indirectly.
8972         * tests/test-getdate.c (main): Remove unused variable 'ret'.
8973
8974 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
8975
8976         getdate.y: disallow countable dayshifts like "4 yesterday ago"
8977         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
8978         exactly specified dayshifts.
8979         (dayshift): New rule.
8980         (rel): Add dayshift.
8981         (relative_time_table) [tomorrow, yesterday, today, now]:
8982         Use tDAY_SHIFT in place of tDAY_UNIT.
8983         * tests/test-getdate.c: Add tests for now-disallowed countable
8984         dayshifts, e.g., "4 yesterday ago".
8985
8986 2008-09-29  Bruno Haible  <bruno@clisp.org>
8987
8988         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
8989         * tests/test-posix_spawn1.in.sh: Renamed from
8990         tests/test-posix_spawn.in.sh.
8991         * tests/test-posix_spawn2.c: New file.
8992         * tests/test-posix_spawn2.in.sh: New file.
8993         * modules/posix_spawnp-tests (Files): Update.
8994         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
8995
8996 2008-09-29  Bruno Haible  <bruno@clisp.org>
8997
8998         Propagate effects of putenv/setenv/unsetenv to child processes.
8999         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
9000         * lib/pipe.c (create_pipe): Likewise.
9001
9002 2008-09-29  Bruno Haible  <bruno@clisp.org>
9003
9004         Enable use of shell scripts as executables in mingw.
9005         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
9006         run the program as a shell script.
9007         * lib/pipe.c (create_pipe): Likewise.
9008         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
9009         resulting array.
9010
9011 2008-09-29  Eric Blake  <ebb9@byu.net>
9012
9013         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
9014
9015 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
9016
9017         * doc/posix-functions/accept.texi: Update mingw problems.
9018         * doc/posix-functions/bind.texi: Update mingw problems.
9019         * doc/posix-functions/close.texi: Update mingw problems.
9020         * doc/posix-functions/connect.texi: Update mingw problems.
9021         * doc/posix-functions/getpeername.texi: Update mingw problems.
9022         * doc/posix-functions/getsockname.texi: Update mingw problems.
9023         * doc/posix-functions/getsockopt.texi: Update mingw problems.
9024         * doc/posix-functions/ioctl.texi: Update mingw problems.
9025         * doc/posix-functions/listen.texi: Update mingw problems.
9026         * doc/posix-functions/recv.texi: Update mingw problems.
9027         * doc/posix-functions/recvfrom.texi: Update mingw problems.
9028         * doc/posix-functions/select.texi: Update mingw problems.
9029         * doc/posix-functions/send.texi: Update mingw problems.
9030         * doc/posix-functions/sendto.texi: Update mingw problems.
9031         * doc/posix-functions/setsockopt.texi: Update mingw problems.
9032         * doc/posix-functions/socket.texi: Update mingw problems.
9033
9034 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
9035             Bruno Haible  <bruno@clisp.org>
9036
9037         * lib/sys_select.in.h: Include sys/time.h.
9038         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
9039         * modules/sys_select: Depend on sys_time.
9040         * tests/test-sys_select.c: Test that sys/select.h defines struct
9041         timeval fully.
9042
9043 2008-09-29  Bruno Haible  <bruno@clisp.org>
9044
9045         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
9046         * lib/sys_select.in.h: Likewise.
9047
9048 2008-09-29  Bruno Haible  <bruno@clisp.org>
9049
9050         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
9051
9052 2008-09-29  Bruno Haible  <bruno@clisp.org>
9053
9054         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
9055         Set LIBSOCKET instead of augmenting LIBS.
9056         * modules/sockets (Link): New section.
9057         * modules/sockets-tests (test_sockets_LDADD): New variable.
9058         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
9059         * modules/poll-tests (test_poll_LDADD): New variable.
9060         * NEWS: Document the change.
9061
9062 2008-09-29  Bruno Haible  <bruno@clisp.org>
9063
9064         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
9065         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
9066         ARPA_INET_H directly.
9067         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9068
9069 2008-09-28  Bruno Haible  <bruno@clisp.org>
9070
9071         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
9072         from gl_HEADER_SYS_SOCKET.
9073         (gl_HEADER_SYS_SOCKET): Invoke it.
9074         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9075
9076 2008-09-28  Bruno Haible  <bruno@clisp.org>
9077
9078         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
9079         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
9080         Needed on OSF/1 4.0.
9081
9082 2008-09-28  Bruno Haible  <bruno@clisp.org>
9083
9084         Override open more carefully.
9085         * lib/open.c (orig_open): New function.
9086         (rpl_open): Use orig_open instead of open.
9087         * lib/fcntl.in.h: Add special invocation convention.
9088         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
9089         (gl_FUNC_OPEN): Invoke it.
9090
9091         Override freopen more carefully.
9092         * lib/freopen.c (orig_freopen): New function.
9093         (rpl_freopen): Use orig_freopen instead of freopen.
9094         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
9095         (gl_FUNC_FREOPEN): Invoke it.
9096
9097         Override fopen more carefully.
9098         * lib/fopen.c (orig_fopen): New function.
9099         (rpl_fopen): Use orig_fopen instead of fopen.
9100         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
9101         (gl_FUNC_FOPEN): Invoke it.
9102         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
9103
9104 2008-09-28  Bruno Haible  <bruno@clisp.org>
9105
9106         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
9107         SIGPIPE.
9108
9109 2008-09-28  Bruno Haible  <bruno@clisp.org>
9110
9111         * tests/test-sigaction.c (handler, main): Disable the check whether
9112         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
9113         glibc systems with LinuxThreads.
9114
9115 2008-09-28  Bruno Haible  <bruno@clisp.org>
9116
9117         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
9118
9119         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
9120         with AIX xlc.
9121         * lib/fcntl.in.h (open): Likewise.
9122         Reported by Rainer Tammer <tammer@tammer.net>.
9123
9124 2008-09-28  Bruno Haible  <bruno@clisp.org>
9125
9126         * modules/posix_spawnp-tests: New file.
9127         * tests/test-posix_spawn.c: New file.
9128         * tests/test-posix_spawn.in.sh: New file.
9129
9130         New module 'posix_spawnp'.
9131         * modules/posix_spawnp: New file.
9132         * lib/spawnp.c: New file, from GNU libc with modifications.
9133         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
9134
9135         New module 'posix_spawn'.
9136         * modules/posix_spawn: New file.
9137         * lib/spawn.c: New file, from GNU libc with modifications.
9138         * doc/posix-functions/posix_spawn.texi: Mention the new module.
9139
9140         New module 'posix_spawnattr_destroy'.
9141         * modules/posix_spawnattr_destroy: New file.
9142         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
9143         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
9144         module.
9145
9146         New module 'posix_spawnattr_setsigmask'.
9147         * modules/posix_spawnattr_setsigmask: New file.
9148         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
9149         modifications.
9150         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
9151         new module.
9152
9153         New module 'posix_spawnattr_getsigmask'.
9154         * modules/posix_spawnattr_getsigmask: New file.
9155         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
9156         modifications.
9157         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
9158         new module.
9159
9160         New module 'posix_spawnattr_setsigdefault'.
9161         * modules/posix_spawnattr_setsigdefault: New file.
9162         * lib/spawnattr_setdefault.c: New file, from GNU libc with
9163         modifications.
9164         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
9165         new module.
9166
9167         New module 'posix_spawnattr_getsigdefault'.
9168         * modules/posix_spawnattr_getsigdefault: New file.
9169         * lib/spawnattr_getdefault.c: New file, from GNU libc with
9170         modifications.
9171         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
9172         new module.
9173
9174         New module 'posix_spawnattr_setschedpolicy'.
9175         * modules/posix_spawnattr_setschedpolicy: New file.
9176         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
9177         modifications.
9178         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
9179         new module.
9180
9181         New module 'posix_spawnattr_getschedpolicy'.
9182         * modules/posix_spawnattr_getschedpolicy: New file.
9183         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
9184         modifications.
9185         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
9186         new module.
9187
9188         New module 'posix_spawnattr_setschedparam'.
9189         * modules/posix_spawnattr_setschedparam: New file.
9190         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
9191         modifications.
9192         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
9193         new module.
9194
9195         New module 'posix_spawnattr_getschedparam'.
9196         * modules/posix_spawnattr_getschedparam: New file.
9197         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
9198         modifications.
9199         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
9200         new module.
9201
9202         New module 'posix_spawnattr_setpgroup'.
9203         * modules/posix_spawnattr_setpgroup: New file.
9204         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
9205         modifications.
9206         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
9207         module.
9208
9209         New module 'posix_spawnattr_getpgroup'.
9210         * modules/posix_spawnattr_getpgroup: New file.
9211         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
9212         modifications.
9213         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
9214         module.
9215
9216         New module 'posix_spawnattr_setflags'.
9217         * modules/posix_spawnattr_setflags: New file.
9218         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
9219         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
9220         module.
9221
9222         New module 'posix_spawnattr_getflags'.
9223         * modules/posix_spawnattr_getflags: New file.
9224         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
9225         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
9226         module.
9227
9228         New module 'posix_spawnattr_init'.
9229         * modules/posix_spawnattr_init: New file.
9230         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
9231         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
9232         module.
9233
9234         New module 'posix_spawn_file_actions_destroy'.
9235         * modules/posix_spawn_file_actions_destroy: New file.
9236         * lib/spawn_faction_destroy.c: New file, from GNU libc with
9237         modifications.
9238         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
9239         the new module.
9240
9241         New module 'posix_spawn_file_actions_addopen'.
9242         * modules/posix_spawn_file_actions_addopen: New file.
9243         * lib/spawn_faction_addopen.c: New file, from GNU libc with
9244         modifications.
9245         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
9246         the new module.
9247
9248         New module 'posix_spawn_file_actions_adddup2'.
9249         * modules/posix_spawn_file_actions_adddup2: New file.
9250         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
9251         modifications.
9252         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
9253         the new module.
9254
9255         New module 'posix_spawn_file_actions_addclose'.
9256         * modules/posix_spawn_file_actions_addclose: New file.
9257         * lib/spawn_faction_addclose.c: New file, from GNU libc with
9258         modifications.
9259         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
9260         the new module.
9261
9262         New module 'posix_spawn_file_actions_init'.
9263         * modules/posix_spawn_file_actions_init: New file.
9264         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
9265         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
9266         new module.
9267
9268         New module 'posix_spawn-internal'.
9269         * modules/posix_spawn-internal: New file.
9270         * lib/spawn_int.h: New file, from GNU libc with modifications.
9271         * lib/spawni.c: New file, from GNU libc with modifications.
9272         * m4/posix_spawn.m4: New file.
9273
9274         New module 'spawn'.
9275         * modules/spawn: New file.
9276         * lib/spawn.in.h: New file, from GNU libc with modifications.
9277         * m4/spawn_h.m4: New file.
9278         * doc/posix-headers/spawn.texi: Mention the new module.
9279
9280 2008-09-28  Bruno Haible  <bruno@clisp.org>
9281
9282         * modules/sched-tests: New file.
9283         * tests/test-sched.c: New file.
9284
9285         New module 'sched'.
9286         * modules/sched: New file.
9287         * lib/sched.in.h: New file.
9288         * m4/sched_h.m4: New file.
9289         * doc/posix-headers/sched.texi: Mention the new module.
9290
9291 2008-09-27  Eric Blake  <ebb9@byu.net>
9292
9293         Fix previous patch, and tweak references to $0.
9294         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
9295         (func_version, func_gnulib_dir): Don't call this program
9296         gnulib-tool.
9297         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
9298         with using $0 in function.
9299         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
9300         (func_fatal_error): Reuse the name the user invoked us with.
9301
9302 2008-09-27  Bruno Haible  <bruno@clisp.org>
9303
9304         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
9305         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
9306         (gl_ICONV_H): Not here.
9307         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
9308         instead of assigning ICONV_H directly.
9309
9310         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
9311         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
9312         WCHAR_H directly.
9313
9314 2008-09-27  Bruno Haible  <bruno@clisp.org>
9315
9316         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
9317         * modules/arpa_inet (Depends-on): Add link-warning.
9318         (Makefile.am): Insert the definition of GL_LINK-WARNING.
9319         * modules/unistd (Makefile.am): Likewise.
9320
9321 2008-09-26  Bruno Haible  <bruno@clisp.org>
9322
9323         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
9324         variables.
9325         (func_version): Essentially copied from gnulib-tool.
9326         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
9327         func_readlink): Copied from gnulib-tool.
9328
9329 2008-09-26  Bruno Haible  <bruno@clisp.org>
9330
9331         * gnulib-tool (func_version): Change directory to $gnulib_dir before
9332         invoking git-version-gen.
9333
9334 2008-09-26  Bruno Haible  <bruno@clisp.org>
9335
9336         * posix-modules: Update to directory names changed on 2008-01-19.
9337         Remove commas in output before splitting into words. No more need to
9338         avoid 'ftruncate' since 2007-02-19.
9339
9340 2008-09-26  Bruno Haible  <bruno@clisp.org>
9341
9342         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
9343
9344 2008-09-26  Bruno Haible  <bruno@clisp.org>
9345
9346         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
9347         * modules/fwriteerror (Depends-on): Add errno.
9348
9349 2008-09-26  Bruno Haible  <bruno@clisp.org>
9350
9351         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
9352         * tests/test-vc-list-files-cvs.sh: Likewise.
9353
9354 2008-09-26  Bruno Haible  <bruno@clisp.org>
9355
9356         * doc/posix-headers/sys_resource.texi: Reorder items.
9357
9358 2008-09-26  Jim Meyering  <meyering@redhat.com>
9359
9360         fts: tweak inode comparison function
9361         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
9362         inode numbers, as documented.
9363
9364         fts: sort dirent entries on inode number before traversing
9365         This avoids a quadratic, seek-related performance penalty when
9366         operating on a directory containing many entries (measurable at 10k;
9367         3.5 hours at 2 million entries with a cold cache) on certain types
9368         of file systems, including ext3 and ext4, but not tmpfs.
9369         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
9370         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
9371         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
9372         (fs_handles_readdir_ordered_dirents_efficiently): New function.
9373         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
9374         (fts_build): Set the stat.st_ino member from D_INO.
9375         If it is likely to be useful, sort dirent entries on inode number.
9376
9377         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
9378         and the struct statfs.f_type member.
9379         * modules/fts (Depends-on): Add d-ino.
9380
9381 2008-09-26  Bruno Haible  <bruno@clisp.org>
9382
9383         * modules/sigpipe-die (Depends-on): Add sigpipe.
9384
9385         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
9386         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
9387         and GNULIB_STDIO_H_SIGPIPE are set.
9388         * lib/stdio-write.c: New file.
9389         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
9390         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
9391         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
9392         REPLACE_STDIO_WRITE_FUNCS.
9393         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
9394         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
9395         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
9396         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
9397         * modules/stdio (Files): Add lib/stdio-write.c.
9398         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
9399         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
9400         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
9401         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
9402         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
9403         REPLACE_FPRINTF_POSIX.
9404         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
9405         REPLACE_PRINTF_POSIX.
9406         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
9407         REPLACE_VFPRINTF_POSIX.
9408         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
9409         REPLACE_VPRINTF_POSIX.
9410         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
9411         SIGPIPE issue.
9412         * doc/posix-functions/fputc.texi: Likewise.
9413         * doc/posix-functions/fputs.texi: Likewise.
9414         * doc/posix-functions/fwrite.texi: Likewise.
9415         * doc/posix-functions/printf.texi: Likewise.
9416         * doc/posix-functions/putc.texi: Likewise.
9417         * doc/posix-functions/putchar.texi: Likewise.
9418         * doc/posix-functions/puts.texi: Likewise.
9419         * doc/posix-functions/vfprintf.texi: Likewise.
9420         * doc/posix-functions/vprintf.texi: Likewise.
9421
9422         * modules/safe-write (Depends-on): Add write.
9423
9424         * modules/sigpipe-tests: New file.
9425         * tests/test-sigpipe.c: New file.
9426         * tests/test-sigpipe.sh: New file.
9427
9428         * modules/write: New file.
9429         * lib/unistd.in.h: Include <sys/types.h>.
9430         (write): New declaration.
9431         * lib/write.c: New file.
9432         * m4/write.m4: New file.
9433         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9434         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
9435         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
9436         GNULIB_WRITE, REPLACE_WRITE.
9437         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
9438         and the SIGPIPE issue.
9439
9440         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
9441         (raise): New declaration.
9442         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
9443         (ext_signal): New function.
9444         (rpl_raise): New function.
9445         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
9446         GNULIB_SIGNAL_H_SIGPIPE.
9447         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
9448         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
9449
9450         * modules/sigpipe: New file.
9451         * m4/sigpipe.m4: New file.
9452
9453 2008-09-25  Derek Price  <derek@ximbiot.com>
9454             Bruno Haible  <bruno@clisp.org>
9455
9456         * gnulib-tool (func_import): Report all license incompatibilities, not
9457         just the first one.
9458
9459 2008-09-25  Bruno Haible  <bruno@clisp.org>
9460
9461         * gnulib-tool (func_import): When computing the edits, consider not
9462         only the Makefile.ams that exist but also those that will be generated.
9463
9464 2008-09-25  Simon Josefsson  <simon@josefsson.org>
9465
9466         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
9467         fixes gnulib-tool --test warning about duplicate dependency.
9468
9469 2008-09-25  Bruno Haible  <bruno@clisp.org>
9470
9471         * gnulib-tool: Don't ask the user to perform edits in the generated
9472         Makefile.ams.
9473         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
9474         apply to the Makefile.am being generated.
9475         (func_emit_tests_Makefile_am): Execute edits that apply to the
9476         Makefile.am being generated.
9477         (func_import): Setup list of Makefile.am edits before emitting the
9478         Makefile.ams, not at the end.
9479         (func_create_testdir): Update.
9480         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9481
9482 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9483
9484         * gnulib-tool (func_import): Store the --tests-base option in the
9485         comment in gnulib-cache.m4.
9486
9487 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
9488
9489         * NEWS: Document increased portability that sys_select now provides.
9490
9491         * lib/sys_select.in.h: Install select wrapper.
9492         * lib/sys_socket.in.h: Use more descriptive name when there is no
9493         select wrapper.
9494         * lib/winsock-select.c: New.
9495         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
9496         Require gl_HEADER_SYS_SOCKET.
9497         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
9498         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
9499         * tests/test-sys_select.c: Add functional tests.
9500
9501 2008-09-24  Eric Blake  <ebb9@byu.net>
9502
9503         open, fopen: close fd leak in last patch
9504         * lib/open.c (rpl_open): Close fd before returning error.
9505         * lib/fopen.c (rpl_fopen): Close fd before returning error.
9506         * doc/posix-functions/open.texi (open): Document that Irix also
9507         has the bug.
9508         * doc/posix-functions/fopen.texi (fopen): Likewise.
9509         Reported by Paolo Bonzini.
9510
9511 2008-09-24  Bruno Haible  <bruno@clisp.org>
9512
9513         Ensure that a filename ending in a slash cannot be used to access a
9514         non-directory.
9515         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
9516         to check whether it's really a directory.
9517         * lib/fopen.c: Include fcntl.h, unistd.h.
9518         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
9519         and fdopen().
9520         * modules/fopen (Depends-on): Add unistd.
9521         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
9522         * tests/test-fopen.c (main): Likewise.
9523         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
9524         * doc/posix-functions/fopen.texi: Likewise.
9525         Reported by Eric Blake.
9526
9527 2008-09-23  Eric Blake  <ebb9@byu.net>
9528
9529         c-stack: avoid compiler optimizations when provoking overflow
9530         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
9531         recursion harder to optimize, to ensure a stack overflow occurs.
9532         * tests/test-c-stack.c (recurse): Likewise.
9533         Borrowed from libsigsegv.
9534
9535         c-stack: work around Irix sigaltstack bug
9536         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
9537         whether sigaltstack uses wrong end of stack_t (copied in part from
9538         libsigsegv).
9539         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
9540         Irix bug, without requiring an over-allocation.
9541         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
9542         bug.
9543
9544         fopen: document mingw bug on directories
9545         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
9546         not allowing a stream visiting a directory, even though reading
9547         from such a stream is not portable.
9548
9549 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
9550
9551         * lib/poll.c: Rewrite.
9552         * modules/poll: Depend on alloca.
9553
9554 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
9555
9556         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
9557         instead define prototypes for a full set of wrappers.  Ensure
9558         that Cygwin does not use the compatibility code, which is only
9559         for MinGW.
9560         * lib/winsock.c: New.
9561         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
9562         * modules/sys_socket: Add lib/winsock.c.
9563
9564         * modules/poll-tests: Add errno and perror.
9565         * tests/test-poll.c: Use ioctl, not ioctlsocket.
9566
9567 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
9568
9569         * tests/test-poll.c: Downgrade minimum needed Winsock version.
9570
9571 2008-09-23  Bruno Haible  <bruno@clisp.org>
9572
9573         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
9574         * doc/glibc-functions/*: Likewise.
9575
9576 2008-09-23  Simon Josefsson  <simon@josefsson.org>
9577
9578         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
9579         success.
9580
9581 2008-09-22  Eric Blake  <ebb9@byu.net>
9582             Bruno Haible  <bruno@clisp.org>
9583
9584         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
9585         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
9586         supply %A but mishandle pseudo-NaN.
9587         Reported by Simon Josefsson.
9588
9589 2008-09-21  Bruno Haible  <bruno@clisp.org>
9590
9591         * tests/test-lock.c (main): Tweak skip message.
9592         * tests/test-tls.c (main): Likewise.
9593
9594 2008-09-21  Bruno Haible  <bruno@clisp.org>
9595
9596         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
9597         whether 'struct sigaction' has sa_sigaction here...
9598         (gl_PREREQ_SIG_HANDLER_H): ... not here.
9599         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
9600
9601 2008-09-21  Bruno Haible  <bruno@clisp.org>
9602
9603         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
9604         section.
9605         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
9606         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
9607         the new section.
9608         (Support for obsolete systems lacking POSIX:2001): New section.
9609         (String handling <string.h>): Move strdup to the new section.
9610         Suggested by Simon Josefsson and Paolo Bonzini.
9611
9612 2008-09-21  Bruno Haible  <bruno@clisp.org>
9613
9614         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
9615         exponents in %e and %g results on 'long double'. Needed for mingw's
9616         improved *printf functions.
9617         * tests/test-vasprintf-posix.c (test_function): Likewise.
9618         * tests/test-snprintf-posix.h (test_function): Likewise.
9619         * tests/test-sprintf-posix.h (test_function): Likewise.
9620         Reported by Eric Blake.
9621
9622 2008-09-21  Bruno Haible  <bruno@clisp.org>
9623
9624         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
9625         * tests/test-sprintf-posix.h (test_function): Likewise.
9626
9627 2008-09-21  Bruno Haible  <bruno@clisp.org>
9628
9629         * modules/getpass (Depends-on): Add strdup-posix.
9630
9631         New module 'strdup-posix'.
9632         * modules/strdup-posix: New file.
9633         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
9634         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
9635         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9636         REPLACE_STRDUP.
9637         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
9638         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
9639         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9640         strdup-posix.
9641
9642         * modules/strdup (Depends-on): Remove malloc-posix.
9643
9644 2008-09-20  Bruno Haible  <bruno@clisp.org>
9645
9646         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
9647         Wildenhues.
9648
9649 2008-09-20  Bruno Haible  <bruno@clisp.org>
9650
9651         Ensure that wint_t gets defined on IRIX 5.3.
9652         * lib/wchar.in.h (wint_t): Define if not defined by the system.
9653         * lib/wctype.in.h (wint_t): Likewise.
9654         (__wctype_wint_t): Remove type.
9655         (isw*): Use wint_t instead of __wctype_wint_t.
9656         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
9657         * modules/wchar (Files): Add m4/wint_t.m4.
9658         (Makefile.am): Substitute HAVE_WINT_T.
9659         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
9660         * tests/test-wctype.c: Check that wint_t is defined.
9661         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
9662         * doc/posix-headers/wctype.texi: Likewise.
9663         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9664
9665 2008-09-18  Bruno Haible  <bruno@clisp.org>
9666
9667         * gnulib-tool (func_exit): Update comment.
9668
9669 2008-09-18  Simon Josefsson  <simon@josefsson.org>
9670
9671         * modules/getaddrinfo (Depends-on): Remove strdup, this module
9672         assumes strdup exists and does not depend on strdup to return
9673         ENOMEM on out of memory conditions.
9674
9675 2008-09-18  Bruno Haible  <bruno@clisp.org>
9676
9677         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
9678         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
9679         digits for the exponent.
9680
9681 2008-09-18  Jim Meyering  <meyering@redhat.com>
9682             Bruno Haible  <bruno@clisp.org>
9683
9684         * lib/vasnprintf.c (decimal_point_char): Define also if
9685         NEED_PRINTF_INFINITE_LONG_DOUBLE.
9686
9687 2008-09-16  Bruno Haible  <bruno@clisp.org>
9688         and Eric Blake  <ebb9@byu.net>
9689
9690         vasnprintf: support Irix 5.3
9691         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
9692         that mishandle long double infinity.
9693         Reported by Tom G. Christensen.
9694
9695 2008-09-16  Bruno Haible  <bruno@clisp.org>
9696
9697         * doc/glibc-functions/scandir.texi: Mention the function is missing on
9698         Solaris 9.
9699         * doc/glibc-functions/alphasort.texi: Likewise.
9700         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
9701
9702 2008-09-16  Jim Meyering  <meyering@redhat.com>
9703
9704         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
9705         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
9706         a umask modification leak out of a subshell.  Otherwise, the
9707         opensolaris /bin/sh would be accepted and thus cause unwarranted
9708         failures in the coreutils test suite.
9709
9710 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
9711
9712         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
9713         to succeed.
9714
9715 2008-09-16  Jim Meyering  <meyering@redhat.com>
9716
9717         avoid spurious test failure when library is built without ACL support
9718         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
9719         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
9720         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
9721         * tests/test-copy-acl.sh: Likewise.
9722
9723 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9724
9725         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
9726         based on character occurrence counts.
9727
9728 2008-09-15  Eric Blake  <ebb9@byu.net>
9729
9730         tests: avoid some compiler warnings
9731         * tests/test-memchr.c (main): Pass NULL indirectly.
9732         * tests/test-closein.c (main): Avoid unused variable.
9733
9734 2008-09-15  Bruno Haible  <bruno@clisp.org>
9735
9736         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
9737         are missing on OpenBSD 4.0 individually.
9738         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9739
9740 2008-09-15  Bruno Haible  <bruno@clisp.org>
9741
9742         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
9743         * doc/posix-functions/strerror.texi: Mention also Cygwin.
9744         * doc/posix-functions/perror.texi: Likewise.
9745         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
9746         is missing.
9747         Reported by Eric Blake.
9748
9749         * lib/errno.in.h: Use replacement values >= 2000.
9750         Reported by Eric Blake.
9751
9752 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9753
9754         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
9755         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
9756         limit.
9757         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
9758         compareseq was aborted.
9759
9760 2008-09-14  Bruno Haible  <bruno@clisp.org>
9761
9762         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
9763         yvec_edit_count.
9764         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
9765         (fstrcmp_bounded): Simplify result computation accordingly.
9766
9767 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9768
9769         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
9770         (fstrcmp): Define in terms of fstrcmp_bounded.
9771         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
9772         lower_bound argument.
9773         Return quickly if the result is certainly < lower_bound.
9774         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
9775
9776 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9777
9778         * lib/diffseq.h (EARLY_ABORT): New macro.
9779         (compareseq): Change return type to bool. Return true when EARLY_ABORT
9780         evaluates to true.
9781
9782 2008-09-14  Bruno Haible  <bruno@clisp.org>
9783
9784         * modules/perror-tests: New file.
9785         * tests/test-perror.sh: New file.
9786         * tests/test-perror.c: New file.
9787
9788         New module 'perror'.
9789         * lib/stdio.in.h (perror): New declaration.
9790         * lib/perror.c: New file.
9791         * m4/perror.m4: New file.
9792         * modules/perror: New file.
9793         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
9794         * doc/posix-functions/perror.texi: Mention the perror module.
9795         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
9796         REPLACE_PERROR.
9797         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
9798         REPLACE_PERROR.
9799
9800 2008-09-14  Bruno Haible  <bruno@clisp.org>
9801
9802         * modules/stdio (Makefile.am): Reorder to match the order in
9803         lib/stdio.in.h.
9804         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9805
9806 2008-09-13  Bruno Haible  <bruno@clisp.org>
9807
9808         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
9809
9810 2008-09-13  Bruno Haible  <bruno@clisp.org>
9811
9812         Extend strerror to cover the added errno values.
9813         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
9814         (rpl_strerror): Provide error messages for the added errno values and
9815         for the WSA* values.
9816         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
9817         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
9818         strerror.
9819         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
9820         * modules/strerror (Depends-on): Add errno.
9821         * doc/posix-functions/strerror.texi: Document the change.
9822         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
9823         and EOVERFLOW.
9824
9825 2008-09-13  Bruno Haible  <bruno@clisp.org>
9826
9827         * modules/EOVERFLOW: Remove file.
9828         * m4/eoverflow.m4: Remove file.
9829         * modules/EOVERFLOW-tests: Remove file.
9830         * tests/test-EOVERFLOW.c: Remove file.
9831         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
9832         * modules/ftell (Depends-on): Likewise.
9833         * modules/getdelim (Depends-on): Likewise.
9834         * modules/getugroups (Depends-on): Likewise.
9835         * modules/poll (Depends-on): Likewise.
9836         * modules/snprintf (Depends-on): Likewise.
9837         * modules/sprintf-posix (Depends-on): Likewise.
9838         * modules/vasnprintf (Depends-on): Likewise.
9839         * modules/vasprintf (Depends-on): Likewise.
9840         * modules/vfprintf-posix (Depends-on): Likewise.
9841         * modules/vsnprintf (Depends-on): Likewise.
9842         * modules/vsprintf-posix (Depends-on): Likewise.
9843         * modules/xvasprintf (Depends-on): Likewise.
9844         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9845         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
9846         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
9847         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
9848         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9849         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
9850         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
9851         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
9852         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9853         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
9854         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
9855         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
9856         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9857         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
9858         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
9859         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
9860         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9861         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
9862         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
9863         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
9864         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9865         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
9866         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
9867         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
9868         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
9869         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9870         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
9871         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
9872         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
9873         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
9874         * MODULES.html.sh: Remove EOVERFLOW.
9875         * NEWS: Mention the change.
9876
9877 2008-09-13  Bruno Haible  <bruno@clisp.org>
9878
9879         * modules/errno-tests: New file.
9880         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
9881
9882         * lib/errno.in.h: New file.
9883         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
9884         * modules/errno: New file.
9885         * doc/posix-headers/errno.texi: Update documentation.
9886         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
9887
9888 2008-09-13  Bruno Haible  <bruno@clisp.org>
9889
9890         * tests/test-poll.c: Use #if for native Windows, rather than testing
9891         __MSVCRT__.
9892
9893 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9894             Bruno Haible  <bruno@clisp.org>
9895
9896         * lib/glob.c: Don't include <pwd.h> on native Windows.
9897         (WINDOWS32): New macro.
9898         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
9899
9900 2008-09-13  Bruno Haible  <bruno@clisp.org>
9901
9902         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
9903         (ETIMEDOUT): Remove macro.
9904         (glthread_cond_timedwait_multithreaded): New declaration.
9905         (glthread_cond_timedwait): Use it.
9906         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
9907         (glthread_cond_timedwait_multithreaded): New function.
9908
9909 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9910
9911         * modules/poll-tests: Do not check for io.h.
9912         * tests/test-poll.c: Check for __MSVCRT__ instead.
9913
9914 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9915
9916         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
9917         * modules/poll-tests: Add inet_pton, stdbool, sockets.
9918         * tests/test-poll.c: Use them.  Use _pipe on Windows.
9919
9920 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9921
9922         * modules/poll-tests: New.
9923         * tests/test-poll.c: New.
9924
9925 2008-09-12  Eric Blake  <ebb9@byu.net>
9926
9927         frexp: test for NetBSD failure on -0.0
9928         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
9929         not all, bugs from NetBSD 3.0 have been fixed.
9930         * doc/posix-functions/frexp.texi (frexp): Document bug.
9931         Reported by Thomas Klausner.
9932
9933         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
9934         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
9935         literal -0.0.
9936         Reported by Jonathan C. Patschke <jp@centtech.com>.
9937
9938 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9939
9940         * lib/glthread/cond.h: Use dummy implementation also if
9941         USE_WIN32_THREADS.
9942
9943 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9944
9945         * modules/fnmatch-posix (License): Change to LGPLv2+.
9946         * modules/fnmatch-gnu (License): Likewise.
9947
9948 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9949
9950         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
9951
9952 2008-09-11  Jim Meyering  <meyering@redhat.com>
9953
9954         * users.txt: Add gtk-vnc.
9955
9956 2008-09-08  Simon Josefsson  <simon@josefsson.org>
9957
9958         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
9959         rotate amounts.
9960
9961         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
9962         required for 16-bit and 8-bit rotates.
9963         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
9964         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
9965         UINT8_MAX instead of hard-coded constants.
9966         Suggested by Paul Eggert.
9967
9968 2008-09-07  Bruno Haible  <bruno@clisp.org>
9969
9970         * tests/test-striconveh.c (main): Check behaviour when converting from
9971         UTF-7.
9972
9973         Make striconveh work better with stateful encodings.
9974         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
9975         that iconv does not increment the inptr when returning -1/EINVAL.
9976
9977 2008-09-07  Bruno Haible  <bruno@clisp.org>
9978
9979         * build-aux/config.rpath: Update according to libtool-2.2.6.
9980         * build-aux/config.libpath: Likewise.
9981
9982 2008-09-06  Bruno Haible  <bruno@clisp.org>
9983
9984         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
9985         * lib/freadptr.c (freadptr): Likewise.
9986         * lib/freadseek.c (freadptrinc): Likewise.
9987         Reported by Simon Josefsson.
9988
9989 2008-09-06  Bruno Haible  <bruno@clisp.org>
9990
9991         * modules/freadptr (License): Change to LGPLv2+.
9992         * modules/freadseek (License): Likewise.
9993         Suggested by Eric Blake.
9994
9995         * modules/memchr2 (License): Change to LGPLv2+.
9996         Approved by Eric Blake.
9997
9998 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9999             Bruno Haible  <bruno@clisp.org>
10000
10001         Make gnulib-tool work with native 'sed' on AIX.
10002         * gnulib-tool (sed_noop): New variable.
10003         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
10004         func_add_or_update, func_create_testdir): Use it to initialize sed
10005         script variables.
10006         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10007
10008 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
10009             Bruno Haible  <bruno@clisp.org>
10010
10011         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
10012         also works after #include directives.
10013
10014 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
10015
10016         getdate.y: reject an out-of-range timezone value
10017         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
10018         the range [-24...+24].  When specified with only one or two digits,
10019         * tests/test-getdate.c: Tests for the fix.
10020         * doc/getdate.texi: Document this change.
10021
10022 2008-09-03  Bruno Haible  <bruno@clisp.org>
10023
10024         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
10025
10026 2008-09-02  Simon Josefsson  <simon@josefsson.org>
10027
10028         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
10029         <bruce.korb@gmail.com> with ideas from Ben Pfaff
10030         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
10031         Blake <ebb9@byu.net>.
10032
10033         * tests/test-bitrotate.c: Add more test vectors.
10034
10035 2008-09-02  Eric Blake  <ebb9@byu.net>
10036
10037         vasnprintf-posix: handle large precision via %.*d
10038         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
10039         when handling it ourselves.
10040         * tests/test-vasnprintf-posix.c (test_function): Add test.
10041         * tests/test-snprintf-posix.h (test_function): Likewise.
10042         * tests/test-sprintf-posix.h (test_function): Likewise.
10043         * tests/test-vasprintf-posix.c (test_function): Likewise.
10044         Reported by Alain Guibert.
10045
10046 2008-09-01  Eric Blake  <ebb9@byu.net>
10047
10048         c-stack: make configure-time check more robust
10049         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
10050         successful sigaction call.
10051         Reported by Tom G. Christensen.
10052
10053 2008-09-01  Bruno Haible  <bruno@clisp.org>
10054
10055         New module 'findprog-lgpl'.
10056         * modules/findprog-lgpl: New file.
10057         * lib/findprog-lgpl.c: New file.
10058         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
10059         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
10060         to decide whether to use strdup or xstrdup, concatenated_filename or
10061         xconcatenated_filename.
10062
10063 2008-09-01  Bruno Haible  <bruno@clisp.org>
10064
10065         Split module 'concat-filename' into 'concat-filename' (LGPL) and
10066         'xconcat-filename' (GPL).
10067         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
10068         (License): Change to LGPLv2+.
10069         * modules/xconcat-filename: New file.
10070         * lib/concat-filename.h (concatenated_filename): Change specification.
10071         (xconcatenated_filename): New declaration.
10072         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
10073         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
10074         memory situations.
10075         * lib/xconcat-filename.c: New file.
10076         * NEWS: Mention the change.
10077         * lib/findprog.c: Include concat-filename.h, not filename.h.
10078         (find_in_path): Use xconcatenated_filename instead of
10079         concatenated_filename.
10080         * lib/javacomp.c: Include concat-filename.h, not filename.h.
10081         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
10082         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
10083         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
10084         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
10085         instead of concatenated_filename.
10086         * lib/javaexec.c: Include concat-filename.h, not filename.h.
10087         (execute_java_class): Use xconcatenated_filename instead of
10088         concatenated_filename.
10089         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
10090         * modules/javacomp (Depends-on): Likewise.
10091         * modules/javaexec (Depends-on): Likewise.
10092
10093 2008-09-01  Bruno Haible  <bruno@clisp.org>
10094
10095         Split module 'filename' into 'filename' and 'concat-filename'.
10096         * modules/filename: Keep only lib/filename.h.
10097         (License): Change to LGPLv2+.
10098         * modules/concat-filename: New file, extracted from modules/filename.
10099         * lib/filename.h (concatenated_filename): Remove declaration.
10100         * lib/concat-filename.h: New file, extracted from lib/filename.h.
10101         * lib/concat-filename.c: Include concat-filename.h.
10102         * NEWS: Mention the change.
10103
10104 2008-09-01  Simon Josefsson  <simon@josefsson.org>
10105
10106         * lib/bitrotate.h (rotl8, rotr8): Add.
10107
10108         * modules/bitrotate (configure.ac): Need
10109         AC_REQUIRE([AC_C_INLINE]).
10110         (Description): Mention stdint.h.  Reported by Bruno Haible
10111         <bruno@clisp.org>.
10112
10113         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
10114         Paolo Bonzini <bonzini@gnu.org>.
10115
10116 2008-08-31  Bruno Haible  <bruno@clisp.org>
10117
10118         Assume Solaris specific bi-arch conventions on Solaris systems.
10119         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
10120         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
10121         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
10122         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
10123         like acl_libdirstem.
10124         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
10125         acl_libdirstem.
10126         * NEWS: Mention the change.
10127         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
10128
10129 2008-08-31  Jim Meyering  <meyering@redhat.com>
10130
10131         * lib/strftime.h: Add comments describing the two added arguments.
10132
10133         remove duplicate #include directives
10134         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
10135         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
10136
10137 2008-08-31  Bruno Haible  <bruno@clisp.org>
10138
10139         New module 'sigpipe-die'.
10140         * modules/sigpipe-die: New file.
10141         * lib/sigpipe-die.h: New file.
10142         * lib/sigpipe-die.c: New file.
10143         * MODULES.html.sh (Signal handling): Add sigpipe-die.
10144
10145 2008-08-31  Bruno Haible  <bruno@clisp.org>
10146
10147         Don't override previously installed signal handlers.
10148         * lib/fatal-signal.c (saved_sigactions): New variable.
10149         (uninstall_handlers): Reset the signal to the saved handler, not
10150         to SIG_DFL (except when ignored).
10151         (install_handlers): Save the previous handlers.
10152
10153 2008-08-30  Bruno Haible  <bruno@clisp.org>
10154
10155         * gnulib-tool (func_reset_sigpipe): New function.
10156         (func_get_automake_snippet, func_modules_transitive_closure,
10157         func_import): Invoke it before a join command that reads from stdin,
10158         to avoid "echo: write error: Broken pipe" error messages on stderr.
10159         Reported by Sam Steingold <sds@gnu.org>.
10160
10161 2008-08-30  Bruno Haible  <bruno@clisp.org>
10162
10163         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
10164         Code copied from m4/open.m4.
10165         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
10166         access and the filename ends in a slash. Code copied from lib/open.c.
10167         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
10168         * tests/test-fopen.c (main): Check against bug with trailing slash.
10169
10170 2008-08-29  Bruno Haible  <bruno@clisp.org>
10171
10172         Avoid some "gcc -pedantic" warnings.
10173         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
10174         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
10175         * lib/dirent.in.h: Likewise.
10176         * lib/fcntl.in.h: Likewise.
10177         * lib/float.in.h: Likewise.
10178         * lib/iconv.in.h: Likewise.
10179         * lib/inttypes.in.h: Likewise.
10180         * lib/locale.in.h: Likewise.
10181         * lib/math.in.h: Likewise.
10182         * lib/netinet_in.in.h: Likewise.
10183         * lib/search.in.h: Likewise.
10184         * lib/signal.in.h: Likewise.
10185         * lib/stdarg.in.h: Likewise.
10186         * lib/stdint.in.h: Likewise.
10187         * lib/stdio.in.h: Likewise.
10188         * lib/stdlib.in.h: Likewise.
10189         * lib/string.in.h: Likewise.
10190         * lib/strings.in.h: Likewise.
10191         * lib/sys_select.in.h: Likewise.
10192         * lib/sys_socket.in.h: Likewise.
10193         * lib/sys_stat.in.h: Likewise.
10194         * lib/sys_time.in.h: Likewise.
10195         * lib/sysexits.in.h: Likewise.
10196         * lib/time.in.h: Likewise.
10197         * lib/unistd.in.h: Likewise.
10198         * lib/wchar.in.h: Likewise.
10199         * lib/wctype.in.h: Likewise.
10200         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
10201         * modules/fchdir (Makefile.am): Likewise.
10202         * modules/fcntl (Makefile.am): Likewise.
10203         * modules/float (Makefile.am): Likewise.
10204         * modules/iconv_open (Makefile.am): Likewise.
10205         * modules/inttypes (Makefile.am): Likewise.
10206         * modules/locale (Makefile.am): Likewise.
10207         * modules/math (Makefile.am): Likewise.
10208         * modules/netinet_in (Makefile.am): Likewise.
10209         * modules/search (Makefile.am): Likewise.
10210         * modules/signal (Makefile.am): Likewise.
10211         * modules/stdarg (Makefile.am): Likewise.
10212         * modules/stdint (Makefile.am): Likewise.
10213         * modules/stdio (Makefile.am): Likewise.
10214         * modules/stdlib (Makefile.am): Likewise.
10215         * modules/string (Makefile.am): Likewise.
10216         * modules/strings (Makefile.am): Likewise.
10217         * modules/sys_select (Makefile.am): Likewise.
10218         * modules/sys_socket (Makefile.am): Likewise.
10219         * modules/sys_stat (Makefile.am): Likewise.
10220         * modules/sys_time (Makefile.am): Likewise.
10221         * modules/sysexits (Makefile.am): Likewise.
10222         * modules/time (Makefile.am): Likewise.
10223         * modules/unistd (Makefile.am): Likewise.
10224         * modules/wchar (Makefile.am): Likewise.
10225         * modules/wctype (Makefile.am): Likewise.
10226         Reported by Reuben Thomas <rrt@sc3d.org>.
10227
10228 2008-08-29  Bruno Haible  <bruno@clisp.org>
10229
10230         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
10231         any more.
10232
10233 2008-08-29  Simon Josefsson  <simon@josefsson.org>
10234
10235         * MODULES.html.sh (Misc): Add bitrotate.
10236
10237         * modules/bitrotate: New file.
10238
10239         * lib/bitrotate.h: New file.
10240
10241         * modules/bitrotate-tests: New file.
10242
10243         * tests/test-bitrotate.c: New file.
10244
10245         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
10246         on the bitrotate module.
10247
10248         * lib/arctwo.c: Use new bitrotate module.
10249
10250 2008-08-29  Jim Meyering  <meyering@redhat.com>
10251
10252         bootstrap: merge changes from coreutils
10253         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
10254         of copied files.  Remove a kludge, now that this is fixed.
10255         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
10256         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
10257         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
10258
10259 2008-08-29  Bruno Haible  <bruno@clisp.org>
10260
10261         * MODULES.html.sh: Remove --cvs-urls option.
10262
10263 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
10264
10265         maint.mk: adjust to file name change
10266         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
10267
10268 2008-08-28  Jim Meyering  <meyering@redhat.com>
10269
10270         * modules/getndelim2 (License): Relicense to LGPLv2+.
10271         Approved by Richard Stallman for the version of 1995, and by
10272         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
10273
10274 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
10275
10276         * lib/getdelim.c (flockfile, funlockfile): Make all of them
10277         dummy if one is not available.  Do not touch them if
10278         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
10279         (getc_maybe_unlocked): New.
10280         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
10281
10282 2008-08-26  Eric Blake  <ebb9@byu.net>
10283
10284         doc/INSTALL: resync from autoconf
10285         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
10286         (INSTALL_PRELUDE): Delete; this is done more efficiently by
10287         moving...
10288         * install.texi [!autoconf]: ...here.  Resync from autoconf.
10289         * INSTALL: Regenerate.
10290         * INSTALL.ISO: New file.
10291         * INSTALL.UTF-8: Likewise.
10292
10293 2008-08-26  Jim Meyering  <meyering@redhat.com>
10294
10295         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
10296         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
10297         these definitions conditional, so that they may be overridden, too.
10298
10299 2008-08-26  Bruno Haible  <bruno@clisp.org>
10300
10301         Generate INSTALL file variants with prettier quotes.
10302         * doc/Makefile (INSTALL_PRELUDE): New macro.
10303         (INSTALL): Use it.
10304         (INSTALL.ISO, INSTALL.UTF-8): New rules.
10305
10306 2008-08-26  Bruno Haible  <bruno@clisp.org>
10307
10308         Run makeinfo in an English locale.
10309         * doc/Makefile (MAKEINFO): New variable.
10310
10311 2008-08-26  Bruno Haible  <bruno@clisp.org>
10312
10313         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
10314         Suggested by Eric Blake.
10315
10316 2008-08-25  Bruno Haible  <bruno@clisp.org>
10317
10318         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
10319
10320 2008-08-25  Eric Blake  <ebb9@byu.net>
10321
10322         c-stack: test that stack overflow can be caught
10323         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
10324         that platform allows handling stack overflow; at least OS/2 EMX
10325         has sigaltstack, but crashes before transferring control to
10326         handler on stack overflow.
10327         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
10328         check for HAVE_STACK_OVERFLOW_HANDLING.
10329         Reported by Elbert Pol.
10330
10331 2008-08-25  Bruno Haible  <bruno@clisp.org>
10332
10333         * doc/posix-functions/strftime.texi: Fix description of strftime
10334         module.
10335
10336 2008-08-24  Bruno Haible  <bruno@clisp.org>
10337
10338         * tests/uniwidth/test-uc_width2.c: New file.
10339         * tests/uniwidth/test-uc_width2.sh: New file.
10340         * modules/uniwidth/width-tests (Files): Add the new files.
10341         (TESTS): Add uniwidth/test-uc_width2.sh.
10342         (TESTS_ENVIRONMENT): New variable.
10343         (check_PROGRAMS): Add test-uc_width2.
10344         (test_uc_width2_SOURCES): New variable.
10345
10346         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
10347         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
10348         not 0x00AB.
10349         Reported by Alexander V. Lukyanov <lav@netis.ru>.
10350
10351 2008-08-22  Eric Blake  <ebb9@byu.net>
10352
10353         test-lock, test-tls: mention why a test is skipped
10354         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
10355         skipped.
10356         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
10357
10358         count-one-bits: relax license
10359         * modules/count-one-bits (License): Relicense to LGPLv2+.
10360         Suggested by Ludovic Courtès, approved by Ben Pfaff.
10361
10362 2008-08-22  Andreas Schwab  <schwab@suse.de>
10363
10364         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
10365         Remove spurious space in assignment.
10366
10367 2008-08-21  Simon Josefsson  <simon@josefsson.org>
10368
10369         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
10370         Paul Eggert <eggert@CS.UCLA.EDU>.
10371
10372 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
10373
10374         * modules/gettext: Add m4/threadlib.m4.
10375
10376 2008-08-19  Eric Blake  <ebb9@byu.net>
10377
10378         test-c-stack: fix compilation failure on FreeBSD 5.0
10379         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
10380         headers before <sys/resource.h>.
10381         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
10382         the bug.
10383         Reported by Nelson H. F. Beebe.
10384
10385         strverscmp: migrate from "strverscmp.h" to <string.h>
10386         * modules/string (Makefile.am): Add new hooks.
10387         * modules/strverscmp (Files): Remove strverscmp.h.
10388         (Depends-on): Add string.
10389         (configure.ac): Add indicator.
10390         (Include): Mention new header.
10391         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
10392         defaults.
10393         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
10394         results.
10395         * lib/strverscmp.h: Delete.
10396         * lib/string.in.h (strverscmp): Provide declaration, when needed.
10397         * tests/test-strverscmp.c (includes): Adjust client.
10398         * lib/check-version.c (includes): Likewise.
10399         * NEWS: Document the change.
10400
10401         strverscmp: add unit test
10402         * modules/strverscmp-tests: New file.
10403         * tests/test-strverscmp.c: Likewise.
10404
10405 2008-08-19  Simon Josefsson  <simon@josefsson.org>
10406
10407         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
10408         regarding Windows crypto stuff, from Mono.
10409
10410 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
10411
10412         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
10413         if present, for intel RND.  Return error on failures.
10414
10415 2008-08-18  Ben Pfaff  <blp@gnu.org>
10416
10417         gitlog-to-changelog: give better diagnostic for failed pipe-open
10418         * build-aux/gitlog-to-changelog: Improve error message: suggest
10419         that the version of Git may be too old.
10420
10421 2008-08-18  Simon Josefsson  <simon@josefsson.org>
10422
10423         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
10424         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
10425
10426 2008-08-18  Bruno Haible  <bruno@clisp.org>
10427
10428         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
10429         pthread_in_use().
10430
10431 2008-08-18  Bruno Haible  <bruno@clisp.org>
10432
10433         * lib/glthread/threadlib.c: Include <pthread.h>.
10434
10435 2008-08-18  Bruno Haible  <bruno@clisp.org>
10436
10437         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
10438         glthread_recursive_lock_* macros.
10439         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
10440         Fix syntax error.
10441
10442 2008-08-18  Bruno Haible  <bruno@clisp.org>
10443
10444         * lib/glthread/thread.c: Avoid forcing a context switch right after
10445         thread creation.
10446
10447 2008-08-17  Bruno Haible  <bruno@clisp.org>
10448
10449         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
10450         * lib/glthread/thread.h: Provide Win32 specific implementation.
10451         * modules/thread (Files): Add lib/glthread/thread.c.
10452         (Depends-on): Add lock.
10453         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
10454
10455 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10456
10457         New module 'yield'.
10458         * modules/yield: New file.
10459         * lib/glthread/yield.h: New file.
10460         * m4/yield.m4: New file.
10461         * MODULES.html.sh (Multithreading): Add yield.
10462
10463 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10464
10465         New module 'thread'.
10466         * modules/thread: New file.
10467         * lib/glthread/thread.h: New file.
10468         * m4/thread.m4: New file.
10469         * MODULES.html.sh (Multithreading): Add thread.
10470
10471 2008-08-17  Bruno Haible  <bruno@clisp.org>
10472
10473         * lib/glthread/lock.h: Include <stdlib.h> always.
10474         * lib/glthread/tls.h: Likewise.
10475         * lib/glthread/cond.h: Likewise.
10476
10477 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10478
10479         New module 'cond'.
10480         * modules/cond: New file.
10481         * lib/glthread/cond.h: New file.
10482         * lib/glthread/cond.c: New file.
10483         * m4/cond.m4: New file.
10484         * MODULES.html.sh (Multithreading): Add cond.
10485
10486 2008-08-16  Eric Blake  <ebb9@byu.net>
10487
10488         c-stack: fix regression on Irix 5.3 from 2008-06-21
10489         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
10490         sa_sigaction...
10491         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
10492         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
10493         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
10494         * modules/signal (Makefile.am): Use the value.
10495         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
10496         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
10497         * doc/posix-headers/signal.texi (signal.h): Document this
10498         portability issue.
10499         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
10500         Reported by Tom G. Christensen.
10501
10502 2008-08-17  Bruno Haible  <bruno@clisp.org>
10503
10504         New module 'threadlib'.
10505         * modules/threadlib: New file.
10506         * lib/glthread/threadlib.c: New file, extracted from
10507         lib/glthread/lock.c.
10508         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
10509         functions.
10510         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
10511         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
10512         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
10513         macros.
10514         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
10515         (gl_DISABLE_THREADS): Remove macro.
10516         * modules/lock (Files): Remove build-aux/config.rpath.
10517         (Depends-on): Remove havelib. Add threadlib.
10518         (configure.ac-early): Remove section.
10519         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
10520         * modules/tls (Depends-on): Remove lock. Add threadlib.
10521         (Link): New section, copied from threadlib.
10522         * MODULES.html.sh (Multithreading): Add threadlib.
10523
10524 2008-08-14  Bruno Haible  <bruno@clisp.org>
10525
10526         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
10527         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
10528         glthread_rwlock_unlock, glthread_rwlock_destroy,
10529         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
10530         glthread_recursive_lock_destroy): Define as macros always.
10531         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
10532         glthread_lock_lock.
10533         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
10534         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
10535         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
10536         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
10537         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
10538         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
10539         (glthread_recursive_lock_lock_func): Renamed from
10540         glthread_recursive_lock_lock.
10541         (glthread_recursive_lock_unlock_func): Renamed from
10542         glthread_recursive_lock_unlock.
10543         (glthread_recursive_lock_destroy_func): Renamed from
10544         glthread_recursive_lock_destroy.
10545
10546 2008-08-14  Bruno Haible  <bruno@clisp.org>
10547
10548         * lib/glthread/lock.h: Renamed from lib/lock.h.
10549         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
10550         * lib/glthread/tls.h: Renamed from lib/tls.h.
10551         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
10552         * lib/fstrcmp.c: Update includes.
10553         * lib/strsignal.c: Update includes.
10554         * modules/lock (Files, Makefile.am): Update.
10555         (Include): Change to "glthread/lock.h".
10556         * modules/tls (Files, Makefile.am): Update.
10557         (Include): Change to "glthread/tls.h".
10558         * tests/test-lock.c: Update includes.
10559         * tests/test-tls.c: Update includes.
10560         * NEWS: Mention the renamed header files.
10561
10562 2008-08-11  Jim Meyering  <meyering@redhat.com>
10563
10564         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
10565
10566 2008-08-11  Eric Blake  <ebb9@byu.net>
10567
10568         test-c-stack: avoid C99-ism
10569         * tests/test-c-stack.c (main): Fix whitespace, move declaration
10570         before statement.
10571         Reported by Alain Guibert.
10572
10573 2008-08-10  Jim Meyering  <meyering@redhat.com>
10574
10575         ensure that return value of uinttostr et al are not ignored
10576         * lib/inttostr.h (__GNUC_PREREQ): Define.
10577         (__attribute_warn_unused_result__): Define.
10578         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
10579
10580 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
10581
10582         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
10583         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
10584
10585 2008-08-07  Jim Meyering  <meyering@redhat.com>
10586
10587         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
10588
10589         * modules/mkstemp (License): Relicense under LGPLv2+.
10590         * modules/tempname (License): Likewise.
10591
10592 2008-08-06  Bruno Haible  <bruno@clisp.org>
10593
10594         * lib/poll.c (poll): Further micro-optimization.
10595
10596 2008-08-06  Jim Meyering  <meyering@redhat.com>
10597
10598         inet_pton.c: use locale-independent tolower
10599         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
10600         (inet_pton6): Use c_tolower rather than tolower.
10601         * modules/inet_pton (Depends-on): Add c-ctype.
10602
10603 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
10604
10605         * lib/poll.c (poll): Avoid division when timeout is 0, cache
10606         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
10607
10608 2008-08-06  Jim Meyering  <meyering@redhat.com>
10609
10610         * modules/inet_pton (License): Relicense under LGPLv2+.
10611
10612 2008-08-03  Bruno Haible  <bruno@clisp.org>
10613
10614         Additional non-aborting API for lock and tls.
10615         * lib/lock.h: Include <errno.h>.
10616         (glthread_lock_init): New macro/function.
10617         (gl_lock_init): Define as wrapper around glthread_lock_init.
10618         (glthread_lock_lock): New macro/function.
10619         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
10620         (glthread_lock_unlock): New macro/function.
10621         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
10622         (glthread_lock_destroy): New macro/function.
10623         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
10624         (glthread_rwlock_init): New macro/function.
10625         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
10626         (glthread_rwlock_rdlock): New macro/function.
10627         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
10628         (glthread_rwlock_wrlock): New macro/function.
10629         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
10630         (glthread_rwlock_unlock): New macro/function.
10631         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
10632         (glthread_rwlock_destroy): New macro/function.
10633         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
10634         (glthread_recursive_lock_init): New macro/function.
10635         (gl_recursive_lock_init): Define as wrapper around
10636         glthread_recursive_lock_init.
10637         (glthread_recursive_lock_lock): New macro/function.
10638         (gl_recursive_lock_lock): Define as wrapper around
10639         glthread_recursive_lock_lock.
10640         (glthread_recursive_lock_unlock): New macro/function.
10641         (gl_recursive_lock_unlock): Define as wrapper around
10642         glthread_recursive_lock_unlock.
10643         (glthread_recursive_lock_destroy): New macro/function.
10644         (gl_recursive_lock_destroy): Define as wrapper around
10645         glthread_recursive_lock_destroy.
10646         (glthread_once): New macro/function.
10647         (gl_once): Define as wrapper around glthread_once.
10648         Update function declarations.
10649         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
10650         glthread_rwlock_init. Return error code.
10651         (glthread_rwlock_rdlock_multithreaded): Renamed from
10652         glthread_rwlock_rdlock. Return error code.
10653         (glthread_rwlock_wrlock_multithreaded): Renamed from
10654         glthread_rwlock_wrlock. Return error code.
10655         (glthread_rwlock_unlock_multithreaded): Renamed from
10656         glthread_rwlock_unlock. Return error code.
10657         (glthread_rwlock_destroy_multithreaded): Renamed from
10658         glthread_rwlock_destroy. Return error code.
10659         (glthread_recursive_lock_init_multithreaded): Renamed from
10660         glthread_recursive_lock_init. Return error code.
10661         (glthread_recursive_lock_lock_multithreaded): Renamed from
10662         glthread_recursive_lock_lock. Return error code.
10663         (glthread_recursive_lock_unlock_multithreaded): Renamed from
10664         glthread_recursive_lock_unlock. Return error code.
10665         (glthread_recursive_lock_destroy_multithreaded): Renamed from
10666         glthread_recursive_lock_destroy. Return error code.
10667         (glthread_once_call): Make static.
10668         (glthread_once_multithreaded): Renamed from glthread_once.
10669         * lib/tls.h: Include <errno.h>.
10670         (glthread_tls_key_init): New macro/function.
10671         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
10672         (glthread_tls_set): New macro/function.
10673         (gl_tls_set): Define as wrapper around glthread_tls_set.
10674         (glthread_tls_key_destroy): New macro/function.
10675         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
10676         Update function declarations.
10677         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
10678         glthread_tls_get.
10679         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10680
10681 2008-08-04  Eric Blake  <ebb9@byu.net>
10682
10683         gnumakefile: use space, not TAB, outside of targets
10684         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
10685
10686 2008-08-02  Jim Meyering  <meyering@redhat.com>
10687
10688         getdate.y: avoid locale-dependent date parsing failure
10689         In Turkish locales, getdate would fail to recognize keywords
10690         containing a lowercase "i".  The solution is not to rely on
10691         locale-sensitive case-conversion.
10692         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
10693         (lookup_word): Use c_toupper in place of toupper.
10694         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
10695         Reported by Vefa Bicakci <bicave@superonline.com> in
10696         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
10697         * modules/getdate (Depends-on): Add c-ctype.
10698
10699 2008-08-02  Bruno Haible  <bruno@clisp.org>
10700
10701         * gnulib-tool (func_import): When updating or creating a .gitignore
10702         file, prepend each added line with a slash, and ignore leading slashes
10703         from the existing lines.
10704         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
10705
10706 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10707
10708         Portability fix for GNU make 3.79.1.
10709         * top/GNUmakefile: Avoid 'else COND', which older GNU make
10710         versions do not understand.
10711
10712 2008-08-01  Bruno Haible  <bruno@clisp.org>
10713
10714         Work around bug of HP-UX 10.20 cc with -0.0 literal.
10715         * tests/test-isnanf.h (zero): New variable.
10716         (main): Avoid literal -0.0f.
10717         * tests/test-isnand.h (zero): New variable.
10718         (main): Avoid literal -0.0.
10719         * tests/test-isnanl.h (zero): New variable.
10720         (main): Avoid literal -0.0L.
10721         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
10722         (test_float, test_double, test_long_double): Avoid literals -0.0f,
10723         -0.0, -0.0L.
10724         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
10725         (test_signbitd): Avoid literal -0.0.
10726         (test_signbitl): Avoid literal -0.0L.
10727         * tests/test-ceilf1.c (zero): New variable.
10728         (main): Avoid literal -0.0f.
10729         * tests/test-ceill.c (zero): New variable.
10730         (main): Avoid literal -0.0L.
10731         * tests/test-floorf1.c (zero): New variable.
10732         (main): Avoid literal -0.0f.
10733         * tests/test-floorl.c (zero): New variable.
10734         (main): Avoid literal -0.0L.
10735         * tests/test-roundf1.c (zero): New variable.
10736         (main): Avoid literal -0.0f.
10737         * tests/test-round1.c (zero): New variable.
10738         (main): Avoid literal -0.0.
10739         * tests/test-roundl.c (zero): New variable.
10740         (main): Avoid literal -0.0L.
10741         * tests/test-truncf1.c (zero): New variable.
10742         (main): Avoid literal -0.0f.
10743         * tests/test-trunc1.c (zero): New variable.
10744         (main): Avoid literal -0.0.
10745         * tests/test-truncl.c (zero): New variable.
10746         (main): Avoid literal -0.0L.
10747         * tests/test-frexp.c (zero): New variable.
10748         (main): Avoid literal -0.0.
10749         * tests/test-frexpl.c (zero): New variable.
10750         (main): Avoid literal -0.0L.
10751         * tests/test-ldexpl.c (zero): New variable.
10752         (main): Avoid literal -0.0L.
10753         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
10754         (zerod, zerol): New variables.
10755         (test_function): Avoid literals -0.0, -0.0L.
10756         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
10757         (zerod, zerol): New variables.
10758         (test_function): Avoid literals -0.0, -0.0L.
10759         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
10760         (zerod, zerol): New variables.
10761         (test_function): Avoid literals -0.0, -0.0L.
10762         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
10763         (zerod, zerol): New variables.
10764         (test_function): Avoid literals -0.0, -0.0L.
10765         * tests/test-strtod.c (zero): New variable.
10766         (main): Avoid literal -0.0.
10767         Reported by Jonathan C. Patschke <jp@centtech.com>.
10768
10769 2008-07-31  Jim Meyering  <meyering@redhat.com>
10770
10771         sha256.h: correct definition of SHA224_DIGEST_SIZE
10772         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
10773         Reported by Paulie Pena IV <paulie4@gmail.com>.
10774         Define as 224 / 8, rather than as a literal.
10775         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
10776         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
10777         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
10778
10779 2008-07-31  Bruno Haible  <bruno@clisp.org>
10780
10781         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
10782         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
10783         Reported by Jonathan Patschke <jp@centtech.com>.
10784
10785 2008-07-31  Bruno Haible  <bruno@clisp.org>
10786
10787         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
10788         Reported by Paolo Bonzini <bonzini@gnu.org>.
10789
10790 2008-07-30  Eric Blake  <ebb9@byu.net>
10791
10792         test-strtod: allow compilation without -lm
10793         * tests/test-strtod.c (main): Avoid link dependence on fabs.
10794         Reported by Dennis Clarke <blastwave@gmail.com>.
10795
10796 2008-07-28  Jim Meyering  <meyering@redhat.com>
10797
10798         bootstrap: work also when there are no .po files in po/
10799         * build-aux/bootstrap (update_po_files): Complete the change
10800         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
10801
10802 2008-07-27  Jim Meyering  <meyering@redhat.com>
10803
10804         * users.txt: Add zile.
10805
10806 2008-07-26  Ben Pfaff  <blp@gnu.org>
10807
10808         Add missing dependencies on new m4/exponent[fdl].m4 files.
10809         * modules/isnanf-nolibm: Add m4/exponentf.m4.
10810         * modules/isnand-nolibm: Add m4/exponentd.m4.
10811         * modules/isnanl-nolibm: Add m4/exponentl.m4.
10812         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
10813         m4/isnan[fdl].m4, because the macros actually used moved.
10814         Reported by Jim Meyering.
10815
10816 2008-07-14  Ben Pfaff  <blp@gnu.org>
10817
10818         Add isinf module.
10819         * lib/isinf.c: New file.
10820         * lib/math.in.h: Define isinf macro if we have decided to replace
10821         it.
10822         * m4/isinf.m4: New file.
10823         * m4/math_h.m4: Initialize and substitute variables for isinf
10824         module.
10825         * modules/isinf: New file.
10826         * modules/isinf-tests: New file.
10827         * modules/math: Add substitutions for new module.
10828         * tests/test-isinf.c: New file.
10829         * doc/posix-functions/isinf.texi: Mention new module.
10830         * MODULES.html.sh: Mention new module.
10831
10832 2008-07-14  Ben Pfaff  <blp@gnu.org>
10833
10834         Factor out some macros for use by additional modules.
10835         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
10836         exponentf.m4.
10837         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
10838         exponentd.m4.
10839         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
10840         file exponentl.m4.
10841         * m4/exponentf.m4: New file.
10842         * m4/exponentd.m4: New file.
10843         * m4/exponentl.m4: New file.
10844         * modules/isnanf: Use new file m4/exponentf.m4.
10845         * modules/isnand: Use new file m4/exponentd.m4.
10846         * modules/isnanl: Use new file m4/exponentl.m4.
10847
10848 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
10849
10850         mktime.c: normalize tp->tm_isdst value to -1/0/1.
10851         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
10852         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
10853         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
10854
10855         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
10856         readlink on platforms without PATH_MAX.
10857
10858 2008-07-21  Eric Blake  <ebb9@byu.net>
10859
10860         Warn, not fail, on stale version.
10861         * top/GNUmakefile (_curr-ver): Tone down previous patch.
10862
10863         Don't allow installation with stale devel version number.
10864         * top/GNUmakefile (_is-install-target): New macro.
10865         (_curr-ver): Forbid installation with stale version number.
10866
10867 2008-07-20  Bruno Haible  <bruno@clisp.org>
10868
10869         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
10870         TESTS_ENVIRONMENT.
10871         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
10872
10873 2008-07-20  Bruno Haible  <bruno@clisp.org>
10874
10875         * lib/c-stack.h (c_stack_action): Add documentation.
10876         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
10877
10878 2008-07-20  Bruno Haible  <bruno@clisp.org>
10879
10880         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
10881         * modules/readlink (License): Likewise.
10882
10883 2008-07-17  Eric Blake  <ebb9@byu.net>
10884
10885         * modules/c-stack (Link): Fix typo.
10886
10887         Make c-stack use libsigsegv, when available.
10888         * modules/c-stack (Depends-on): Add libsigsegv.
10889         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
10890         needed.
10891         * lib/c-stack.c (SIGSTKSZ): Define fallback.
10892         (segv_handler, overflow_handler, c_stack_action)
10893         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
10894         implementation when libsigsegv is available, but only when using
10895         the library is necessary.
10896         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
10897         comment, explaining why XSI check fails on Linux.
10898         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
10899         * tests/test-c-stack2.sh: Tweak skip message.
10900         * NEWS: Document new link-time requirements.
10901
10902 2008-07-16  Eric Blake  <ebb9@byu.net>
10903
10904         c-stack: Expose false positives when not using libsigsegv.
10905         * modules/c-stack-tests (Files): Expand test.
10906         * tests/test-c-stack.c (main): Add means to conditionally trigger
10907         non-overflow SIGSEGV.
10908         * tests/test-c-stack2.sh: New file.
10909
10910 2008-07-14  Bruno Haible  <bruno@clisp.org>
10911
10912         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
10913         Reported by Eric Blake.
10914
10915 2008-07-14  Sam Steingold  <sds@gnu.org>
10916             Bruno Haible  <bruno@clisp.org>
10917
10918         New module libsigsegv.
10919         * modules/libsigsegv: New file.
10920         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
10921         modifications.
10922         * MODULES.html.sh (Signal handling): New section.
10923
10924 2008-07-14  Bruno Haible  <bruno@clisp.org>
10925
10926         * modules/unictype/ctype-* (Description): Add the word "function".
10927         Improves the resulting doc in MODULES.html.
10928
10929 2008-07-12  Ben Pfaff  <blp@gnu.org>
10930
10931         Add longlong module.
10932         * modules/longlong: New file.
10933
10934 2008-07-12  Bruno Haible  <bruno@clisp.org>
10935
10936         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
10937         to empty.
10938
10939 2008-07-10  Ben Pfaff  <blp@gnu.org>
10940
10941         Add isnan module.
10942         * doc/posix-functions/isnan.texi: Mention new module.
10943         * lib/math.in.h: Define isnan macro if we have decided to replace
10944         it.
10945         * m4/isnan.m4: New file.
10946         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
10947         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
10948         also.
10949         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
10950         redundancy.
10951         * m4/math_h.m4: Initialize and substitute variables for isnan
10952         module.
10953         * modules/isnan: New file.
10954         * modules/isnan-tests: New file.
10955         * modules/math: Add substitutions for new module.
10956         * tests/test-isnan.c: New file.
10957         * MODULES.html.sh: Mention new module.
10958
10959 2008-07-10  Ben Pfaff  <blp@gnu.org>
10960
10961         Add isnanf module.
10962         * lib/isnanf.m4: New file.
10963         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
10964         (gl_HAVE_ISNANF_IN_LIBM): New macro.
10965         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
10966         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
10967         * modules/isnanf: New file.
10968         * modules/isnanf-tests: New file.
10969         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
10970         files.
10971         * tests/test-isnanf-nolibm.c: factored most of its contents into
10972         new file tests/test-isnanf.h.
10973         * tests/test-isnanf.h: New file.
10974         * tests/test-isnanf.c: New file.
10975         * MODULES.html.sh: Mention new module.
10976         * doc/glibc-functions/isnanf.texi: Mention new module.
10977
10978 2008-07-10  Ben Pfaff  <blp@gnu.org>
10979
10980         Add isnand module.
10981         * lib/isnand.h: New file.
10982         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
10983         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
10984         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
10985         functionality also.
10986         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
10987         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
10988         (gl_HAVE_ISNAND_IN_LIBM): New macro.
10989         * modules/isnand: New file.
10990         * modules/isnand-tests: New file.
10991         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
10992         files.
10993         * tests/test-isnand-nolibm.c: factored most of its contents into
10994         new file tests/test-isnand.h.
10995         * tests/test-isnand.h: New file.
10996         * tests/test-isnand.c: New file.
10997         * MODULES.html.sh: Mention new module.
10998
10999 2008-07-10  Ben Pfaff  <blp@gnu.org>
11000
11001         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
11002         * lib/isnand.h: Rename lib/isnand-nolibm.h.
11003         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
11004         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
11005         * modules/isnanf-nolibm: Update references to renamed files.
11006         * modules/isnand-nolibm: Likewise.
11007         * modules/isnanf-nolibm-tests: Likewise.
11008         * modules/isnand-nolibm-tests: Likewise.
11009         * lib/frexp.c: Likewise.
11010         * lib/isfinite.c: Likewise.
11011         * lib/signbitd.c: Likewise.
11012         * lib/signbitf.c: Likewise.
11013         * lib/vasnprintf.c: Likewise.
11014         * tests/test-ceilf1.c: Likewise.
11015         * tests/test-ceilf2.c: Likewise.
11016         * tests/test-floorf1.c: Likewise.
11017         * tests/test-floorf2.c: Likewise.
11018         * tests/test-frexp.c: Likewise.
11019         * tests/test-round1.c: Likewise.
11020         * tests/test-round2.c: Likewise.
11021         * tests/test-roundf1.c: Likewise.
11022         * tests/test-strtod.c: Likewise.
11023         * tests/test-trunc1.c: Likewise.
11024         * tests/test-trunc2.c: Likewise.
11025         * tests/test-truncf1.c: Likewise.
11026         * tests/test-truncf2.c: Likewise.
11027         * NEWS: Mention the renamed header files.
11028
11029 2008-07-11  Jim Meyering  <meyering@redhat.com>
11030
11031         vc-list-files: make the last-resort awk code more portable
11032         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
11033         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
11034         does not support it.
11035
11036 2008-07-10  Eric Blake  <ebb9@byu.net>
11037
11038         Work with tar's bootstrap.
11039         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
11040         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
11041         an m4 comment.
11042
11043 2008-07-09  Jim Meyering  <meyering@redhat.com>
11044
11045         posix-shell.m4: fix typo that made this test malfunction
11046         * m4/posix-shell.m4: Remove capitalization in variable name.
11047
11048 2008-07-08  Bruno Haible  <bruno@clisp.org>
11049
11050         * m4/onceonly.m4: Update comments.
11051         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11052
11053 2008-07-04  Jim Meyering  <meyering@redhat.com>
11054
11055         * users.txt: Add vc-dwim.
11056         (bison, coreutils): Use the gitweb URL.
11057
11058 2008-07-03  Jim Meyering  <meyering@redhat.com>
11059
11060         * users.txt: Add libffcall.  From Sam Steingold.
11061
11062 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
11063
11064         getdate.y: do not ignore TZ with relative day, month or year offset
11065         * lib/getdate.y (get_date): Move the tz-handling block to follow the
11066         relative-date-handling, since otherwise, the latter would clobber the
11067         sole output (an updated Start value) of the tz-handling block.
11068         * tests/test-getdate.c: Tests for the fix
11069
11070 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11071
11072         Recognize 'foo_LIBRARIES += libgnu.a'.
11073         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
11074         makefile snippet has already specified an installation location,
11075         also using '+='.
11076
11077 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
11078
11079         getdate.y: factor out common actions
11080         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
11081         Use them in place of open-coded actions.
11082
11083 2008-07-01  Simon Josefsson  <simon@josefsson.org>
11084
11085         Add self-test for getdate module.
11086         * modules/getdate-tests: New file.
11087         * tests/test-getdate.c: New file.
11088
11089 2008-06-29  Bruno Haible  <bruno@clisp.org>
11090
11091         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
11092         .gitignore.
11093         Reported by Sylvain Beucler <beuc@beuc.net>.
11094
11095 2008-06-29  Bruno Haible  <bruno@clisp.org>
11096
11097         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
11098         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
11099
11100 2008-06-29  Bruno Haible  <bruno@clisp.org>
11101
11102         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
11103         EXTRA_DIST.
11104         Reported by Sylvain Beucler <beuc@beuc.net>.
11105
11106 2008-06-26  Jim Meyering  <meyering@redhat.com>
11107
11108         make several modules depend on the "open" module
11109         This provides slightly increased consistency when opening-for-write
11110         the name of a non-directory spelled with a trailing slash.
11111         * modules/chdir-safer: Likewise.
11112         * modules/chown: Likewise.
11113         * modules/clean-temp: Likewise.
11114         * modules/copy-file: Likewise.
11115         * modules/fchdir: Likewise.
11116         * modules/fcntl-safer: Likewise.
11117         * modules/pipe: Likewise.
11118         * modules/utime: Likewise.
11119         Prompted by Eric Blake and Bruno Haible.
11120
11121 2008-06-24  Andreas Schwab  <schwab@suse.de>
11122
11123         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
11124         literals can be used as initializers for global variables.
11125
11126 2008-06-23  Eric Blake  <ebb9@byu.net>
11127
11128         Make gnulib-cache.m4 easier to diff.
11129         * gnulib-tool (func_import): Allow newlines when reading cached
11130         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
11131
11132 2008-06-23  Bruno Haible  <bruno@clisp.org>
11133
11134         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
11135         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
11136         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
11137         m4/signalblocking.m4.
11138         (gl_PREREQ_SIGACTION): Don't invoke it.
11139         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
11140         gl_PREREQ_SIG_HANDLER_H.
11141         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
11142         Don't check for sigaction here.
11143
11144 2008-06-23  Bruno Haible  <bruno@clisp.org>
11145
11146         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
11147         (install_handlers): Don't set the SA_RESETHAND flag.
11148
11149 2008-06-23  Bruno Haible  <bruno@clisp.org>
11150
11151         * m4/sigaction.m4: Comment fixes.
11152         * lib/signal.in.h: Likewise.
11153
11154 2008-06-23  Eric Blake  <ebb9@byu.net>
11155
11156         Fix typo.
11157         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
11158
11159         Avoid SA_ namespace.
11160         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
11161         Reported by Ralf Wildenhues.
11162
11163         Avoid test failure due to SA_RESTORER.
11164         * tests/test-sigaction.c (SA_MASK): New macro.
11165         (main): Avoid failing due to extension flags being set.
11166         Reported by Jim Meyering.
11167
11168         Revert use of sig-handler.h in sigprocmask.c.
11169         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
11170         it requires the existence of struct sigaction.
11171         * lib/sigprocmask.c (handler_t): Restore typedef.
11172         (rpl_signal, old_handlers): Use local type.
11173
11174 2008-06-22  Bruno Haible  <bruno@clisp.org>
11175
11176         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
11177         conditionally.
11178         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11179
11180 2008-06-22  Bruno Haible  <bruno@clisp.org>
11181
11182         * doc/posix-functions/siginterrupt.texi: Move note.
11183
11184         * lib/signal.in.h (SA_RESTART): New macro.
11185         * lib/sigaction.c: Update comment.
11186
11187         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
11188
11189         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
11190         (gl_PREREQ_SIGPROCMASK): Invoke it.
11191         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
11192
11193         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
11194
11195         * lib/sigprocmask.c: Update a comment.
11196
11197 2008-06-21  Eric Blake  <ebb9@byu.net>
11198
11199         Use sigaction module rather than signal().
11200         * modules/c-stack (Depends-on): Add sigaction.
11201         * modules/fatal-signal (Depends-on): Likewise.
11202         * modules/nanosleep (Depends-on): Likewise.
11203         * modules/sigprocmask (Files): Add sig-handler.h.
11204         * modules/sigaction (Files): Likewise.
11205         * lib/sig-handler.h (get_handler): New file, suggested by Paul
11206         Eggert.
11207         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
11208         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
11209         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
11210         (init_fatal_signals): Likewise.
11211         * lib/nanosleep.c (rpl_nanosleep): Likewise.
11212         (siginterrupt): Delete fallback.
11213         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
11214         instead.
11215         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
11216         siginterrupt.
11217
11218         New module sigaction, for mingw.
11219         * modules/sigaction: New module...
11220         * modules/sigaction-tests: ...and its test.
11221         * m4/sigaction.m4: New file.
11222         * lib/sigaction.c: Likewise.
11223         * tests/test-sigaction.c: Likewise.
11224         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
11225         * modules/signal (Makefile.am): Likewise.
11226         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
11227         needed.
11228         * doc/posix-headers/signal.texi (signal.h): Mention provided
11229         types.
11230         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
11231         that sigaction is preferable.
11232         * doc/posix-functions/sigaction.texi (sigaction): Mention new
11233         module.
11234         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11235         sigaction.
11236
11237         Improve robustness of sigprocmask by overriding signal.
11238         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
11239         is in use.
11240         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
11241         (SIGKILL, SIGSTOP): Provide fallbacks.
11242         (rpl_signal): Implement.
11243         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
11244         signal can be called inside handlers.
11245
11246         Fix nanosleep module on mingw.
11247         * modules/nanosleep (Depends-on): Add sys_select.
11248         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
11249
11250         Fix licensing of sigprocmask.
11251         * modules/raise (License): Relicense as LGPL.
11252
11253 2008-06-21  Bruno Haible  <bruno@clisp.org>
11254
11255         * lib/propername.c (proper_name_utf8): Don't use the transliterated
11256         result if it contains question marks.
11257         Reported by Michael Geng <linux@michaelgeng.de>.
11258
11259 2008-06-19  Bruno Haible  <bruno@clisp.org>
11260
11261         Fix CVS-ism.
11262         * doc/gnulib.texi: Include updated-stamp.texi.
11263         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
11264         (updated-stamp.texi): New rule.
11265         (gnulib.info): Depend on it.
11266         * doc/.gitignore: Add updated-stamp.texi.
11267         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
11268
11269 2008-06-19  Bruno Haible  <bruno@clisp.org>
11270
11271         * doc/Makefile (gnulib.info): Update and simplify dependencies.
11272         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11273
11274 2008-06-19  Eric Blake  <ebb9@byu.net>
11275
11276         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
11277         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
11278         Reported by Stepan Kasal.
11279
11280 2008-06-18  Bruno Haible  <bruno@clisp.org>
11281
11282         * lib/fatal-signal.c (init_fatal_signals): Add comment.
11283         Reported by Eric Blake.
11284
11285 2008-06-18  Eric Blake  <ebb9@byu.net>
11286
11287         Work around cygwin 1.5.25 strsignal bug.
11288         * tests/test-strsignal.c: Allow for const char *.
11289         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
11290
11291 2008-06-18  Simon Josefsson  <simon@josefsson.org>
11292
11293         * users.txt: Update URL to article and add author/date
11294         information.
11295
11296 2008-06-17  Bruno Haible  <bruno@clisp.org>
11297
11298         New macro gl_DISABLE_THREADS.
11299         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
11300         if the user did not pass --enable-threads or --disable-threads option.
11301         (gl_DISABLE_THREADS): New macro.
11302         Reported by Eric Blake <ebb9@byu.net>.
11303
11304 2008-06-17  Bruno Haible  <bruno@clisp.org>
11305
11306         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
11307         when the macro ignores it.
11308         Based on a patch by Eric Blake <ebb9@byu.net>.
11309
11310 2008-06-17  Bruno Haible  <bruno@clisp.org>
11311
11312         * modules/tls (License): Change to LGPLv2+.
11313         Reported by Eric Blake.
11314
11315 2008-06-17  Eric Blake  <ebb9@byu.net>
11316
11317         Simplify c-stack prerequisites.
11318         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
11319         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
11320         no longer requires <ucontext.h> to exist.  Optimize setrlimit
11321         check.
11322         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
11323         <sys/resource.h>.
11324
11325         Move c-stack test into testsuite.
11326         * modules/c-stack-tests: New file.
11327         * lib/c-stack.c [DEBUG]: Move test program...
11328         * tests/test-c-stack.c: ...into this new file.  Skip rather than
11329         fail test if sigaltstack is lacking.
11330         * tests/test-c-stack.sh: New driver file.
11331
11332 2008-06-16  Eric Blake  <ebb9@byu.net>
11333
11334         Use raise module consistently.
11335         * modules/fatal-signal (Depends-on): Add raise.
11336         * modules/sigprocmask (Depends-on): Likewise.
11337         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
11338         * lib/sigprocmask.c (sigprocmask): Likewise.
11339         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
11340         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
11341
11342         Fix compliance bug in sigpending.
11343         * lib/sigprocmask.c (sigpending): Return pending array via
11344         parameter, not return value.
11345
11346 2008-06-14  Eric Blake  <ebb9@byu.net>
11347
11348         Improve obstack-printf test code.
11349         * tests/test-obstack-printf.c (test_function): Fix comment, and
11350         simplify usage of obstack_* in macros.  Add a test for coverage.
11351         Reported by Bruno Haible.
11352
11353 2008-06-14  Bruno Haible  <bruno@clisp.org>
11354
11355         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
11356         array size as a constant, not as a const variable.
11357         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
11358         AC_USE_SYSTEM_EXTENSIONS.
11359         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
11360         Test whether the obstack_printf function actually exists.
11361         * modules/obstack-printf (Depends-on): Add extensions.
11362         (Include): Remove obstack.h.
11363         * modules/obstack-printf-posix (Depends-on): Add extensions.
11364         (Include): Remove obstack.h.
11365
11366 2008-06-13  Eric Blake  <ebb9@byu.net>
11367
11368         Add obstack-printf and obstack-printf-posix modules.
11369         * modules/obstack-printf: New file.
11370         * modules/obstack-printf-posix: Likewise.
11371         * MODULES.html.sh (Misc): Mention them.
11372         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
11373         Likewise.
11374         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
11375         Likewise.
11376         * modules/stdio (Makefile.am): Accomodate new modules.
11377         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11378         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
11379         Declare.
11380         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
11381         functions.
11382         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
11383         (gl_REPLACE_OBSTACK_PRINTF): New macros
11384         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
11385         * tests/test-obstack-printf.c: New file.
11386         * modules/obstack-printf-tests: Likewise.
11387         * modules/obstack-printf-posix-tests: Likewise.
11388
11389 2008-06-11  Bruno Haible  <bruno@clisp.org>
11390
11391         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
11392         * lib/open.c: Include errno.h.
11393         (open): Fail when attempting to write to a file that has a trailing
11394         slash.
11395         * tests/test-open.c (main): Test against trailing slash bug.
11396         * doc/posix-functions/open.texi: Mention the trailing slash bug.
11397
11398 2008-06-10  Bruno Haible  <bruno@clisp.org>
11399
11400         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
11401         for $? to work inside the trap command, with various /bin/sh-s.
11402         * tests/test-vc-list-files-cvs.sh: Likewise.
11403
11404 2008-06-10  Bruno Haible  <bruno@clisp.org>
11405
11406         * lib/acl-internal.h: Don't include gettext.h here.
11407         * lib/set-mode-acl.c: Include gettext.h here.
11408         * lib/copy-acl.c: Likewise.
11409
11410 2008-06-10  Bruno Haible  <bruno@clisp.org>
11411
11412         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
11413         * lib/wait-process.c (wait_subprocess): Likewise.
11414         * lib/execute.h (execute): Add termsigp argument.
11415         * lib/execute.c (execute): Likewise.
11416         * lib/csharpcomp.c (compile_csharp_using_pnet,
11417         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
11418         * lib/csharpexec.c (execute_csharp_using_pnet,
11419         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
11420         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
11421         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
11422         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
11423         is_jikes_present): Update.
11424         * lib/javaexec.c (execute_java_class): Update.
11425         * lib/javaversion.c (execute_and_read_line): Update.
11426         * NEWS: Document the changes.
11427         Reported by Eric Blake.
11428
11429 2008-06-10  Eric Blake  <ebb9@byu.net>
11430
11431         Add missing include.
11432         * tests/test-strstr.c (includes): Add <signal.h>.
11433         * tests/test-strcasestr.c (includes): Likewise.
11434         * tests/test-memmem.c (includes): Likewise.
11435
11436 2008-06-10  Bruno Haible  <bruno@clisp.org>
11437
11438         * lib/wait-process.c (wait_subprocess): Add an assertion.
11439
11440 2008-06-10  Bruno Haible  <bruno@clisp.org>
11441
11442         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
11443
11444 2008-06-10  Bruno Haible  <bruno@clisp.org>
11445
11446         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
11447         using alarm().
11448         * tests/test-strcasestr.c (main): Likewise.
11449         * tests/test-strstr.c (main): Likewise.
11450
11451 2008-06-09  Bruno Haible  <bruno@clisp.org>
11452
11453         Work around the Solaris 10 ACE ACLs ABI change.
11454         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
11455         declare if ACL_NO_TRIVIAL is present.
11456         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
11457         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
11458         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
11459         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
11460         define if ACL_NO_TRIVIAL is present.
11461         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
11462         and use the current ABI.
11463         (file_has_acl): Use same #if condition as elsewhere.
11464         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
11465         in use, and use the current ABI.
11466         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
11467         Reported by Jim Meyering.
11468
11469 2008-06-09  Eric Blake  <ebb9@byu.net>
11470
11471         Work around environments that (stupidly) ignore SIGALRM.
11472         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
11473         before using alarm().
11474         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11475         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
11476         Reported by Ian Beckwith <ianb@erislabs.net>.
11477
11478         Produce autobuild blurb earlier in log.
11479         * modules/autobuild (configure.ac-early): Move AB_INIT here.
11480
11481 2008-06-09  Jim Meyering  <meyering@redhat.com>
11482         and OndÅ™ej Vašík  <ovasik@redhat.com>
11483
11484         utimens.c: correct kernel bug work-around
11485         OndÅ™ej Vašík found that the invalid return value of 280 indicates
11486         failure, not success, and the kernel bug we're trying to work
11487         around affects not just the utimensat call, but also the fallback
11488         futimens call.
11489         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
11490         not success.
11491         [HAVE_FUTIMENS]: Use the same work-around, here.
11492
11493 2008-06-09  Jim Meyering  <meyering@redhat.com>
11494
11495         add more guards around definition of ACE_-related code
11496         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
11497         ALLOW and ACE_OWNER are also defined.
11498
11499 2008-06-08  Bruno Haible  <bruno@clisp.org>
11500
11501         * lib/acl-internal.h: Add me as co-author.
11502         * lib/file-has-acl.c: Likewise.
11503         * lib/set-mode-acl.c: Likewise.
11504         * lib/copy-acl.c: Likewise.
11505
11506 2008-06-08  Bruno Haible  <bruno@clisp.org>
11507
11508         Add support for AIX ACLs.
11509         * lib/acl-internal.h (acl_nontrivial): New declaration.
11510         * lib/file-has-acl.c (acl_nontrivial): New function.
11511         (file_has_acl): Add implementation using AIX 4 ACL API.
11512         * lib/set-mode-acl.c (qset_acl): Likewise.
11513         * lib/copy-acl.c (qcopy_acl): Likewise.
11514
11515 2008-06-08  Bruno Haible  <bruno@clisp.org>
11516
11517         Add support for HP-UX ACLs.
11518         * lib/acl-internal.h (acl_nontrivial): New declaration.
11519         * lib/file-has-acl.c (acl_nontrivial): New function.
11520         (file_has_acl): Add implementation using HP-UX 11 ACL API.
11521         * lib/set-mode-acl.c (qset_acl): Likewise.
11522         * lib/copy-acl.c (qcopy_acl): Likewise.
11523
11524 2008-06-08  Bruno Haible  <bruno@clisp.org>
11525
11526         Add support for Cygwin ACLs.
11527         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
11528         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
11529         the chmod_or_fchmod call.
11530         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
11531
11532 2008-06-08  Bruno Haible  <bruno@clisp.org>
11533
11534         Fix bug with setuid modes in Solaris 10+ code.
11535         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
11536         succeeded, when the mode contains some special bits.
11537
11538 2008-06-08  Bruno Haible  <bruno@clisp.org>
11539
11540         Add support for Solaris 7..10 ACLs.
11541         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
11542         declarations.
11543         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
11544         functions.
11545         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
11546         * lib/set-mode-acl.c (qset_acl): Likewise.
11547         * lib/copy-acl.c (qcopy_acl): Likewise.
11548
11549 2008-06-08  Bruno Haible  <bruno@clisp.org>
11550
11551         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
11552         declaration.
11553         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
11554         (acl_access_nontrivial): Remove MacOS X case.
11555         (file_has_acl): Use acl_extended_nontrivial.
11556         * lib/copy-acl.c (qcopy_acl): Likewise.
11557
11558 2008-06-08  Bruno Haible  <bruno@clisp.org>
11559
11560         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
11561
11562 2008-06-08  Jim Meyering  <meyering@redhat.com>
11563
11564         * modules/acl (Maintainer): Add Bruno Haible.
11565
11566 2008-06-07  Bruno Haible  <bruno@clisp.org>
11567
11568         Improve support for Tru64 ACLs.
11569         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
11570         ACL on OSF/1.
11571
11572 2008-06-07  Bruno Haible  <bruno@clisp.org>
11573
11574         Add support for MacOS X ACLs.
11575         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
11576         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
11577         * lib/set-mode-acl.c (qset_acl): Likewise.
11578         * lib/copy-acl.c (qcopy_acl): Likewise.
11579
11580 2008-06-07  Bruno Haible  <bruno@clisp.org>
11581
11582         Fix memory leak introduced on 2008-05-22.
11583         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
11584         use.
11585
11586 2008-06-07  Bruno Haible  <bruno@clisp.org>
11587
11588         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
11589         to construct an empty ACL.
11590
11591 2008-06-07  Bruno Haible  <bruno@clisp.org>
11592
11593         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
11594         precisely.
11595         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
11596
11597 2008-06-07  Bruno Haible  <bruno@clisp.org>
11598
11599         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
11600         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
11601
11602 2008-06-07  Bruno Haible  <bruno@clisp.org>
11603
11604         * doc/posix-functions/_setjmp.texi: Explain the use of this function
11605         regardless of POSIX.
11606         * doc/posix-functions/_longjmp.texi: Likewise.
11607         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
11608         SystemV platform in this case.
11609
11610 2008-06-06  Eric Blake  <ebb9@byu.net>
11611
11612         Document abort() bugs.
11613         * doc/posix-functions/abort.texi (abort): Mention anomalies.
11614
11615         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
11616         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
11617         sigsetjmp.
11618         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
11619         siglongjmp, but only as a macro.
11620         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
11621         is obsolete.
11622         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
11623
11624         Tweak documentation to cover cygwin argz bugs.
11625         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
11626         argz bug fix; no code change needed since no cygwin releases
11627         occurred between the last fix and the bug being tested.
11628         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
11629         module and recently fixed cygwin bugs.
11630         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
11631         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
11632         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
11633         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
11634         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
11635         Likewise.
11636         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
11637         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
11638         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
11639         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
11640         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
11641         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
11642         Likewise.
11643
11644         Avoid gcc warning on cygwin.
11645         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
11646         !ACL_NO_TRIVIAL]: Avoid unused variable.
11647
11648 2008-06-05  Eric Blake  <ebb9@byu.net>
11649
11650         Be tolerant of UNKNOWN version in gnulib-tool test dir.
11651         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
11652         git-version-gen fails to come up with a version.
11653         Reported by Simon Josefsson.
11654
11655 2008-06-05  Jim Meyering  <meyering@redhat.com>
11656             Paul Eggert  <eggert@cs.ucla.edu>
11657
11658         utimens.c: work around a probable Linux kernel bug
11659         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
11660         appears to be a kernel bug that causes utimensat to return 280
11661         instead of 0, indicating success.
11662
11663 2008-06-04  Bruno Haible  <bruno@clisp.org>
11664
11665         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
11666         2008-06-01 commit.
11667
11668 2008-06-04  Bruno Haible  <bruno@clisp.org>
11669
11670         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
11671         * lib/file-has-acl.c (acl_access_nontrivial): New function.
11672         (file_has_acl): Use it. Save errno afterwards.
11673         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
11674
11675 2008-06-03  Bruno Haible  <bruno@clisp.org>
11676
11677         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
11678         draft code. Simplify #ifs.
11679         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
11680         Put Solaris code after POSIX-draft code. Fix comments regarding
11681         Solaris 10, HP-UX. Mention Cygwin.
11682         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
11683
11684 2008-06-03  Eric Blake  <ebb9@byu.net>
11685
11686         Provide fallback for older kernels.
11687         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
11688         Provide runtime fallback if kernel lacks support.
11689         Reported by Mike Frysinger.
11690
11691 2008-06-02  Bruno Haible  <bruno@clisp.org>
11692
11693         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
11694         it exists.
11695
11696 2008-06-02  Bruno Haible  <bruno@clisp.org>
11697
11698         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
11699         * lib/copy-acl.c (qcopy_acl): Update comment.
11700
11701 2008-06-02  Bruno Haible  <bruno@clisp.org>
11702
11703         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
11704         like ACL APIs.
11705
11706 2008-06-02  Bruno Haible  <bruno@clisp.org>
11707
11708         * tests/test-file-has-acl.sh: Use different code for Cygwin.
11709         * tests/test-set-mode-acl.sh: Likewise.
11710         * tests/test-copy-acl.sh: Likewise.
11711         * tests/test-copy-file.sh: Likewise.
11712
11713 2008-06-02  Bruno Haible  <bruno@clisp.org>
11714
11715         * tests/test-file-has-acl.sh: Remove unused code.
11716
11717 2008-06-01  Bruno Haible  <bruno@clisp.org>
11718
11719         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
11720         (copy_acl): Just a wrapper around qcopy_acl that emits the error
11721         messages.
11722         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
11723
11724 2008-06-01  Bruno Haible  <bruno@clisp.org>
11725
11726         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
11727         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
11728         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
11729         APIs.
11730         * modules/acl-tests (configure.ac): Remove tests now contained in
11731         m4/acl.m4.
11732
11733 2008-06-02  Jim Meyering  <meyering@redhat.com>
11734
11735         announce-gen: use a better key-server host name
11736         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
11737         it may be more consistently reliable.  Suggested by Werner Koch
11738         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
11739
11740 2008-06-01  Bruno Haible  <bruno@clisp.org>
11741
11742         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
11743         Reported by Voroskoi Andras <voroskoi@gmail.com>.
11744
11745 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
11746
11747         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
11748
11749 2008-06-01  Bruno Haible  <bruno@clisp.org>
11750
11751         New ACL tests.
11752         * tests/test-file-has-acl.sh: New file.
11753         * tests/test-file-has-acl.c: New file.
11754         * tests/test-set-mode-acl.sh: New file.
11755         * tests/test-set-mode-acl.c: New file.
11756         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
11757         * tests/test-copy-acl.c: New file.
11758         * modules/acl-tests: New file, based on modules/copy-file-tests.
11759         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
11760         (Depends-on): Add acl-tests.
11761         (configure.ac): Remove checks.
11762         (Makefile.am): Don't create test-sameacls program here any more.
11763
11764 2008-06-01  Bruno Haible  <bruno@clisp.org>
11765
11766         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
11767         * tests/test-sameacls.c: Include progname.h.
11768         (main): Invoke set_program_name. Portability fixes for MacOS X,
11769         Solaris, HP-UX.
11770
11771 2008-06-01  Bruno Haible  <bruno@clisp.org>
11772
11773         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
11774         function.
11775         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
11776
11777 2008-06-01  Bruno Haible  <bruno@clisp.org>
11778
11779         * modules/rpmatch (Depends-on): Add strdup.
11780
11781 2008-06-01  Bruno Haible  <bruno@clisp.org>
11782
11783         * lib/pipe.c: Include unistd-safer.h.
11784         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
11785         * modules/pipe (Depends-on): Add unistd-safer.
11786
11787 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11788
11789         * modules/autobuild (configure.ac): Call AB_INIT.
11790
11791 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11792
11793         * tests/test-getaddrinfo.c: Don't print debug messages by default.
11794         Suggested by Bruno Haible <bruno@clisp.org>.
11795
11796 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11797
11798         * tests/test-base64.c: Cast size_t to unsigned long when invoking
11799         printf.  Use %lu instead of %d.  Reported by Bruno Haible
11800         <bruno@clisp.org>.
11801
11802 2008-05-29  Eric Blake  <ebb9@byu.net>
11803
11804         Prefer new POSIX 200x interfaces over futimesat.
11805         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
11806         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
11807         when available.
11808         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
11809
11810 2008-05-28  Bruno Haible  <bruno@clisp.org>
11811
11812         * modules/stpcpy (License): Change to LGPLv2+.
11813         Requested by David Lutterkort <dlutter@redhat.com>.
11814
11815 2008-05-27  Bruno Haible  <bruno@clisp.org>
11816
11817         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
11818         current mingw.
11819         Reported by Jose E. Marchesi <jemarch@gnu.org>.
11820
11821 2008-05-27  Bruno Haible  <bruno@clisp.org>
11822
11823         * modules/iconv_open (Link): New section, from module 'iconv'.
11824         * modules/striconv (Link): Likewise.
11825         * modules/striconveh (Link): Likewise.
11826         * modules/xstriconv (Link): Likewise.
11827         * modules/unicodeio (Link): Likewise.
11828         * modules/propername (Link): Likewise.
11829         Reported by Jim Meyering.
11830
11831 2008-05-26  Jim Meyering  <meyering@redhat.com>
11832
11833         sha256: do not artificially restrict buffer length to be < 2^32
11834         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
11835         uint32_t to size_t.
11836         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
11837         to match.
11838
11839         avoid unaligned access errors, e.g., on sparc
11840         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
11841         direct access through a possibly-unaligned uint64* pointer.
11842         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
11843         direct access through a possibly-unaligned uint32* pointer.
11844         Prompted by this patch from Tom "spot" Callaway:
11845         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
11846
11847         sha512.c: fix typo in comment
11848         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
11849
11850 2008-05-25  Bruno Haible  <bruno@clisp.org>
11851
11852         * lib/set-mode-acl.c: Renamed from lib/acl.c.
11853         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
11854         (Makefile.am): Update lib_SOURCES.
11855
11856 2008-05-25  Bruno Haible  <bruno@clisp.org>
11857
11858         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
11859
11860 2008-05-25  Jim Meyering  <meyering@redhat.com>
11861
11862         useless-if-before-free: freed expr may have white-space differences
11863         * build-aux/useless-if-before-free: Recognize cases in which the
11864         freed expression differs from the tested one in embedded white
11865         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
11866         $1 was used, so we can't make any regexp shy.  Improved tests now
11867         detect this.
11868
11869         useless-if-before-free: accept white space in the expression.
11870         * build-aux/useless-if-before-free: For now, any white space
11871         in the expression must be identical in the free argument.
11872
11873         useless-if-before-free: efficiency tweak
11874         * build-aux/useless-if-before-free: Make the expression-matching
11875         regexp "shy".
11876         Make the *outer* regexp shy, not the expr-matching one.
11877
11878         update code-in-comment to accept cast of free arg
11879         * build-aux/useless-if-before-free: Update regexp.
11880
11881 2008-05-25  Bruno Haible  <bruno@clisp.org>
11882
11883         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
11884         * modules/copy-file-tests (Files, Makefile.am): Update.
11885         * tests/test-copy-file.c (func_test_copy): Update.
11886
11887 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
11888
11889         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
11890
11891 2008-05-23  Bruno Haible  <bruno@clisp.org>
11892
11893         Improve support for ACLs on OSF/1.
11894         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
11895         Remove fallback for unknown flavors of ACLs.
11896
11897 2008-05-22  Bruno Haible  <bruno@clisp.org>
11898
11899         Add support for ACLs on OSF/1.
11900         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
11901         replacements.
11902         (acl_free_text): New macro fallback.
11903         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
11904         acl_free.
11905         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
11906         acl_free_text function. Require AC_C_INLINE.
11907
11908 2008-05-22  Bruno Haible  <bruno@clisp.org>
11909
11910         Make copy_acl work on MacOS X 10.5.
11911         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
11912         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
11913         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
11914         If MODE_INSIDE_ACL, don't assume that every system has the same text
11915         representation for ACLs as FreeBSD.
11916         * lib/copy-acl.c (copy_acl): Add support for platforms with
11917         !MODE_INSIDE_ACL.
11918         * lib/file-has-acl.c (file_has_acl): Likewise.
11919         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
11920         FreeBSD, MacOS X, or IRIX, respectively.
11921
11922 2008-05-22  Bruno Haible  <bruno@clisp.org>
11923
11924         * lib/acl.h: Don't include <sys/acl.h>.
11925         (GETACLCNT): Move fallback to lib/acl-internal.h.
11926         * lib/acl-internal.h: Include <sys/acl.h> here.
11927         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
11928
11929 2008-05-22  Bruno Haible  <bruno@clisp.org>
11930
11931         Split off copy_acl function to separate file.
11932         * lib/copy-acl.c: New file, extracted from lib/acl.c.
11933         * lib/acl.c (copy_acl): Moved function to separate file.
11934         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
11935         * modules/acl (Files): Add lib/copy-acl.c.
11936         (Makefiles.am): Augment lib_SOURCES.
11937
11938 2008-05-22  Bruno Haible  <bruno@clisp.org>
11939
11940         * modules/copy-file-tests: New file.
11941         * tests/test-copy-file.sh: New file.
11942         * tests/test-copy-file.c: New file.
11943         * tests/test-copy-file-sameacls.c: New file.
11944
11945 2008-05-22  Eric Blake  <ebb9@byu.net>
11946
11947         Avoid gcc warning.
11948         * tests/test-memcmp.c (main): Pass NULL indirectly.
11949
11950 2008-05-21  Bruno Haible  <bruno@clisp.org>
11951
11952         Add reference doc about ACLs.
11953         * doc/acl-resources.txt: New file.
11954         * doc/acl-cygwin.txt: New file.
11955
11956 2008-05-21  Bruno Haible  <bruno@clisp.org>
11957
11958         Avoid one more warning from gcc.
11959         * lib/vasnprintf.c (IF_LINT): Update comments.
11960         (VASNPRINTF): Use it also for the 'prefix' array initializer.
11961
11962 2008-05-21  Jim Meyering  <meyering@redhat.com>
11963
11964         avoid a warning from gcc
11965         * lib/vasnprintf.c (IF_LINT): Define.
11966         (scale10_round_decimal_long_double):
11967         Use it to avoid a "may be used uninitialized" warning.
11968         (scale10_round_decimal_double): Likewise.
11969
11970 2008-05-21  Simon Josefsson  <simon@josefsson.org>
11971
11972         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
11973         declared.
11974
11975 2008-05-20  Bruno Haible  <bruno@clisp.org>
11976
11977         * tests/test-memcmp.c (main): Test also the sign of the result. Test
11978         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
11979
11980 2008-05-20  Simon Josefsson  <simon@josefsson.org>
11981
11982         * modules/memcmp-tests: New file.
11983         * tests/test-memcmp.c: New file.
11984
11985 2008-05-19  Bruno Haible  <bruno@clisp.org>
11986
11987         * modules/propername (Notice, configure.ac): Put quoted "..." into
11988         --keyword option.
11989         * lib/propername.h: Update comments accordingly.
11990         Reported by Eric Blake.
11991
11992 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
11993
11994         * modules/getpass-gnu (Depends-on): Add fseeko.
11995
11996 2008-05-19  Simon Josefsson  <simon@josefsson.org>
11997
11998         * modules/base64-tests: New file.
11999
12000 2008-05-19  Bo Borgerson <gigabo@gmail.com>
12001
12002         * lib/base64.c (base64_decode_ctx): If a decode context structure
12003         was passed in use it to ignore newlines.  If a context structure
12004         was _not_ passed in, continue to treat newlines as garbage (this
12005         is the historical behavior).  Formerly base64_decode.
12006         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
12007         takes a decode context structure.
12008         * lib/base64.h (base64_decode): Macro for four-argument calls.
12009         (base64_decode_alloc): Likewise.
12010         * lib/base64.c (base64_decode_ctx): If a decode context structure
12011         was passed in use it to ignore newlines.  If a context structure
12012         was _not_ passed in, continue to treat newlines as garbage (this
12013         is the historical behavior).  Formerly base64_decode.
12014         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
12015         takes a decode context structure.
12016         * lib/base64.h (base64_decode): Macro for four-argument calls.
12017         (base64_decode_alloc): Likewise.
12018
12019 2008-05-19  Jim Meyering  <meyering@redhat.com>
12020
12021         avoid a warning from gcc
12022         * lib/trim.c (IF_LINT): Define.
12023         (trim2): Use it to avoid a "may be used uninitialized" warning.
12024
12025         Fix doc typo.
12026         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
12027
12028 2008-05-19  Bruno Haible  <bruno@clisp.org>
12029
12030         * doc/glibc-functions/getpass.texi: Document limits of other
12031         implementations.
12032
12033 2008-05-19  Simon Josefsson  <simon@josefsson.org>
12034             Bruno Haible <bruno@clisp.org>
12035
12036         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
12037
12038 2008-05-18  Bruno Haible  <bruno@clisp.org>
12039
12040         * modules/propername: New file, from GNU gettext.
12041         * lib/propername.h: New file, from GNU gettext.
12042         * lib/propername.c: New file, from GNU gettext.
12043         * MODULES.html.sh (Internationalization functions): Add propername.
12044
12045 2008-05-16  Jim Meyering  <meyering@redhat.com>
12046             Bruno Haible  <bruno@clisp.org>
12047
12048         Avoid some warnings from "gcc -Wshadow".
12049         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
12050
12051 2008-05-15  Eric Blake  <ebb9@byu.net>
12052
12053         Extend previous patch to cygwin 1.7.0.
12054         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
12055         fast implementation in cygwin >= 1.7.0.
12056         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12057         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12058
12059 2008-05-15  Bruno Haible  <bruno@clisp.org>
12060
12061         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
12062         implementation in glibc >= 2.9.
12063         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12064         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12065
12066 2008-05-15  Bruno Haible  <bruno@clisp.org>
12067
12068         * MODULES.html.sh (Internationalization functions): Remove linebreak.
12069         (Unicode string functions): Add unilbrk/*.
12070         Reported by Karl Berry.
12071
12072 2008-05-15  Eric Blake  <ebb9@byu.net>
12073
12074         Fix violation of <stdbool.h> replacement in regex.
12075         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
12076         * lib/regexec.c (re_search_internal): Likewise.
12077         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
12078
12079 2008-05-15  Jim Meyering  <meyering@redhat.com>
12080
12081         avoid distracting test output when git or cvs is not found
12082         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
12083         * tests/test-vc-list-files-git.sh: Likewise.
12084
12085 2008-05-15  Eric Blake  <ebb9@byu.net>
12086
12087         Glibc finally accepted the memmem speedup code, bugzilla #5514.
12088         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
12089         glibc version.
12090         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
12091         * doc/posix-functions/strstr.texi (strstr): Likewise.
12092         * lib/str-two-way.h (MAX): Sychronize with glibc.
12093
12094 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
12095
12096         * lib/regcomp.c (optimize_utf8): Add a note on why we test
12097         opr.ctx_type.
12098         (calc_first): Initialize constraint field.
12099         (duplicate_node_closure): Use it instead of special casing ANCHORS.
12100         Fix grammar.
12101         (duplicate_node): Merge constraint field for all node types.
12102         (calc_eclosure_iter): Look at constraint field for all node types.
12103         * lib/regex_internal.c (create_cd_newstate): Don't look at
12104         opr.ctx_type.
12105
12106 2008-05-14  Bruno Haible  <bruno@clisp.org>
12107
12108         Help GCC to do better code generation.
12109         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
12110         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
12111         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
12112         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
12113         Declare with attribute 'malloc' if supported.
12114
12115 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
12116
12117         use "echo STR|wc -c" rather than unportable "expr length STR"
12118         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
12119         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
12120
12121 2008-05-14  Jim Meyering  <meyering@redhat.com>
12122
12123         use dd ibs=$n count=1 ... rather than less-portable head -c$n
12124         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
12125         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
12126         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
12127         via Collin Lasse.
12128
12129 2008-05-14  Eric Blake  <ebb9@byu.net>
12130
12131         Avoid quadratic growth in gl_LIBSOURCES.
12132         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
12133         Suggested by Bruno Haible.
12134
12135         Test xmemdup0.
12136         * modules/xmemdup0-tests: New file.
12137         * tests/test-xmemdup0.c: Likewise.
12138
12139 2008-05-13  Eric Blake  <ebb9@byu.net>
12140
12141         Split xmemdup0 into its own module.
12142         * modules/xmemdup0: New file.
12143         * lib/xmemdup0.h: Likewise.
12144         * lib/xmemdup0.c: Likewise.
12145         * MODULES.html.sh (Memory management functions): Add xmemdup0.
12146         * lib/xalloc.h (xmemdup0): Remove.
12147         * lib/xmalloc.c (xmemdup0): Likewise.
12148
12149 2008-05-13  Eric Blake  <ebb9@byu.net>
12150             Bruno Haible  <bruno@clisp.org>
12151
12152         Reduce number of forks required during autoconf.
12153         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
12154         and gl_LIBSOURCES_DIR.
12155         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
12156         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
12157         m4_syscmd per file.
12158         <m4_foreach_w>: Move...
12159         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
12160
12161 2008-05-13  Eric Blake  <ebb9@byu.net>
12162
12163         * gnulib-tool: Fix various comment typos.
12164
12165 2008-05-12  Bruno Haible  <bruno@clisp.org>
12166
12167         Tailor the linebreaking algorithm.
12168         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
12169
12170 2008-05-12  Bruno Haible  <bruno@clisp.org>
12171
12172         Update to Unicode 5.0.0.
12173         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
12174         LBP_JV, LBP_JT. Redistribute values.
12175         (unilbrk_table): Change size.
12176         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
12177         Unicode TR#14 rev. 22.
12178         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
12179         LBP_JV, LBP_JT. Redistribute values.
12180         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
12181         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
12182         Update.
12183         * lib/unilbrk/lbrkprop1.h: Regenerated.
12184         * lib/unilbrk/lbrkprop2.h: Regenerated.
12185         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
12186         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
12187         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
12188         Likewise.
12189         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
12190         Likewise.
12191         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
12192         result.
12193         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
12194         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
12195         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
12196         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
12197         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
12198         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
12199
12200 2008-05-11  Bruno Haible  <bruno@clisp.org>
12201
12202         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
12203
12204 2008-05-11  Bruno Haible  <bruno@clisp.org>
12205
12206         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
12207         * modules/unilbrk/gen-lbrk: New file.
12208
12209 2008-05-11  Bruno Haible  <bruno@clisp.org>
12210
12211         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
12212         * m4/sha512.m4 (gl_SHA512): Likewise.
12213
12214 2008-05-11  Jim Meyering  <meyering@redhat.com>
12215
12216         New modules: crypto/sha256, crypto/sha512 (from coreutils)
12217         * modules/crypto/sha256: New file.
12218         * modules/crypto/sha512: Likewise.
12219         * lib/sha256.c: Likewise.
12220         * lib/sha256.h: Likewise.
12221         * lib/sha512.c: Likewise.
12222         * lib/sha512.h: Likewise.
12223         * lib/u64.h: Likewise.
12224         * m4/sha256.m4: Likewise.
12225         * m4/sha512.m4: Likewise.
12226         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
12227
12228 2008-05-10  Bruno Haible  <bruno@clisp.org>
12229
12230         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
12231         (Input/Output <stdio.h>): Add xprintf.
12232         (Signal handling <signal.h>): Add strsignal.
12233         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
12234         (Core language properties): Add func.
12235         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
12236         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
12237         strings.
12238         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
12239         (Input/output): New section.
12240         (File system functions): Add openat-die, stat-macros.
12241         (Networking functions): Add sockets.
12242         (Unicode string functions): Add unictype/*.
12243         (Support for building libraries and executables): Add gperf.
12244         (Support for building documentation): Add agpl-3.0.
12245         (Misc): Add nocrash.
12246
12247 2008-05-10  Bruno Haible  <bruno@clisp.org>
12248
12249         * modules/unictype/gen-ctype: New file.
12250
12251 2008-05-10  Jim Meyering  <meyering@redhat.com>
12252
12253         Make chdir-safer.c more efficient on a system with no symlinks.
12254         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
12255         also if ELOOP is zero.  Suggested by Bruno Haible.
12256
12257         Make chdir-safer.c slightly safer.
12258         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
12259         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
12260
12261         Avoid compile failure on systems without ELOOP (like mingw).
12262         * lib/chdir-safer.c (ELOOP): Define if not already defined.
12263         Reported by Bruno Haible.
12264
12265 2008-05-10  Bruno Haible  <bruno@clisp.org>
12266
12267         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
12268         (is_utf8_encoding): Use a case-insensitive comparison.
12269         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
12270         streq.
12271
12272 2008-05-10  Bruno Haible  <bruno@clisp.org>
12273
12274         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
12275         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
12276         * lib/unilbrk/ulc-common.h (iconv_string_length,
12277         iconv_string_keeping_offsets): Remove declarations.
12278         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
12279         Don't include <iconv.h>, streq.h, xsize.h.
12280         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
12281         conversion.
12282         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
12283         <iconv.h>, streq.h, xsize.h.
12284         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
12285         conversion.
12286         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
12287         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
12288         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
12289         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
12290
12291 2008-05-10  Bruno Haible  <bruno@clisp.org>
12292
12293         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
12294         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
12295
12296         * modules/unilbrk/u32-width-linebreaks-tests: New file.
12297         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
12298
12299         * modules/unilbrk/u16-width-linebreaks-tests: New file.
12300         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
12301
12302         * modules/unilbrk/u8-width-linebreaks-tests: New file.
12303         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
12304
12305         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
12306         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
12307
12308         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
12309         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
12310
12311         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
12312         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
12313
12314         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
12315         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
12316
12317 2008-05-10  Bruno Haible  <bruno@clisp.org>
12318
12319         Split up 'linebreak' module.
12320         * lib/unilbrk.h: New file, based on lib/linebreak.h.
12321         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
12322         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
12323         modifications.
12324         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
12325         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
12326         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
12327         lib/linebreak.c.
12328         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
12329         lib/linebreak.c.
12330         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
12331         lib/linebreak.c.
12332         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
12333         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
12334         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
12335         lib/linebreak.c.
12336         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
12337         lib/linebreak.c.
12338         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
12339         lib/linebreak.c.
12340         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
12341         lib/linebreak.c.
12342         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
12343         lib/linebreak.c.
12344         * modules/unilbrk/base: New file.
12345         * modules/unilbrk/tables: New file.
12346         * modules/unilbrk/u8-possible-linebreaks: New file.
12347         * modules/unilbrk/u16-possible-linebreaks: New file.
12348         * modules/unilbrk/u32-possible-linebreaks: New file.
12349         * modules/unilbrk/ulc-common: New file.
12350         * modules/unilbrk/ulc-possible-linebreaks: New file.
12351         * modules/unilbrk/u8-width-linebreaks: New file.
12352         * modules/unilbrk/u16-width-linebreaks: New file.
12353         * modules/unilbrk/u32-width-linebreaks: New file.
12354         * modules/unilbrk/ulc-width-linebreaks: New file.
12355         * lib/linebreak.h: Remove file.
12356         * lib/linebreak.c: Remove file.
12357         * m4/linebreak.m4: Remove file.
12358         * modules/linebreak: Remove file.
12359         * NEWS: Mention the changes.
12360
12361 2008-05-09  Eric Blake  <ebb9@byu.net>
12362
12363         Add xmemdup0.
12364         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
12365         implementation.
12366         * lib/xmalloc.c (xmemdup0): New C implementation.
12367
12368 2008-05-08  Bruno Haible  <bruno@clisp.org>
12369
12370         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
12371
12372 2008-05-07  Eric Blake  <ebb9@byu.net>
12373
12374         Support cross-compilation of <wctype.h>.
12375         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
12376         AC_CACHE_CHECK.
12377
12378 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
12379
12380         * build-aux/vc-list-files: Add support for bzr.
12381
12382 2008-05-03  Jim Meyering  <meyering@redhat.com>
12383
12384         avoid failed assertion with tight malloc
12385         * tests/test-getndelim2.c: Correct an off-by-one assertion.
12386
12387 2008-05-03  Simon Josefsson  <simon@josefsson.org>
12388
12389         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
12390         are needed from arpa/inet.h.
12391         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
12392         Reported by Bruno Haible.
12393
12394 2008-05-02  Jim Meyering  <meyering@redhat.com>
12395
12396         avoid compilation error on FreeBSD 6
12397         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
12398
12399 2008-05-01  Jim Meyering  <meyering@redhat.com>
12400
12401         useless-if-before-free: correct --help's exit status description
12402         * build-aux/useless-if-before-free (usage): Like grep, exit 0
12403         for one or more matches, etc.  Reported by Bruno Haible.
12404
12405         vc-list-files: make the stand-alone gnulib test work
12406         * modules/vc-list-files-tests (configure.ac):
12407         Define and AC_SUBST abs_aux_dir.
12408         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
12409         $(abs_top_srcdir) to each script and having each of them
12410         duplicate the work of setting PATH, set PATH here, using
12411         the new variable, abs_aux_dir instead.
12412         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
12413         * tests/test-vc-list-files-git.sh: Likewise.
12414         Reported by Bruno Haible.
12415
12416 2008-05-01  Bruno Haible  <bruno@clisp.org>
12417
12418         * lib/getndelim2.c (getndelim2): Fix newsize computation during
12419         reallocation. Rename 'done' to 'found_delimiter'.
12420
12421 2008-05-01  Jim Meyering  <meyering@redhat.com>
12422
12423         vc-list-files: accommodate /bin/sh like the one from Solaris 10
12424         * build-aux/vc-list-files: Use `...`, not $(...).
12425
12426 2008-04-30  Jim Meyering  <meyering@redhat.com>
12427
12428         add tests for vc-list-files
12429         * modules/vc-list-files-tests: New module.
12430         * tests/test-vc-list-files-cvs.sh: New file.
12431         * tests/test-vc-list-files-git.sh: New file.
12432
12433         avoid a warning from gcc
12434         * lib/getndelim2.c (IF_LINT): Define.
12435         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
12436
12437         vc-list-files: work properly with build-aux/cvsu, too
12438         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
12439         to all cvs-based clauses.
12440
12441         vc-list-files: work properly in the CVS+awk case, too
12442         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
12443
12444         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
12445         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
12446         take more than one file argument, so .  Add quotes, just in case $dir
12447         ever contains a shell meta-character.  Prompted by Soren Hansen in
12448         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
12449
12450 2008-04-29  Eric Blake  <ebb9@byu.net>
12451
12452         Optimize getndelim2 to use block operations when possible.
12453         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
12454         freadseek, and memchr2.
12455         * lib/getndelim2.c (getndelim2): Use them for block reads.
12456
12457 2008-04-29  Bruno Haible  <bruno@clisp.org>
12458
12459         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
12460         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
12461         * modules/inet_ntop (Depends-on): Add extensions.
12462         * modules/inet_pton (Depends-on): Likewise.
12463         Reported by Simon Josefsson.
12464
12465 2008-04-29  Jim Meyering  <meyering@redhat.com>
12466
12467         When the is more than one match in a block, match all of them.
12468         * build-aux/useless-if-before-free: Iterate through each block
12469         until there are no more matches.
12470
12471         Fix broken useless-if-before-free script.
12472         * build-aux/useless-if-before-free: Fix typo: missing "?" after
12473         the expression to match cast of argument to free-like function.
12474
12475 2008-04-29  Eric Blake  <ebb9@byu.net>
12476
12477         Use new header.
12478         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
12479
12480 2008-04-29  Jim Meyering  <meyering@redhat.com>
12481
12482         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
12483         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
12484         by gnulib to exist and to declare e.g., inet_ntop.
12485         Don't include "inet_ntop.h", now removed.
12486
12487         * m4/arpa_inet_h.m4: Remove trailing blanks.
12488
12489 2008-04-29  Eric Blake  <ebb9@byu.net>
12490
12491         Silence valgrind on safe reads beyond potential array bounds.
12492         * lib/rawmemchr.valgrind: New file.
12493         * lib/strchrnul.valgrind: Likewise.
12494         * modules/rawmemchr (Files): Distribute new file.
12495         * modules/strchrnul (Files): Likewise.
12496         Suggested by Bruno Haible.
12497
12498 2008-04-29  Bruno Haible  <bruno@clisp.org>
12499
12500         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
12501         (inet_ntop, inet_pton): Change portability warning's wording.
12502         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
12503         Invoke gl_CHECK_NEXT_HEADERS.
12504         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
12505         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
12506         set ARPA_INET_H.
12507         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
12508         * modules/arpa_inet (Description): No longer only for systems that
12509         lack it.
12510         (Depends-on): Add include_next.
12511         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
12512         HAVE_ARPA_INET_H.
12513
12514 2008-04-29  Jim Meyering  <meyering@redhat.com>
12515
12516         * modules/mkdir (License): Re-license as LGPLv2+.
12517
12518 2008-04-29  Bruno Haible  <bruno@clisp.org>
12519
12520         * modules/rawmemchr (Maintainer): Set to Eric.
12521         * modules/strchrnul (Maintainer): Likewise.
12522
12523 2008-04-29  Simon Josefsson  <simon@josefsson.org>
12524
12525         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
12526         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
12527
12528         * modules/arpa_inet (arpa/inet.h): Use them.
12529
12530 2008-04-28  Eric Blake  <ebb9@byu.net>
12531
12532         Test getndelim2.
12533         * modules/getndelim2-tests: New file.
12534         * tests/test-getndelim2.c: Likewise.
12535         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
12536         stream.
12537         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
12538
12539         * MODULES.html.sh: Document new module.
12540
12541 2008-04-20  Bruno Haible  <bruno@clisp.org>
12542
12543         * lib/c-stack.c (die): Use raise.
12544         * modules/c-stack (Depends-on): Add raise.
12545
12546 2008-04-28  Bruno Haible  <bruno@clisp.org>
12547
12548         Expect rpmatch to be declared.
12549         * lib/yesno.c (rpmatch): Remove declaration.
12550
12551         Declare rpmatch.
12552         * lib/stdlib.in.h (rpmatch): New declaration.
12553         * lib/rpmatch.c: Include <stdlib.h> first.
12554         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
12555         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
12556         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
12557         HAVE_RPMATCH.
12558         * modules/rpmatch (Depends-on): Add stdlib, extensions.
12559         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12560         (Include): Set to <stdlib.h>.
12561         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
12562         HAVE_RPMATCH.
12563         * NEWS: Document the change.
12564
12565 2008-04-28  Bruno Haible  <bruno@clisp.org>
12566
12567         Change rpmatch to use nl_langinfo when appropriate.
12568         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
12569         (N_): New macro.
12570         (localized_pattern): New function/macro.
12571         (try): Remove match, nomatch arguments. Copy the pattern into safe
12572         memory before caching it.
12573         (rpmatch): Use localized_pattern. Add translator comments.
12574         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
12575         Suggested by Eric Blake.
12576         * modules/rpmatch (Depends-on): Add stdbool.
12577
12578 2008-04-28  Eric Blake  <ebb9@byu.net>
12579
12580         Add rawmemchr module, matching glibc.
12581         * modules/string (Makefile.am): New indicator.
12582         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
12583         * lib/string.in.h (rawmemchr): Declare when appropriate.
12584         * modules/rawmemchr: New file.
12585         * m4/rawmemchr.m4: Likewise.
12586         * lib/rawmemchr.c: Likewise.
12587         * modules/rawmemchr-tests: Likewise.
12588         * tests/test-rawmemchr.c: Likewise.
12589         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
12590         module.
12591         * modules/strchrnul (Depends-on): Add rawmemchr.
12592         * lib/strchrnul.c (strchrnul): Optimize a corner case.
12593
12594         Whitespace cleanup.
12595         * tests/test-strchrnul.c: Reindent.
12596         * lib/strchrnul.c: Likewise.
12597
12598         Optimize and test strchrnul.
12599         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
12600         * modules/strchrnul-tests: New file.
12601         * tests/test-strchrnul.c: Likewise.
12602
12603         Remove intprops dependency.
12604         * modules/memchr (Depends-on): Remove intprops.
12605         * modules/memrchr (Depends-on): Likewise.
12606         * modules/memchr2 (Depends-on): Likewise.
12607         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
12608         * lib/memrchr.c (__memrchr): Likewise.
12609         * lib/memrchr2.c (memchr2): Likewise.
12610         Reported by Simon Josefsson.
12611
12612 2008-04-28  Simon Josefsson  <simon@josefsson.org>
12613
12614         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
12615         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12616
12617 2008-04-28  Simon Josefsson  <simon@josefsson.org>
12618
12619         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
12620
12621         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
12622
12623         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
12624
12625         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
12626         declarations.
12627         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
12628
12629         * m4/inet_pton.m4: Don't check for header files.
12630
12631         * m4/inet_ntop.m4: Don't check for header files.
12632
12633 2008-04-28  Simon Josefsson  <simon@josefsson.org>
12634
12635         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
12636         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
12637         trigger for cygwin).
12638         Reported by Bruno Haible  <bruno@clisp.org>.
12639
12640 2008-04-28  Bruno Haible  <bruno@clisp.org>
12641
12642         * doc/posix-functions/strdup.texi: Mention mingw problem.
12643
12644 2008-04-27  Bruno Haible  <bruno@clisp.org>
12645
12646         * modules/stat-time-tests (Depends-on): Add sleep.
12647         * tests/test-stat-time.c (force_unlink): New function.
12648         (cleanup): Use it.
12649         (test_mtime): Remove the ctime related tests.
12650         (test_ctime): New function, containing the ctime related tests.
12651         (main): Call test_ctime, except on native Windows platforms.
12652
12653 2008-04-27  Bruno Haible  <bruno@clisp.org>
12654
12655         * lib/rpmatch.c (rpmatch): Add some comments.
12656         Reported by James Youngman <jay@gnu.org>.
12657
12658 2008-04-27  Bruno Haible  <bruno@clisp.org>
12659
12660         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
12661         quiet NaNs.
12662
12663 2008-04-27  Bruno Haible  <bruno@clisp.org>
12664
12665         Make test-yesno.sh work on mingw.
12666         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
12667         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
12668         (main): Set stdin to binary mode.
12669         * modules/yesno-tests (Depends-on): Add binary-io.
12670
12671 2008-04-27  Bruno Haible  <bruno@clisp.org>
12672
12673         Fix 'isfinite' on x86, x86_64, ia64 platforms.
12674         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
12675         argument that lie outside the IEEE 854 domain.
12676         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
12677         (gl_ISFINITE): Use it.
12678         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
12679
12680 2008-04-27  Bruno Haible  <bruno@clisp.org>
12681
12682         Allow local renaming in config.h.
12683         * lib/memrchr.c (memrchr): Don't undefine outside libc.
12684
12685 2008-04-27  Bruno Haible  <bruno@clisp.org>
12686
12687         * lib/memchr.c (__memchr): Change type of 'i'.
12688         * lib/memchr2.c (memchr2): Likewise.
12689
12690 2008-04-26  Eric Blake  <ebb9@byu.net>
12691         and Bruno Haible  <bruno@clisp.org>
12692
12693         Optimize and test memrchr.
12694         * modules/memrchr (Depends-on): Add intprops.
12695         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
12696         * modules/memrchr-tests: New file.
12697         * tests/test-memrchr.c: New file.
12698
12699 2008-04-26  Bruno Haible  <bruno@clisp.org>
12700
12701         Add tentative support for DragonFly BSD.
12702         * lib/stdio-impl.h: Add macros for DragonFly BSD.
12703         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
12704         fp.
12705         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
12706         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
12707         * lib/fpurge.c (fpurge): Likewise.
12708         * lib/freadable.c (freaadable): Likewise.
12709         * lib/freadahead.c (freadahead): Likewise.
12710         * lib/freading.c (freading): Likewise.
12711         * lib/freadptr.c (freadptr): Likewise.
12712         * lib/freadseek.c (freadptrinc): Likewise.
12713         * lib/fseeko.c (fseeko): Likewise.
12714         * lib/fseterr.c (fseterr): Likewise.
12715         * lib/fwritable.c (fwritable): Likewise.
12716         * lib/fwriting.c (fwriting): Likewise.
12717
12718 2008-04-26  Bruno Haible  <bruno@clisp.org>
12719
12720         * lib/stdio-impl.h: New file.
12721         * lib/fbufmode.c: Include stdio-impl.h.
12722         (fbufmode): Use fp_, remove redundant #defines.
12723         * lib/fflush.c: Include stdio-impl.h.
12724         (clear_ungetc_buffer): Remove redundant #defines.
12725         * lib/fpurge.c: Include stdio-impl.h.
12726         (fpurge): Remove redundant #defines.
12727         * lib/freadable.c: Include stdio-impl.h.
12728         (freadable): Remove redundant #defines.
12729         * lib/freadahead.c: Include stdio-impl.h.
12730         (freadahead): Remove redundant #defines.
12731         * lib/freading.c: Include stdio-impl.h.
12732         (freading): Remove redundant #defines.
12733         * lib/freadptr.c: Include stdio-impl.h.
12734         (freadptr): Remove redundant #defines.
12735         * lib/freadseek.c: Include stdio-impl.h.
12736         (freadptrinc): Remove redundant #defines.
12737         * lib/fseeko.c: Include stdio-impl.h.
12738         (rpl_fseeko): Remove redundant #defines.
12739         * lib/fseterr.c: Include stdio-impl.h.
12740         (fseterr): Remove redundant #defines.
12741         * lib/fwritable.c: Include stdio-impl.h.
12742         (fwritable: Remove redundant #defines.
12743         * lib/fwriting.c: Include stdio-impl.h.
12744         (fwriting): Remove redundant #defines.
12745         * modules/fbufmode (Files): Add lib/stdio-impl.h.
12746         * modules/fflush (Files): Likewise.
12747         * modules/fpurge (Files): Likewise.
12748         * modules/freadable (Files): Likewise.
12749         * modules/freadahead (Files): Likewise.
12750         * modules/freading (Files): Likewise.
12751         * modules/freadptr (Files): Likewise.
12752         * modules/freadseek (Files): Likewise.
12753         * modules/fseeko (Files): Likewise.
12754         * modules/fseterr (Files): Likewise.
12755         * modules/fwritable (Files): Likewise.
12756         * modules/fwriting (Files): Likewise.
12757
12758 2008-04-26  Bruno Haible  <bruno@clisp.org>
12759
12760         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
12761         restore_seek_optimization, update_fpos_cache): New functions, extracted
12762         from rpl_fflush.
12763         (rpl_fflush): Use them.
12764         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
12765         (gl_REPLACE_FFLUSH): Use it.
12766
12767 2008-04-26  Bruno Haible  <bruno@clisp.org>
12768
12769         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
12770         on Solaris.
12771         * tests/test-xstrtoimax.sh: Likewise.
12772         * tests/test-xstrtoumax.sh: Likewise.
12773         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12774
12775 2008-04-26  Bruno Haible  <bruno@clisp.org>
12776
12777         * modules/memchr-tests: New file.
12778         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
12779
12780 2008-04-26  Eric Blake  <ebb9@byu.net>
12781             Bruno Haible  <bruno@clisp.org>
12782
12783         * lib/memchr.c: Include intprops.h.
12784         (__memchr): Optimize parallel detection of matching bytes. Rename local
12785         variables. Add explanatory comments.
12786
12787 2008-04-26  Bruno Haible  <bruno@clisp.org>
12788
12789         Fix module 'memchr', broken since 2000-10-28.
12790         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
12791
12792 2008-04-26  Bruno Haible  <bruno@clisp.org>
12793
12794         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
12795         comments.
12796
12797 2008-04-25  Eric Blake  <ebb9@byu.net>
12798
12799         Use native fstatat on cygwin 1.7.0.
12800         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
12801         first.
12802
12803 2008-04-23  Eric Blake  <ebb9@byu.net>
12804
12805         Improve memchr2 performance.
12806         * lib/memchr2.c (memchr2): Further optimize parallel detection of
12807         NUL bytes.
12808         * modules/memchr2 (Depends-on): Use intprops.h.
12809
12810 2008-04-23  Simon Josefsson  <simon@josefsson.org>
12811
12812         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
12813         an inline function instead of a CPP macro.  Patch by Ben Pfaff
12814         <blp@cs.stanford.edu>.
12815
12816 2008-04-23  Simon Josefsson  <simon@josefsson.org>
12817
12818         * lib/arpa_inet.in.h: New file.
12819
12820         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
12821         (Makefile.am): Sed in substitute header file.
12822
12823         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
12824         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
12825
12826         * modules/inet_ntop (configure.ac): Use
12827         gl_ARPA_INET_MODULE_INDICATOR.
12828
12829         * modules/inet_pton (configure.ac): Use
12830         gl_ARPA_INET_MODULE_INDICATOR.
12831
12832 2008-04-22  Jim Meyering  <meyering@redhat.com>
12833
12834         * modules/verify (License): Re-license as LGPLv2+.
12835
12836 2008-04-22  Simon Josefsson  <simon@josefsson.org>
12837
12838         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
12839         parameter to void* as per POSIX standard (MinGW uses char*).
12840
12841 2008-04-21  Bruno Haible  <bruno@clisp.org>
12842
12843         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12844         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12845         Define to replacements if REPLACE_ISWCNTRL is 1.
12846         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
12847         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
12848         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
12849         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
12850         what it fixes.
12851         * doc/posix-functions/iswalpha.texi: Likewise.
12852         * doc/posix-functions/iswblank.texi: Likewise.
12853         * doc/posix-functions/iswcntrl.texi: Likewise.
12854         * doc/posix-functions/iswdigit.texi: Likewise.
12855         * doc/posix-functions/iswgraph.texi: Likewise.
12856         * doc/posix-functions/iswlower.texi: Likewise.
12857         * doc/posix-functions/iswprint.texi: Likewise.
12858         * doc/posix-functions/iswpunct.texi: Likewise.
12859         * doc/posix-functions/iswspace.texi: Likewise.
12860         * doc/posix-functions/iswupper.texi: Likewise.
12861         * doc/posix-functions/iswxdigit.texi: Likewise.
12862         Reported by Alain Guibert.
12863
12864 2008-04-21  Bruno Haible  <bruno@clisp.org>
12865
12866         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
12867         Patch by Alain Guibert.
12868
12869 2008-04-21  Bruno Haible  <bruno@clisp.org>
12870
12871         Fix test failures on mingw.
12872         * tests/test-xstrtol.c (print_no_progname): New function.
12873         (main): Install it in error_print_progname hook.
12874         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
12875         * tests/test-xstrtoimax.sh: Likewise.
12876         * tests/test-xstrtoumax.sh: Likewise.
12877
12878 2008-04-21  Bruno Haible  <bruno@clisp.org>
12879
12880         Fix test failure on mingw.
12881         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
12882
12883 2008-04-21  Bruno Haible  <bruno@clisp.org>
12884
12885         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
12886         Actually assign a value.
12887
12888 2008-04-20  Bruno Haible  <bruno@clisp.org>
12889
12890         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
12891         take 2.
12892         * lib/canonicalize.c (canonicalize_file_name): Elide if the
12893         'canonicalize-lgpl' module is also used.
12894         * lib/canonicalize-lgpl.c: Undo last change.
12895         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
12896
12897 2008-04-20  Bruno Haible  <bruno@clisp.org>
12898
12899         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
12900         config.h. Provide _mkdir based fallback for mingw.
12901         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
12902         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
12903         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
12904         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
12905         rather than defining mkdir in config.h.
12906         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
12907         (gl_SYS_STAT_H_DEFAULTS): New macro.
12908         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
12909         HAVE_IO_H any more.
12910         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
12911         HAVE_DECL_MKDIR and HAVE_IO_H.
12912
12913 2008-04-20  Bruno Haible  <bruno@clisp.org>
12914
12915         * lib/isapipe.c: Port to native Windows platforms.
12916
12917 2008-04-20  Bruno Haible  <bruno@clisp.org>
12918
12919         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
12920
12921 2008-04-21  Eric Blake  <ebb9@byu.net>
12922
12923         Work around preprocessors that don't handle UINTMAX_MAX.
12924         * lib/memchr2.c (memchr2): Avoid embedded #if.
12925         Reported by Alain Guibert, fix suggested by Bruno Haible.
12926
12927 2008-04-21  Simon Josefsson  <simon@josefsson.org>
12928
12929         * doc/posix-functions/strftime.texi (strftime): Explain better
12930         Windows incompatibility.  Suggested by Micah Cowan
12931         <micah@cowan.name>.
12932
12933 2008-04-20  Bruno Haible  <bruno@clisp.org>
12934
12935         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
12936         unistr/u8-mblen.
12937
12938 2008-04-20  Bruno Haible  <bruno@clisp.org>
12939
12940         Fix test failure on platforms with non-GNU iconv.
12941         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
12942         (U_TO_U8): Use it, rather than u16_to_u8.
12943         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
12944         units at the end of the input string.
12945         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
12946
12947 2008-04-20  Bruno Haible  <bruno@clisp.org>
12948
12949         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
12950         when the resulting length is 0.
12951         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
12952
12953 2008-04-20  Bruno Haible  <bruno@clisp.org>
12954
12955         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
12956         works.
12957         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
12958
12959 2008-04-20  Bruno Haible  <bruno@clisp.org>
12960
12961         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
12962         * modules/tsearch-tests (configure.ac): Test for initstate function.
12963
12964 2008-04-20  Bruno Haible  <bruno@clisp.org>
12965
12966         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
12967         for nlink_t if missing.
12968         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
12969
12970 2008-04-19  Bruno Haible  <bruno@clisp.org>
12971
12972         Work around snprintf bug on Linux libc5.
12973         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
12974         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12975         gl_SNPRINTF_SIZE1.
12976         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12977         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
12978         that test failed.
12979         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
12980         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
12981         * modules/snprintf (Files): Add m4/printf.m4.
12982         * modules/vsnprintf (Files): Likewise.
12983         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
12984         * doc/posix-functions/vsnprintf.texi: Likewise.
12985
12986 2008-04-19  Bruno Haible  <bruno@clisp.org>
12987
12988         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
12989         from 0.0058 to less than 10^-7.
12990
12991 2008-04-19  Bruno Haible  <bruno@clisp.org>
12992
12993         Fix rounding when a precision is given.
12994         * lib/vasnprintf.c (is_borderline): New function.
12995         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
12996         9...9x.
12997         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
12998         %e, %g.
12999         * tests/test-vasprintf-posix.c (test_function): Likewise.
13000         * tests/test-snprintf-posix.h (test_function): Likewise.
13001         * tests/test-sprintf-posix.h (test_function): Likewise.
13002         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
13003         * tests/test-printf-posix.h (test_function): Likewise.
13004         * tests/test-printf-posix.output: Update.
13005         Reported by John Darrington <john@darrington.wattle.id.au> via
13006         Ben Pfaff <blp@cs.stanford.edu>.
13007
13008 2008-04-18  Simon Josefsson  <simon@josefsson.org>
13009
13010         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
13011         Suggested by Bruno Haible <bruno@clisp.org>.
13012
13013 2008-04-17  Bruno Haible  <bruno@clisp.org>
13014
13015         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
13016         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
13017         implementation.
13018         Patch by Bruce Merry <bmerry@gmail.com>.
13019
13020 2008-04-17  Simon Josefsson  <simon@josefsson.org>
13021
13022         * doc/posix-functions/strftime.texi (strftime): Mention that %e
13023         doesn't work under Windows.
13024
13025 2008-04-16  Bruno Haible  <bruno@clisp.org>
13026
13027         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
13028         New macros.
13029         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
13030         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
13031         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
13032         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
13033         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
13034         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
13035         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
13036         macros.
13037         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
13038         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
13039         Northern Sotho, Uighur.
13040
13041 2008-04-16  Bruno Haible  <bruno@clisp.org>
13042
13043         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
13044         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
13045         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
13046         Reported by Daniel Bergström <daniel@octocode.com>.
13047
13048 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
13049             Bruno Haible  <bruno@clisp.org>
13050
13051         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
13052         function.
13053         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
13054         New functions, mostly extracted from gl_locale_name_default.
13055         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
13056
13057 2008-04-16  Eric Blake  <ebb9@byu.net>
13058
13059         Adjust strtod detection to catch glibc 2.7 bug.
13060         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
13061         Reported by John Gatewood Ham.
13062
13063 2008-04-16  Bruno Haible  <bruno@clisp.org>
13064
13065         Add tentative support for Linux libc5.
13066         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
13067         * lib/fpurge.c (fpurge): Likewise.
13068         * lib/freadable.c (freadable): Likewise.
13069         * lib/freadahead.c (freadahead): Likewise.
13070         * lib/freading.c (freading): Likewise.
13071         * lib/freadptr.c (freadptr): Likewise.
13072         * lib/freadseek.c (freadptrinc): Likewise.
13073         * lib/fseeko.c (rpl_fseeko): Likewise.
13074         * lib/fseterr.c (fseterr): Likewise.
13075         * lib/fwritable.c (fwritable): Likewise.
13076         * lib/fwriting.c (fwriting): Likewise.
13077         Reported by Alain Guibert <alguibert+bts@free.fr>.
13078
13079 2008-04-15  Bruno Haible  <bruno@clisp.org>
13080
13081         * modules/mathl (configure.ac): Define module indicator.
13082
13083 2008-04-15  Bruno Haible  <bruno@clisp.org>
13084
13085         * lib/logl.c (logl): Remove unused variables.
13086
13087 2008-04-15  Bruno Haible  <bruno@clisp.org>
13088
13089         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
13090         fails.
13091
13092 2008-04-15  Bruno Haible  <bruno@clisp.org>
13093
13094         * lib/trim.c (trim2): Fix argument of isspace() macro.
13095
13096 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
13097
13098         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
13099         to 0.
13100         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
13101
13102 2008-04-14  Bruno Haible  <bruno@clisp.org>
13103
13104         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
13105         AC_LANG_PROGRAM argument.
13106         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
13107         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
13108         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
13109         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
13110         * m4/math_h.m4 (gl_MATH_H): Likewise.
13111         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
13112         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13113         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
13114         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
13115         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
13116         * m4/regex.m4 (gl_REGEX): Likewise.
13117         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
13118         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
13119         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13120         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
13121         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13122         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
13123         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
13124         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
13125
13126 2008-04-14  Jim Meyering  <meyering@redhat.com>
13127
13128         test-strtod: fix typos: s/abs/fabs/
13129         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
13130
13131 2008-04-13  Bruno Haible  <bruno@clisp.org>
13132
13133         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
13134         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
13135         module is also used and while not building the reloc-wrapper.
13136
13137 2008-04-13  Bruno Haible  <bruno@clisp.org>
13138
13139         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
13140
13141 2008-04-13  Bruno Haible  <bruno@clisp.org>
13142
13143         Fix AIX compilation failure introduced on 2008-04-02.
13144         * tests/test-frexp.c (exp): Undefine before redefining.
13145         * tests/test-frexpl.c (exp): Likewise.
13146
13147 2008-04-13  Bruno Haible  <bruno@clisp.org>
13148
13149         Work around a HP-UX stdio bug.
13150         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
13151         * tests/test-ftello.c (main): Likewise.
13152         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
13153         * doc/posix-functions/ftello.texi: Likewise.
13154
13155 2008-04-13  Bruno Haible  <bruno@clisp.org>
13156
13157         Make test-signbit pass on HP-UX/hppa.
13158         * tests/test-signbit.c (minus_zerol): New variable.
13159         (test_signbitl): Use it.
13160
13161 2008-04-13  Bruno Haible  <bruno@clisp.org>
13162
13163         Make truncl work on OSF/1 4.0.
13164         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
13165         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
13166         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
13167         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
13168         HAVE_DECL_TRUNCL.
13169         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
13170         HAVE_DECL_TRUNCL.
13171         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
13172
13173 2008-04-13  Bruno Haible  <bruno@clisp.org>
13174
13175         * lib/unictype.h: Remove trailing comma from enumeration definitions.
13176
13177 2008-04-13  Bruno Haible  <bruno@clisp.org>
13178
13179         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
13180         expression, so as to avoid HP-UX 11 cc compiler bug.
13181
13182 2008-04-13  Bruno Haible  <bruno@clisp.org>
13183
13184         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
13185
13186 2008-04-13  Bruno Haible  <bruno@clisp.org>
13187
13188         * lib/git-merge-changelog.c: Remove empty declaration outside of
13189         functions.
13190
13191 2008-04-13  Bruno Haible  <bruno@clisp.org>
13192
13193         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
13194
13195 2008-04-13  Bruno Haible  <bruno@clisp.org>
13196
13197         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
13198         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
13199         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
13200         also if it exists but lacks definitions of the SHUT_* macros.
13201         * modules/sys_socket (Description): Update.
13202         Reported by Elbert Pol <e.pol@chello.nl>.
13203
13204 2008-04-13  Bruno Haible  <bruno@clisp.org>
13205
13206         * lib/localcharset.c (OS2): Don't redefine if already defined.
13207         Reported by Elbert Pol <e.pol@chello.nl>.
13208
13209 2008-04-13  Bruno Haible  <bruno@clisp.org>
13210
13211         * lib/binary-io.h [__EMX__]: Include <io.h>.
13212         Reported by Elbert Pol <e.pol@chello.nl>.
13213
13214 2008-04-12  Bruno Haible  <bruno@clisp.org>
13215
13216         * lib/fpucw.h: Enable the definitions also for x86_64.
13217         Needed for NetBSD/x86_64.
13218         Reported by Thomas Klausner <tk@giga.or.at>.
13219
13220 2008-04-12  Bruno Haible  <bruno@clisp.org>
13221
13222         * tests/test-strtod.c: Include isnand.h.
13223         (main): Use isnand instead of isnan.
13224         Reported by Jim Meyering.
13225
13226 2008-04-12  Bruno Haible  <bruno@clisp.org>
13227
13228         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
13229         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
13230
13231 2008-04-12  Jim Meyering  <meyering@redhat.com>
13232
13233         * m4/math_h.m4 (gl_MATH_H): Fix typos.
13234
13235 2008-04-12  Bruno Haible  <bruno@clisp.org>
13236
13237         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
13238         Reported by Elbert Pol <e.pol@chello.nl>.
13239
13240 2008-04-12  Eric Blake  <ebb9@byu.net>
13241
13242         Work around Solaris 10 math.h bug.
13243         * m4/math_h.m4 (gl_MATH_H): Check for bug.
13244         (gl_MATH_H_DEFAULTS): Set up default.
13245         * modules/math (Makefile.am): Replace new indicators.
13246         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
13247         * tests/test-math.c (main): Test this.
13248         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
13249         * doc/posix-headers/math.texi (math.h): Mention bug.
13250         Reported by Nelson H. F. Beebe and Jim Meyering.
13251
13252 2008-04-11  Bruno Haible  <bruno@clisp.org>
13253
13254         Adapt to future versions of Apple GCC.
13255         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
13256         Reported by Peter O'Gorman <peter@pogma.com>.
13257
13258 2008-04-11  Bruno Haible  <bruno@clisp.org>
13259
13260         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
13261
13262 2008-04-11  Bruno Haible  <bruno@clisp.org>
13263
13264         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
13265
13266         * modules/getaddrinfo-tests (Makefile.am): Define
13267         test_getaddrinfo_LDADD.
13268
13269 2008-04-11  Bruno Haible  <bruno@clisp.org>
13270
13271         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
13272         (init): Fix syntax error.
13273         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
13274         is declared.
13275
13276 2008-04-11  Bruno Haible  <bruno@clisp.org>
13277
13278         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
13279         * modules/glob (Depends-on): Add stdbool.
13280
13281 2008-04-11  Bruno Haible  <bruno@clisp.org>
13282
13283         * lib/trim.c: Include <string.h>.
13284
13285 2008-04-11  Eric Blake  <ebb9@byu.net>
13286
13287         Avoid compile failure on OS/2.
13288         * lib/regex_internal.h (internal_function): Disable optimization
13289         on OS/2 (__EMX__), where it caused compiler error.
13290         Reported by Elbert Pol.
13291
13292 2008-04-11  Bruno Haible  <bruno@clisp.org>
13293
13294         Flush the standard error stream before aborting. Needed on mingw.
13295         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
13296         * tests/test-array_list.c (ASSERT): Likewise.
13297         * tests/test-array_oset.c (ASSERT): Likewise.
13298         * tests/test-avltree_list.c (ASSERT): Likewise.
13299         * tests/test-avltree_oset.c (ASSERT): Likewise.
13300         * tests/test-avltreehash_list.c (ASSERT): Likewise.
13301         * tests/test-binary-io.c (ASSERT): Likewise.
13302         * tests/test-byteswap.c (ASSERT): Likewise.
13303         * tests/test-c-ctype.c (ASSERT): Likewise.
13304         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
13305         * tests/test-c-strcasestr.c (ASSERT): Likewise.
13306         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
13307         * tests/test-c-strstr.c (ASSERT): Likewise.
13308         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
13309         * tests/test-canonicalize.c (ASSERT): Likewise.
13310         * tests/test-carray_list.c (ASSERT): Likewise.
13311         * tests/test-ceilf1.c (ASSERT): Likewise.
13312         * tests/test-ceilf2.c (ASSERT): Likewise.
13313         * tests/test-ceill.c (ASSERT): Likewise.
13314         * tests/test-count-one-bits.c (ASSERT): Likewise.
13315         * tests/test-fbufmode.c (ASSERT): Likewise.
13316         * tests/test-fflush2.c (ASSERT): Likewise.
13317         * tests/test-floorf1.c (ASSERT): Likewise.
13318         * tests/test-floorf2.c (ASSERT): Likewise.
13319         * tests/test-floorl.c (ASSERT): Likewise.
13320         * tests/test-fopen.c (ASSERT): Likewise.
13321         * tests/test-fpending.c (ASSERT): Likewise.
13322         * tests/test-fprintf-posix.c (ASSERT): Likewise.
13323         * tests/test-fpurge.c (ASSERT): Likewise.
13324         * tests/test-freadable.c (ASSERT): Likewise.
13325         * tests/test-freadahead.c (ASSERT): Likewise.
13326         * tests/test-freading.c (ASSERT): Likewise.
13327         * tests/test-freadptr.c (ASSERT): Likewise.
13328         * tests/test-freadptr2.c (ASSERT): Likewise.
13329         * tests/test-freadseek.c (ASSERT): Likewise.
13330         * tests/test-freopen.c (ASSERT): Likewise.
13331         * tests/test-frexp.c (ASSERT): Likewise.
13332         * tests/test-frexpl.c (ASSERT): Likewise.
13333         * tests/test-fseek.c (ASSERT): Likewise.
13334         * tests/test-fseeko.c (ASSERT): Likewise.
13335         * tests/test-fstrcmp.c (ASSERT): Likewise.
13336         * tests/test-ftell.c (ASSERT): Likewise.
13337         * tests/test-ftello.c (ASSERT): Likewise.
13338         * tests/test-func.c (ASSERT): Likewise.
13339         * tests/test-fwritable.c (ASSERT): Likewise.
13340         * tests/test-fwriting.c (ASSERT): Likewise.
13341         * tests/test-getdelim.c (ASSERT): Likewise.
13342         * tests/test-getline.c (ASSERT): Likewise.
13343         * tests/test-i-ring.c (ASSERT): Likewise.
13344         * tests/test-iconv-utf.c (ASSERT): Likewise.
13345         * tests/test-iconv.c (ASSERT): Likewise.
13346         * tests/test-isfinite.c (ASSERT): Likewise.
13347         * tests/test-isnand.c (ASSERT): Likewise.
13348         * tests/test-isnanf.c (ASSERT): Likewise.
13349         * tests/test-isnanl.h (ASSERT): Likewise.
13350         * tests/test-ldexpl.c (ASSERT): Likewise.
13351         * tests/test-linked_list.c (ASSERT): Likewise.
13352         * tests/test-linkedhash_list.c (ASSERT): Likewise.
13353         * tests/test-localename.c (ASSERT): Likewise.
13354         * tests/test-lseek.c (ASSERT): Likewise.
13355         * tests/test-mbscasecmp.c (ASSERT): Likewise.
13356         * tests/test-mbscasestr1.c (ASSERT): Likewise.
13357         * tests/test-mbscasestr2.c (ASSERT): Likewise.
13358         * tests/test-mbscasestr3.c (ASSERT): Likewise.
13359         * tests/test-mbscasestr4.c (ASSERT): Likewise.
13360         * tests/test-mbschr.c (ASSERT): Likewise.
13361         * tests/test-mbscspn.c (ASSERT): Likewise.
13362         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
13363         * tests/test-mbspbrk.c (ASSERT): Likewise.
13364         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
13365         * tests/test-mbsrchr.c (ASSERT): Likewise.
13366         * tests/test-mbsspn.c (ASSERT): Likewise.
13367         * tests/test-mbsstr1.c (ASSERT): Likewise.
13368         * tests/test-mbsstr2.c (ASSERT): Likewise.
13369         * tests/test-mbsstr3.c (ASSERT): Likewise.
13370         * tests/test-memchr2.c (ASSERT): Likewise.
13371         * tests/test-memmem.c (ASSERT): Likewise.
13372         * tests/test-open.c (ASSERT): Likewise.
13373         * tests/test-printf-frexp.c (ASSERT): Likewise.
13374         * tests/test-printf-frexpl.c (ASSERT): Likewise.
13375         * tests/test-printf-posix.c (ASSERT): Likewise.
13376         * tests/test-quotearg.c (ASSERT): Likewise.
13377         * tests/test-rbtree_list.c (ASSERT): Likewise.
13378         * tests/test-rbtree_oset.c (ASSERT): Likewise.
13379         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
13380         * tests/test-round1.c (ASSERT): Likewise.
13381         * tests/test-roundf1.c (ASSERT): Likewise.
13382         * tests/test-roundl.c (ASSERT): Likewise.
13383         * tests/test-signbit.c (ASSERT): Likewise.
13384         * tests/test-sleep.c (ASSERT): Likewise.
13385         * tests/test-snprintf-posix.c (ASSERT): Likewise.
13386         * tests/test-snprintf.c (ASSERT): Likewise.
13387         * tests/test-sprintf-posix.c (ASSERT): Likewise.
13388         * tests/test-stat-time.c (ASSERT): Likewise.
13389         * tests/test-strcasestr.c (ASSERT): Likewise.
13390         * tests/test-strerror.c (ASSERT): Likewise.
13391         * tests/test-striconv.c (ASSERT): Likewise.
13392         * tests/test-striconveh.c (ASSERT): Likewise.
13393         * tests/test-striconveha.c (ASSERT): Likewise.
13394         * tests/test-strsignal.c (ASSERT): Likewise.
13395         * tests/test-strstr.c (ASSERT): Likewise.
13396         * tests/test-strtod.c (ASSERT): Likewise.
13397         * tests/test-trunc1.c (ASSERT): Likewise.
13398         * tests/test-trunc2.c (ASSERT): Likewise.
13399         * tests/test-truncf1.c (ASSERT): Likewise.
13400         * tests/test-truncf2.c (ASSERT): Likewise.
13401         * tests/test-truncl.c (ASSERT): Likewise.
13402         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
13403         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
13404         * tests/test-vasnprintf.c (ASSERT): Likewise.
13405         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
13406         * tests/test-vasprintf.c (ASSERT): Likewise.
13407         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
13408         * tests/test-vprintf-posix.c (ASSERT): Likewise.
13409         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
13410         * tests/test-vsnprintf.c (ASSERT): Likewise.
13411         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
13412         * tests/test-wcwidth.c (ASSERT): Likewise.
13413         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
13414         * tests/test-xprintf-posix.c (ASSERT): Likewise.
13415         * tests/test-xvasprintf.c (ASSERT): Likewise.
13416         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
13417         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
13418         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
13419         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
13420         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
13421         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
13422         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
13423         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
13424         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
13425         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
13426         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
13427         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
13428         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
13429         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
13430         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
13431         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
13432         * tests/unictype/test-block_list.c (ASSERT): Likewise.
13433         * tests/unictype/test-block_of.c (ASSERT): Likewise.
13434         * tests/unictype/test-block_test.c (ASSERT): Likewise.
13435         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
13436         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
13437         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
13438         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
13439         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
13440         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
13441         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
13442         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
13443         * tests/unictype/test-combining.c (ASSERT): Likewise.
13444         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
13445         * tests/unictype/test-digit.c (ASSERT): Likewise.
13446         * tests/unictype/test-mirror.c (ASSERT): Likewise.
13447         * tests/unictype/test-numeric.c (ASSERT): Likewise.
13448         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
13449         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
13450         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
13451         * tests/unictype/test-scripts.c (ASSERT): Likewise.
13452         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
13453         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
13454         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
13455         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
13456         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
13457         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
13458         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
13459         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
13460         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
13461         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
13462         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
13463         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
13464         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
13465         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
13466         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
13467         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
13468         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
13469         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
13470         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
13471         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
13472         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
13473         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
13474         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
13475         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
13476         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
13477         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
13478         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
13479         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
13480         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
13481         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
13482         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
13483         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
13484         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
13485         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
13486         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
13487         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
13488         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
13489         Reported by Eric Blake.
13490
13491 2008-04-11  Bruno Haible  <bruno@clisp.org>
13492
13493         * lib/wchar.in.h: Tweak comment.
13494
13495 2008-04-11  Bruno Haible  <bruno@clisp.org>
13496
13497         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
13498         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
13499         gl_COMMON.
13500         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
13501
13502 2008-04-11  Bruno Haible  <bruno@clisp.org>
13503
13504         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
13505
13506 2008-04-11  Simon Josefsson  <simon@josefsson.org>
13507
13508         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
13509         of attempting to use non-existing /dev/*random.  Based on patch
13510         from Adam Strzelecki <ono@java.pl> in
13511         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
13512
13513 2008-04-08  Bruno Haible  <bruno@clisp.org>
13514
13515         Add tentative support for emx+gcc.
13516         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
13517         * lib/fpurge.c (fpurge): Likewise.
13518         * lib/freadable.c (freadable): Likewise.
13519         * lib/freadahead.c (freadahead): Likewise.
13520         * lib/freading.c (freading): Likewise.
13521         * lib/freadptr.c (freadptr): Likewise.
13522         * lib/freadseek.c (freadptrinc): Likewise.
13523         * lib/fseeko.c (rpl_fseeko): Likewise.
13524         * lib/fseterr.c (fseterr): Likewise.
13525         * lib/fwritable.c (fwritable): Likewise.
13526         * lib/fwriting.c (fwriting): Likewise.
13527         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
13528
13529 2008-04-09  Eric Blake  <ebb9@byu.net>
13530
13531         Avoid some autoconf warnings.
13532         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
13533         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
13534         * m4/afs.m4 (gl_AFS): Likewise.
13535         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
13536         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
13537         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13538         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
13539         (gl_INTEGER_TYPE_SUFFIX): Likewise.
13540         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
13541         (AC_CHECK_DECLS_ONCE): Likewise.
13542         Rename file...
13543         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
13544         gnulib-tool requires autoconf 2.59 or better.
13545         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
13546
13547 2008-04-08  Eric Blake  <ebb9@byu.net>
13548
13549         Use 'git describe --match' if present (added in git 1.5.5).
13550         * build-aux/git-version-gen: Limit result to tags that match 'v*'
13551         if possible.
13552
13553 2008-04-08  Bruno Haible  <bruno@clisp.org>
13554
13555         Add tentative support for OpenServer.
13556         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
13557         _ptr, _cnt.
13558         * lib/fpurge.c (fpurge): Likewise.
13559         * lib/freadable.c (freadable): Likewise.
13560         * lib/freadahead.c (freadahead): Likewise.
13561         * lib/freading.c (freading): Likewise.
13562         * lib/freadptr.c (freadptr): Likewise.
13563         * lib/freadseek.c (freadptrinc): Likewise.
13564         * lib/fseeko.c (rpl_fseeko): Likewise.
13565         * lib/fseterr.c (fseterr): Likewise.
13566         * lib/fwritable.c (fwritable): Likewise.
13567         * lib/fwriting.c (fwriting): Likewise.
13568         Reported by Roger Cornelius <rac@tenzing.org> and
13569         Brian K. White <brian@aljex.com>.
13570
13571 2008-04-06  Jim Meyering  <meyering@redhat.com>
13572
13573         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
13574
13575 2008-04-06  Bruno Haible  <bruno@clisp.org>
13576
13577         Avoid possible error with non-ASCII bytes in UTF-8 locales.
13578         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
13579         * tests/test-printf-posix.sh: Likewise.
13580         * tests/test-vfprintf-posix.sh: Likewise.
13581         * tests/test-vprintf-posix.sh: Likewise.
13582         * tests/test-xprintf-posix.sh: Likewise.
13583
13584 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13585
13586         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
13587         hide error from 'ls', needed on OS/2.
13588         Report by Elbert Pol <elbert.pol@gmail.com>.
13589
13590 2008-04-04  Eric Blake  <ebb9@byu.net>
13591
13592         Make test-fseeko.c failures meaningful.
13593         * tests/test-fseeko.c: Print line number on failure.
13594         * tests/test-fseek.c: Likewise.
13595         Reported by Nelson H. F. Beebe.
13596
13597         Improve strtod bug detection check.
13598         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
13599         required for Solaris 10.
13600         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
13601
13602 2008-04-04  Bruno Haible  <bruno@clisp.org>
13603
13604         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
13605         by m4/setenv.m4.
13606
13607 2008-04-03  Eric Blake  <ebb9@byu.net>
13608
13609         Ensure sane .version contents.
13610         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
13611         version string.
13612         * build-aux/git-version-gen: Improve documentation.
13613
13614         Make GNU make output nicer.
13615         * top/GNUmakefile [!_have-Makefile]: Add dependency on
13616         MAKECMDGOALS to enforce message for all command line targets.  Set
13617         srcdir for use in maint.mk.
13618
13619         Another maintainer tweak.
13620         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
13621         a target that regenerates version.
13622
13623 2008-04-03  Jim Meyering  <meyering@redhat.com>
13624
13625         vc-list-files: don't cause coreutils "make po-check" failure
13626         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
13627
13628 2008-04-03  Eric Blake  <ebb9@byu.net>
13629
13630         Allow VPATH usage of vc-list-files.
13631         * build-aux/vc-list-files (scriptversion): Add timestamp.
13632         (options): Add --help, --version, -C.
13633         (CVS): Support installed cvsu.
13634
13635 2008-04-02  Bruno Haible  <bruno@clisp.org>
13636
13637         Avoid some "statement with no effect" warnings from gcc.
13638         * tests/test-wctype.c (main): Explicitly ignore unused values.
13639         Reported by Jim Meyering.
13640
13641 2008-04-02  Jim Meyering  <meyering@redhat.com>
13642
13643         Avoid some warnings from "gcc -Wshadow".
13644         * tests/test-frexp.c (exp): Define to a different identifier.
13645         * tests/test-frexpl.c (exp): Likewise.
13646
13647 2008-04-03  Jim Meyering  <meyering@redhat.com>
13648
13649         bootstrap: remove dangling *.[ch] symlinks from lib
13650         * build-aux/bootstrap [dangling symlink removal]: Move find's
13651         -depth option to precede all others, to avoid a warning.
13652         Remove *.[ch] files too, and from "$source_base" (usually lib/).
13653
13654 2008-04-02  Bruno Haible  <bruno@clisp.org>
13655
13656         Avoid some warnings from "gcc -Wshadow".
13657         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
13658         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
13659         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
13660         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
13661         Reported by Jim Meyering.
13662
13663 2008-04-01  Bruno Haible  <bruno@clisp.org>
13664
13665         Fix test to work on IRIX 6.5 with cc.
13666         * tests/test-math.c (numeric_equal): New function.
13667         (main): Use it.
13668
13669 2008-04-01  Bruno Haible  <bruno@clisp.org>
13670
13671         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
13672
13673 2008-04-01  Bruno Haible  <bruno@clisp.org>
13674
13675         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
13676         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13677         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
13678         (Depends-on): Remove math.
13679
13680         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
13681         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13682         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
13683         (Depends-on): Remove math.
13684
13685         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
13686         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13687         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
13688         (Depends-on): Remove math.
13689         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
13690         (Depends-on): Remove math.
13691
13692         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
13693         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13694         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
13695         (Depends-on): Remove math.
13696         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
13697         (Depends-on): Remove math.
13698
13699         * tests/test-round1.c: Include nan.h.
13700         (main): Use NaNd instead of NAN.
13701         * modules/round-tests (Files): Add tests/nan.h.
13702
13703         * tests/test-trunc1.c: Include nan.h.
13704         (main): Use NaNd instead of NAN.
13705         * modules/trunc-tests (Files): Add tests/nan.h.
13706
13707         * tests/test-roundf1.c: Include nan.h.
13708         (main): Use NaNf instead of NAN.
13709         * modules/roundf-tests (Files): Add tests/nan.h.
13710
13711         * tests/test-truncf1.c: Include nan.h.
13712         (main): Use NaNf instead of NAN.
13713         * modules/truncf-tests (Files): Add tests/nan.h.
13714
13715         * tests/test-ceilf1.c: Include nan.h.
13716         (main): Use NaNf instead of NAN.
13717         * modules/ceilf-tests (Files): Add tests/nan.h.
13718
13719         * tests/test-floorf1.c: Include nan.h.
13720         (main): Use NaNf instead of NAN.
13721         * modules/floorf-tests (Files): Add tests/nan.h.
13722
13723         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
13724         (main): Use NaNf instead of NAN.
13725         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
13726
13727         * tests/test-isnand.c: Include nan.h instead of <math.h>.
13728         (main): Use NaNd instead of NAN.
13729         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
13730
13731         * tests/test-frexp.c: Include nan.h.
13732         (main): Use NaNd instead of NAN.
13733         * modules/frexp-tests (Files): Add tests/nan.h.
13734
13735         * lib/isnan.c: Don't include <math.h>.
13736         (FUNC): Don't use NAN macro.
13737         * modules/isnand-nolibm (Depends-on): Remove math.
13738         * modules/isnanf-nolibm (Depends-on): Remove math.
13739         * modules/isnanl (Depends-on): Remove math.
13740         * modules/isnanl-nolibm (Depends-on): Remove math.
13741
13742         * tests/nan.h: New file.
13743
13744 2008-04-01  Eric Blake  <ebb9@byu.net>
13745
13746         Fix typos.
13747         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
13748         values to be the right type.
13749
13750         For now, cater to gnulib strtod inaccuracies.
13751         * tests/test-strtod.c (main): Allow 1-ulp error on expected
13752         fractional results.  While not as nice from a QoI perspective, it
13753         is a quicker patch than correctly implementing decimal to binary
13754         rounding.
13755
13756 2008-03-31  Eric Blake  <ebb9@byu.net>
13757
13758         Guarantee a definition of NAN.
13759         * lib/math.in.h (NAN): Define if missing.
13760         * tests/test-math.c (main): Test it.
13761         * doc/posix-headers/math.texi (math.h): Document this.
13762         * lib/isnan.c (rpl_isnand): Use it.
13763         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
13764         * tests/test-floorf1.c (NaN): Likewise.
13765         * tests/test-frexp.c (NaN): Likewise.
13766         * tests/test-isnand.c (NaN): Likewise.
13767         * tests/test-isnanf.c (NaN): Likewise.
13768         * tests/test-round1.c (NaN): Likewise.
13769         * tests/test-roundf1.c (NaN): Likewise.
13770         * tests/test-snprintf-posix.h (NaN): Likewise.
13771         * tests/test-sprintf-posix.h (NaN): Likewise.
13772         * tests/test-trunc1.c (NaN): Likewise.
13773         * tests/test-truncf1.c (NaN): Likewise.
13774         * tests/test-vasnprintf-posix.c (NaN): Likewise.
13775         * tests/test-vasprintf-posix.c (NaN): Likewise.
13776         * modules/isnand-nolibm (Depends-on): Add math.
13777         * modules/isnanf-nolibm (Depends-on): Likewise.
13778         * modules/isnanl (Depends-on): Likewise.
13779         * modules/isnanl-nolibm (Depends-on): Likewise.
13780         * modules/snprintf-posix-tests (Depends-on): Likewise.
13781         * modules/sprintf-posix-tests (Depends-on): Likewise.
13782         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
13783         * modules/vsprintf-posix-tests (Depends-on): Likewise.
13784         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
13785         * modules/vasprintf-posix-tests (Depends-on): Likewise.
13786
13787 2008-03-31  Bruno Haible  <bruno@clisp.org>
13788
13789         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
13790         * doc/posix-functions/strtod.texi: Likewise.
13791
13792 2008-03-31  Bruno Haible  <bruno@clisp.org>
13793
13794         * tests/test-strtod.c (main): Don't use C99 syntax.
13795
13796 2008-03-31  Bruno Haible  <bruno@clisp.org>
13797
13798         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
13799         Reported by Eric Blake.
13800
13801 2008-03-31  Jim Meyering  <meyering@redhat.com>
13802
13803         Don't compare actual signbit return values.
13804         * tests/test-strtod.c (main): Rather, compare only their
13805         zero/non-zero nature.
13806
13807 2008-03-31  Eric Blake  <ebb9@byu.net>
13808
13809         More strtod documentation.
13810         * doc/posix-functions/strtod.texi (strtod): Interpret more test
13811         failures as distinct bugs.
13812
13813 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
13814
13815         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
13816         Problem reported by Erik Benada in
13817         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
13818
13819 2008-03-30  Bruno Haible  <bruno@clisp.org>
13820
13821         * tests/test-strtod.c: Add comments about which assertion fails on which
13822         platform.
13823         * doc/posix-functions/strtod.texi: Add info about many more platforms.
13824
13825 2008-03-30  Eric Blake  <ebb9@byu.net>
13826
13827         Test signbit behavior on zeros.
13828         * tests/test-signbit.c (test_signbitf): Add tests for zero.
13829         (test_signbitd, test_signbitl): Likewise.
13830
13831         More strtod touchups.
13832         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
13833         sign of negative underflow, for now.  Use .5, not .1.
13834         * doc/posix-functions/strtod.texi (strtod): Mention these
13835         limitations.
13836         Reported by Jim Meyering.
13837
13838 2008-03-30  Bruno Haible  <bruno@clisp.org>
13839
13840         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
13841         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
13842
13843 2008-03-30  Bruno Haible  <bruno@clisp.org>
13844
13845         Avoid failure when attempting to return empty iconv results on some
13846         platforms.
13847         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
13848         allocation, don't report ENOMEM when the resulting string is empty.
13849
13850 2008-03-30  Bruno Haible  <bruno@clisp.org>
13851
13852         Fix buffer overrun.
13853         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
13854         Don't consider the width for tmp_length. Check count against tmp_length
13855         before doing the padding. Ensure enough allocation during padding.
13856
13857 2008-03-30  Eric Blake  <ebb9@byu.net>
13858
13859         strtod touchups.
13860         * lib/strtod.c (strtod): Avoid compiler warnings.
13861         Reported by Jim Meyering.
13862
13863 2008-03-30  Bruno Haible  <bruno@clisp.org>
13864
13865         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
13866         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
13867         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
13868         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
13869         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
13870         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
13871         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
13872         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
13873
13874         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
13875         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
13876         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
13877         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
13878         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
13879         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
13880         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
13881         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
13882
13883         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
13884         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
13885         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
13886         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
13887         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
13888         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
13889         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
13890         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
13891
13892         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
13893         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
13894
13895         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
13896         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
13897
13898         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
13899         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
13900
13901         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
13902         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
13903         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
13904
13905         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
13906         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
13907         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
13908
13909         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
13910         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
13911         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
13912
13913         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
13914         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
13915         * modules/vasprintf (Depends-on): Add EOVERFLOW.
13916
13917         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
13918         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
13919         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
13920         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
13921         (Depends-on): Add EOVERFLOW.
13922         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
13923         (Depends-on): Add EOVERFLOW.
13924         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
13925         (Depends-on): Add EOVERFLOW.
13926         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
13927         (Depends-on): Add EOVERFLOW.
13928         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
13929         (Depends-on): Add EOVERFLOW.
13930         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
13931         (Depends-on): Add EOVERFLOW.
13932         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
13933         (Depends-on): Add EOVERFLOW.
13934         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
13935         (Depends-on): Add EOVERFLOW.
13936
13937         * lib/sprintf.c (EOVERFLOW): Remove fallback.
13938         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
13939         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
13940
13941         * lib/snprintf.c (EOVERFLOW): Remove fallback.
13942         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
13943         * modules/snprintf (Depends-on): Add EOVERFLOW.
13944
13945         * lib/poll.c (EOVERFLOW): Remove fallback.
13946         * modules/poll (Depends-on): Add EOVERFLOW.
13947
13948         * lib/getugroups.c (EOVERFLOW): Remove fallback.
13949         * modules/getugroups (Depends-on): Add EOVERFLOW.
13950
13951         * lib/getdelim.c (EOVERFLOW): Remove fallback.
13952         * modules/getdelim (Depends-on): Add EOVERFLOW.
13953
13954         * lib/ftell.c (EOVERFLOW): Remove fallback.
13955         * modules/ftell (Depends-on): Add EOVERFLOW.
13956
13957         * lib/fprintf.c (EOVERFLOW): Remove fallback.
13958         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
13959         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
13960
13961         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
13962
13963         * modules/EOVERFLOW-tests: New file.
13964         * tests/test-EOVERFLOW.c: New file.
13965
13966         * modules/EOVERFLOW: New file.
13967         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
13968
13969 2008-03-30  Bruno Haible  <bruno@clisp.org>
13970
13971         Fix bug introduced on 2007-06-10.
13972         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
13973         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
13974
13975 2008-03-30  Bruno Haible  <bruno@clisp.org>
13976
13977         Improve freadseek's efficiency after ungetc.
13978         * lib/freadseek.c: Include freadahead.h.
13979         (freadptrinc): New function, extracted from freadseek.
13980         (freadseek): Use it in a loop. Use freadahead to determine the number
13981         of loop iterations.
13982         * modules/freadseek (Depends-on): Add freadahead.
13983         (configure.ac): Require AC_C_INLINE.
13984
13985 2008-03-30  Bruno Haible  <bruno@clisp.org>
13986
13987         * lib/freadseek.c (freadseek): Don't ignore the return value of
13988         freadptr.
13989
13990 2008-03-29  Eric Blake  <ebb9@byu.net>
13991
13992         Add hex float support.
13993         * modules/strtod (Depends-on): Add c-ctype.
13994         (Link): Mention POW_LIB.
13995         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
13996         whitespace between 'e' and exponent.
13997         * tests/test-strtod.c (main): Enable hex float tests.
13998         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
13999         now provides.
14000
14001         Document various strtod bugs, with some fixes.
14002         * doc/posix-functions/strtod.texi (strtod): Document bugs with
14003         "-0x", "inf", "nan", and hex constants.
14004         * doc/posix-functions/atof.texi (atof): Likewise.
14005         * modules/stdlib (Makefile.am): Support strtod.
14006         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
14007         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
14008         detect additional strtod bugs.
14009         * lib/stdlib.in.h (rpl_strtod): Add declarations.
14010         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
14011         bool where appropriate.  Parse 'inf' and 'nan'.
14012         * tests/test-strtod.c: New file.
14013         * modules/strtod (Depends-on): Add stdbool, stdlib.
14014         (configure.ac): Turn on module indicator.
14015         * modules/strtod-tests: New module.
14016
14017 2008-03-29  Eric Blake  <ebb9@byu.net>
14018
14019         Fix ftell on mingw.
14020         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
14021         * modules/ftell-tests (Depends-on): Add binary-io.
14022         * modules/ftello-tests (Depends-on): Likewise.
14023         * tests/test-ftell.c (main): Enhance test to cover behavior after
14024         ungetc.  Enforce binary mode.
14025         * tests/test-ftello.c (main): Likewise.
14026
14027         Pass test-freadseek on cygwin.
14028         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
14029         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
14030         ungetc buffer.
14031
14032         * tests/test-fflush2.c (main): Fix typo.
14033
14034 2008-03-29  Bruno Haible  <bruno@clisp.org>
14035
14036         * tests/test-fflush2.c (main): Temporarily disable the contents of
14037         this test.
14038         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
14039         Reported by Eric Blake.
14040
14041 2008-03-28  Simon Josefsson  <simon@josefsson.org>
14042
14043         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
14044         (GC_SHA224_DIGEST_SIZE): Add.
14045
14046         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
14047         (gc_hash_digest_length): Likewise.
14048         (gc_hash_buffer): Likewise.
14049
14050 2008-03-25  Bruno Haible  <bruno@clisp.org>
14051
14052         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
14053         detail which gettext release to use.
14054         Reported by Simon Josefsson.
14055
14056 2008-03-26  Jim Meyering  <meyering@redhat.com>
14057
14058         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
14059         * modules/gnumakefile (clean-GNUmakefile): Also, use
14060         test ... && ... || : syntax rather than if-then ... fi.
14061
14062         gnumakefile: Don't double-quote-expand $(VPATH) value.
14063         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
14064
14065 2008-03-24  Eric Blake  <ebb9@byu.net>
14066
14067         Alter GNUmakefile to install into top directory.
14068         * modules/maintainer-makefile: Split, and add dependency...
14069         * modules/gnumakefile: to this new module.
14070         * build-aux/GNUmakefile: Move...
14071         * top/GNUmakefile: ...here.
14072         * build-aux/maint.mk: Move...
14073         * top/maint.mk: ...here.
14074         * MODULES.html.sh (Support for maintaining...): Document new
14075         module.
14076
14077 2008-03-23  Bruno Haible  <bruno@clisp.org>
14078
14079         * gnulib-tool: New options --vc-files, --no-vc-files.
14080         (func_usage): Document them.
14081         (vc_files): New variable.
14082         (func_import): Consider vc_files.
14083         (func_create_testdir): Set vc_files to empty.
14084         Suggested by Jim Meyering and Karl Berry.
14085
14086 2008-03-23  Bruno Haible  <bruno@clisp.org>
14087
14088         Fix regex compilation error on HP-UX 11.
14089         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
14090         * modules/regex (Files): Add m4/mbstate_t.m4.
14091         Reported by Ton Voon <ton.voon@altinity.com>.
14092
14093 2008-03-23  Bruno Haible  <bruno@clisp.org>
14094
14095         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
14096
14097 2008-03-23  Eric Blake  <ebb9@byu.net>
14098             Bruno Haible  <bruno@clisp.org>
14099
14100         Install files from top/ in the destination directory.
14101         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
14102         augmentation also for the files from top/.
14103         (func_import, func_create_testdir): Rewrite file names:
14104         top/filename -> filename.
14105
14106 2008-03-23  Bruno Haible  <bruno@clisp.org>
14107
14108         Tweak "gnulib --version" output.
14109         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
14110
14111 2008-03-23  Bruno Haible  <bruno@clisp.org>
14112
14113         Tweak "gnulib --version" output.
14114         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
14115         rather than contents of ChangeLog, when possible.
14116
14117 2008-03-21  Eric Blake  <ebb9@byu.net>
14118
14119         More --version tweaks.
14120         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
14121         date of last ChangeLog entry.
14122
14123 2008-03-21  Jim Meyering  <meyering@redhat.com>
14124
14125         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
14126
14127 2008-03-20  Eric Blake  <ebb9@byu.net>
14128
14129         VPATH fix.
14130         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
14131
14132 2008-03-20  Simon Josefsson  <simon@josefsson.org>
14133
14134         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
14135         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
14136
14137 2008-03-20  Eric Blake  <ebb9@byu.net>
14138
14139         Sync GNUmakefile with coreutils.
14140         * build-aux/GNUmakefile (have-Makefile): Rename...
14141         (_have-Makefile): ...to this, for namespace consideration.
14142         (GNUmakefile.cfg): Include, if present.
14143         (_autoreconf): Define a default.
14144         (_is-dist-target): New rule for rebuilds to pick up intra-release
14145         version.
14146         (maint-cfg.mk): Rename...
14147         (cfg.mk): ...to this.
14148
14149 2008-03-18  Jim Meyering  <meyering@redhat.com>
14150
14151         New script and module: mktempd
14152         * MODULES.html.sh (maint+release support): Add mktempd.
14153         * build-aux/mktempd: New file.
14154         * modules/mktempd: New file.
14155
14156 2008-03-15  Jim Meyering  <meyering@redhat.com>
14157
14158         Undo last change.
14159         * lib/sha1.c, lib/md5.c: 63 != ~63.
14160         Reported by Andreas Schwab.
14161
14162         sha1.c, md5.c: Hoist a redundant expression.
14163         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
14164         "ctx->buflen" only once, before calling *_process_block.
14165         * lib/md5.c (md5_process_bytes): Likewise.
14166
14167 2008-03-14  Eric Blake  <ebb9@byu.net>
14168
14169         Bump copyright year in files generated by gnulib-tool.
14170         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
14171         gnulib-tool, rather than hard-coding it.
14172
14173         Fix 'gnulib-tool --version' output to work with git.
14174         * gnulib-tool (func_gnulib_dir): New function, extracted from...
14175         (startup): ...here.
14176         (func_version): Use it to invoke git-version-gen, rather than
14177         relying on CVS keyword expansion.  Modernize wording.
14178         (cvsdatestamp, last_checkin_date, version): Kill unused
14179         variables.
14180
14181 2008-03-12  Jim Meyering  <meyering@redhat.com>
14182
14183         Recognize optional cast of the argument to free.
14184         * build-aux/useless-if-before-free: Update regexps.
14185
14186         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
14187
14188 2008-03-11  Bruno Haible  <bruno@clisp.org>
14189
14190         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
14191         by a single package.
14192         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
14193         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
14194         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
14195         Reported by Sam Steingold <sds@gnu.org>.
14196
14197 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
14198
14199         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
14200         repositories.
14201
14202 2008-03-11  Bruno Haible  <bruno@clisp.org>
14203
14204         Avoid conflicts between local macro definitions.
14205         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
14206         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
14207
14208 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
14209             Bruno Haible  <bruno@clisp.org>
14210
14211         Make va_copy work with some version of xlc on AIX 5.1.
14212         * lib/stdarg.in.h: New file.
14213         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
14214         On AIX, use a <stdarg.h> file substitute.
14215         * modules/stdarg (Files): Add lib/stdarg.in.h.
14216         (Depends-on): Add include_next.
14217         (Makefile.am): Build a stdarg.h substitute if requested.
14218         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
14219
14220 2008-03-10  Bruno Haible  <bruno@clisp.org>
14221
14222         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
14223         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14224         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
14225
14226 2008-03-10  Bruno Haible  <bruno@clisp.org>
14227
14228         * modules/stdlib (Depends-on): Add include_next, remove
14229         absolute-header.
14230
14231 2008-03-09  Bruno Haible  <bruno@clisp.org>
14232
14233         * lib/freadahead.h (freadahead): Document more precisely.
14234         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
14235         the sum of both buffer sizes.
14236         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
14237         * NEWS: Document the change.
14238
14239 2008-03-09  Bruno Haible  <bruno@clisp.org>
14240
14241         Extend freadptr to return also the buffer size.
14242         * lib/freadptr.h (freadptr): Add sizep argument.
14243         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
14244         (freadptr): Add sizep argument. Determine buffer size like freadahead
14245         does.
14246         * tests/test-freadptr.c: Don't include freadahead.h.
14247         (main): Adapt for new calling convention of freadptr.
14248         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
14249         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
14250         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
14251         tests/test-freadptr2.sh.
14252         (Depends): Remove freadahead.
14253         (TESTS): Add test-freadptr2.sh.
14254         (check_PROGRAMS): Add test-freadptr2.
14255
14256 2008-03-09  Bruno Haible  <bruno@clisp.org>
14257
14258         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
14259         Report and solution by Simon Josefsson.
14260
14261 2008-03-06  Bruno Haible  <bruno@clisp.org>
14262
14263         Make fflush after ungetc work on BSD platforms.
14264         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
14265         * tests/test-fflush2.c: New file.
14266         * tests/test-fflush2.sh: New file.
14267         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
14268         tests/test-fflush2.c.
14269         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
14270         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
14271
14272 2008-03-06  Eric Blake  <ebb9@byu.net>
14273
14274         Likewise for ftello.
14275         * modules/ftello (Dependencies): Add extensions.
14276         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
14277
14278 2008-03-06  Bruno Haible  <bruno@clisp.org>
14279
14280         * modules/fseeko (Dependencies): Add extensions.
14281         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
14282         Needed on glibc systems.
14283
14284 2008-03-06  Bruno Haible  <bruno@clisp.org>
14285
14286         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
14287         email address.
14288         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
14289
14290 2008-03-06  Bruno Haible  <bruno@clisp.org>
14291
14292         * users.txt: Add libgnupdf.
14293
14294 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
14295
14296         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
14297         (Header File Substitutes, Function Substitutes,
14298         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
14299         (Build robot for gnulib): Fix typo.
14300
14301 2008-03-06  Bruno Haible  <bruno@clisp.org>
14302
14303         * doc/gnulib-tool.texi (VCS Issues): Small updates.
14304         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
14305
14306 2008-03-06  Bruno Haible  <bruno@clisp.org>
14307
14308         * doc/func.texi: New file, extracted from doc/gnulib.texi.
14309         * doc/gnulib.texi: Include it.
14310
14311 2008-03-06  Simon Josefsson  <simon@josefsson.org>
14312
14313         * modules/func (License): Change license to unlimited; there was
14314         no LGPL parts in the module anyway.
14315
14316 2008-03-06  Simon Josefsson  <simon@josefsson.org>
14317
14318         * modules/__func__: Renamed to modules/func.
14319         * modules/__func__-tests: Renamed to modules/func-tests.
14320         * tests/test-__func__.c: Renamed to tests/test-func.c.
14321         * m4/__func__.m4: Renamed to m4/func.m4.
14322         * doc/gnulib.texi (__func__): Section renamed to func.
14323         Suggested by Eric Blake <ebb9@byu.net>.
14324
14325 2008-03-06  Simon Josefsson  <simon@josefsson.org>
14326
14327         * doc/gnulib.texi (__func__): Use C99 terminology when talking
14328         about __func__.  Make example self-contained.  Suggested by Eric
14329         Blake <ebb9@byu.net>.
14330
14331         * tests/test-__func__.c (main): Avoid extraneous () around __func.
14332         Suggested by Eric Blake <ebb9@byu.net>.
14333
14334 2008-03-06  Simon Josefsson  <simon@josefsson.org>
14335
14336         * modules/__func__: New file.
14337         * modules/__func__-tests: New file.
14338         * tests/test-__func__.c: New file.
14339         * m4/__func__.m4: New file.
14340         * doc/gnulib.texi (__func__): Document __func__ module.
14341
14342 2008-03-05  Simon Josefsson  <simon@josefsson.org>
14343
14344         * modules/byteswap (License): Re-license as LGPLv2+.
14345
14346 2008-03-05  Simon Josefsson  <simon@josefsson.org>
14347
14348         * doc/Makefile: Add pdf target.
14349
14350 2008-03-05  Simon Josefsson  <simon@josefsson.org>
14351
14352         * modules/inline (License): Use 'unlimited', since there are only
14353         *.m4 files in this module.
14354
14355 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
14356             Bruno Haible  <bruno@clisp.org>
14357
14358         Add support for HP C 7.1 on OpenVMS 8.3.
14359         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
14360
14361 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
14362
14363         Update VMS specifics.
14364         * lib/getopt.c [VMS]: Remove include of unixlib.h.
14365
14366 2008-03-02  Jim Meyering  <meyering@redhat.com>
14367
14368         Remove the last dependency on the "free" module.
14369         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
14370         Reported by Bob Proulx.
14371
14372         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
14373
14374         Remove useless "if" tests before free.  Deprecate "free" module.
14375         * doc/posix-functions/free.texi: Mention that this
14376         module is no longer useful.
14377         * modules/free (Notice): Say this module is obsolete.
14378         * modules/readutmp (Depends-on): Remove free.
14379         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
14380         * lib/putenv.c (putenv): Likewise.
14381         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
14382         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
14383         * tests/test-c-strcasestr.c (main): Likewise.
14384         * tests/test-c-strstr.c (main): Likewise.
14385         * tests/test-mbscasestr1.c (main): Likewise.
14386         * tests/test-mbscasestr2.c (main): Likewise.
14387         * tests/test-mbsstr1.c (main): Likewise.
14388         * tests/test-mbsstr2.c (main): Likewise.
14389         * tests/test-memmem.c (main): Likewise.
14390         * tests/test-strcasestr.c (main): Likewise.
14391         * tests/test-striconv.c (main): Likewise.
14392         * tests/test-striconveh.c (main): Likewise.
14393         * tests/test-striconveha.c (main): Likewise.
14394         * tests/test-strstr.c (main): Likewise.
14395
14396         * build-aux/git-version-gen: Adjust a comment and the Usage string.
14397
14398         bootstrap: sync from coreutils again
14399         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
14400
14401 2008-03-01  Jim Meyering  <meyering@redhat.com>
14402
14403         bootstrap: sync from coreutils
14404         * build-aux/bootstrap (update_po_files): Copy a .po file into place
14405         also when the target doesn't exist.
14406
14407 2008-03-01  Eric Blake  <ebb9@byu.net>
14408
14409         Fix bugs in last patch.
14410         * lib/memchr2.c (memchr2): Fix typo.
14411         * tests/test-memchr2.c: Test previous bug, and don't use GNU
14412         extension.
14413         Reported by Bruce Korb.
14414
14415         New module 'memchr2'.
14416         * modules/memchr2: New file.
14417         * modules/memchr2-tests: Likewise.
14418         * lib/memchr2.h: Likewise.
14419         * lib/memchr2.c: Likewise, based on memchr.c.
14420         * tests/test-memchr2.c: New test.
14421         * MODULES.html.sh (String handling): Add memchr2.
14422
14423 2008-02-29  Bruno Haible  <bruno@clisp.org>
14424
14425         * modules/freadseek-tests: New file.
14426         * tests/test-freadseek.sh: New file.
14427         * tests/test-freadseek.c: New file.
14428
14429         New module 'freadseek'.
14430         * modules/freadseek: New file.
14431         * lib/freadseek.h: New file.
14432         * lib/freadseek.c: New file.
14433         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
14434
14435 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
14436
14437         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
14438         wydawca.
14439
14440         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
14441         program_invocation_name and program_invocation_short_name are
14442         present.
14443
14444 2008-02-28  Bruno Haible  <bruno@clisp.org>
14445
14446         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
14447         * tests/test-freadptr.sh: Also test non-seekable stdin.
14448
14449 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
14450
14451         * build-aux/bootstrap (source_base, m4_base)
14452         (doc_base, tests_base): New variables.
14453         (gnulib_tool_options): Do not hardcode base directories, use
14454         the above variables instead.
14455
14456 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
14457
14458         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
14459
14460 2008-02-28  Bruno Haible  <bruno@clisp.org>
14461
14462         * modules/freadptr-tests: New file.
14463         * tests/test-freadptr.sh: New file.
14464         * tests/test-freadptr.c: New file.
14465
14466         New module 'freadptr'.
14467         * modules/freadptr: New file.
14468         * lib/freadptr.h: New file.
14469         * lib/freadptr.c: New file.
14470         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
14471
14472 2008-02-26  Karl Berry  <karl@freefriends.org>
14473
14474         Sync from Libtool:
14475         * libltdl/argz.c (argz_add, argz_count): New functions.
14476         * libltdl/argz.in.h: Declare them.
14477         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
14478
14479 2008-02-22  Bruno Haible  <bruno@clisp.org>
14480
14481         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
14482         is a pointer type.  Needed for HP-UX 10.
14483         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
14484         * doc/posix-functions/gmtime_r.texi: Likewise.
14485         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
14486
14487 2008-02-24  Bruno Haible  <bruno@clisp.org>
14488
14489         * modules/environ-tests: New file.
14490         * tests/test-environ.c: New file.
14491
14492         New module 'environ'.
14493         * modules/environ: New file.
14494         * lib/unistd.in.h (environ): New declaration.
14495         * m4/environ.m4: New file.
14496         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
14497         after use.
14498         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
14499         HAVE_DECL_ENVIRON.
14500         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
14501         HAVE_DECL_ENVIRON.
14502         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
14503         wrong claim that 'environ' is missing on some systems.
14504         * modules/execute (Depends-on): Add environ.
14505         * lib/execute.c (environ): Remove fallback declaration.
14506         * modules/pipe (Depends-on): Add environ.
14507         * lib/pipe.c (environ): Remove fallback declaration.
14508         * modules/setenv (Depends-on): Add environ.
14509         * lib/setenv.c (environ): Remove fallback declaration.
14510         * modules/unsetenv (Depends-on): Add environ.
14511         * lib/unsetenv.c (environ): Remove fallback declaration.
14512         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
14513         m4/environ.m4.
14514         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
14515         (gl_PREREQ_UNSETENV): Likewise.
14516
14517 2008-02-24  Bruno Haible  <bruno@clisp.org>
14518
14519         * doc/posix-functions/environ.texi: Document the MacOS X problem.
14520
14521 2008-02-20  Bob Proulx  <bob@proulx.com>
14522
14523         Enable use of older two part flavor 'git describe'.
14524         * build-aux/git-version-gen: If using the older two part flavor of
14525         git version then recreate the third part now present in the
14526         newer three part flavor of git describe.
14527
14528 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
14529
14530         * lib/fts.c (fts_build): Typo correction to comment.
14531
14532 2008-02-17  Bruno Haible  <bruno@clisp.org>
14533
14534         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
14535         generating no-op conflicts.
14536
14537 2008-02-17  Bruno Haible  <bruno@clisp.org>
14538
14539         Speed up by 10%.
14540         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
14541         result_entries, rather than an index-based loop.
14542
14543 2008-02-17  Bruno Haible  <bruno@clisp.org>
14544
14545         Speed up by 25%.
14546         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
14547         'hashcode_cached'.
14548         (entry_create): New function.
14549         (entry_hashcode): Use the cached hashcode if possible.
14550         (read_changelog_file, try_split_merged_entry): Use entry_create.
14551
14552 2008-02-17  Bruno Haible  <bruno@clisp.org>
14553
14554         Speed up from O(n^2) to O(n) for long ChangeLog files.
14555         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
14556         (read_changelog_file): Change implementation of entries_reversed list
14557         to rbtreehash.
14558         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
14559
14560 2008-02-17  Bruno Haible  <bruno@clisp.org>
14561
14562         New option --split-merged-entry.
14563         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
14564         (find_paragraph_end, try_split_merged_entry): New functions.
14565         (long_options): Add option --split-merged-entry.
14566         (usage): Document option --split-merged-entry.
14567         (main): Implement option --split-merged-entry.
14568         Reported by Eric Blake.
14569
14570 2008-02-17  Bruno Haible  <bruno@clisp.org>
14571
14572         * lib/git-merge-changelog.c: Include c-strstr.h.
14573         (main): Support the "git pull --rebase" situation.
14574         * modules/git-merge-changelog (Depends-on): Add c-strstr.
14575         Reported by Eric Blake.
14576
14577 2008-02-16  Eric Blake  <ebb9@byu.net>
14578
14579         Avoid doubling \ in common case of "c-maybe" quoting style.
14580         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
14581         eliding outer quotes.
14582         * lib/quotearg.h: Document this.
14583         * tests/test-quotearg.c (result_strings, inputs, results_g)
14584         (flag_results, locale_results): Test it by adding a new string to
14585         each test group.
14586         (compare_strings): Test new string.
14587
14588 2008-02-13  Eric Blake  <ebb9@byu.net>
14589
14590         Avoid trigraph quoting in default output.
14591         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
14592         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
14593         unless explicitly requested.
14594         * tests/test-quotearg.c (flag_results, main): Add additional tests.
14595
14596 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
14597
14598         Don't rely on signed integer overflowing to negative value.
14599         * lib/getugroups.c (getugroups): Include <limits.h>.
14600         Instead, compare against INT_MAX, and increment only if the test passes.
14601
14602 2008-02-13  Jim Meyering  <meyering@redhat.com>
14603         and Eric Blake  <ebb9@byu.net>
14604
14605         Avoid shadowing warning and compile errors on Linux.
14606         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
14607         forwarding macros on Linux.
14608         (dcgettext): Define a stub, for Linux.
14609         (results_g, main): Avoid warnings.
14610
14611 2008-02-12  Eric Blake  <ebb9@byu.net>
14612
14613         Silence warning in last patch.
14614         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
14615
14616         Quotearg part 4: add tests, fix c-maybe colon quoting.
14617         * lib/quotearg.h: Improve documentation.
14618         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
14619         escapes when adding outer quotes.  When quoting trigraphs, use
14620         valid C notation.  When quoting NUL, omit extra characters if next
14621         character is not digit.  Alter prototype.
14622         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
14623         callers.
14624         * modules/quotearg-tests: New module.
14625         * tests/test-quotearg.c: New test.
14626
14627 2008-02-07  Eric Blake  <ebb9@byu.net>
14628
14629         Quotearg part 3: add flag to control outer quote elision.
14630         * lib/quotearg.h (c_maybe_quoting_style): New style.
14631         (enum quoting_flags): Better documentation of flags.
14632         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
14633         c-maybe style.
14634         (quotearg_buffer_restyled): Handle new flag to elide outer
14635         quotes.
14636
14637         Quotearg part 2: add flag that can control NUL elision.
14638         * lib/quotearg.h (set_quoting_flags): New prototype.
14639         * lib/quotearg.c (struct quoting_options): Add flag field.
14640         (set_quoting_flags): New function.
14641         (quotearg_buffer_restyled): Add flags parameter.
14642         (quotearg_alloc_mem): Set the flag if length cannot be returned.
14643         (quotearg_n_options): Set the flag, since length cannot be
14644         returned.
14645         (quoting_options_from_style): Default flags correctly.
14646
14647         Quotearg part 1: more wrappers, restore quotearg_char state.
14648         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
14649         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
14650         (quotearg_colon_mem): New wrappers.
14651         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
14652         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
14653         functions.
14654         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
14655         (quotearg_colon_mem): New functions.
14656
14657 2008-02-11  Bruno Haible  <bruno@clisp.org>
14658
14659         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
14660         library in the current directory: it does not work with parallel make.
14661         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14662
14663 2008-02-11  Bruno Haible  <bruno@clisp.org>
14664
14665         * .gitattributes: New file.
14666
14667 2008-02-11  Jim Meyering  <meyering@redhat.com>
14668
14669         useless-if-before-free: Fix reversed exit values.
14670         * build-aux/useless-if-before-free: Use correct values
14671         for EXIT_MATCH and EXIT_NO_MATCH.
14672
14673         * build-aux/useless-if-before-free: Close stdout carefully.
14674
14675 2008-02-10  Bruno Haible  <bruno@clisp.org>
14676
14677         New module 'git-merge-changelog'.
14678         * modules/git-merge-changelog: New file.
14679         * lib/git-merge-changelog.c: New file.
14680
14681 2008-02-10  Jim Meyering  <meyering@redhat.com>
14682
14683         useless-if-before-free: New option: --list (-l).
14684
14685         useless-if-before-free: Don't exit immediately upon open failure.
14686         * build-aux/useless-if-before-free: Exit 2 for errors.
14687         Upon failure to open a file, don't exit immediately.
14688         Rather, just warn and continue with any remaining files.
14689
14690 2008-02-10  Bruno Haible  <bruno@clisp.org>
14691
14692         New abstract list operation 'node_set_value'.
14693         * lib/gl_list.h (gl_list_node_set_value): New function.
14694         (struct gl_list_implementation): New field node_set_value.
14695         * lib/gl_list.c (gl_list_node_set_value): New function.
14696         * lib/gl_array_list.c (gl_array_node_set_value): New function.
14697         (gl_array_list_implementation): Update.
14698         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
14699         (gl_carray_list_implementation): Update.
14700         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
14701         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14702         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14703         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
14704         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14705         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14706         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14707         Update.
14708         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
14709         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
14710         (gl_sublist_list_implementation): Update.
14711
14712 2008-02-10  Bruno Haible  <bruno@clisp.org>
14713
14714         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
14715         Needed when ELEMENT is #defined to 'some_type *'.
14716
14717 2008-02-10  Jim Meyering  <meyering@redhat.com>
14718
14719         New script and module: useless-if-before-free
14720         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
14721         * build-aux/useless-if-before-free: New file.
14722         * modules/useless-if-before-free: New file.
14723
14724         * build-aux/gitlog-to-changelog: Use committer date, not author date.
14725
14726         xstrtol_error: Fix typo.
14727         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
14728         s/exit_failure/exit_status/.
14729
14730 2008-02-09  Jim Meyering  <meyering@redhat.com>
14731
14732         New script and module: gitlog-to-changelog
14733         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
14734         * modules/gitlog-to-changelog: New file.
14735         * build-aux/gitlog-to-changelog: New file.
14736
14737 2008-02-08  Jim Meyering  <meyering@redhat.com>
14738
14739         Avoid two "parameter unused" warnings.
14740         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
14741         Mark "st" as used.
14742
14743         Use "git COMMAND", not "git-COMMAND".
14744         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
14745         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
14746         * build-aux/git-version-gen: Use "git status", not "git-status".
14747
14748 2008-02-07  Bruno Haible  <bruno@clisp.org>
14749
14750         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
14751         Avoids a crash on Windows Vista.
14752         Reported by Adam Strzelecki <ono@java.pl> via
14753         Simon Josefsson <simon@josefsson.org>.
14754
14755 2008-02-06  Bruno Haible  <bruno@clisp.org>
14756
14757         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
14758         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
14759         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
14760         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
14761         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14762         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14763         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
14764         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
14765         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14766         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14767         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14768         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14769         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14770         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14771         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14772         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
14773         left-adjust flag.
14774         * tests/test-snprintf-posix.h (test_function): Likewise.
14775         * tests/test-sprintf-posix.h (test_function): Likewise.
14776         * tests/test-vasprintf-posix.c (test_function): Likewise.
14777         * doc/posix-functions/fprintf.texi: Update.
14778         * doc/posix-functions/printf.texi: Update.
14779         * doc/posix-functions/snprintf.texi: Update.
14780         * doc/posix-functions/sprintf.texi: Update.
14781         * doc/posix-functions/vfprintf.texi: Update.
14782         * doc/posix-functions/vprintf.texi: Update.
14783         * doc/posix-functions/vsnprintf.texi: Update.
14784         * doc/posix-functions/vsprintf.texi: Update.
14785         Reported by Peter Fales <psfales@alcatel-lucent.com>.
14786
14787 2008-02-06  Bruno Haible  <bruno@clisp.org>
14788
14789         Fix bug introduced on 2008-01-26.
14790         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
14791
14792 2008-02-06  Bruno Haible  <bruno@clisp.org>
14793
14794         Fix bug introduced on 2007-06-10.
14795         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
14796         !NEED_PRINTF_FLAG_ZERO.
14797
14798 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
14799
14800         getloadavg: use libperfstat on AIX5
14801         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
14802
14803 2008-02-03  Bruno Haible  <bruno@clisp.org>
14804
14805         * lib/diffseq.h: Add comments about required #includes.
14806         Reported by Michael Biggs <gnulib@doubleplum.net>.
14807
14808 2008-02-01  Bruno Haible  <bruno@clisp.org>
14809
14810         * users.txt: Add gnuit.
14811
14812 2008-01-31  Bruno Haible  <bruno@clisp.org>
14813
14814         * lib/md4.c (set_uint32): Mark as inline.
14815         * lib/md5.c (set_uint32): Likewise.
14816         * lib/sha1.c (set_uint32): Likewise.
14817         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
14818         * m4/md5.m4 (gl_MD5): Likewise.
14819         * m4/sha1.m4 (gl_SHA1): Likewise.
14820
14821 2008-01-31  Jim Meyering  <meyering@redhat.com>
14822
14823         Use "sizeof VAR", rather than a literal "4".
14824         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
14825         * lib/md4.c (md4_read_ctx): Likewise.
14826         * lib/sha1.c (sha1_read_ctx): Likewise.
14827
14828 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14829
14830         * tests/test-sha1.c: New file, based on test-md5.c.
14831
14832         * modules/crypto/sha1-tests: New file.
14833
14834 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14835
14836         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
14837
14838 2008-01-31  Jim Meyering  <meyering@redhat.com>
14839
14840         Prefer "sizeof v" over the equivalent "4".
14841         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
14842         * lib/md5.c (set_uint32): Likewise.
14843         * lib/sha1.c (set_uint32): Likewise.
14844
14845 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14846
14847         * lib/sha1.c (set_uint32): Mark function as static.
14848
14849 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14850
14851         md2: clarify comments to say that alignment is not required.
14852         * lib/md2.h: Remove warning about alignment in comment.
14853         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
14854         never been required.
14855
14856 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14857
14858         md4: adapt alignment constraint fix from sha1.
14859         * lib/md4.c (set_uint32): New function, from sha1.c
14860         (md4_read_ctx): Use it.
14861         (md4_finish_ctx): Doc fix.
14862         * lib/md4.h: Doc fix.
14863
14864 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14865
14866         md5: adapt alignment constraint fix from sha1.
14867         * lib/md5.c (set_uint32): New function, from sha1.c
14868         (md5_read_ctx): Use it.
14869         (md5_finish_ctx): Doc fix.
14870         * lib/md5.h: Doc fix.
14871
14872 2008-01-30  Peter Palfrader  <weasel@debian.org>
14873
14874         sha1: remove the result buffer alignment constraint
14875         * lib/sha1.c (set_uint32): New function.
14876         (sha1_read_ctx): Rewrite to remove the result buffer alignment
14877         constraint.
14878         (sha1_finish_ctx): Remove comment warning about alignment constraint.
14879         * lib/sha1.h: Likewise.
14880
14881 2008-01-30  Andreas Schwab  <schwab@suse.de>
14882             Bruno Haible  <bruno@clisp.org>
14883
14884         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
14885         correct definition of LDBL_MIN_EXP.
14886
14887 2008-01-30  Karl Berry  <karl@gnu.org>
14888
14889         * config/srclist-update: try to preserve x bit on updates.
14890         * config/srclistvars.sh: update for karl.
14891
14892 2008-01-29  Jim Meyering  <meyering@redhat.com>
14893
14894         vasnprintf.c: Avoid warning about unused label
14895         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
14896         "overflow" label definition and associated code with the
14897         same cpp condition that guards the sole use of that label.
14898
14899 2008-01-26  Bruno Haible  <bruno@clisp.org>
14900
14901         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
14902         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
14903         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
14904         * lib/isnanl-nolibm.h (isnanl): Likewise.
14905         Reported by Paul Eggert <eggert@cs.ucla.edu>.
14906
14907 2008-01-26  Bruno Haible  <bruno@clisp.org>
14908
14909         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
14910         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
14911
14912 2008-01-26  Bruno Haible  <bruno@clisp.org>
14913
14914         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
14915         GCC >= 4.0 built-in.
14916         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
14917
14918 2008-01-26  Bruno Haible  <bruno@clisp.org>
14919
14920         Rename isnan, applicable to 'double' only, to isnand.
14921         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
14922         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
14923         (configure.ac): Update.
14924         (Include): Replace "isnan.h" with "isnand.h".
14925         * m4/isnand.m4: Renamed from m4/isnan.m4.
14926         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
14927         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
14928         instead of isnan.c.
14929         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
14930         instead of HAVE_ISNAN_IN_LIBC.
14931         (isnand): Renamed from isnan.
14932         * lib/isnand.c: New file.
14933         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
14934         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
14935         (Makefile.am): Update.
14936         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
14937         Include isnand.h instead of isnan.h.
14938         (main): Test isnand instead of isnan.
14939         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
14940         isnan-nolibm.
14941         * modules/frexp (Depends-on): Likewise.
14942         * modules/frexp-tests (Depends-on): Likewise.
14943         * modules/frexp-nolibm (Depends-on): Likewise.
14944         * modules/frexp-nolibm-tests (Depends-on): Likewise.
14945         * modules/isfinite (Depends-on): Likewise.
14946         * modules/round-tests (Depends-on): Likewise.
14947         * modules/signbit (Depends-on): Likewise.
14948         * modules/signbit-tests (Depends-on): Likewise.
14949         * modules/snprintf-posix (Depends-on): Likewise.
14950         * modules/sprintf-posix (Depends-on): Likewise.
14951         * modules/trunc-tests (Depends-on): Likewise.
14952         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14953         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14954         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14955         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14956         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14957         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14958         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14959         * modules/vasnprintf-posix (Depends-on): Likewise.
14960         * modules/vasprintf-posix (Depends-on): Likewise.
14961         * modules/vfprintf-posix (Depends-on): Likewise.
14962         * modules/vsnprintf-posix (Depends-on): Likewise.
14963         * modules/vsprintf-posix (Depends-on): Likewise.
14964         * lib/frexp.c: Include isnand.h instead of isnan.h.
14965         (ISNAN): Set to isnand instead of isnan.
14966         * lib/isfinite.c: Include isnand.h instead of isnan.h.
14967         (gl_isfinited): Use isnand instead of isnan.
14968         * lib/signbitd.c: Include isnand.h instead of isnan.h.
14969         (gl_signbitd): Use isnand instead of isnan.
14970         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
14971         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
14972         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
14973         (main): Use isnand instead of isnan.
14974         * tests/test-round1.c: Include isnand.h.
14975         (main): Use isnand instead of isnan.
14976         * tests/test-round2.c: Include isnand.h instead of isnan.h.
14977         (ISNAN): Set to isnand instead of isnan.
14978         * tests/test-trunc1.c: Include isnand.h.
14979         (main): Use isnand instead of isnan.
14980         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
14981         (equal): Use isnand instead of isnan.
14982         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
14983         isnand-nolibm.
14984         * NEWS: Mention the change.
14985
14986 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14987             Bruno Haible  <bruno@clisp.org>
14988
14989         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
14990         the GCC builtins for signbits are present and set
14991         REPLACE_SIGNBIT_USING_GCC if so.
14992         * lib/math.in.h (signbit): Define using GCC builtins if
14993         REPLACE_SIGNBIT_USING_GCC is set.
14994         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
14995         REPLACE_SIGNBIT_USING_GCC.
14996         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
14997
14998 2008-01-25  Jim Meyering  <meyering@redhat.com>
14999
15000         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
15001         * lib/poll.c: Include <config.h>, not "config.h".
15002         * tests/test-getaddrinfo.c: Likewise.
15003
15004 2008-01-25  Simon Josefsson  <simon@josefsson.org>
15005
15006         * modules/sockets-tests: New file.
15007
15008 2008-01-24  Simon Josefsson  <simon@josefsson.org>
15009
15010         * modules/sockets: New module, can be used to call WSA_Startup and
15011         WSA_Cleanup when needed.
15012
15013         * lib/sockets.h, lib/sockets.c: New files.
15014
15015         * m4/sockets.m4: New file.
15016
15017         * tests/test-sockets.c: New file.
15018
15019 2008-01-19  Bruno Haible  <bruno@clisp.org>
15020
15021         * doc/posix-headers: Renamed from doc/headers.
15022         * doc/posix-functions: Renamed from doc/functions.
15023         * doc/gnulib.texi: Update.
15024
15025 2008-01-19  Bruno Haible  <bruno@clisp.org>
15026
15027         * doc/glibc-functions/strcasestr.texi: Include contents of
15028         doc/functions/strcasestr.texi, fixing the list of platforms.
15029         * doc/functions/strcasestr.texi: Remove file.
15030
15031 2008-01-19  Bruno Haible  <bruno@clisp.org>
15032
15033         * doc/glibc-functions/memmem.texi: Include contents of
15034         doc/functions/memmem.texi.
15035         * doc/functions/memmem.texi: Remove file.
15036
15037 2008-01-18  Bruno Haible  <bruno@clisp.org>
15038
15039         * doc/glibc-functions/*.texi: New files.
15040         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
15041         to use the new files.
15042
15043 2008-01-17  Bruno Haible  <bruno@clisp.org>
15044
15045         * tests/test-gethostname.c (main): Fix printf statement.
15046
15047 2008-01-17  Simon Josefsson  <simon@josefsson.org>
15048
15049         * modules/gethostname-tests: New file.
15050
15051         * tests/test-gethostname.c: New file.
15052
15053 2008-01-17  Simon Josefsson  <simon@josefsson.org>
15054
15055         * lib/gethostname.c: Include string.h unconditionally, strncpy is
15056         used by the UNAME case.  Reported by Bruno Haible
15057         <bruno@clisp.org>.
15058
15059 2008-01-17  Eric Blake  <ebb9@byu.net>
15060
15061         Convert c-strcasestr to be more efficient.
15062         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
15063         (Depends-on): Add c-strcase, remove malloca, strnlen.
15064         * tests/test-c-strcasestr.c (main): Enhance test.
15065         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
15066
15067 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
15068
15069         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
15070         Use it in creating po/Makevars.
15071
15072 2008-01-15  Simon Josefsson  <simon@josefsson.org>
15073
15074         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
15075         Applications that requires it should initialize libgcrypt
15076         manually.
15077
15078 2008-01-16  Simon Josefsson  <simon@josefsson.org>
15079
15080         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
15081
15082 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
15083
15084         Fix problem with getdate on mingw32 reported by Simon Josefsson
15085         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
15086         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
15087         tzname", when deciding whether to declare tzname.
15088         * lib/strftime.c (tzname): Likewise.
15089
15090 2008-01-15  Bruno Haible  <bruno@clisp.org>
15091
15092         Work around a MacOS X 10.5 bug in frexpl().
15093         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
15094         * doc/functions/frexpl.texi: Document the bug.
15095         Reported by Elias Pipping <pipping@gentoo.org>.
15096
15097 2008-01-14  Eric Blake  <ebb9@byu.net>
15098
15099         Touch up previous patch.
15100         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
15101         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
15102
15103         Convert strcasestr module to use Two-Way algorithm.
15104         * modules/strcasestr-simple: New module, based on the old
15105         strcasestr, but with Two-Way rather than KMP.
15106         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
15107         * lib/string.in.h (rpl_strcasestr): Declare.
15108         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
15109         performance.
15110         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
15111         * modules/string (Makefile.am): Support strcasestr.
15112         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
15113         * modules/strcasestr-tests (Depends-on): Check for alarm.
15114         * tests/test-strcasestr.c: Augment test.
15115         * lib/str-two-way.h: Clean up stray macro.
15116         * NEWS: Document new module.
15117         * MODULES.html.sh (string handling): Likewise.
15118         * doc/functions/strcasestr.texi: New file.
15119         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
15120         here, since it is not a POSIX function.
15121
15122 2008-01-14  Colin Watson  <cjwatson@debian.org>
15123             Bruno Haible  <bruno@clisp.org>
15124
15125         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
15126         works fine; if not, set REPLACE_STRSIGNAL.
15127         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
15128         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15129         REPLACE_STRSIGNAL.
15130         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
15131         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
15132         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
15133
15134 2008-01-14  Bruno Haible  <bruno@clisp.org>
15135
15136         * modules/strsignal (Include): Change to <string.h>.
15137
15138 2008-01-14  Colin Watson  <cjwatson@debian.org>
15139
15140         * modules/argp (Notice): Add a notice recommending to change
15141         XGETTEXT_OPTIONS.
15142         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
15143
15144 2008-01-13  Colin Watson  <cjwatson@debian.org>
15145
15146         * modules/strsignal-tests: New file.
15147         * tests/test-strsignal.c: New file.
15148
15149         * lib/strsignal.c: New file, from glibc with modifications.
15150         * lib/siglist.h: New file, from glibc with modifications.
15151         * lib/string.in.h (strsignal): New declaration.
15152         * m4/strsignal.m4: New file.
15153         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15154         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
15155         * modules/strsignal: New file.
15156         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
15157         HAVE_DECL_STRSIGNAL.
15158
15159 2008-01-13  Bruno Haible  <bruno@clisp.org>
15160
15161         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
15162         locale encoding is not ASCII. Needed for OpenBSD 4.0.
15163         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
15164         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15165
15166 2008-01-13  Bruno Haible  <bruno@clisp.org>
15167
15168         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
15169         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
15170         * lib/argp.h (__attribute__): Likewise.
15171         * lib/c-stack.c (__attribute__): Likewise.
15172         * lib/error.h (__attribute__): Likewise.
15173         * lib/fts.c (__attribute__): Likewise.
15174         * lib/openat.h (__attribute__): Likewise.
15175         * lib/stdio.in.h (__attribute__): Likewise.
15176         * lib/string.in.h (__attribute__): Likewise.
15177         * lib/utimens.c (__attribute__): Likewise.
15178         * lib/vasnprintf.h (__attribute__): Likewise.
15179         * lib/xalloc.h (__attribute__): Likewise.
15180         * lib/xprintf.h (__attribute__): Likewise.
15181         * lib/xstrtol.h (__attribute__): Likewise.
15182         * lib/xvasprintf.h (__attribute__): Likewise.
15183
15184 2008-01-12  Bruno Haible  <bruno@clisp.org>
15185
15186         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
15187         * doc/glibc-headers/a.out.texi: New file.
15188         * doc/glibc-headers/aliases.texi: New file.
15189         * doc/glibc-headers/alloca.texi: New file.
15190         * doc/glibc-headers/ar.texi: New file.
15191         * doc/glibc-headers/argp.texi: New file.
15192         * doc/glibc-headers/argz.texi: New file.
15193         * doc/glibc-headers/byteswap.texi: New file.
15194         * doc/glibc-headers/crypt.texi: New file.
15195         * doc/glibc-headers/endian.texi: New file.
15196         * doc/glibc-headers/envz.texi: New file.
15197         * doc/glibc-headers/err.texi: New file.
15198         * doc/glibc-headers/error.texi: New file.
15199         * doc/glibc-headers/execinfo.texi: New file.
15200         * doc/glibc-headers/fpu_control.texi: New file.
15201         * doc/glibc-headers/fstab.texi: New file.
15202         * doc/glibc-headers/fts.texi: New file.
15203         * doc/glibc-headers/getopt.texi: New file.
15204         * doc/glibc-headers/ieee754.texi: New file.
15205         * doc/glibc-headers/ifaddrs.texi: New file.
15206         * doc/glibc-headers/libintl.texi: New file.
15207         * doc/glibc-headers/mcheck.texi: New file.
15208         * doc/glibc-headers/mntent.texi: New file.
15209         * doc/glibc-headers/obstack.texi: New file.
15210         * doc/glibc-headers/paths.texi: New file.
15211         * doc/glibc-headers/printf.texi: New file.
15212         * doc/glibc-headers/pty.texi: New file.
15213         * doc/glibc-headers/resolv.texi: New file.
15214         * doc/glibc-headers/shadow.texi: New file.
15215         * doc/glibc-headers/sysexits.texi: New file.
15216         * doc/glibc-headers/ttyent.texi: New file.
15217
15218 2008-01-12  Jim Meyering  <meyering@redhat.com>
15219
15220         announce-gen: emit Gnulib's git-based version string.
15221         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
15222         New option --gnulib-version=V, where V is expected to be
15223         the output of running git describe in the gnulib directory.
15224         (get_tool_versions): Request feedback on xdelta.  I suspect it's
15225         not useful, and plan to stop publishing an xdelta file with each
15226         coreutils release.
15227
15228         * build-aux/announce-gen: Also check for lzma-compressed files.
15229
15230 2008-01-11  Bruno Haible  <bruno@clisp.org>
15231
15232         * tests/test-memmem.c (main): Increase maximum allowed time.
15233         * tests/test-strstr.c (main): Likewise.
15234
15235 2008-01-11  Bruno Haible  <bruno@clisp.org>
15236
15237         * doc/functions/memmem.texi: Add more precisions about platforms.
15238         * doc/functions/strstr.texi: Likewise.
15239
15240 2008-01-10  Eric Blake  <ebb9@byu.net>
15241
15242         * m4/strstr.m4: Delete cruft from copy-n-paste.
15243         Reported by Bruno Haible.
15244
15245 2008-01-10  Bruno Haible  <bruno@clisp.org>
15246
15247         Make c-strstr rely on strstr.
15248         * lib/c-strstr.c: Don't include str-kmp.h.
15249         (c_strstr): Define in terms of strstr.
15250         * modules/c-strstr (Files): Remove lib/str-kmp.h.
15251         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
15252
15253 2008-01-10  Bruno Haible  <bruno@clisp.org>
15254
15255         * doc/gnulib.texi (String Functions in C Locale): New section.
15256         * doc/c-ctype.texi: New file.
15257         * doc/c-strcase.texi: New file.
15258         * doc/c-strcaseeq.texi: New file.
15259         * doc/c-strcasestr.texi: New file.
15260         * doc/c-strstr.texi: New file.
15261         * doc/c-strtod.texi: New file.
15262         * doc/c-strtold.texi: New file.
15263
15264 2008-01-10  Eric Blake  <ebb9@byu.net>
15265
15266         * lib/relocatable.h: Fix a comment.
15267
15268 2008-01-10  Eric Blake  <ebb9@byu.net>
15269
15270         Share two-way algorithm.
15271         * lib/str-two-way.h: New file, merged from...
15272         * lib/memmem.c: ...here...
15273         * lib/strstr.c: ...and here.
15274         * modules/memmem (Files): Use it.
15275         * modules/strstr (Files): Likewise.
15276
15277         Avoid quadratic strstr implementations.
15278         * lib/strstr.c: New file.
15279         * m4/strstr.m4: Likewise.
15280         * modules/strstr: Likewise.
15281         * modules/strstr-tests: Likewise.
15282         * tests/test-strstr.c: Likewise.
15283         * lib/string.in.h (rpl_strstr): Declare.
15284         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
15285         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
15286         * modules/string (Makefile.am): Likewise.
15287         * MODULES.html.sh (string handling): Mention new module.
15288         * doc/functions/strstr.texi (strstr): Document the bug.
15289
15290 2008-01-10  Bruno Haible  <bruno@clisp.org>
15291
15292         * lib/relocatable.h (relocate): State whether result is freshly
15293         allocated or not.
15294         * lib/relocatable.c (relocate): Return a freshly allocated string
15295         instead of a pointer to a privately held string.
15296         Reported by Sylvain Beucler <beuc@gnu.org>.
15297
15298 2008-01-10  Colin Watson  <cjwatson@debian.org>
15299
15300         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
15301         s/S_ISNLK/S_ISLNK/.
15302
15303 2008-01-09  Bruno Haible  <bruno@clisp.org>
15304
15305         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
15306         and other files.
15307         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
15308         if it's only a guess.
15309         * modules/memmem: Simplify by depending on memmem-simple.
15310
15311 2008-01-09  Bruno Haible  <bruno@clisp.org>
15312
15313         Work around OpenBSD 4.0 tdelete() bug.
15314         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
15315         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
15316         macros and don't redefine the enum values.
15317         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
15318         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
15319         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
15320
15321 2008-01-09  Bruno Haible  <bruno@clisp.org>
15322
15323         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
15324         (main): Don't perform the tests if setlocale did not install a UTF-8
15325         locale. Needed on OpenBSD 4.0.
15326         * modules/wcwidth-tests (Depends-on): Add localcharset.
15327
15328 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15329
15330         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
15331         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
15332         * NEWS: announce this.
15333         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
15334
15335 2008-01-09  Simon Josefsson  <simon@josefsson.org>
15336         and Eric Blake  <ebb9@byu.net>
15337
15338         Add memmem-simple module.
15339         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
15340         (gl_FUNC_MEMMEM): Separate performance from presence checks.
15341         * modules/memmem-simple: New file.
15342         * modules/memmem (Description): Tweak.
15343         * MODULES.html.sh (string handling): Mention new module.
15344         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
15345         addressed by memmem-simple.
15346         * NEWS: Document the difference.
15347
15348 2008-01-09  Eric Blake  <ebb9@byu.net>
15349
15350         Give gcc some memmem optimization hints.
15351         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
15352         (strcasestr): Declare as pure.
15353         * modules/memmem (Maintainer): Claim my implementation.
15354
15355 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15356
15357         Support AIX 6.1 and higher.
15358         * build-aux/config.libpath: Likewise.
15359         * build-aux/config.rpath: Likewise.
15360
15361 2008-01-08  Jim Meyering  <meyering@redhat.com>
15362             Bruno Haible  <bruno@clisp.org>
15363
15364         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
15365         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
15366         Reported by Peter Fales in
15367         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
15368
15369 2008-01-08  Bruno Haible  <bruno@clisp.org>
15370
15371         * modules/unictype/category-of (Depends-on): Add
15372         unictype/category-none.
15373         * modules/unictype/category-and-tests (Depends-on): Add
15374         unictype/category-{L,N,Lu,Nd}.
15375         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
15376         * modules/unictype/category-or-tests (Depends-on): Add
15377         unictype/category-{L,N}.
15378         * modules/unictype/category-name-tests (Depends-on): Add
15379         unictype/category-{Z,Nl}.
15380         Reported by Simon Josefsson.
15381
15382 2008-01-08  Bruno Haible  <bruno@clisp.org>
15383
15384         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
15385         convention better.
15386         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
15387         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
15388         Reported by Peter Miller <millerp@canb.auug.org.au>.
15389
15390 2008-01-08  Eric Blake  <ebb9@byu.net>
15391
15392         Rewrite memmem to guarantee linear complexity without malloc.
15393         * lib/memmem.c (memmem): Use Two-Way rather than
15394         Knuth-Morris-Pratt, to allow O(1) space usage.
15395         (critical_factorization, two_way_short_needle)
15396         (two_way_long_needle): New functions.
15397         (knuth_morris_pratt): Delete.
15398         * modules/memmem (Depends-on): No longer need malloca or stdbool.
15399         Add stdint.
15400         * tests/test-memmem.c (main): Add tests for periodic needle and
15401         sublinear performance.
15402         * doc/functions/memmem.texi (memmem): Document other deficiencies
15403         in cygwin and older glibc.
15404
15405 2008-01-08  Bruno Haible  <bruno@clisp.org>
15406
15407         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
15408         augmentation.
15409
15410 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
15411
15412         Add a configure time option: --disable-acl.
15413         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
15414         AC_ARG_ENABLE(acl).
15415
15416 2008-01-06  Simon Josefsson  <simon@josefsson.org>
15417
15418         * tests/test-localename.c: Don't include obsolete "setenv.h".
15419
15420         * modules/localename-tests (Depends-on): Need unsetenv.
15421
15422 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15423
15424         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
15425
15426 2008-01-06  Colin Watson  <cjwatson@debian.org>
15427
15428         * users.txt: Add man-db.
15429
15430 2008-01-07  Bruno Haible  <bruno@clisp.org>
15431
15432         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
15433         previous section name.
15434
15435 2008-01-07  Bruno Haible  <bruno@clisp.org>
15436
15437         * lib/progname.c (set_program_name): Don't strip off a leading
15438         "lt-" prefix outside a .libs directory.
15439         Suggested by Paul Eggert.
15440
15441 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
15442             Bruno Haible  <bruno@clisp.org>
15443
15444         Improve memory cleanup in 'relocatable' module.
15445         * lib/relocatable.h (compute_curr_prefix): Change return type to
15446         'char *'.
15447         * lib/relocatable.c (compute_curr_prefix): Change return type to
15448         'char *'. Free curr_installdir after use.
15449         (relocate): Free curr_prefix_better after use.
15450         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
15451
15452 2008-01-01  Bruno Haible  <bruno@clisp.org>
15453
15454         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
15455         failure on older glibc systems.
15456         Reported by Peter Fales <psfales@alcatel-lucent.com>.
15457
15458 2008-01-05  Eric Blake  <ebb9@byu.net>
15459
15460         Avoid quadratic system memmem.
15461         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
15462         Reported by Ralf Wildenhues.
15463
15464         Fix memmem test for mingw.
15465         * modules/memmem-tests (configure.ac): Check for alarm.
15466         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
15467         it.
15468         * doc/functions/memmem.texi: New file.
15469         * doc/gnulib.texi (Function Substitutes): Add memmem.
15470         Reported by Bruno Haible.
15471
15472 2008-01-04  Bruno Haible  <bruno@clisp.org>
15473
15474         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
15475         Require gl_HEADER_STRINGS_H_DEFAULTS, not
15476         gl_HEADER_STRING_H_DEFAULTS.
15477
15478 2008-01-04  Eric Blake  <ebb9@byu.net>
15479
15480         Shorten duration of memmem test.
15481         * tests/test-memmem.c (main): Use alarm to declare failure if test
15482         is taking too long.
15483         Reported by Ralf Wildenhues.
15484
15485 2007-12-21  Simon Josefsson  <simon@josefsson.org>
15486
15487         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
15488         string, needed by strerror.
15489
15490 2008-01-03  Colin Watson  <cjwatson@debian.org>
15491             Bruno Haible  <bruno@clisp.org>
15492
15493         * doc/gnulib-tool.texi (Localization): New section.
15494
15495 2008-01-02  Bruno Haible  <bruno@clisp.org>
15496
15497         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
15498         variables to 'unsigned char *' type.
15499         Reported by Paul Eggert.
15500
15501 2008-01-02  Jim Meyering  <jim@meyering.net>
15502
15503         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
15504
15505 2007-12-31  Jim Meyering  <jim@meyering.net>
15506
15507         Avoid use of private FTS type name.
15508         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
15509
15510 2007-12-30  Karl Berry  <karl@gnu.org>
15511
15512         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
15513         work around defect in Texinfo and/or the standalone Info browser.
15514
15515 2007-12-30  Bruno Haible  <bruno@clisp.org>
15516
15517         Unify 5 copies of the KMP code.
15518         * lib/str-kmp.h: New file.
15519         * lib/c-strcasestr.c: Include str-kmp.h.
15520         (knuth_morris_pratt): Remove function.
15521         (c_strcasestr): Update.
15522         * lib/c-strstr.c: Include str-kmp.h.
15523         (knuth_morris_pratt): Remove function.
15524         (c_strcasestr): Update.
15525         * lib/mbscasestr.c: Include str-kmp.h.
15526         (knuth_morris_pratt_unibyte): Remove function.
15527         * lib/mbsstr.c: Include str-kmp.h.
15528         (knuth_morris_pratt_unibyte): Remove function.
15529         * lib/strcasestr.c: Include str-kmp.h.
15530         (knuth_morris_pratt): Remove function.
15531         (strcasestr): Update.
15532         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
15533         * modules/c-strstr (Files): Likewise.
15534         * modules/mbscasestr (Files): Likewise.
15535         * modules/mbsstr (Files): Likewise.
15536         * modules/strcasestr (Files): Likewise.
15537         Suggested by Paul Eggert.
15538
15539 2007-12-30  Bruno Haible  <bruno@clisp.org>
15540
15541         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
15542         defined.
15543
15544 2007-12-30  Bruno Haible  <bruno@clisp.org>
15545
15546         * lib/xmalloca.h: Include xalloc.h.
15547         (xnmalloca): New macro.
15548
15549 2007-12-30  Bruno Haible  <bruno@clisp.org>
15550
15551         * lib/malloca.h (nmalloca): New macro.
15552         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
15553         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
15554         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
15555         knuth_morris_pratt_multibyte): Likewise.
15556         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
15557         knuth_morris_pratt_multibyte): Likewise.
15558         * lib/memmem.c (knuth_morris_pratt): Likewise.
15559         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
15560
15561 2007-12-25  Bruno Haible  <bruno@clisp.org>
15562
15563         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
15564         * lib/glob.c: Don't include openat.h.
15565         (link_exists2_p): Add back the code that deals with the
15566         !GLOB_ALTDIRFUNC case.
15567         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
15568         let it do the filename concatenation.
15569         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
15570         * modules/glob (Depends-on): Remove openat.
15571
15572 2007-12-31  Bruno Haible  <bruno@clisp.org>
15573
15574         * modules/dirfd (License): Change to LGPLv2+.
15575         Approved by Jim Meyering.
15576
15577 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
15580         when multiplying M by sizeof (size_t).
15581
15582 2007-12-10  Martin Lambers  <marlam@marlam.de>
15583
15584         Override getpagesize on mingw.
15585         * lib/getpagesize.c: New file.
15586         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
15587         * modules/getpagesize (Files): Add lib/getpagesize.c.
15588         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
15589         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
15590         REPLACE_GETPAGESIZE.
15591         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
15592
15593 2007-12-25  Bruno Haible  <bruno@clisp.org>
15594
15595         * modules/localcharset (Notice): New field.
15596         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
15597         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
15598
15599 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
15600             Bruno Haible  <bruno@clisp.org>
15601
15602         Avoid using the syntax symbol() in formatted documentation.
15603         * MODULES.html.sh (func_module): When replacing symbol() with a
15604         hyperlink, remove the parentheses. Show an error if some remain.
15605         Recognize and render the '...' syntax.
15606         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
15607         Rework. Add paragraph about GCC's inlining.
15608         * doc/alloca.texi: Likewise.
15609         * doc/error.texi: Remove parentheses from symbol reference.
15610         * doc/gnulib-intro.texi: Likewise.
15611         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
15612         * modules/fnmatch (Description): Reword to say "the ... function".
15613         * modules/full-read (Description): Likewise.
15614         * modules/full-write (Description): Likewise.
15615         * modules/safe-read (Description): Likewise.
15616         * modules/safe-write (Description): Likewise.
15617         * modules/strchrnul (Description): Likewise.
15618         * modules/trim (Description): Likewise.
15619         * modules/error (Description): Remove parentheses from symbol
15620         references.
15621         * modules/verror (Description): Likewise.
15622         Reported by Karl Berry.
15623
15624 2007-12-25  Bruno Haible  <bruno@clisp.org>
15625
15626         Fixup after 2007-10-16 commit.
15627         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
15628
15629 2007-12-24  Bruno Haible  <bruno@clisp.org>
15630
15631         Make --enable-relocatable work with DESTDIR.
15632         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
15633         to compute installdir from destprog.
15634         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
15635         also set the RELOC_DESTDIR variable.
15636         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
15637
15638 2007-12-24  Bruno Haible  <bruno@clisp.org>
15639
15640         Fix link error due to xalloc_die().
15641         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
15642         of xreadlink.
15643         * lib/relocwrapper.c: Update comments.
15644         * build-aux/install-reloc: Remove xreadlink.c from file list.
15645         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
15646         xreadlink.c.
15647         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
15648
15649 2007-12-24  Bruno Haible  <bruno@clisp.org>
15650
15651         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
15652         * lib/setenv.h: Remove file.
15653         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
15654         lib/setenv.h.
15655         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
15656         (Depends-on): Add stdlib.
15657         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
15658         gl_FUNC_UNSETENV.
15659         (Include): Replace setenv.h with <stdlib.h>.
15660         * modules/unsetenv: New file.
15661         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
15662         * lib/unsetenv.c: Include <stdlib.h> first.
15663         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
15664         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
15665         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
15666         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
15667         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
15668         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
15669         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
15670         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
15671         * doc/functions/unsetenv.texi: Update.
15672         * modules/xsetenv (Depends-on): Add unsetenv.
15673         * modules/getdate (Depends-on): Likewise.
15674         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
15675         * lib/xsetenv.c: Don't include setenv.h.
15676         * lib/getdate.y: Likewise.
15677         * lib/relocwrapper.c: Likewise.
15678         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
15679         (Depends-on): Add stdlib.
15680         * NEWS: Mention the changes.
15681         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
15682
15683 2007-12-23  Bruno Haible  <bruno@clisp.org>
15684
15685         * lib/memmem.c (memmem): Use lowercase variable names. Tab
15686         indentation.
15687
15688 2007-12-23  Bruno Haible  <bruno@clisp.org>
15689
15690         * lib/c-strcasestr.c: Add more comments.
15691         * lib/c-strstr.c: Likewise.
15692         * lib/mbscasestr.c: Likewise.
15693         * lib/mbsstr.c: Likewise.
15694         * lib/strcasestr.c: Likewise.
15695         * lib/memmem.c: Likewise.
15696
15697 2007-12-23  Bruno Haible  <bruno@clisp.org>
15698
15699         * tests/test-memmem.c: Include <string.h> first.
15700
15701 2007-12-22  Bruno Haible  <bruno@clisp.org>
15702
15703         * gnulib-tool (func_create_testdir): Change $auxdir while generating
15704         the contents of $testsbase.
15705         Reported by Ralf Wildenhues.
15706
15707 2007-12-22  Bruno Haible  <bruno@clisp.org>
15708
15709         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
15710         two variables local_ldadd_before, local_ldadd_last.
15711
15712 2007-12-20  Eric Blake  <ebb9@byu.net>
15713
15714         Work around circular library issue when cross-compiling.
15715         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
15716         that progname.o does not need to pull in rpl_memcmp.
15717
15718 2007-12-19  Eric Blake  <ebb9@byu.net>
15719
15720         Fix memmem to avoid O(n^2) worst-case complexity.
15721         * lib/memmem.c (knuth_morris_pratt): New function.
15722         (memmem): Use it if first few naive iterations fail.
15723         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
15724         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
15725         * modules/memchr (License): Likewise.
15726         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
15727         malloca.
15728         * tests/test-memmem.c: Rewrite, borrowing ideas from
15729         test-mbsstr1.c; the old version wouldn't even compile!
15730         * modules/memmem-tests: New file.
15731         * lib/string.in.h (rpl_memmem): Add declaration.
15732         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
15733         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
15734         REPLACE_MEMMEM.
15735
15736 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15737
15738         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
15739         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
15740         before any system include files, and undef after them all.  This
15741         should fix a problem on VMS reported by John E. Malmberg in
15742         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
15743
15744 2007-12-17  Eric Blake  <ebb9@byu.net>
15745
15746         Revert addition of verify, for BSD/OS.
15747         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
15748         can't handle large files, for the sake of obsolete platforms.
15749         * modules/fseeko (Depends-on): Remove verify.
15750         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
15751         * doc/functions/ftello.texi (ftello): Likewise.
15752         * doc/functions/fgetpos.texi (fgetpos): Likewise.
15753         Reported by Larry Jones.
15754
15755 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
15756
15757         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
15758         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
15759
15760 2007-12-17  Jim Meyering  <meyering@redhat.com>
15761
15762         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
15763         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
15764         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
15765         * modules/getcwd (Depends-on): Add openat.
15766         Reported by Petr Salinger.
15767
15768 2007-12-17  Bruno Haible  <bruno@clisp.org>
15769
15770         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
15771         avoid a segmentation fault of the configure test on x86_64 systems.
15772
15773 2007-12-15  Jim Meyering  <meyering@redhat.com>
15774
15775         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
15776
15777 2007-12-13  Eric Blake  <ebb9@byu.net>
15778
15779         Another fseek test.
15780         * tests/test-fseek.c (main): Also test ungetc handling.
15781         * tests/test-fseeko.c (main): Likewise.
15782         * modules/fseeko (Depends-on): Add verify.
15783         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
15784         large.
15785         Reported by Larry Jones.
15786
15787         Fix fseeko on mingw.
15788         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
15789         seek.
15790
15791         Beef up fseek tests.
15792         * tests/test-fseek.c (main): Also test eof handling.
15793         * tests/test-fseeko.c (main): Likewise.
15794         Reported by Larry Jones.
15795
15796 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
15797
15798         Fix fseeko on BSD-based platforms.
15799         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
15800         successful seek.
15801
15802 2007-12-12  Eric Blake  <ebb9@byu.net>
15803
15804         Allow circular dependency of separate libtests.a
15805         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
15806         when use_libtests.
15807
15808 2007-12-11  Eric Blake  <ebb9@byu.net>
15809
15810         Fix bug with -0.0L in previous patch.
15811         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
15812         * tests/test-isnan.c (main): Also test on zeroes.
15813         * tests/test-isnanf.c (main): Likewise.
15814         * tests/test-isnanl.h (main): Likewise.
15815
15816         Detect pseudo-denormals on x86 even when cross-compiling.
15817         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
15818         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
15819         invalid bit patterns that happen to satisfy ==.
15820
15821         Avoid link failures with separate libtests.a.
15822         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
15823         last, to satisfy circular dependencies.
15824
15825 2007-12-11  Eric Blake  <ebb9@byu.net>
15826         and Bruno Haible  <bruno@clisp.org>
15827
15828         Fix OpenBSD 4.0 <float.h> handling of long double.
15829         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
15830         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
15831         * doc/headers/float.texi (float.h): Document OpenBSD bug.
15832
15833 2007-12-11  Jim Meyering  <meyering@redhat.com>
15834
15835         * users.txt: Add libvirt.
15836
15837         Support versions of autoconf prior to 2.59c.
15838         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
15839         if it is not already defined.
15840
15841 2007-12-09  Bruno Haible  <bruno@clisp.org>
15842
15843         Let 'gnulib-tool --import' collect sources needed for the tests in
15844         tests/ rather than in lib/.
15845         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
15846         argument. If true, add rules to generate libtests.a, and put libtests.a
15847         into $(LDADD). Consider source files in subdirectories and set
15848         uses_subdirs.
15849         (func_emit_initmacro_start, func_emit_initmacro_end,
15850         func_emit_initmacro_done): Pass all arguments explicitly.
15851         (func_import): Determine two module lists main_modules,
15852         testsrelated_modules. Determine use_libtests. Determine two variables
15853         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
15854         instead of just sed_transform_lib_file. Determine two variables
15855         main_files and testsrelated_files. Compute 'files' as the union of
15856         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
15857         func_add_or_update. In the generated gnulib-comp.m4, collect the
15858         object files for tests/ in different variables than those for lib/.
15859         Substitute LIBTESTS_LIBDEPS.
15860         (func_create_testdir): Combine the uses_subdirs results from
15861         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
15862
15863 2007-12-09  Bruno Haible  <bruno@clisp.org>
15864
15865         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
15866         the build-aux directory.
15867
15868 2007-12-09  Bruno Haible  <bruno@clisp.org>
15869
15870         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
15871         introduced on 2006-09-09.
15872
15873 2007-12-07  Jim Meyering  <meyering@redhat.com>
15874
15875         Let these macros work also with autoconf-2.59.
15876         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
15877         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
15878         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
15879
15880 2007-12-06  Jim Meyering  <meyering@redhat.com>
15881
15882         Avoid a configure-time syntax error in gl_FUNC_ACL.
15883         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
15884         function in each branch, before testing the cache variable.
15885
15886 2007-12-04  Eric Blake  <ebb9@byu.net>
15887
15888         Make scripts executable.
15889         * build-aux/config.guess: Add execute permissions.
15890         * build-aux/config.sub: Likewise.
15891         * build-aux/gendocs.sh: Likewise.
15892
15893         Fix frexp on mingw.
15894         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
15895         cross-compiling.
15896         * doc/functions/frexp.texi (frexp): Document the bug.
15897
15898         Make cygwin fseeko check more reliable.
15899         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
15900         version numbers, rather than unrelated feature check.
15901         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
15902         * doc/functions/ftello.texi (ftello): Likewise.
15903         Reported by Bruno Haible.
15904
15905         * m4/strerror.m4: Bump version number.
15906
15907 2007-12-03  Bruno Haible  <bruno@clisp.org>
15908
15909         * doc/functions/mprotect.texi: Mention the mingw problem.
15910
15911 2007-12-03  Eric Blake  <ebb9@byu.net>
15912
15913         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
15914         REPLACE_STRERROR is initialized before this macro.
15915
15916 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15917
15918         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
15919         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
15920         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
15921         put -lsec in even for programs other than 'ls'.  This fixes a problem
15922         for gettext reported by Bruno Haible in
15923         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
15924         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
15925         Add support for Solaris 10.  This isn't efficient, but should get the
15926         job done for now.
15927
15928 2007-12-03  James Youngman  <jay@gnu.org>
15929
15930         * doc/regexprops-generic.texi: change "an close-group" to "a
15931         close-group" and "illegal" to "not allowed".
15932
15933 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15934
15935         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
15936         pr_byname.h. Needed for the rare case when the maintainer has done
15937         "make maintainer-clean" in the source directory and then attempts a
15938         build outside the source directory.
15939         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
15940         scripts_byname.h.
15941
15942 2007-12-02  Martin Lambers <marlam@marlam.de>
15943             Bruno Haible  <bruno@clisp.org>
15944
15945         * lib/getpagesize.h: Remove file.
15946         * lib/unistd.in.h: Include declaration of getpagesize here.
15947         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
15948         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
15949         HAVE_SYS_PARAM_H.
15950         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
15951         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
15952         * modules/getpagesize (Files): Remove lib/getpagesize.h.
15953         (Depends-on): Add unistd.
15954         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15955         (Include): Use <unistd.h> instead of getpagesize.h.
15956         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
15957         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
15958         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
15959         gl_GETPAGESIZE invocation, already handled by module dependency.
15960         * lib/pagealign_alloc.c: Don't include getpagesize.h.
15961
15962 2007-12-02  Bruno Haible  <bruno@clisp.org>
15963
15964         * modules/strings-tests: New file.
15965         * tests/test-strings.c: New file.
15966
15967         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
15968         * lib/strings.in.h: New file.
15969         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
15970         * m4/strings_h.m4: New file.
15971         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
15972         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
15973         * modules/strings: New file.
15974         * modules/string (Makefile.am): Update.
15975         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
15976         Reported by Karl Berry.
15977
15978 2007-12-01  Eric Blake  <ebb9@byu.net>
15979
15980         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
15981         accomodate fix in cygwin 1.5.25.
15982
15983 2007-12-01  Jim Meyering  <meyering@redhat.com>
15984
15985         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
15986         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
15987         that would inhibit utf8-optimization of a regexp containing line-
15988         or buffer-anchors, e.g., `^', `$'.
15989
15990 2007-11-30  Bruno Haible  <bruno@clisp.org>
15991
15992         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
15993         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
15994         glthread_recursive_lock_init.
15995         * lib/lock.c (glthread_recursive_lock_init)
15996         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
15997         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15998
15999 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
16000
16001         New function qset_acl, like set_acl but with syscall semantics.
16002         * lib/acl.h (qset_acl): New decl.
16003         * lib/acl.c (qset_acl): New function.
16004         (set_acl): Use new function.  Use more-consistent diagnostics.
16005
16006 2007-11-28  Jim Meyering  <meyering@redhat.com>
16007
16008         * modules/physmem (License): Change from GPL to LGPLv2+.
16009
16010 2007-11-26  Bruno Haible  <bruno@clisp.org>
16011
16012         * lib/vasnprintf.c (decode_long_double): Don't abort if the
16013         'long double' type has excess precision.
16014         Reported by Jim Meyering in
16015         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
16016
16017 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16018
16019         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
16020         Sync from <http://gnu.org/licenses>.
16021         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
16022         with license text from same location.
16023         * doc/maintain.texi, doc/standards.texi:  Sync from
16024         <http://savannah.gnu.org/projects/gnustandards>.
16025
16026 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
16027         and Jim Meyering  <meyering@redhat.com>
16028
16029         Adjust getdate' grammar to accept a slightly more regular language.
16030         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
16031         Before, the former was rejected.
16032         * lib/getdate.y (digits_to_date_time): New function, factored
16033         out of ...
16034         (number): ...here.  Just call digits_to_date_time.
16035         (hybrid): New non-terminal to handle an <unsigned number,
16036         signed relative offset> sequence consistently.
16037
16038 2007-11-18  Jim Meyering  <meyering@redhat.com>
16039
16040         Pull my changes from coreutils:
16041         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
16042         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
16043         use of $gnulib_tool_option_extras, so that it's separated from the
16044         preceding argument.
16045
16046         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
16047         * build-aux/bootstrap (cp_mark_as_generated): Create any required
16048         parent destination directories before copying a file into place.
16049
16050 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
16051
16052         bootstrap: work also with 4-argument variant of AC_INIT
16053         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
16054
16055 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16056
16057         Port test-getaddrinfo to Solaris.
16058         Problem reported by Bruno Haible in
16059         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
16060         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
16061         explanation of setting 'hints'.
16062         Don't reject an implementation merely because it returns EAI_SERVICE.
16063         (EAI_SERVICE): Define to 0 if not defined.
16064
16065 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16066
16067         The license of gnu-make and posix-shell is now "GPLed build tool".
16068         * modules/gnu-make (License): Likewise.
16069         * modules/posix-shell (License): Likewise.
16070
16071         New module posix-shell, for determining a POSIX shell
16072         or perhaps something that is close enough to a POSIX shell.
16073         * m4/posix-shell.m4: New file.
16074         * modules/posix-shell: New file.
16075
16076         * MODULES.html.sh: Mention new module.
16077
16078         New module gnu-make, for determining whether we're using GNU Make.
16079         * m4/gnu-make.m4: New file.
16080         * modules/gnu-make: New file.
16081         * MODULES.html.sh: Mention new module.
16082
16083 2007-11-14  Jim Meyering  <meyering@redhat.com>
16084
16085         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
16086         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
16087         use this macro to create a function _definition_.
16088         Remove useless "#undef ARGMATCH_DIE".
16089
16090 2007-11-14  Bruno Haible  <bruno@clisp.org>
16091
16092         * lib/config.charset: Update for OpenBSD 4.1.
16093         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
16094
16095 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
16096
16097         Document 64-bit #if problems in stdint.texi.
16098         * doc/headers/stdint.texi (stdint.h): Mention problems with
16099         64-bit-#if, and how to work around them.
16100
16101         Don't insist on 'long long int' support in the preprocessor.  It
16102         breaks too many things.  For example, PRIdMAX still uses a 'long
16103         long int' format with the latest Sun compiler, even though
16104         HAVE_LONG_LONG_INT isn't defined due to that compiler's
16105         preprocessor problem.  This causes the latest coreutils to dump
16106         core on Solaris 10 sparc with the Sun C compiler.
16107         Instead, fix the 2007-10-16 problem in a different way, by evaluating
16108         the troublesome expressions at configure-time, not at #if-time.
16109         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
16110         preprocessor.
16111         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
16112         compile-time C checks, done at 'configure'-time.
16113         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
16114         * modules/inttypes (Makefile): Substitute the new symbols that
16115         gl_INTTYPES_H now generates.
16116         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
16117
16118 2007-11-12  Bruno Haible  <bruno@clisp.org>
16119
16120         Tests for Unicode character classification functions.
16121
16122         * modules/unictype/bidicategory-byname-tests: New file.
16123         * modules/unictype/bidicategory-name-tests: New file.
16124         * modules/unictype/bidicategory-of-tests: New file.
16125         * modules/unictype/bidicategory-test-tests: New file.
16126         * modules/unictype/block-list-tests: New file.
16127         * modules/unictype/block-of-tests: New file.
16128         * modules/unictype/block-test-tests: New file.
16129         * modules/unictype/category-C-tests: New file.
16130         * modules/unictype/category-Cc-tests: New file.
16131         * modules/unictype/category-Cf-tests: New file.
16132         * modules/unictype/category-Cn-tests: New file.
16133         * modules/unictype/category-Co-tests: New file.
16134         * modules/unictype/category-Cs-tests: New file.
16135         * modules/unictype/category-L-tests: New file.
16136         * modules/unictype/category-Ll-tests: New file.
16137         * modules/unictype/category-Lm-tests: New file.
16138         * modules/unictype/category-Lo-tests: New file.
16139         * modules/unictype/category-Lt-tests: New file.
16140         * modules/unictype/category-Lu-tests: New file.
16141         * modules/unictype/category-M-tests: New file.
16142         * modules/unictype/category-Mc-tests: New file.
16143         * modules/unictype/category-Me-tests: New file.
16144         * modules/unictype/category-Mn-tests: New file.
16145         * modules/unictype/category-N-tests: New file.
16146         * modules/unictype/category-Nd-tests: New file.
16147         * modules/unictype/category-Nl-tests: New file.
16148         * modules/unictype/category-No-tests: New file.
16149         * modules/unictype/category-P-tests: New file.
16150         * modules/unictype/category-Pc-tests: New file.
16151         * modules/unictype/category-Pd-tests: New file.
16152         * modules/unictype/category-Pe-tests: New file.
16153         * modules/unictype/category-Pf-tests: New file.
16154         * modules/unictype/category-Pi-tests: New file.
16155         * modules/unictype/category-Po-tests: New file.
16156         * modules/unictype/category-Ps-tests: New file.
16157         * modules/unictype/category-S-tests: New file.
16158         * modules/unictype/category-Sc-tests: New file.
16159         * modules/unictype/category-Sk-tests: New file.
16160         * modules/unictype/category-Sm-tests: New file.
16161         * modules/unictype/category-So-tests: New file.
16162         * modules/unictype/category-Z-tests: New file.
16163         * modules/unictype/category-Zl-tests: New file.
16164         * modules/unictype/category-Zp-tests: New file.
16165         * modules/unictype/category-Zs-tests: New file.
16166         * modules/unictype/category-and-not-tests: New file.
16167         * modules/unictype/category-and-tests: New file.
16168         * modules/unictype/category-byname-tests: New file.
16169         * modules/unictype/category-name-tests: New file.
16170         * modules/unictype/category-none-tests: New file.
16171         * modules/unictype/category-of-tests: New file.
16172         * modules/unictype/category-or-tests: New file.
16173         * modules/unictype/category-test-withtable-tests: New file.
16174         * modules/unictype/combining-class-tests: New file.
16175         * modules/unictype/ctype-alnum-tests: New file.
16176         * modules/unictype/ctype-alpha-tests: New file.
16177         * modules/unictype/ctype-blank-tests: New file.
16178         * modules/unictype/ctype-cntrl-tests: New file.
16179         * modules/unictype/ctype-digit-tests: New file.
16180         * modules/unictype/ctype-graph-tests: New file.
16181         * modules/unictype/ctype-lower-tests: New file.
16182         * modules/unictype/ctype-print-tests: New file.
16183         * modules/unictype/ctype-punct-tests: New file.
16184         * modules/unictype/ctype-space-tests: New file.
16185         * modules/unictype/ctype-upper-tests: New file.
16186         * modules/unictype/ctype-xdigit-tests: New file.
16187         * modules/unictype/decimal-digit-tests: New file.
16188         * modules/unictype/digit-tests: New file.
16189         * modules/unictype/mirror-tests: New file.
16190         * modules/unictype/numeric-tests: New file.
16191         * modules/unictype/property-alphabetic-tests: New file.
16192         * modules/unictype/property-ascii-hex-digit-tests: New file.
16193         * modules/unictype/property-bidi-arabic-digit-tests: New file.
16194         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
16195         * modules/unictype/property-bidi-block-separator-tests: New file.
16196         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
16197         * modules/unictype/property-bidi-common-separator-tests: New file.
16198         * modules/unictype/property-bidi-control-tests: New file.
16199         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
16200         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
16201         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
16202         * modules/unictype/property-bidi-european-digit-tests: New file.
16203         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
16204         * modules/unictype/property-bidi-left-to-right-tests: New file.
16205         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
16206         * modules/unictype/property-bidi-other-neutral-tests: New file.
16207         * modules/unictype/property-bidi-pdf-tests: New file.
16208         * modules/unictype/property-bidi-segment-separator-tests: New file.
16209         * modules/unictype/property-bidi-whitespace-tests: New file.
16210         * modules/unictype/property-byname-tests: New file.
16211         * modules/unictype/property-combining-tests: New file.
16212         * modules/unictype/property-composite-tests: New file.
16213         * modules/unictype/property-currency-symbol-tests: New file.
16214         * modules/unictype/property-dash-tests: New file.
16215         * modules/unictype/property-decimal-digit-tests: New file.
16216         * modules/unictype/property-default-ignorable-code-point-tests: New file.
16217         * modules/unictype/property-deprecated-tests: New file.
16218         * modules/unictype/property-diacritic-tests: New file.
16219         * modules/unictype/property-extender-tests: New file.
16220         * modules/unictype/property-format-control-tests: New file.
16221         * modules/unictype/property-grapheme-base-tests: New file.
16222         * modules/unictype/property-grapheme-extend-tests: New file.
16223         * modules/unictype/property-grapheme-link-tests: New file.
16224         * modules/unictype/property-hex-digit-tests: New file.
16225         * modules/unictype/property-hyphen-tests: New file.
16226         * modules/unictype/property-id-continue-tests: New file.
16227         * modules/unictype/property-id-start-tests: New file.
16228         * modules/unictype/property-ideographic-tests: New file.
16229         * modules/unictype/property-ids-binary-operator-tests: New file.
16230         * modules/unictype/property-ids-trinary-operator-tests: New file.
16231         * modules/unictype/property-ignorable-control-tests: New file.
16232         * modules/unictype/property-iso-control-tests: New file.
16233         * modules/unictype/property-join-control-tests: New file.
16234         * modules/unictype/property-left-of-pair-tests: New file.
16235         * modules/unictype/property-line-separator-tests: New file.
16236         * modules/unictype/property-logical-order-exception-tests: New file.
16237         * modules/unictype/property-lowercase-tests: New file.
16238         * modules/unictype/property-math-tests: New file.
16239         * modules/unictype/property-non-break-tests: New file.
16240         * modules/unictype/property-not-a-character-tests: New file.
16241         * modules/unictype/property-numeric-tests: New file.
16242         * modules/unictype/property-other-alphabetic-tests: New file.
16243         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
16244         * modules/unictype/property-other-grapheme-extend-tests: New file.
16245         * modules/unictype/property-other-id-continue-tests: New file.
16246         * modules/unictype/property-other-id-start-tests: New file.
16247         * modules/unictype/property-other-lowercase-tests: New file.
16248         * modules/unictype/property-other-math-tests: New file.
16249         * modules/unictype/property-other-uppercase-tests: New file.
16250         * modules/unictype/property-paired-punctuation-tests: New file.
16251         * modules/unictype/property-paragraph-separator-tests: New file.
16252         * modules/unictype/property-pattern-syntax-tests: New file.
16253         * modules/unictype/property-pattern-white-space-tests: New file.
16254         * modules/unictype/property-private-use-tests: New file.
16255         * modules/unictype/property-punctuation-tests: New file.
16256         * modules/unictype/property-quotation-mark-tests: New file.
16257         * modules/unictype/property-radical-tests: New file.
16258         * modules/unictype/property-sentence-terminal-tests: New file.
16259         * modules/unictype/property-soft-dotted-tests: New file.
16260         * modules/unictype/property-space-tests: New file.
16261         * modules/unictype/property-terminal-punctuation-tests: New file.
16262         * modules/unictype/property-test-tests: New file.
16263         * modules/unictype/property-titlecase-tests: New file.
16264         * modules/unictype/property-unassigned-code-value-tests: New file.
16265         * modules/unictype/property-unified-ideograph-tests: New file.
16266         * modules/unictype/property-uppercase-tests: New file.
16267         * modules/unictype/property-variation-selector-tests: New file.
16268         * modules/unictype/property-white-space-tests: New file.
16269         * modules/unictype/property-xid-continue-tests: New file.
16270         * modules/unictype/property-xid-start-tests: New file.
16271         * modules/unictype/property-zero-width-tests: New file.
16272         * modules/unictype/scripts-tests: New file.
16273         * modules/unictype/syntax-c-ident-tests: New file.
16274         * modules/unictype/syntax-c-whitespace-tests: New file.
16275         * modules/unictype/syntax-java-ident-tests: New file.
16276         * modules/unictype/syntax-java-whitespace-tests: New file.
16277         * tests/unictype/test-bidi_byname.c: New file.
16278         * tests/unictype/test-bidi_name.c: New file.
16279         * tests/unictype/test-bidi_of.c: New file.
16280         * tests/unictype/test-bidi_test.c: New file.
16281         * tests/unictype/test-block_list.c: New file.
16282         * tests/unictype/test-block_of.c: New file.
16283         * tests/unictype/test-block_test.c: New file.
16284         * tests/unictype/test-categ_and.c: New file.
16285         * tests/unictype/test-categ_and_not.c: New file.
16286         * tests/unictype/test-categ_byname.c: New file.
16287         * tests/unictype/test-categ_name.c: New file.
16288         * tests/unictype/test-categ_none.c: New file.
16289         * tests/unictype/test-categ_of.c: New file.
16290         * tests/unictype/test-categ_or.c: New file.
16291         * tests/unictype/test-categ_test_withtable.c: New file.
16292         * tests/unictype/test-combining.c: New file.
16293         * tests/unictype/test-decdigit.c: New file.
16294         * tests/unictype/test-digit.c: New file.
16295         * tests/unictype/test-mirror.c: New file.
16296         * tests/unictype/test-numeric.c: New file.
16297         * tests/unictype/test-pr_byname.c: New file.
16298         * tests/unictype/test-pr_test.c: New file.
16299         * tests/unictype/test-predicate-part1.h: New file.
16300         * tests/unictype/test-predicate-part2.h: New file.
16301         * tests/unictype/test-scripts.c: New file.
16302         * tests/unictype/test-sy_c_ident.c: New file.
16303         * tests/unictype/test-sy_java_ident.c: New file.
16304
16305         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
16306         for Unicode 5.0.0.
16307         * tests/unictype/test-categ_Cc.c: Likewise.
16308         * tests/unictype/test-categ_Cf.c: Likewise.
16309         * tests/unictype/test-categ_Cn.c: Likewise.
16310         * tests/unictype/test-categ_Co.c: Likewise.
16311         * tests/unictype/test-categ_Cs.c: Likewise.
16312         * tests/unictype/test-categ_L.c: Likewise.
16313         * tests/unictype/test-categ_Ll.c: Likewise.
16314         * tests/unictype/test-categ_Lm.c: Likewise.
16315         * tests/unictype/test-categ_Lo.c: Likewise.
16316         * tests/unictype/test-categ_Lt.c: Likewise.
16317         * tests/unictype/test-categ_Lu.c: Likewise.
16318         * tests/unictype/test-categ_M.c: Likewise.
16319         * tests/unictype/test-categ_Mc.c: Likewise.
16320         * tests/unictype/test-categ_Me.c: Likewise.
16321         * tests/unictype/test-categ_Mn.c: Likewise.
16322         * tests/unictype/test-categ_N.c: Likewise.
16323         * tests/unictype/test-categ_Nd.c: Likewise.
16324         * tests/unictype/test-categ_Nl.c: Likewise.
16325         * tests/unictype/test-categ_No.c: Likewise.
16326         * tests/unictype/test-categ_P.c: Likewise.
16327         * tests/unictype/test-categ_Pc.c: Likewise.
16328         * tests/unictype/test-categ_Pd.c: Likewise.
16329         * tests/unictype/test-categ_Pe.c: Likewise.
16330         * tests/unictype/test-categ_Pf.c: Likewise.
16331         * tests/unictype/test-categ_Pi.c: Likewise.
16332         * tests/unictype/test-categ_Po.c: Likewise.
16333         * tests/unictype/test-categ_Ps.c: Likewise.
16334         * tests/unictype/test-categ_S.c: Likewise.
16335         * tests/unictype/test-categ_Sc.c: Likewise.
16336         * tests/unictype/test-categ_Sk.c: Likewise.
16337         * tests/unictype/test-categ_Sm.c: Likewise.
16338         * tests/unictype/test-categ_So.c: Likewise.
16339         * tests/unictype/test-categ_Z.c: Likewise.
16340         * tests/unictype/test-categ_Zl.c: Likewise.
16341         * tests/unictype/test-categ_Zp.c: Likewise.
16342         * tests/unictype/test-categ_Zs.c: Likewise.
16343         * tests/unictype/test-ctype_alnum.c: Likewise.
16344         * tests/unictype/test-ctype_alpha.c: Likewise.
16345         * tests/unictype/test-ctype_blank.c: Likewise.
16346         * tests/unictype/test-ctype_cntrl.c: Likewise.
16347         * tests/unictype/test-ctype_digit.c: Likewise.
16348         * tests/unictype/test-ctype_graph.c: Likewise.
16349         * tests/unictype/test-ctype_lower.c: Likewise.
16350         * tests/unictype/test-ctype_print.c: Likewise.
16351         * tests/unictype/test-ctype_punct.c: Likewise.
16352         * tests/unictype/test-ctype_space.c: Likewise.
16353         * tests/unictype/test-ctype_upper.c: Likewise.
16354         * tests/unictype/test-ctype_xdigit.c: Likewise.
16355         * tests/unictype/test-decdigit.h: Likewise.
16356         * tests/unictype/test-digit.h: Likewise.
16357         * tests/unictype/test-numeric.h: Likewise.
16358         * tests/unictype/test-pr_alphabetic.c: Likewise.
16359         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
16360         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
16361         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
16362         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
16363         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
16364         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
16365         * tests/unictype/test-pr_bidi_control.c: Likewise.
16366         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
16367         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
16368         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
16369         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
16370         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
16371         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
16372         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
16373         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
16374         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
16375         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
16376         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
16377         * tests/unictype/test-pr_combining.c: Likewise.
16378         * tests/unictype/test-pr_composite.c: Likewise.
16379         * tests/unictype/test-pr_currency_symbol.c: Likewise.
16380         * tests/unictype/test-pr_dash.c: Likewise.
16381         * tests/unictype/test-pr_decimal_digit.c: Likewise.
16382         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
16383         * tests/unictype/test-pr_deprecated.c: Likewise.
16384         * tests/unictype/test-pr_diacritic.c: Likewise.
16385         * tests/unictype/test-pr_extender.c: Likewise.
16386         * tests/unictype/test-pr_format_control.c: Likewise.
16387         * tests/unictype/test-pr_grapheme_base.c: Likewise.
16388         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
16389         * tests/unictype/test-pr_grapheme_link.c: Likewise.
16390         * tests/unictype/test-pr_hex_digit.c: Likewise.
16391         * tests/unictype/test-pr_hyphen.c: Likewise.
16392         * tests/unictype/test-pr_id_continue.c: Likewise.
16393         * tests/unictype/test-pr_id_start.c: Likewise.
16394         * tests/unictype/test-pr_ideographic.c: Likewise.
16395         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
16396         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
16397         * tests/unictype/test-pr_ignorable_control.c: Likewise.
16398         * tests/unictype/test-pr_iso_control.c: Likewise.
16399         * tests/unictype/test-pr_join_control.c: Likewise.
16400         * tests/unictype/test-pr_left_of_pair.c: Likewise.
16401         * tests/unictype/test-pr_line_separator.c: Likewise.
16402         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
16403         * tests/unictype/test-pr_lowercase.c: Likewise.
16404         * tests/unictype/test-pr_math.c: Likewise.
16405         * tests/unictype/test-pr_non_break.c: Likewise.
16406         * tests/unictype/test-pr_not_a_character.c: Likewise.
16407         * tests/unictype/test-pr_numeric.c: Likewise.
16408         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
16409         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
16410         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
16411         * tests/unictype/test-pr_other_id_continue.c: Likewise.
16412         * tests/unictype/test-pr_other_id_start.c: Likewise.
16413         * tests/unictype/test-pr_other_lowercase.c: Likewise.
16414         * tests/unictype/test-pr_other_math.c: Likewise.
16415         * tests/unictype/test-pr_other_uppercase.c: Likewise.
16416         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
16417         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
16418         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
16419         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
16420         * tests/unictype/test-pr_private_use.c: Likewise.
16421         * tests/unictype/test-pr_punctuation.c: Likewise.
16422         * tests/unictype/test-pr_quotation_mark.c: Likewise.
16423         * tests/unictype/test-pr_radical.c: Likewise.
16424         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
16425         * tests/unictype/test-pr_soft_dotted.c: Likewise.
16426         * tests/unictype/test-pr_space.c: Likewise.
16427         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
16428         * tests/unictype/test-pr_titlecase.c: Likewise.
16429         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
16430         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
16431         * tests/unictype/test-pr_uppercase.c: Likewise.
16432         * tests/unictype/test-pr_variation_selector.c: Likewise.
16433         * tests/unictype/test-pr_white_space.c: Likewise.
16434         * tests/unictype/test-pr_xid_continue.c: Likewise.
16435         * tests/unictype/test-pr_xid_start.c: Likewise.
16436         * tests/unictype/test-pr_zero_width.c: Likewise.
16437         * tests/unictype/test-sy_c_whitespace.c: Likewise.
16438         * tests/unictype/test-sy_java_whitespace.c: Likewise.
16439
16440 2007-11-12  Bruno Haible  <bruno@clisp.org>
16441
16442         Unicode character classification functions.
16443         * lib/unictype.h: New file.
16444         * modules/unictype/base: New file.
16445         * modules/unictype/category-L: New file.
16446         * modules/unictype/category-Lu: New file.
16447         * modules/unictype/category-Ll: New file.
16448         * modules/unictype/category-Lt: New file.
16449         * modules/unictype/category-Lm: New file.
16450         * modules/unictype/category-Lo: New file.
16451         * modules/unictype/category-M: New file.
16452         * modules/unictype/category-Mn: New file.
16453         * modules/unictype/category-Mc: New file.
16454         * modules/unictype/category-Me: New file.
16455         * modules/unictype/category-N: New file.
16456         * modules/unictype/category-Nd: New file.
16457         * modules/unictype/category-Nl: New file.
16458         * modules/unictype/category-No: New file.
16459         * modules/unictype/category-P: New file.
16460         * modules/unictype/category-Pc: New file.
16461         * modules/unictype/category-Pd: New file.
16462         * modules/unictype/category-Ps: New file.
16463         * modules/unictype/category-Pe: New file.
16464         * modules/unictype/category-Pi: New file.
16465         * modules/unictype/category-Pf: New file.
16466         * modules/unictype/category-Po: New file.
16467         * modules/unictype/category-S: New file.
16468         * modules/unictype/category-Sm: New file.
16469         * modules/unictype/category-Sc: New file.
16470         * modules/unictype/category-Sk: New file.
16471         * modules/unictype/category-So: New file.
16472         * modules/unictype/category-Z: New file.
16473         * modules/unictype/category-Zs: New file.
16474         * modules/unictype/category-Zl: New file.
16475         * modules/unictype/category-Zp: New file.
16476         * modules/unictype/category-C: New file.
16477         * modules/unictype/category-Cc: New file.
16478         * modules/unictype/category-Cf: New file.
16479         * modules/unictype/category-Cs: New file.
16480         * modules/unictype/category-Co: New file.
16481         * modules/unictype/category-Cn: New file.
16482         * modules/unictype/category-or: New file.
16483         * modules/unictype/category-of: New file.
16484         * modules/unictype/category-test: New file.
16485         * modules/unictype/category-test-withtable: New file.
16486         * modules/unictype/category-byname: New file.
16487         * modules/unictype/category-none: New file.
16488         * modules/unictype/category-and: New file.
16489         * modules/unictype/category-and-not: New file.
16490         * modules/unictype/category-name: New file.
16491         * modules/unictype/combining-class: New file.
16492         * modules/unictype/category-all: New file.
16493         * modules/unictype/bidicategory-all: New file.
16494         * modules/unictype/bidicategory-byname: New file.
16495         * modules/unictype/bidicategory-name: New file.
16496         * modules/unictype/bidicategory-of: New file.
16497         * modules/unictype/bidicategory-test: New file.
16498         * modules/unictype/decimal-digit: New file.
16499         * modules/unictype/digit: New file.
16500         * modules/unictype/numeric: New file.
16501         * modules/unictype/mirror: New file.
16502         * modules/unictype/property-white-space: New file.
16503         * modules/unictype/property-alphabetic: New file.
16504         * modules/unictype/property-other-alphabetic: New file.
16505         * modules/unictype/property-not-a-character: New file.
16506         * modules/unictype/property-default-ignorable-code-point: New file.
16507         * modules/unictype/property-other-default-ignorable-code-point: New
16508         file.
16509         * modules/unictype/property-deprecated: New file.
16510         * modules/unictype/property-logical-order-exception: New file.
16511         * modules/unictype/property-variation-selector: New file.
16512         * modules/unictype/property-private-use: New file.
16513         * modules/unictype/property-unassigned-code-value: New file.
16514         * modules/unictype/property-uppercase: New file.
16515         * modules/unictype/property-other-uppercase: New file.
16516         * modules/unictype/property-lowercase: New file.
16517         * modules/unictype/property-other-lowercase: New file.
16518         * modules/unictype/property-titlecase: New file.
16519         * modules/unictype/property-soft-dotted: New file.
16520         * modules/unictype/property-id-start: New file.
16521         * modules/unictype/property-other-id-start: New file.
16522         * modules/unictype/property-id-continue: New file.
16523         * modules/unictype/property-other-id-continue: New file.
16524         * modules/unictype/property-xid-start: New file.
16525         * modules/unictype/property-xid-continue: New file.
16526         * modules/unictype/property-pattern-white-space: New file.
16527         * modules/unictype/property-pattern-syntax: New file.
16528         * modules/unictype/property-join-control: New file.
16529         * modules/unictype/property-grapheme-base: New file.
16530         * modules/unictype/property-grapheme-extend: New file.
16531         * modules/unictype/property-other-grapheme-extend: New file.
16532         * modules/unictype/property-grapheme-link: New file.
16533         * modules/unictype/property-bidi-control: New file.
16534         * modules/unictype/property-bidi-left-to-right: New file.
16535         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
16536         * modules/unictype/property-bidi-arabic-right-to-left: New file.
16537         * modules/unictype/property-bidi-european-digit: New file.
16538         * modules/unictype/property-bidi-eur-num-separator: New file.
16539         * modules/unictype/property-bidi-eur-num-terminator: New file.
16540         * modules/unictype/property-bidi-arabic-digit: New file.
16541         * modules/unictype/property-bidi-common-separator: New file.
16542         * modules/unictype/property-bidi-block-separator: New file.
16543         * modules/unictype/property-bidi-segment-separator: New file.
16544         * modules/unictype/property-bidi-whitespace: New file.
16545         * modules/unictype/property-bidi-non-spacing-mark: New file.
16546         * modules/unictype/property-bidi-boundary-neutral: New file.
16547         * modules/unictype/property-bidi-pdf: New file.
16548         * modules/unictype/property-bidi-embedding-or-override: New file.
16549         * modules/unictype/property-bidi-other-neutral: New file.
16550         * modules/unictype/property-hex-digit: New file.
16551         * modules/unictype/property-ascii-hex-digit: New file.
16552         * modules/unictype/property-ideographic: New file.
16553         * modules/unictype/property-unified-ideograph: New file.
16554         * modules/unictype/property-radical: New file.
16555         * modules/unictype/property-ids-binary-operator: New file.
16556         * modules/unictype/property-ids-trinary-operator: New file.
16557         * modules/unictype/property-zero-width: New file.
16558         * modules/unictype/property-space: New file.
16559         * modules/unictype/property-non-break: New file.
16560         * modules/unictype/property-iso-control: New file.
16561         * modules/unictype/property-format-control: New file.
16562         * modules/unictype/property-dash: New file.
16563         * modules/unictype/property-hyphen: New file.
16564         * modules/unictype/property-punctuation: New file.
16565         * modules/unictype/property-line-separator: New file.
16566         * modules/unictype/property-paragraph-separator: New file.
16567         * modules/unictype/property-quotation-mark: New file.
16568         * modules/unictype/property-sentence-terminal: New file.
16569         * modules/unictype/property-terminal-punctuation: New file.
16570         * modules/unictype/property-currency-symbol: New file.
16571         * modules/unictype/property-math: New file.
16572         * modules/unictype/property-other-math: New file.
16573         * modules/unictype/property-paired-punctuation: New file.
16574         * modules/unictype/property-left-of-pair: New file.
16575         * modules/unictype/property-combining: New file.
16576         * modules/unictype/property-composite: New file.
16577         * modules/unictype/property-decimal-digit: New file.
16578         * modules/unictype/property-numeric: New file.
16579         * modules/unictype/property-diacritic: New file.
16580         * modules/unictype/property-extender: New file.
16581         * modules/unictype/property-ignorable-control: New file.
16582         * modules/unictype/property-test: New file.
16583         * modules/unictype/property-byname: New file.
16584         * modules/unictype/property-all: New file.
16585         * modules/unictype/scripts: New file.
16586         * modules/unictype/scripts-all: New file.
16587         * modules/unictype/block-of: New file.
16588         * modules/unictype/block-test: New file.
16589         * modules/unictype/block-list: New file.
16590         * modules/unictype/block-all: New file.
16591         * modules/unictype/syntax-c-whitespace: New file.
16592         * modules/unictype/syntax-java-whitespace: New file.
16593         * modules/unictype/syntax-c-ident: New file.
16594         * modules/unictype/syntax-java-ident: New file.
16595         * modules/unictype/ctype-alnum: New file.
16596         * modules/unictype/ctype-alpha: New file.
16597         * modules/unictype/ctype-cntrl: New file.
16598         * modules/unictype/ctype-digit: New file.
16599         * modules/unictype/ctype-graph: New file.
16600         * modules/unictype/ctype-lower: New file.
16601         * modules/unictype/ctype-print: New file.
16602         * modules/unictype/ctype-punct: New file.
16603         * modules/unictype/ctype-space: New file.
16604         * modules/unictype/ctype-upper: New file.
16605         * modules/unictype/ctype-xdigit: New file.
16606         * modules/unictype/ctype-blank: New file.
16607         * lib/unictype/bidi_byname.c: New file.
16608         * lib/unictype/bidi_name.c: New file.
16609         * lib/unictype/bidi_of.c: New file.
16610         * lib/unictype/bidi_test.c: New file.
16611         * lib/unictype/bitmap.h: New file.
16612         * lib/unictype/block_test.c: New file.
16613         * lib/unictype/blocks.c: New file.
16614         * lib/unictype/categ_C.c: New file.
16615         * lib/unictype/categ_Cc.c: New file.
16616         * lib/unictype/categ_Cf.c: New file.
16617         * lib/unictype/categ_Cn.c: New file.
16618         * lib/unictype/categ_Co.c: New file.
16619         * lib/unictype/categ_Cs.c: New file.
16620         * lib/unictype/categ_L.c: New file.
16621         * lib/unictype/categ_Ll.c: New file.
16622         * lib/unictype/categ_Lm.c: New file.
16623         * lib/unictype/categ_Lo.c: New file.
16624         * lib/unictype/categ_Lt.c: New file.
16625         * lib/unictype/categ_Lu.c: New file.
16626         * lib/unictype/categ_M.c: New file.
16627         * lib/unictype/categ_Mc.c: New file.
16628         * lib/unictype/categ_Me.c: New file.
16629         * lib/unictype/categ_Mn.c: New file.
16630         * lib/unictype/categ_N.c: New file.
16631         * lib/unictype/categ_Nd.c: New file.
16632         * lib/unictype/categ_Nl.c: New file.
16633         * lib/unictype/categ_No.c: New file.
16634         * lib/unictype/categ_P.c: New file.
16635         * lib/unictype/categ_Pc.c: New file.
16636         * lib/unictype/categ_Pd.c: New file.
16637         * lib/unictype/categ_Pe.c: New file.
16638         * lib/unictype/categ_Pf.c: New file.
16639         * lib/unictype/categ_Pi.c: New file.
16640         * lib/unictype/categ_Po.c: New file.
16641         * lib/unictype/categ_Ps.c: New file.
16642         * lib/unictype/categ_S.c: New file.
16643         * lib/unictype/categ_Sc.c: New file.
16644         * lib/unictype/categ_Sk.c: New file.
16645         * lib/unictype/categ_Sm.c: New file.
16646         * lib/unictype/categ_So.c: New file.
16647         * lib/unictype/categ_Z.c: New file.
16648         * lib/unictype/categ_Zl.c: New file.
16649         * lib/unictype/categ_Zp.c: New file.
16650         * lib/unictype/categ_Zs.c: New file.
16651         * lib/unictype/categ_and.c: New file.
16652         * lib/unictype/categ_and_not.c: New file.
16653         * lib/unictype/categ_byname.c: New file.
16654         * lib/unictype/categ_name.c: New file.
16655         * lib/unictype/categ_none.c: New file.
16656         * lib/unictype/categ_of.c: New file.
16657         * lib/unictype/categ_or.c: New file.
16658         * lib/unictype/categ_test.c: New file.
16659         * lib/unictype/combining.c: New file.
16660         * lib/unictype/ctype_alnum.c: New file.
16661         * lib/unictype/ctype_alpha.c: New file.
16662         * lib/unictype/ctype_blank.c: New file.
16663         * lib/unictype/ctype_cntrl.c: New file.
16664         * lib/unictype/ctype_digit.c: New file.
16665         * lib/unictype/ctype_graph.c: New file.
16666         * lib/unictype/ctype_lower.c: New file.
16667         * lib/unictype/ctype_print.c: New file.
16668         * lib/unictype/ctype_punct.c: New file.
16669         * lib/unictype/ctype_space.c: New file.
16670         * lib/unictype/ctype_upper.c: New file.
16671         * lib/unictype/ctype_xdigit.c: New file.
16672         * lib/unictype/decdigit.c: New file.
16673         * lib/unictype/digit.c: New file.
16674         * lib/unictype/identsyntaxmap.h: New file.
16675         * lib/unictype/mirror.c: New file.
16676         * lib/unictype/numeric.c: New file.
16677         * lib/unictype/pr_alphabetic.c: New file.
16678         * lib/unictype/pr_ascii_hex_digit.c: New file.
16679         * lib/unictype/pr_bidi_arabic_digit.c: New file.
16680         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
16681         * lib/unictype/pr_bidi_block_separator.c: New file.
16682         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
16683         * lib/unictype/pr_bidi_common_separator.c: New file.
16684         * lib/unictype/pr_bidi_control.c: New file.
16685         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
16686         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
16687         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
16688         * lib/unictype/pr_bidi_european_digit.c: New file.
16689         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
16690         * lib/unictype/pr_bidi_left_to_right.c: New file.
16691         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
16692         * lib/unictype/pr_bidi_other_neutral.c: New file.
16693         * lib/unictype/pr_bidi_pdf.c: New file.
16694         * lib/unictype/pr_bidi_segment_separator.c: New file.
16695         * lib/unictype/pr_bidi_whitespace.c: New file.
16696         * lib/unictype/pr_byname.c: New file.
16697         * lib/unictype/pr_byname.gperf: New file.
16698         * lib/unictype/pr_combining.c: New file.
16699         * lib/unictype/pr_composite.c: New file.
16700         * lib/unictype/pr_currency_symbol.c: New file.
16701         * lib/unictype/pr_dash.c: New file.
16702         * lib/unictype/pr_decimal_digit.c: New file.
16703         * lib/unictype/pr_default_ignorable_code_point.c: New file.
16704         * lib/unictype/pr_deprecated.c: New file.
16705         * lib/unictype/pr_diacritic.c: New file.
16706         * lib/unictype/pr_extender.c: New file.
16707         * lib/unictype/pr_format_control.c: New file.
16708         * lib/unictype/pr_grapheme_base.c: New file.
16709         * lib/unictype/pr_grapheme_extend.c: New file.
16710         * lib/unictype/pr_grapheme_link.c: New file.
16711         * lib/unictype/pr_hex_digit.c: New file.
16712         * lib/unictype/pr_hyphen.c: New file.
16713         * lib/unictype/pr_id_continue.c: New file.
16714         * lib/unictype/pr_id_start.c: New file.
16715         * lib/unictype/pr_ideographic.c: New file.
16716         * lib/unictype/pr_ids_binary_operator.c: New file.
16717         * lib/unictype/pr_ids_trinary_operator.c: New file.
16718         * lib/unictype/pr_ignorable_control.c: New file.
16719         * lib/unictype/pr_iso_control.c: New file.
16720         * lib/unictype/pr_join_control.c: New file.
16721         * lib/unictype/pr_left_of_pair.c: New file.
16722         * lib/unictype/pr_line_separator.c: New file.
16723         * lib/unictype/pr_logical_order_exception.c: New file.
16724         * lib/unictype/pr_lowercase.c: New file.
16725         * lib/unictype/pr_math.c: New file.
16726         * lib/unictype/pr_non_break.c: New file.
16727         * lib/unictype/pr_not_a_character.c: New file.
16728         * lib/unictype/pr_numeric.c: New file.
16729         * lib/unictype/pr_other_alphabetic.c: New file.
16730         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
16731         * lib/unictype/pr_other_grapheme_extend.c: New file.
16732         * lib/unictype/pr_other_id_continue.c: New file.
16733         * lib/unictype/pr_other_id_start.c: New file.
16734         * lib/unictype/pr_other_lowercase.c: New file.
16735         * lib/unictype/pr_other_math.c: New file.
16736         * lib/unictype/pr_other_uppercase.c: New file.
16737         * lib/unictype/pr_paired_punctuation.c: New file.
16738         * lib/unictype/pr_paragraph_separator.c: New file.
16739         * lib/unictype/pr_pattern_syntax.c: New file.
16740         * lib/unictype/pr_pattern_white_space.c: New file.
16741         * lib/unictype/pr_private_use.c: New file.
16742         * lib/unictype/pr_punctuation.c: New file.
16743         * lib/unictype/pr_quotation_mark.c: New file.
16744         * lib/unictype/pr_radical.c: New file.
16745         * lib/unictype/pr_sentence_terminal.c: New file.
16746         * lib/unictype/pr_soft_dotted.c: New file.
16747         * lib/unictype/pr_space.c: New file.
16748         * lib/unictype/pr_terminal_punctuation.c: New file.
16749         * lib/unictype/pr_test.c: New file.
16750         * lib/unictype/pr_titlecase.c: New file.
16751         * lib/unictype/pr_unassigned_code_value.c: New file.
16752         * lib/unictype/pr_unified_ideograph.c: New file.
16753         * lib/unictype/pr_uppercase.c: New file.
16754         * lib/unictype/pr_variation_selector.c: New file.
16755         * lib/unictype/pr_white_space.c: New file.
16756         * lib/unictype/pr_xid_continue.c: New file.
16757         * lib/unictype/pr_xid_start.c: New file.
16758         * lib/unictype/pr_zero_width.c: New file.
16759         * lib/unictype/scripts.c: New file.
16760         * lib/unictype/sy_c_ident.c: New file.
16761         * lib/unictype/sy_c_whitespace.c: New file.
16762         * lib/unictype/sy_java_ident.c: New file.
16763         * lib/unictype/sy_java_whitespace.c: New file.
16764
16765         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
16766         Unicode 5.0.0.
16767         * lib/unictype/blocks.h: Likewise.
16768         * lib/unictype/categ_C.h: Likewise.
16769         * lib/unictype/categ_Cc.h: Likewise.
16770         * lib/unictype/categ_Cf.h: Likewise.
16771         * lib/unictype/categ_Cn.h: Likewise.
16772         * lib/unictype/categ_Co.h: Likewise.
16773         * lib/unictype/categ_Cs.h: Likewise.
16774         * lib/unictype/categ_L.h: Likewise.
16775         * lib/unictype/categ_Ll.h: Likewise.
16776         * lib/unictype/categ_Lm.h: Likewise.
16777         * lib/unictype/categ_Lo.h: Likewise.
16778         * lib/unictype/categ_Lt.h: Likewise.
16779         * lib/unictype/categ_Lu.h: Likewise.
16780         * lib/unictype/categ_M.h: Likewise.
16781         * lib/unictype/categ_Mc.h: Likewise.
16782         * lib/unictype/categ_Me.h: Likewise.
16783         * lib/unictype/categ_Mn.h: Likewise.
16784         * lib/unictype/categ_N.h: Likewise.
16785         * lib/unictype/categ_Nd.h: Likewise.
16786         * lib/unictype/categ_Nl.h: Likewise.
16787         * lib/unictype/categ_No.h: Likewise.
16788         * lib/unictype/categ_P.h: Likewise.
16789         * lib/unictype/categ_Pc.h: Likewise.
16790         * lib/unictype/categ_Pd.h: Likewise.
16791         * lib/unictype/categ_Pe.h: Likewise.
16792         * lib/unictype/categ_Pf.h: Likewise.
16793         * lib/unictype/categ_Pi.h: Likewise.
16794         * lib/unictype/categ_Po.h: Likewise.
16795         * lib/unictype/categ_Ps.h: Likewise.
16796         * lib/unictype/categ_S.h: Likewise.
16797         * lib/unictype/categ_Sc.h: Likewise.
16798         * lib/unictype/categ_Sk.h: Likewise.
16799         * lib/unictype/categ_Sm.h: Likewise.
16800         * lib/unictype/categ_So.h: Likewise.
16801         * lib/unictype/categ_Z.h: Likewise.
16802         * lib/unictype/categ_Zl.h: Likewise.
16803         * lib/unictype/categ_Zp.h: Likewise.
16804         * lib/unictype/categ_Zs.h: Likewise.
16805         * lib/unictype/categ_of.h: Likewise.
16806         * lib/unictype/combining.h: Likewise.
16807         * lib/unictype/ctype_alnum.h: Likewise.
16808         * lib/unictype/ctype_alpha.h: Likewise.
16809         * lib/unictype/ctype_blank.h: Likewise.
16810         * lib/unictype/ctype_cntrl.h: Likewise.
16811         * lib/unictype/ctype_digit.h: Likewise.
16812         * lib/unictype/ctype_graph.h: Likewise.
16813         * lib/unictype/ctype_lower.h: Likewise.
16814         * lib/unictype/ctype_print.h: Likewise.
16815         * lib/unictype/ctype_punct.h: Likewise.
16816         * lib/unictype/ctype_space.h: Likewise.
16817         * lib/unictype/ctype_upper.h: Likewise.
16818         * lib/unictype/ctype_xdigit.h: Likewise.
16819         * lib/unictype/decdigit.h: Likewise.
16820         * lib/unictype/digit.h: Likewise.
16821         * lib/unictype/mirror.h: Likewise.
16822         * lib/unictype/numeric.h: Likewise.
16823         * lib/unictype/pr_alphabetic.h: Likewise.
16824         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
16825         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
16826         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
16827         * lib/unictype/pr_bidi_block_separator.h: Likewise.
16828         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
16829         * lib/unictype/pr_bidi_common_separator.h: Likewise.
16830         * lib/unictype/pr_bidi_control.h: Likewise.
16831         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
16832         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
16833         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
16834         * lib/unictype/pr_bidi_european_digit.h: Likewise.
16835         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
16836         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
16837         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
16838         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
16839         * lib/unictype/pr_bidi_pdf.h: Likewise.
16840         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
16841         * lib/unictype/pr_bidi_whitespace.h: Likewise.
16842         * lib/unictype/pr_combining.h: Likewise.
16843         * lib/unictype/pr_composite.h: Likewise.
16844         * lib/unictype/pr_currency_symbol.h: Likewise.
16845         * lib/unictype/pr_dash.h: Likewise.
16846         * lib/unictype/pr_decimal_digit.h: Likewise.
16847         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
16848         * lib/unictype/pr_deprecated.h: Likewise.
16849         * lib/unictype/pr_diacritic.h: Likewise.
16850         * lib/unictype/pr_extender.h: Likewise.
16851         * lib/unictype/pr_format_control.h: Likewise.
16852         * lib/unictype/pr_grapheme_base.h: Likewise.
16853         * lib/unictype/pr_grapheme_extend.h: Likewise.
16854         * lib/unictype/pr_grapheme_link.h: Likewise.
16855         * lib/unictype/pr_hex_digit.h: Likewise.
16856         * lib/unictype/pr_hyphen.h: Likewise.
16857         * lib/unictype/pr_id_continue.h: Likewise.
16858         * lib/unictype/pr_id_start.h: Likewise.
16859         * lib/unictype/pr_ideographic.h: Likewise.
16860         * lib/unictype/pr_ids_binary_operator.h: Likewise.
16861         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
16862         * lib/unictype/pr_ignorable_control.h: Likewise.
16863         * lib/unictype/pr_iso_control.h: Likewise.
16864         * lib/unictype/pr_join_control.h: Likewise.
16865         * lib/unictype/pr_left_of_pair.h: Likewise.
16866         * lib/unictype/pr_line_separator.h: Likewise.
16867         * lib/unictype/pr_logical_order_exception.h: Likewise.
16868         * lib/unictype/pr_lowercase.h: Likewise.
16869         * lib/unictype/pr_math.h: Likewise.
16870         * lib/unictype/pr_non_break.h: Likewise.
16871         * lib/unictype/pr_not_a_character.h: Likewise.
16872         * lib/unictype/pr_numeric.h: Likewise.
16873         * lib/unictype/pr_other_alphabetic.h: Likewise.
16874         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
16875         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
16876         * lib/unictype/pr_other_id_continue.h: Likewise.
16877         * lib/unictype/pr_other_id_start.h: Likewise.
16878         * lib/unictype/pr_other_lowercase.h: Likewise.
16879         * lib/unictype/pr_other_math.h: Likewise.
16880         * lib/unictype/pr_other_uppercase.h: Likewise.
16881         * lib/unictype/pr_paired_punctuation.h: Likewise.
16882         * lib/unictype/pr_paragraph_separator.h: Likewise.
16883         * lib/unictype/pr_pattern_syntax.h: Likewise.
16884         * lib/unictype/pr_pattern_white_space.h: Likewise.
16885         * lib/unictype/pr_private_use.h: Likewise.
16886         * lib/unictype/pr_punctuation.h: Likewise.
16887         * lib/unictype/pr_quotation_mark.h: Likewise.
16888         * lib/unictype/pr_radical.h: Likewise.
16889         * lib/unictype/pr_sentence_terminal.h: Likewise.
16890         * lib/unictype/pr_soft_dotted.h: Likewise.
16891         * lib/unictype/pr_space.h: Likewise.
16892         * lib/unictype/pr_terminal_punctuation.h: Likewise.
16893         * lib/unictype/pr_titlecase.h: Likewise.
16894         * lib/unictype/pr_unassigned_code_value.h: Likewise.
16895         * lib/unictype/pr_unified_ideograph.h: Likewise.
16896         * lib/unictype/pr_uppercase.h: Likewise.
16897         * lib/unictype/pr_variation_selector.h: Likewise.
16898         * lib/unictype/pr_white_space.h: Likewise.
16899         * lib/unictype/pr_xid_continue.h: Likewise.
16900         * lib/unictype/pr_xid_start.h: Likewise.
16901         * lib/unictype/pr_zero_width.h: Likewise.
16902         * lib/unictype/scripts.h: Likewise.
16903         * lib/unictype/scripts_byname.gperf: Likewise.
16904         * lib/unictype/sy_c_ident.h: Likewise.
16905         * lib/unictype/sy_c_whitespace.h: Likewise.
16906         * lib/unictype/sy_java_ident.h: Likewise.
16907         * lib/unictype/sy_java_whitespace.h: Likewise.
16908
16909         * lib/unictype/Makefile: New file.
16910         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
16911         glibc.
16912         * lib/unictype/3level.h: New file, copied from glibc.
16913         * lib/unictype/3levelbit.h: New file.
16914
16915 2007-11-11  Bruno Haible  <bruno@clisp.org>
16916
16917         * modules/gperf: New file.
16918         * modules/iconv_open (Depends-on): Add it.
16919         (Makefile.am): Remove the GPERF definition.
16920
16921 2007-11-11  Bruno Haible  <bruno@clisp.org>
16922
16923         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
16924         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
16925
16926 2007-11-11  Bruno Haible  <bruno@clisp.org>
16927
16928         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
16929         (usage): Remove function.
16930
16931 2007-11-11  Bruno Haible  <bruno@clisp.org>
16932
16933         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
16934         gl_FUNC_CEILF_LIBS.
16935         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
16936         gl_FUNC_CEIL_LIBS.
16937         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
16938         gl_FUNC_CEILL_LIBS.
16939         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
16940         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
16941         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
16942
16943 2007-11-11  Bruno Haible  <bruno@clisp.org>
16944
16945         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
16946         roundf were declared but do not exist on functions.
16947         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
16948         roundl were declared but do not exist on functions.
16949         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
16950         HAVE_FLOORL_AND_CEILL, respectively.
16951         Needed for Sun C on Solaris 10.
16952
16953 2007-11-11  Bruno Haible  <bruno@clisp.org>
16954
16955         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
16956         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
16957         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
16958         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
16959         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
16960         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
16961         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
16962         HAVE_DECL_ROUNDF.
16963         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
16964         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
16965         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
16966         of HAVE_DECL_ROUND*.
16967         * modules/math (Makefile.am): Update.
16968
16969 2007-11-10  Bruno Haible  <bruno@clisp.org>
16970
16971         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
16972         ptrdiff_t as m4/intl.m4.
16973
16974 2007-11-10  Jim Meyering  <meyering@redhat.com>
16975
16976         Avoid link failure for the argmatch test.
16977         * tests/test-argmatch.c (usage): Define function to avoid a link
16978         failure: argmatch_die requires a usage function.
16979
16980 2007-11-09  Bruno Haible  <bruno@clisp.org>
16981
16982         * doc/functions/snprintf.texi: Mention BeOS deficiency.
16983         * doc/functions/vsnprintf.texi: Likewise.
16984         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
16985         with a size argument < 2.
16986
16987 2007-11-09  Bruno Haible  <bruno@clisp.org>
16988
16989         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
16990         buffer. Fixes an inefficiency introduced on 2007-11-03.
16991
16992 2007-11-09  Bruno Haible  <bruno@clisp.org>
16993
16994         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
16995         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
16996
16997 2007-11-08  Jim Meyering  <meyering@redhat.com>
16998
16999         Change cache variable name prefix "jm_" to "gl_" everywhere.
17000         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
17001         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
17002         * m4/uptime.m4: s/gl_/jm_/
17003
17004 2007-11-07  Bruno Haible  <bruno@clisp.org>
17005
17006         Update to GNU gettext 0.17.
17007         * m4/intl.m4: Update to GNU gettext 0.17.
17008         * m4/po.m4: Likewise.
17009         * modules/gettext (Files): Remove m4/ulonglong.m4.
17010         (configure.ac): Require gettext infrastructure from version 0.17.
17011
17012 2007-11-06  Bruno Haible  <bruno@clisp.org>
17013
17014         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
17015         symbolic values are not defined in a public header.
17016         * lib/freadable.c (freadable) [QNX]: Likewise.
17017         * lib/freadahead.c (freadahead) [QNX]: Likewise.
17018         * lib/freading.c (freading) [QNX]: Likewise.
17019         * lib/fseterr.c (fseterr) [QNX]: Likewise.
17020         * lib/fwritable.c (fwritable) [QNX]: Likewise.
17021         * lib/fwriting.c (fwriting) [QNX]: Likewise.
17022         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
17023         Reported by Alain Magloire.
17024
17025         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
17026
17027 2007-11-05  Bruno Haible  <bruno@clisp.org>
17028
17029         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
17030         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
17031         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
17032         Reported by Eric Blake.
17033
17034 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17035             Bruno Haible  <bruno@clisp.org>
17036
17037         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
17038         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
17039         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
17040         (malloc): Undefine also before including <stdlib.h>.
17041         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
17042         Needed on OSF/1 4.0.
17043
17044 2007-11-05  Jim Meyering  <meyering@redhat.com>
17045
17046         git-version-gen: sync from coreutils.
17047         * build-aux/git-version-gen: Add comments.
17048         Change the first '-' to '.' in the snapshot version string,
17049         e.g., 6.9-377-08144 -> 6.9.377-08144
17050         Remove first parameter.
17051         Don't declare a version "-dirty" merely because a time
17052         stamp has changed.
17053
17054 2007-11-04  Bruno Haible  <bruno@clisp.org>
17055
17056         * lib/lock.h: Protect all macro definitions containing an 'if'
17057         statement through a "do { ... } while (0)".
17058         * lib/tls.h: Likewise.
17059
17060 2007-11-04  Bruno Haible  <bruno@clisp.org>
17061
17062         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
17063
17064 2007-11-04  Bruno Haible  <bruno@clisp.org>
17065
17066         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
17067         * modules/fprintf-posix (Depends-on): Add nocrash.
17068         * modules/snprintf-posix (Depends-on): Likewise.
17069         * modules/sprintf-posix (Depends-on): Likewise.
17070         * modules/vasnprintf-posix (Depends-on): Likewise.
17071         * modules/vasprintf-posix (Depends-on): Likewise.
17072         * modules/vfprintf-posix (Depends-on): Likewise.
17073         * modules/vsnprintf-posix (Depends-on): Likewise.
17074         * modules/vsprintf-posix (Depends-on): Likewise.
17075         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17076         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17077         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17078         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17079         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17080         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17081         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17082
17083 2007-11-04  Bruno Haible  <bruno@clisp.org>
17084
17085         * modules/nocrash: New file.
17086         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
17087         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
17088
17089 2007-11-04  Bruno Haible  <bruno@clisp.org>
17090
17091         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
17092         precision handling.
17093         * tests/test-vasprintf-posix.c (test_function): Likewise.
17094         * tests/test-snprintf-posix.h (test_function): Likewise.
17095         * tests/test-sprintf-posix.h (test_function): Likewise.
17096
17097         Fix *printf behaviour for large precisions on mingw and BeOS.
17098         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
17099         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
17100         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
17101         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
17102         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17103         gl_PRINTF_PRECISION and test its result. Invoke
17104         gl_PREREQ_VASNPRINTF_PRECISION.
17105         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17106         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17107         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17108         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17109         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17110         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17111         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17112         * doc/functions/fprintf.texi: Update.
17113         * doc/functions/printf.texi: Update.
17114         * doc/functions/snprintf.texi: Update.
17115         * doc/functions/sprintf.texi: Update.
17116         * doc/functions/vfprintf.texi: Update.
17117         * doc/functions/vprintf.texi: Update.
17118         * doc/functions/vsnprintf.texi: Update.
17119         * doc/functions/vsprintf.texi: Update.
17120
17121 2007-11-04  Bruno Haible  <bruno@clisp.org>
17122
17123         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
17124
17125 2007-11-04  Bruno Haible  <bruno@clisp.org>
17126
17127         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
17128         Reported by Sylvain Beucler <beuc@gnu.org>.
17129
17130 2007-11-03  Bruno Haible  <bruno@clisp.org>
17131
17132         * tests/test-fprintf-posix2.sh: New file.
17133         * tests/test-fprintf-posix2.c: New file.
17134         * modules/fprintf-posix-tests (Files): Add them.
17135         (TESTS): Add test-fprintf-posix2.sh.
17136         (configure.ac): Check for getrlimit and setrlimit.
17137         (check_PROGRAMS): Add test-fprintf-posix2.
17138
17139         * tests/test-printf-posix2.sh: New file.
17140         * tests/test-printf-posix2.c: New file.
17141         * modules/printf-posix-tests (Files): Add them.
17142         (TESTS): Add test-printf-posix2.sh.
17143         (configure.ac): Check for getrlimit and setrlimit.
17144         (check_PROGRAMS): Add test-printf-posix2.
17145
17146         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
17147         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
17148         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
17149         (decode_double): New function, copied from decode_long_double.
17150         (scale10_round_decimal_decoded): New function, extracted from
17151         scale10_round_decimal_long_double.
17152         (scale10_round_decimal_long_double): Use it.
17153         (scale10_round_decimal_double): New function.
17154         (floorlog10): New function.
17155         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
17156         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
17157         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
17158         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17159         gl_PRINTF_ENOMEM and test its result. Invoke
17160         gl_PREREQ_VASNPRINTF_ENOMEM.
17161         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17162         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17163         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17164         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17165         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17166         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17167         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17168         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
17169         * modules/snprintf-posix (Depends-on): Likewise.
17170         * modules/sprintf-posix (Depends-on): Likewise.
17171         * modules/vasnprintf-posix (Depends-on): Likewise.
17172         * modules/vasprintf-posix (Depends-on): Likewise.
17173         * modules/vfprintf-posix (Depends-on): Likewise.
17174         * modules/vsnprintf-posix (Depends-on): Likewise.
17175         * modules/vsprintf-posix (Depends-on): Likewise.
17176         * doc/functions/fprintf.texi: Update.
17177         * doc/functions/printf.texi: Update.
17178         * doc/functions/snprintf.texi: Update.
17179         * doc/functions/sprintf.texi: Update.
17180         * doc/functions/vfprintf.texi: Update.
17181         * doc/functions/vprintf.texi: Update.
17182         * doc/functions/vsnprintf.texi: Update.
17183         * doc/functions/vsprintf.texi: Update.
17184
17185 2007-11-03  Bruno Haible  <bruno@clisp.org>
17186
17187         * modules/frexp-nolibm-tests: New file.
17188
17189         * modules/frexp-nolibm: New file.
17190         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
17191
17192 2007-11-03  Bruno Haible  <bruno@clisp.org>
17193
17194         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
17195         value is C99 compliant.
17196         Needed for OSF/1 5.1.
17197
17198 2007-11-03  Bruno Haible  <bruno@clisp.org>
17199
17200         Fix out-of-memory handling of vasnprintf.
17201         * lib/printf-parse.c: Include <errno.h>.
17202         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
17203         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
17204         is already set.
17205
17206 2007-11-02  Eric Blake  <ebb9@byu.net>
17207
17208         Fix tests on cygwin.
17209         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
17210
17211 2007-11-01  Bruno Haible  <bruno@clisp.org>
17212
17213         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
17214         warning.
17215         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
17216         needed for POSIX compatibility.
17217
17218 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17219
17220         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
17221         for compatibility with GNU.
17222
17223 2007-11-01  Bruno Haible  <bruno@clisp.org>
17224
17225         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
17226         (putenv): Renamed from rpl_putenv. Change argument type from
17227         'const char *' to 'char *'.
17228         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
17229         of defining putenv in config.h, just set REPLACE_PUTENV.
17230         * modules/putenv (Depends-on): Add stdlib.
17231         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17232         (Include): Use <stdlib.h>.
17233         * lib/stdlib.in.h (putenv): New declaration.
17234         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
17235         REPLACE_PUTENV.
17236         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
17237         REPLACE_PUTENV.
17238         Needed for MacOS X 10.5.0.
17239         Reported by Peter O'Gorman <peter@pogma.com>.
17240
17241 2007-11-01  Jim Meyering  <meyering@redhat.com>
17242
17243         Treat an empty date string exactly like "0".
17244         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
17245         if the remaining date string (to be parsed) is empty, use "0".
17246         Reported by Mischa Molhoek and discussed in this thread:
17247         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
17248
17249 2007-10-31  Bruno Haible  <bruno@clisp.org>
17250
17251         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
17252         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
17253         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
17254         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
17255         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
17256         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
17257
17258 2007-10-31  Bruno Haible  <bruno@clisp.org>
17259
17260         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
17261         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
17262         (AC_TYPE_LONG_LONG_INT): Use it.
17263         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
17264         it as well.
17265         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
17266         to m4/longlong.m4.
17267         * modules/stdint (Files): Remove m4/ulonglong.m4.
17268         * modules/strtoull (Files): Use m4/longlong.m4 instead of
17269         m4/ulonglong.m4.
17270         * modules/strtoumax (Files): Likewise.
17271
17272 2007-10-30  Bruno Haible  <bruno@clisp.org>
17273
17274         * modules/xvasprintf-posix: New file.
17275         Suggested by Eric Blake.
17276
17277 2007-10-30  Bruno Haible  <bruno@clisp.org>
17278
17279         * modules/xprintf-posix-tests: New file.
17280         * tests/test-xprintf-posix.sh: New file.
17281         * tests/test-xprintf-posix.c: New file.
17282         * tests/test-xfprintf-posix.c: New file.
17283
17284         * modules/xprintf-posix: New file.
17285
17286 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17287
17288         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
17289         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
17290         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
17291
17292 2007-10-29  Bruno Haible  <bruno@clisp.org>
17293
17294         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
17295         contain the special marker '_cv_'.
17296         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
17297         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
17298         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
17299         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
17300         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
17301         Reported by Ralf Wildenhues.
17302
17303 2007-10-29  Bruno Haible  <bruno@clisp.org>
17304
17305         * gnulib-tool (func_import): When --lgpl is not specified, set
17306         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
17307         GPLv3.
17308         Reported by Simon Josefsson.
17309
17310 2007-10-28  Bruno Haible  <bruno@clisp.org>
17311
17312         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
17313         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
17314         HAVE_DECL_ISFINITE.
17315         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
17316         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
17317         HAVE_DECL_ISFINITE.
17318
17319 2007-10-28  Bruno Haible  <bruno@clisp.org>
17320
17321         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
17322         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
17323
17324 2007-10-28  Bruno Haible  <bruno@clisp.org>
17325
17326         Fix link errors with Sun C 5.0 on Solaris 10.
17327         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
17328         function is declared but not present in the compiler's libm.
17329         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
17330         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
17331         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
17332         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
17333         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
17334         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
17335         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
17336         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
17337         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
17338         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
17339         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
17340         HAVE_DECL_FLOORL.
17341
17342 2007-10-28  Bruno Haible  <bruno@clisp.org>
17343
17344         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
17345         gl_FUNC_FLOORL. Cache the result.
17346         (gl_FUNC_FLOORL): Use it.
17347         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
17348         gl_FUNC_CEILL. Cache the result.
17349         (gl_FUNC_CEILL): Use it.
17350
17351         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
17352         gl_FUNC_FLOOR. Cache the result.
17353         (gl_FUNC_FLOOR): Use it.
17354         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
17355         gl_FUNC_CEIL. Cache the result.
17356         (gl_FUNC_CEIL): Use it.
17357
17358         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
17359         gl_FUNC_FLOORF. Cache the result.
17360         (gl_FUNC_FLOORF): Use it.
17361         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
17362         gl_FUNC_CEILF. Cache the result.
17363         (gl_FUNC_CEILF): Use it.
17364
17365 2007-10-28  Bruno Haible  <bruno@clisp.org>
17366
17367         * gnulib-tool: Allow specifying the LGPL version number through
17368         --lgpl=2 or --lgpl=3.
17369         (func_usage): Document --lgpl with argument.
17370         Handle --lgpl=... arguments.
17371         (func_import): Recognize also gl_LGPL calls with an argument. When
17372         --lgpl=2 is used and the module's license is just LGPL, report an
17373         error. Set sed_transform_lib_file according to the lgpl variable. In
17374         the generated files, use --lgpl or gl_LGPL invocations with argument,
17375         if necessary.
17376         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
17377         an LGPv2+ license.
17378         * doc/gnulib-tool.texi (Modified imports): Update explanation of
17379         gl_LGPL macro.
17380
17381 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17382             Bruno Haible  <bruno@clisp.org>
17383
17384         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
17385         (u16_uctomb_aux): Likewise.
17386         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
17387         !HAVE_INLINE.
17388         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
17389
17390 2007-10-28  Bruno Haible  <bruno@clisp.org>
17391
17392         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
17393         Invoke AM_GETTEXT_OPTION if it exists.
17394         * modules/vasprintf: Likewise.
17395         * modules/verror: Likewise.
17396         * modules/xprintf: Likewise.
17397         * modules/xvasprintf: Likewise.
17398
17399 2007-10-27  Ben Pfaff  <blp@gnu.org>
17400
17401         * lib/math.in.h: Define isfinite macro and prototypes for
17402         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
17403         implementations.
17404         * m4/math_h.m4: New substitutions for isfinite module.
17405         * lib/isfinite.c: New file.
17406         * m4/isfinite.m4: New file.
17407         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
17408         * modules/isfinite: New file.
17409         * modules/isfinite-tests: New file.
17410         * tests/tests-isfinite.c: New file.
17411         * doc/functions/isfinite.texi: Mention isfinite module.
17412         * MODULES.html.sh: Mention new module.
17413
17414 2007-10-27  Ben Pfaff  <blp@gnu.org>
17415
17416         Ralf Wildenhues reported that Tru64 4.0D declares the round
17417         functions but does not have definitions.
17418         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
17419         cannot be found in any library, set the output variable to
17420         "missing" instead of "".
17421         * m4/round.m4: Also use our substitute if we cannot find round in
17422         any library, even if it is declared.
17423         * m4/roundf.m4: Likewise for roundf.
17424         * m4/roundl.m4: Likewise for roundl.
17425         * lib/math.in.h: Undefine roundf, round, roundl before defining
17426         their replacements, to allow for hypothetical systems where these
17427         may be defined as macros but not available in libraries.
17428
17429 2007-10-27  Bruno Haible  <bruno@clisp.org>
17430
17431         * doc/gnulib.texi: Invoke @firstparagraphindent.
17432         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
17433         changes in gnulib.
17434         (Source changes): New section.
17435
17436 2007-10-26  Bruno Haible  <bruno@clisp.org>
17437
17438         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
17439         borrowed from autoconf.
17440
17441 2007-10-26  Bruno Haible  <bruno@clisp.org>
17442
17443         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
17444         strerror returned the empty string. Needed on HP-UX 11.00.
17445
17446 2007-10-24  Micah Cowan  <micah@cowan.name>
17447
17448         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
17449         * build-aux/bootstrap: Remove support for now-unnecessary option,
17450         --cvs-user, and envvars CVS_USER, CVS_RSH.
17451
17452 2007-10-24  Jim Meyering  <meyering@redhat.com>
17453
17454         Avoid diagnostics from sha1sum when there is no cached checksum.
17455         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
17456         if the po.s1 file hasn't been created yet.
17457
17458         * build-aux/bootstrap: Sync from coreutils:
17459         2007-10-24  Jim Meyering  <meyering@redhat.com>
17460         Get gnulib from the git repository, not from an obsolete cvs one.
17461         * build-aux/bootstrap: Suggestion from Micah Cowan.
17462         2007-10-04  Jim Meyering  <jim@meyering.net>
17463         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
17464         (update_po_files): Work also when there are no .po files in po/.
17465
17466 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17467
17468         * README: Append ".git" to git and cg examples.
17469         Problem reported by Benoit Sigoure.
17470
17471 2007-10-23  Micah Cowan  <micah@cowan.name>
17472
17473         * users.txt: Add wget.
17474
17475 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17476
17477         Fix linking of some unistdio tests on FreeBSD.
17478         * modules/unistdio/u16-vsnprintf-tests
17479         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
17480         * modules/unistdio/u16-vsprintf-tests
17481         (test_u16_vsnprintf1_LDADD): Likewise.
17482         * modules/unistdio/u32-vsnprintf-tests
17483         (test_u32_vsnprintf1_LDADD): Likewise.
17484         * modules/unistdio/u32-vsprintf-tests
17485         (test_u32_vsprintf1_LDADD): Likewise.
17486         * modules/unistdio/u8-vsnprintf-tests
17487         (test_u8_vsnprintf1_LDADD): Likewise.
17488         * modules/unistdio/u8-vsprintf-tests
17489         (test_u8_vsprintf1_LDADD): Likewise.
17490         * modules/unistdio/ulc-vsnprintf-tests
17491         (test_ulc_vsnprintf1_LDADD): Likewise.
17492         * modules/unistdio/ulc-vsprintf-tests
17493         (test_ulc_vsprintf1_LDADD): Likewise.
17494
17495         Fix linking of some uniconv tests on FreeBSD.
17496         * modules/uniconv/u16-conv-from-enc-tests
17497         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
17498         * modules/uniconv/u16-conv-to-enc-tests
17499         (test_u16_conv_to_enc_LDADD): Likewise.
17500         * modules/uniconv/u16-strconv-from-enc-tests
17501         (test_u16_strconv_from_enc_LDADD): Likewise.
17502         * modules/uniconv/u16-strconv-to-enc-tests
17503         (test_u16_strconv_to_enc_LDADD): Likewise.
17504         * modules/uniconv/u32-conv-from-enc-tests
17505         (test_u32_conv_from_enc_LDADD): Likewise.
17506         * modules/uniconv/u32-conv-to-enc-tests
17507         (test_u32_conv_to_enc_LDADD): Likewise.
17508         * modules/uniconv/u32-strconv-from-enc-tests
17509         (test_u32_strconv_from_enc_LDADD): Likewise.
17510         * modules/uniconv/u32-strconv-to-enc-tests
17511         (test_u32_strconv_to_enc_LDADD): Likewise.
17512         * modules/uniconv/u8-conv-from-enc-tests
17513         (test_u8_conv_from_enc_LDADD): Likewise.
17514         * modules/uniconv/u8-conv-to-enc-tests
17515         (test_u8_conv_to_enc_LDADD): Likewise.
17516         * modules/uniconv/u8-strconv-from-enc-tests
17517         (test_u8_strconv_from_enc_LDADD): Likewise.
17518         * modules/uniconv/u8-strconv-to-enc-tests
17519         (test_u8_strconv_to_enc_LDADD): Likewise.
17520
17521 2007-10-22  Bruno Haible  <bruno@clisp.org>
17522
17523         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
17524         size.
17525
17526 2007-10-22  Eric Blake  <ebb9@byu.net>
17527
17528         Tweak x*printf documentation.
17529         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
17530         variable name and comments.
17531         Suggested by Bruno Haible.
17532
17533 2007-10-22  Bruno Haible  <bruno@clisp.org>
17534
17535         * lib/acl.c (copy_acl): Fix file name in comment.
17536
17537 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17538
17539         Fix Tru64 problem with stdbool.h.
17540         * lib/stdbool.in.h (false, true):
17541         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
17542         Don't declare as an enum in this situation; it runs afoul of Tru64.
17543         Problem reported by Steven M. Schweda in
17544         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
17545
17546 2007-10-22  Eric Blake  <ebb9@byu.net>
17547
17548         Also wrap vf?printf.
17549         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
17550         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
17551         (xvprintf, xvfprintf): New functions.
17552
17553 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17554
17555         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
17556         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
17557
17558         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
17559         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
17560
17561 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17562
17563         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
17564         by Bruno Haible.
17565
17566 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17567
17568         * lib/getloadavg.c
17569         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
17570         Undef `sys' after including sys/table.h, for Tru64 4.0D.
17571
17572         * tests/test-i-ring.c: Work for C89.
17573
17574 2007-10-22  Bruno Haible  <bruno@clisp.org>
17575
17576         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
17577         -1u, in preprocessor expression, so that we don't test for the bug
17578         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
17579         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
17580
17581 2007-10-22  Eric Blake  <ebb9@byu.net>
17582
17583         * tests/test-yesno.sh: Silence stderr during test.
17584
17585 2007-10-22  Simon Josefsson  <simon@josefsson.org>
17586
17587         * modules/crypto/gc-camellia: New file.
17588
17589         * m4/gc-camellia.m4: New file.
17590
17591         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
17592
17593         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
17594
17595 2007-10-22  Simon Josefsson  <simon@josefsson.org>
17596
17597         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
17598         --help to stdout.  Reported by sms@antinode.org (Steven
17599         M. Schweda).
17600
17601 2007-10-22  Simon Josefsson  <simon@josefsson.org>
17602
17603         * users.txt: Fix link to libksba.
17604
17605 2007-10-21  Ben Pfaff  <blp@gnu.org>
17606
17607         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
17608         round.c roundf implementation that depends on floorf and ceilf to
17609         be tested unconditionally.
17610
17611 2007-10-21  Ben Pfaff  <blp@gnu.org>
17612
17613         * m4/check-libm-func.m4: Removed.
17614         * m4/check-math-lib.m4: New file.
17615         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
17616         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
17617         definition and lack of AC_LIBOBJ([roundf]).
17618         * m4/roundl.m4: Ditto, and similarly for roundl.
17619         * modules/round: Reference new m4 file.
17620         * modules/roundf: Ditto.
17621         * modules/roundl: Ditto.
17622         * tests/test-round2.c (main): Use ROUND instead of round.
17623         Bug report from Bruno Haible.
17624
17625 2007-10-21  Bruno Haible  <bruno@clisp.org>
17626
17627         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
17628         context.
17629
17630 2007-10-21  Bruno Haible  <bruno@clisp.org>
17631
17632         * tests/test-wcwidth.c (main): Allow negative result for some control
17633         characters.
17634
17635         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
17636         Needed on OSF/1 5.1.
17637
17638 2007-10-21  Bruno Haible  <bruno@clisp.org>
17639
17640         * tests/test-floorf1.c: Include isnanf.h.
17641         (main): Use isnanf() instead of isnan().
17642         * tests/test-ceilf1.c: Include isnanf.h.
17643         (main): Use isnanf() instead of isnan().
17644         * tests/test-truncf1.c: Include isnanf.h.
17645         (main): Use isnanf() instead of isnan().
17646         * tests/test-roundf1.c: Include isnanf.h.
17647         (main): Use isnanf() instead of isnan().
17648
17649 2007-10-21  Eric Blake  <ebb9@byu.net>
17650
17651         * users.txt: Update URL for m4.
17652
17653 2007-10-21  Bruno Haible  <bruno@clisp.org>
17654
17655         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
17656
17657 2007-10-21  Bruno Haible  <bruno@clisp.org>
17658
17659         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
17660         Git's management files if the CVS files are not present.
17661
17662 2007-10-20  Bruno Haible  <bruno@clisp.org>
17663
17664         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
17665         gcc-3.4.x.
17666
17667 2007-10-20  Ben Pfaff  <blp@gnu.org>
17668
17669         * lib/math.in.h: Declare round, roundf, roundl if we are providing
17670         implementations.
17671         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
17672         * lib/round.c: New file.
17673         * lib/roundf.c: New file.
17674         * lib/roundl.c: New file.
17675         * m4/round.m4: New file.
17676         * m4/roundf.m4: New file.
17677         * m4/roundl.m4: New file.
17678         * m4/check-libm-func-m4: New file.
17679         * modules/math: Replace round, roundf, roundl related @VARS@ in
17680         math.in.h.
17681         * modules/round: New file.
17682         * modules/round-tests: New file.
17683         * modules/roundf: New file.
17684         * modules/roundf-tests: New file.
17685         * modules/roundl: New file.
17686         * modules/roundl-tests: New file.
17687         * tests/test-round1.c: New file.
17688         * tests/test-round2.c: New file.
17689         * tests/test-roundf1.c: New file.
17690         * tests/test-roundf2.c: New file.
17691         * tests/test-roundl.c: New file.
17692         * doc/functions/round.texi: Mention round module.
17693         * doc/functions/roundf.texi: Mention roundf module.
17694         * doc/functions/roundl.texi: Mention roundl module.
17695         * MODULES.html.sh: Mention new modules.
17696         Thanks to Bruno Haible for suggestions.
17697
17698 2007-10-20  Jim Meyering  <meyering@redhat.com>
17699
17700         * lib/xprintf.c: Include <config.h> unconditionally.
17701
17702         Change xprintf's license to GPL.
17703         * modules/xprintf (License): s/LGPL/GPL/, since this module
17704         depends on modules (exit and exitfail) which are GPL.
17705         Suggestion from Bruno Haible.
17706
17707         xprintf fixes.
17708         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
17709         Use a clearer diagnostic.
17710         Patch from Bruno Haible.
17711
17712 2007-10-20  Bruno Haible  <bruno@clisp.org>
17713
17714         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
17715         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
17716         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17717
17718 2007-10-20  Bruno Haible  <bruno@clisp.org>
17719
17720         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
17721         precision in the comparison result > x - 1 or similar.
17722         * tests/test-ceilf2.c (correct_result_p): Likewise.
17723         * tests/test-truncf2.c (correct_result_p): Likewise.
17724         * tests/test-trunc2.c (correct_result_p): Likewise.
17725         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17726
17727 2007-10-20  Bruno Haible  <bruno@clisp.org>
17728
17729         * modules/ceil: New file.
17730         * m4/ceil.m4: New file.
17731         * doc/functions/ceil.texi: Mention the 'ceil' module.
17732
17733 2007-10-20  Bruno Haible  <bruno@clisp.org>
17734
17735         * modules/floor: New file.
17736         * m4/floor.m4: New file.
17737         * doc/functions/floor.texi: Mention the 'floor' module.
17738
17739 2007-10-20  Bruno Haible  <bruno@clisp.org>
17740
17741         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
17742         of %a.
17743         * modules/floorf-tests (Depends-on): Likewise.
17744         * modules/truncf-tests (Depends-on): Likewise.
17745         * modules/trunc-tests (Depends-on): Likewise.
17746         Reported by Ben Pfaff.
17747
17748 2007-10-19  Jim Meyering  <meyering@redhat.com>
17749
17750         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
17751         Don't bother testing specific errno values.  Just test ferror.
17752
17753         New module: xprintf
17754         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
17755
17756 2007-10-19  Bruno Haible  <bruno@clisp.org>
17757
17758         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
17759         syntax.
17760         * modules/javaexec (Makefile.am): Likewise.
17761         * modules/relocatable-prog (Makefile.am): Likewise.
17762         Suggested by Jim Meyering.
17763
17764 2007-10-18  Bruno Haible  <bruno@clisp.org>
17765
17766         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
17767         Reported by Jim Meyering.
17768
17769 2007-10-18  Eric Blake  <ebb9@byu.net>
17770
17771         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
17772
17773 2007-10-18  Bruno Haible  <bruno@clisp.org>
17774
17775         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
17776         the format string into writable memory. Needed in Fortify conditions.
17777
17778 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
17779             Bruno Haible  <bruno@clisp.org>
17780
17781         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
17782         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
17783         * modules/trim (Depends-on): Add mbchar.
17784         (configure.ac): Add gl_FUNC_MBRTOWC.
17785         (Makefile.am): Augment lib_SOURCES.
17786
17787 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17788
17789         Modify glob.c to use fstatat and dirfd, to simplify it.
17790         Suggested by Eric Blake.
17791         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
17792         Don't include <stdbool.h>; not used.
17793         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
17794         (link_exists_p): Simplify implementation, since we can now assume
17795         dirfd and fstatat.
17796         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
17797
17798 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17799
17800         * gnulib-tool (func_get_dependencies): Fix sed script to
17801         match only tests.
17802
17803 2007-10-17  Bruno Haible  <bruno@clisp.org>
17804
17805         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
17806         allow locale names without encoding suffix.
17807         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
17808         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
17809
17810 2007-10-16  Bruno Haible  <bruno@clisp.org>
17811
17812         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
17813         * lib/getgroups.c (getgroups): Likewise.
17814         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
17815
17816 2007-10-16  Bruno Haible  <bruno@clisp.org>
17817
17818         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
17819         * modules/malloc-posix (License): Likewise.
17820         * modules/realloc-posix (License): Likewise.
17821         * modules/calloc-posix (License): Likewise.
17822         * modules/intprops (License): Change from GPL to LGPL, with
17823         Paul Eggert's approval.
17824
17825 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17826
17827         Merge glibc changes into lib/glob.c.
17828
17829         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
17830         2007-10-15 04:59:03 UTC.  Here are the changes:
17831
17832         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
17833
17834         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
17835
17836         * lib/glob.c: Add some branch prediction throughout.
17837
17838         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
17839
17840         [BZ #5103]
17841         * lib/glob.c (glob): Recognize patterns starting \/.
17842
17843         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
17844
17845         [BZ #3996]
17846         * lib/glob.c (attribute_hidden): Define if not defined.
17847         (glob): Unescape dirname, filename or username when needed and not
17848         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
17849         is NULL.  Handle unescaped [ in pattern without closing ].
17850         Don't pass GLOB_CHECK down to recursive glob for directories.
17851         (__glob_pattern_type): New function.
17852         (__glob_pattern_p): Implement using __glob_pattern_type.
17853         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
17854         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
17855         Remove unreachable code.
17856
17857         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
17858
17859         * lib/glob.c (glob_in_dir): Add some comments and asserts to
17860         explain why there are no leaks.
17861
17862         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
17863
17864         [BZ #3253]
17865         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
17866         time, rather allocate increasingly bigger arrays of pointers, if
17867         possible with alloca, if too large with malloc.
17868
17869 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17870
17871         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
17872         Problem reported by H.Merijn Brand in
17873         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
17874         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
17875         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
17876
17877 2007-10-15  Bruno Haible  <bruno@clisp.org>
17878
17879         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
17880         with explicit rpl_ prefix.
17881         * lib/fopen.c (fopen): Likewise.
17882         * lib/freopen.c (freopen): Likewise.
17883         * lib/iconv.c (iconv): Likewise.
17884         * lib/iconv_close.c (iconv_close): Likewise.
17885
17886 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17887
17888         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
17889
17890 2007-10-15  Bruno Haible  <bruno@clisp.org>
17891
17892         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
17893         <stddef.h> instead of <stdlib.h> since we only need NULL.
17894         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17895
17896 2007-10-15  Bruno Haible  <bruno@clisp.org>
17897
17898         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
17899         Replace paragraph talking about LIBOBJS.
17900         Reported by Colin Watson <cjwatson@debian.org>.
17901
17902 2007-10-15  Bruno Haible  <bruno@clisp.org>
17903
17904         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
17905         <stdlib.h> before using NULL.
17906
17907 2007-10-15  Simon Josefsson  <simon@josefsson.org>
17908
17909         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
17910         Reported by Albert Chin <china@thewrittenword.com>.
17911
17912 2007-10-14  Bruno Haible  <bruno@clisp.org>
17913
17914         * modules/iconv_open-utf-tests: New file.
17915         * tests/test-iconv-utf.c: New file.
17916
17917         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
17918         * modules/iconv_open-utf: New file.
17919         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
17920         (iconv, iconv_close): New declarations.
17921         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
17922         be defined.
17923         (iconv_open): Add special handling of conversion between UTF-8 and
17924         UTF-{16,32}{BE,LE}.
17925         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
17926         * lib/iconv_close.c: New file.
17927         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
17928         gl_FUNC_ICONV_OPEN.
17929         (gl_FUNC_ICONV_OPEN): Use it.
17930         (gl_FUNC_ICONV_OPEN_UTF): New macro.
17931         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
17932         and REPLACE_ICONV_UTF.
17933         * modules/iconv_open (Depends-on): Add c-strcase.
17934         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
17935         ICONV_CONST.
17936         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
17937
17938 2007-10-13  Albert Chin  <china@thewrittenword.com>
17939             Bruno Haible  <bruno@clisp.org>
17940
17941         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
17942         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
17943
17944 2007-10-13  Bruno Haible  <bruno@clisp.org>
17945
17946         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
17947         defined, use the ISO C99 inline semantics.
17948         * lib/argp.h (ARGP_EI): Likewise.
17949
17950 2007-10-13  Bruno Haible  <bruno@clisp.org>
17951
17952         Handle 'inline' change in gcc 4.3.0.
17953         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
17954         argp_fmtstream_write, argp_fmtstream_set_lmargin,
17955         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
17956         argp_fmtstream_point): Disable 'extern' declaration if the function
17957         definition is going to be provided inline.
17958         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
17959         semantics, not the ISO C99 inline semantics.
17960         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
17961         'extern' declaration if the function definition is going to be provided
17962         inline.
17963         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
17964         the GNU C inline semantics, not the ISO C99 inline semantics. With
17965         GCC 4.2, avoid a warning.
17966
17967 2007-10-13  Bruno Haible  <bruno@clisp.org>
17968
17969         * lib/freading.h (freading): Enable the use of __freading for
17970         glibc >= 2.7.
17971         * lib/freading.c (freading): Likewise.
17972
17973 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17974
17975         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
17976         "warning: C99 inline functions are not supported; using GNU89".
17977
17978 2007-10-12  Bruno Haible  <bruno@clisp.org>
17979
17980         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
17981         of 2.
17982         * tests/test-ceilf2.c: New file.
17983         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
17984
17985         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
17986         * modules/ceilf-tests: Update.
17987
17988 2007-10-12  Bruno Haible  <bruno@clisp.org>
17989
17990         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
17991         of 2.
17992         * tests/test-floorf2.c: New file.
17993         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
17994
17995         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
17996         * modules/floorf-tests: Update.
17997
17998 2007-10-12  Bruno Haible  <bruno@clisp.org>
17999
18000         * tests/test-trunc2.c: New file.
18001         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
18002
18003         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
18004         * modules/trunc-tests: Update.
18005
18006 2007-10-12  Bruno Haible  <bruno@clisp.org>
18007
18008         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
18009         of 2.
18010         * tests/test-truncf2.c: New file.
18011         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
18012
18013         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
18014         * modules/truncf-tests: Update.
18015
18016 2007-10-11  Eric Blake  <ebb9@byu.net>
18017
18018         Don't claim strerror is broken on Interix.
18019         * doc/functions/strerror.texi (strerror): Known broken systems are
18020         now Solaris 8, and not Interix.
18021         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
18022         Interix on cross-compile.
18023         Reported by Martin Koeppe in
18024         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
18025
18026 2007-10-11  Bruno Haible  <bruno@clisp.org>
18027
18028         * modules/i-ring-tests: New file.
18029         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
18030         instead of assert.
18031
18032 2007-10-11  Bruno Haible  <bruno@clisp.org>
18033
18034         * modules/filenamecat-tests: New file.
18035         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
18036         * lib/filenamecat.c: Remove test code.
18037
18038 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18039
18040         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
18041
18042         * lib/strerror.c: Include <string.h> always, to test interface,
18043         and to remove the need for the dummy.
18044         Include intprops.h to compute width instead of doing it ourselves
18045         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
18046         (strerror): Define it to return NULL if there's no system strerror.
18047         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
18048         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
18049         ancient pre-strerror Unix systems well any more.  Saying "unknown
18050         system error" is enough.
18051         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
18052         simpler strerror.c implementation.
18053         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
18054         Simplify the tests to reflect the simpler strerror implementation.
18055         * modules/strerror (Depends-on): Add intprops.
18056
18057 2007-10-09  Eric Blake  <ebb9@byu.net>
18058
18059         Silence test-fpending.
18060         * modules/fpending-tests (Files): Add wrapper script.
18061         * tests/test-fpending.sh: New file.
18062
18063 2007-10-09  Bruno Haible  <bruno@clisp.org>
18064
18065         * MODULES.html.sh (func_module): Don't create a hyperlink for
18066         function names like 'printf_frexp'.
18067         (Misc): Add crc, memxor.
18068         (Characteristics of floating types): New section.
18069         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
18070         isnanf-nolibm, signbit, trunc, truncf, truncl.
18071         (Enhancements for ISO C 99 functions): New subsection Input/output.
18072         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
18073         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
18074         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
18075         (Compatibility checks for POSIX:2001 functions): Add clock-time.
18076         (Enhancements for POSIX:2001 functions): Add chdir-long.
18077         (File system functions): Add areadlink, chdir-safer, read-file.
18078         Remove cycle-check.
18079         (File system as inode set): New section.
18080         (Date and time): Add gethrxtime.
18081         (Multithreading): Add openmp.
18082         (Internationalization functions): Add localename.
18083         (Unicode string functions): Add unistr/u*-mbsnlen.
18084         (Support for maintaining and releasing projects): Add git-version-gen.
18085         (Lone files): Remove directories.
18086
18087 2007-10-08  Ben Pfaff  <blp@gnu.org>
18088
18089         * lib/xmalloca.h: Fix typo in comment.
18090
18091 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18092
18093         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
18094         when avoiding problems with integer overflow.  Use a portable test
18095         instead.
18096
18097 2007-10-08  Simon Josefsson  <simon@josefsson.org>
18098
18099         * modules/dummy (License): Change to LGPLv2+.
18100         * modules/float (License): Likewise
18101         * modules/realloc (License): Likewise
18102         * modules/stdlib (License): Likewise
18103
18104 2007-10-07  Bruno Haible  <bruno@clisp.org>
18105
18106         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
18107         * floor.c (TWO_MANT_DIG): Likewise.
18108         * ceil.c (TWO_MANT_DIG): Likewise.
18109         Reported by Ben Pfaff.
18110
18111 2007-10-07  Bruno Haible  <bruno@clisp.org>
18112
18113         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
18114         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
18115         * lib/frexp.c (FUNC): Likewise.
18116         * lib/printf-frexp.h (printf_frexp): Likewise.
18117         * lib/printf-frexpl.h (printf_frexpl): Likewise.
18118         * lib/printf-frexp.c (FUNC): Likewise.
18119         Suggested by Jim Meyering.
18120
18121 2007-10-07  Jim Meyering  <meyering@redhat.com>
18122
18123         Make xnanosleep's integer overflow test more robust.
18124         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
18125         so that gcc-4.3.0 doesn't optimize away this test for overflow.
18126
18127 2007-10-07  Bruno Haible  <bruno@clisp.org>
18128
18129         * NEWS: Mention the license change.
18130
18131         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
18132         abbreviations in the modules files.
18133
18134         Change copyright notice from GPLv2+ to GPLv3+.
18135         * README: Change copyright notice.
18136         * MODULES.html.sh: Likewise.
18137         * build-aux/bootstrap.conf: Likewise.
18138         * build-aux/config.libpath: Likewise.
18139         * build-aux/csharpcomp.sh.in: Likewise.
18140         * build-aux/csharpexec.sh.in: Likewise.
18141         * build-aux/install-reloc: Likewise.
18142         * build-aux/javacomp.sh.in: Likewise.
18143         * build-aux/javaexec.sh.in: Likewise.
18144         * build-aux/ldd.sh.in: Likewise.
18145         * build-aux/reloc-ldflags: Likewise.
18146         * build-aux/relocatable.sh.in: Likewise.
18147         * build-aux/x-to-1.in: Likewise.
18148         * check-module: Likewise.
18149         * config/srclistvars.sh: Likewise.
18150         * gnulib-tool: Likewise.
18151         * lib/acl-internal.h: Likewise.
18152         * lib/acl.c: Likewise.
18153         * lib/acl.h: Likewise.
18154         * lib/acl_entries.c: Likewise.
18155         * lib/areadlink-with-size.c: Likewise.
18156         * lib/areadlink.c: Likewise.
18157         * lib/areadlink.h: Likewise.
18158         * lib/argmatch.c: Likewise.
18159         * lib/argmatch.h: Likewise.
18160         * lib/argp-ba.c: Likewise.
18161         * lib/argp-eexst.c: Likewise.
18162         * lib/argp-fmtstream.c: Likewise.
18163         * lib/argp-fmtstream.h: Likewise.
18164         * lib/argp-fs-xinl.c: Likewise.
18165         * lib/argp-help.c: Likewise.
18166         * lib/argp-namefrob.h: Likewise.
18167         * lib/argp-parse.c: Likewise.
18168         * lib/argp-pin.c: Likewise.
18169         * lib/argp-pv.c: Likewise.
18170         * lib/argp-pvh.c: Likewise.
18171         * lib/argp-xinl.c: Likewise.
18172         * lib/argp.h: Likewise.
18173         * lib/at-func.c: Likewise.
18174         * lib/atanl.c: Likewise.
18175         * lib/backupfile.c: Likewise.
18176         * lib/backupfile.h: Likewise.
18177         * lib/basename.c: Likewise.
18178         * lib/binary-io.h: Likewise.
18179         * lib/byteswap.in.h: Likewise.
18180         * lib/c-stack.c: Likewise.
18181         * lib/c-stack.h: Likewise.
18182         * lib/c-strcasestr.c: Likewise.
18183         * lib/c-strcasestr.h: Likewise.
18184         * lib/c-strstr.c: Likewise.
18185         * lib/c-strstr.h: Likewise.
18186         * lib/c-strtod.c: Likewise.
18187         * lib/calloc.c: Likewise.
18188         * lib/canon-host.c: Likewise.
18189         * lib/canon-host.h: Likewise.
18190         * lib/canonicalize-lgpl.c: Likewise.
18191         * lib/canonicalize.c: Likewise.
18192         * lib/canonicalize.h: Likewise.
18193         * lib/ceil.c: Likewise.
18194         * lib/ceilf.c: Likewise.
18195         * lib/ceill.c: Likewise.
18196         * lib/chdir-long.c: Likewise.
18197         * lib/chdir-long.h: Likewise.
18198         * lib/chdir-safer.c: Likewise.
18199         * lib/chdir-safer.h: Likewise.
18200         * lib/chown.c: Likewise.
18201         * lib/classpath.c: Likewise.
18202         * lib/classpath.h: Likewise.
18203         * lib/clean-temp.c: Likewise.
18204         * lib/clean-temp.h: Likewise.
18205         * lib/cloexec.c: Likewise.
18206         * lib/close-stream.c: Likewise.
18207         * lib/closein.c: Likewise.
18208         * lib/closein.h: Likewise.
18209         * lib/closeout.c: Likewise.
18210         * lib/closeout.h: Likewise.
18211         * lib/concat-filename.c: Likewise.
18212         * lib/copy-file.c: Likewise.
18213         * lib/copy-file.h: Likewise.
18214         * lib/count-one-bits.h: Likewise.
18215         * lib/crc.c: Likewise.
18216         * lib/crc.h: Likewise.
18217         * lib/creat-safer.c: Likewise.
18218         * lib/csharpcomp.c: Likewise.
18219         * lib/csharpcomp.h: Likewise.
18220         * lib/csharpexec.c: Likewise.
18221         * lib/csharpexec.h: Likewise.
18222         * lib/cycle-check.c: Likewise.
18223         * lib/cycle-check.h: Likewise.
18224         * lib/diacrit.c: Likewise.
18225         * lib/diacrit.h: Likewise.
18226         * lib/diffseq.h: Likewise.
18227         * lib/dirchownmod.c: Likewise.
18228         * lib/dirent.in.h: Likewise.
18229         * lib/dirfd.c: Likewise.
18230         * lib/dirfd.h: Likewise.
18231         * lib/dirname.c: Likewise.
18232         * lib/dirname.h: Likewise.
18233         * lib/dummy.c: Likewise.
18234         * lib/dup-safer.c: Likewise.
18235         * lib/dup2.c: Likewise.
18236         * lib/eealloc.h: Likewise.
18237         * lib/error.c: Likewise.
18238         * lib/error.h: Likewise.
18239         * lib/euidaccess.c: Likewise.
18240         * lib/exclude.c: Likewise.
18241         * lib/exclude.h: Likewise.
18242         * lib/execute.c: Likewise.
18243         * lib/execute.h: Likewise.
18244         * lib/exitfail.c: Likewise.
18245         * lib/exitfail.h: Likewise.
18246         * lib/expl.c: Likewise.
18247         * lib/fatal-signal.c: Likewise.
18248         * lib/fatal-signal.h: Likewise.
18249         * lib/fbufmode.c: Likewise.
18250         * lib/fbufmode.h: Likewise.
18251         * lib/fchdir.c: Likewise.
18252         * lib/fchmodat.c: Likewise.
18253         * lib/fchownat.c: Likewise.
18254         * lib/fcntl--.h: Likewise.
18255         * lib/fcntl-safer.h: Likewise.
18256         * lib/fcntl.in.h: Likewise.
18257         * lib/fd-safer.c: Likewise.
18258         * lib/fflush.c: Likewise.
18259         * lib/file-has-acl.c: Likewise.
18260         * lib/file-set.c: Likewise.
18261         * lib/file-type.c: Likewise.
18262         * lib/file-type.h: Likewise.
18263         * lib/fileblocks.c: Likewise.
18264         * lib/filemode.c: Likewise.
18265         * lib/filemode.h: Likewise.
18266         * lib/filename.h: Likewise.
18267         * lib/filenamecat.c: Likewise.
18268         * lib/filenamecat.h: Likewise.
18269         * lib/findprog.c: Likewise.
18270         * lib/findprog.h: Likewise.
18271         * lib/float.in.h: Likewise.
18272         * lib/floor.c: Likewise.
18273         * lib/floorf.c: Likewise.
18274         * lib/floorl.c: Likewise.
18275         * lib/fopen-safer.c: Likewise.
18276         * lib/fopen.c: Likewise.
18277         * lib/fpending.c: Likewise.
18278         * lib/fpending.h: Likewise.
18279         * lib/fprintf.c: Likewise.
18280         * lib/fprintftime.h: Likewise.
18281         * lib/fpucw.h: Likewise.
18282         * lib/fpurge.c: Likewise.
18283         * lib/fpurge.h: Likewise.
18284         * lib/freadable.c: Likewise.
18285         * lib/freadable.h: Likewise.
18286         * lib/freadahead.c: Likewise.
18287         * lib/freadahead.h: Likewise.
18288         * lib/freading.c: Likewise.
18289         * lib/freading.h: Likewise.
18290         * lib/free.c: Likewise.
18291         * lib/freopen.c: Likewise.
18292         * lib/frexp.c: Likewise.
18293         * lib/frexpl.c: Likewise.
18294         * lib/fseek.c: Likewise.
18295         * lib/fseterr.c: Likewise.
18296         * lib/fseterr.h: Likewise.
18297         * lib/fstatat.c: Likewise.
18298         * lib/fstrcmp.c: Likewise.
18299         * lib/fstrcmp.h: Likewise.
18300         * lib/fsusage.c: Likewise.
18301         * lib/fsusage.h: Likewise.
18302         * lib/ftell.c: Likewise.
18303         * lib/ftello.c: Likewise.
18304         * lib/fts-cycle.c: Likewise.
18305         * lib/fts.c: Likewise.
18306         * lib/fts_.h: Likewise.
18307         * lib/full-read.c: Likewise.
18308         * lib/full-read.h: Likewise.
18309         * lib/full-write.c: Likewise.
18310         * lib/full-write.h: Likewise.
18311         * lib/fwritable.c: Likewise.
18312         * lib/fwritable.h: Likewise.
18313         * lib/fwriteerror.c: Likewise.
18314         * lib/fwriteerror.h: Likewise.
18315         * lib/fwriting.c: Likewise.
18316         * lib/fwriting.h: Likewise.
18317         * lib/gcd.c: Likewise.
18318         * lib/gcd.h: Likewise.
18319         * lib/getcwd.c: Likewise.
18320         * lib/getdate.h: Likewise.
18321         * lib/getdate.y: Likewise.
18322         * lib/getdomainname.c: Likewise.
18323         * lib/getdomainname.h: Likewise.
18324         * lib/getgroups.c: Likewise.
18325         * lib/gethostname.c: Likewise.
18326         * lib/gethrxtime.c: Likewise.
18327         * lib/gethrxtime.h: Likewise.
18328         * lib/getloadavg.c: Likewise.
18329         * lib/getndelim2.c: Likewise.
18330         * lib/getndelim2.h: Likewise.
18331         * lib/getnline.c: Likewise.
18332         * lib/getnline.h: Likewise.
18333         * lib/getopt.c: Likewise.
18334         * lib/getopt.in.h: Likewise.
18335         * lib/getopt1.c: Likewise.
18336         * lib/getopt_int.h: Likewise.
18337         * lib/getpagesize.h: Likewise.
18338         * lib/getsubopt.c: Likewise.
18339         * lib/gettime.c: Likewise.
18340         * lib/getugroups.c: Likewise.
18341         * lib/getugroups.h: Likewise.
18342         * lib/getusershell.c: Likewise.
18343         * lib/gl_anyavltree_list1.h: Likewise.
18344         * lib/gl_anyavltree_list2.h: Likewise.
18345         * lib/gl_anyhash_list1.h: Likewise.
18346         * lib/gl_anyhash_list2.h: Likewise.
18347         * lib/gl_anylinked_list1.h: Likewise.
18348         * lib/gl_anylinked_list2.h: Likewise.
18349         * lib/gl_anyrbtree_list1.h: Likewise.
18350         * lib/gl_anyrbtree_list2.h: Likewise.
18351         * lib/gl_anytree_list1.h: Likewise.
18352         * lib/gl_anytree_list2.h: Likewise.
18353         * lib/gl_anytree_oset.h: Likewise.
18354         * lib/gl_anytreehash_list1.h: Likewise.
18355         * lib/gl_anytreehash_list2.h: Likewise.
18356         * lib/gl_array_list.c: Likewise.
18357         * lib/gl_array_list.h: Likewise.
18358         * lib/gl_array_oset.c: Likewise.
18359         * lib/gl_array_oset.h: Likewise.
18360         * lib/gl_avltree_list.c: Likewise.
18361         * lib/gl_avltree_list.h: Likewise.
18362         * lib/gl_avltree_oset.c: Likewise.
18363         * lib/gl_avltree_oset.h: Likewise.
18364         * lib/gl_avltreehash_list.c: Likewise.
18365         * lib/gl_avltreehash_list.h: Likewise.
18366         * lib/gl_carray_list.c: Likewise.
18367         * lib/gl_carray_list.h: Likewise.
18368         * lib/gl_linked_list.c: Likewise.
18369         * lib/gl_linked_list.h: Likewise.
18370         * lib/gl_linkedhash_list.c: Likewise.
18371         * lib/gl_linkedhash_list.h: Likewise.
18372         * lib/gl_list.c: Likewise.
18373         * lib/gl_list.h: Likewise.
18374         * lib/gl_oset.c: Likewise.
18375         * lib/gl_oset.h: Likewise.
18376         * lib/gl_rbtree_list.c: Likewise.
18377         * lib/gl_rbtree_list.h: Likewise.
18378         * lib/gl_rbtree_oset.c: Likewise.
18379         * lib/gl_rbtree_oset.h: Likewise.
18380         * lib/gl_rbtreehash_list.c: Likewise.
18381         * lib/gl_rbtreehash_list.h: Likewise.
18382         * lib/gl_sublist.c: Likewise.
18383         * lib/gl_sublist.h: Likewise.
18384         * lib/group-member.c: Likewise.
18385         * lib/group-member.h: Likewise.
18386         * lib/hard-locale.c: Likewise.
18387         * lib/hard-locale.h: Likewise.
18388         * lib/hash-pjw.c: Likewise.
18389         * lib/hash-pjw.h: Likewise.
18390         * lib/hash-triple.c: Likewise.
18391         * lib/hash.c: Likewise.
18392         * lib/hash.h: Likewise.
18393         * lib/human.c: Likewise.
18394         * lib/human.h: Likewise.
18395         * lib/i-ring.c: Likewise.
18396         * lib/i-ring.h: Likewise.
18397         * lib/idcache.c: Likewise.
18398         * lib/imaxabs.c: Likewise.
18399         * lib/imaxdiv.c: Likewise.
18400         * lib/inet_pton.c: Likewise.
18401         * lib/inet_pton.h: Likewise.
18402         * lib/intprops.h: Likewise.
18403         * lib/inttostr.c: Likewise.
18404         * lib/inttostr.h: Likewise.
18405         * lib/inttypes.in.h: Likewise.
18406         * lib/isapipe.c: Likewise.
18407         * lib/isdir.c: Likewise.
18408         * lib/isnan.c: Likewise.
18409         * lib/isnan.h: Likewise.
18410         * lib/isnanf.c: Likewise.
18411         * lib/isnanf.h: Likewise.
18412         * lib/isnanl-nolibm.h: Likewise.
18413         * lib/isnanl.c: Likewise.
18414         * lib/isnanl.h: Likewise.
18415         * lib/javacomp.c: Likewise.
18416         * lib/javacomp.h: Likewise.
18417         * lib/javaexec.c: Likewise.
18418         * lib/javaexec.h: Likewise.
18419         * lib/javaversion.c: Likewise.
18420         * lib/javaversion.h: Likewise.
18421         * lib/javaversion.java: Likewise.
18422         * lib/lbrkprop.h: Likewise.
18423         * lib/lchmod.h: Likewise.
18424         * lib/lchown.c: Likewise.
18425         * lib/ldexpl.c: Likewise.
18426         * lib/linebreak.c: Likewise.
18427         * lib/linebreak.h: Likewise.
18428         * lib/linebuffer.c: Likewise.
18429         * lib/linebuffer.h: Likewise.
18430         * lib/locale.in.h: Likewise.
18431         * lib/logl.c: Likewise.
18432         * lib/long-options.c: Likewise.
18433         * lib/long-options.h: Likewise.
18434         * lib/lstat.c: Likewise.
18435         * lib/lstat.h: Likewise.
18436         * lib/math.in.h: Likewise.
18437         * lib/mbchar.c: Likewise.
18438         * lib/mbchar.h: Likewise.
18439         * lib/mbfile.h: Likewise.
18440         * lib/mbiter.h: Likewise.
18441         * lib/mbscasecmp.c: Likewise.
18442         * lib/mbscasestr.c: Likewise.
18443         * lib/mbschr.c: Likewise.
18444         * lib/mbscspn.c: Likewise.
18445         * lib/mbslen.c: Likewise.
18446         * lib/mbsncasecmp.c: Likewise.
18447         * lib/mbsnlen.c: Likewise.
18448         * lib/mbspbrk.c: Likewise.
18449         * lib/mbspcasecmp.c: Likewise.
18450         * lib/mbsrchr.c: Likewise.
18451         * lib/mbssep.c: Likewise.
18452         * lib/mbsspn.c: Likewise.
18453         * lib/mbsstr.c: Likewise.
18454         * lib/mbstok_r.c: Likewise.
18455         * lib/mbswidth.c: Likewise.
18456         * lib/mbswidth.h: Likewise.
18457         * lib/mbuiter.h: Likewise.
18458         * lib/memcasecmp.c: Likewise.
18459         * lib/memcasecmp.h: Likewise.
18460         * lib/memchr.c: Likewise.
18461         * lib/memcmp.c: Likewise.
18462         * lib/memcoll.c: Likewise.
18463         * lib/memcoll.h: Likewise.
18464         * lib/memcpy.c: Likewise.
18465         * lib/memrchr.c: Likewise.
18466         * lib/mkancesdirs.c: Likewise.
18467         * lib/mkdir-p.c: Likewise.
18468         * lib/mkdir-p.h: Likewise.
18469         * lib/mkdir.c: Likewise.
18470         * lib/mkdirat.c: Likewise.
18471         * lib/mkdtemp.c: Likewise.
18472         * lib/mkstemp-safer.c: Likewise.
18473         * lib/mkstemp.c: Likewise.
18474         * lib/modechange.c: Likewise.
18475         * lib/modechange.h: Likewise.
18476         * lib/mountlist.c: Likewise.
18477         * lib/mountlist.h: Likewise.
18478         * lib/mpsort.c: Likewise.
18479         * lib/nanosleep.c: Likewise.
18480         * lib/obstack.c: Likewise.
18481         * lib/obstack.h: Likewise.
18482         * lib/open-safer.c: Likewise.
18483         * lib/open.c: Likewise.
18484         * lib/openat-die.c: Likewise.
18485         * lib/openat-priv.h: Likewise.
18486         * lib/openat-proc.c: Likewise.
18487         * lib/openat.c: Likewise.
18488         * lib/openat.h: Likewise.
18489         * lib/pagealign_alloc.c: Likewise.
18490         * lib/pagealign_alloc.h: Likewise.
18491         * lib/physmem.c: Likewise.
18492         * lib/physmem.h: Likewise.
18493         * lib/pipe-safer.c: Likewise.
18494         * lib/pipe.c: Likewise.
18495         * lib/pipe.h: Likewise.
18496         * lib/posixtm.c: Likewise.
18497         * lib/posixtm.h: Likewise.
18498         * lib/posixver.c: Likewise.
18499         * lib/printf-frexp.c: Likewise.
18500         * lib/printf-frexp.h: Likewise.
18501         * lib/printf-frexpl.c: Likewise.
18502         * lib/printf-frexpl.h: Likewise.
18503         * lib/printf.c: Likewise.
18504         * lib/progname.c: Likewise.
18505         * lib/progname.h: Likewise.
18506         * lib/progreloc.c: Likewise.
18507         * lib/putenv.c: Likewise.
18508         * lib/quote.c: Likewise.
18509         * lib/quote.h: Likewise.
18510         * lib/quotearg.c: Likewise.
18511         * lib/quotearg.h: Likewise.
18512         * lib/raise.c: Likewise.
18513         * lib/readline.c: Likewise.
18514         * lib/readline.h: Likewise.
18515         * lib/readlink.c: Likewise.
18516         * lib/readtokens.c: Likewise.
18517         * lib/readtokens.h: Likewise.
18518         * lib/readtokens0.c: Likewise.
18519         * lib/readtokens0.h: Likewise.
18520         * lib/readutmp.c: Likewise.
18521         * lib/readutmp.h: Likewise.
18522         * lib/realloc.c: Likewise.
18523         * lib/relocwrapper.c: Likewise.
18524         * lib/rename-dest-slash.c: Likewise.
18525         * lib/rename.c: Likewise.
18526         * lib/rmdir.c: Likewise.
18527         * lib/rpmatch.c: Likewise.
18528         * lib/safe-read.c: Likewise.
18529         * lib/safe-read.h: Likewise.
18530         * lib/safe-write.c: Likewise.
18531         * lib/safe-write.h: Likewise.
18532         * lib/same-inode.h: Likewise.
18533         * lib/same.c: Likewise.
18534         * lib/same.h: Likewise.
18535         * lib/save-cwd.c: Likewise.
18536         * lib/save-cwd.h: Likewise.
18537         * lib/savedir.c: Likewise.
18538         * lib/savedir.h: Likewise.
18539         * lib/savewd.c: Likewise.
18540         * lib/savewd.h: Likewise.
18541         * lib/search.in.h: Likewise.
18542         * lib/setenv.c: Likewise.
18543         * lib/setenv.h: Likewise.
18544         * lib/settime.c: Likewise.
18545         * lib/sh-quote.c: Likewise.
18546         * lib/sh-quote.h: Likewise.
18547         * lib/sig2str.c: Likewise.
18548         * lib/sig2str.h: Likewise.
18549         * lib/signal.in.h: Likewise.
18550         * lib/signbitd.c: Likewise.
18551         * lib/signbitf.c: Likewise.
18552         * lib/signbitl.c: Likewise.
18553         * lib/sigprocmask.c: Likewise.
18554         * lib/sincosl.c: Likewise.
18555         * lib/sleep.c: Likewise.
18556         * lib/sprintf.c: Likewise.
18557         * lib/sqrtl.c: Likewise.
18558         * lib/stat-time.h: Likewise.
18559         * lib/stdio--.h: Likewise.
18560         * lib/stdio-safer.h: Likewise.
18561         * lib/stdlib--.h: Likewise.
18562         * lib/stdlib-safer.h: Likewise.
18563         * lib/stdlib.in.h: Likewise.
18564         * lib/stpcpy.c: Likewise.
18565         * lib/stpncpy.c: Likewise.
18566         * lib/strchrnul.c: Likewise.
18567         * lib/strcspn.c: Likewise.
18568         * lib/strerror.c: Likewise.
18569         * lib/strftime.c: Likewise.
18570         * lib/strftime.h: Likewise.
18571         * lib/striconveh.c: Likewise.
18572         * lib/striconveh.h: Likewise.
18573         * lib/striconveha.c: Likewise.
18574         * lib/striconveha.h: Likewise.
18575         * lib/stripslash.c: Likewise.
18576         * lib/strnlen1.c: Likewise.
18577         * lib/strnlen1.h: Likewise.
18578         * lib/strtod.c: Likewise.
18579         * lib/strtoimax.c: Likewise.
18580         * lib/strtok_r.c: Likewise.
18581         * lib/strtol.c: Likewise.
18582         * lib/strtoll.c: Likewise.
18583         * lib/strtoul.c: Likewise.
18584         * lib/strtoull.c: Likewise.
18585         * lib/sysexits.in.h: Likewise.
18586         * lib/tempname.c: Likewise.
18587         * lib/tempname.h: Likewise.
18588         * lib/timespec.h: Likewise.
18589         * lib/tls.c: Likewise.
18590         * lib/tls.h: Likewise.
18591         * lib/tmpdir.c: Likewise.
18592         * lib/tmpdir.h: Likewise.
18593         * lib/tmpfile-safer.c: Likewise.
18594         * lib/tmpfile.c: Likewise.
18595         * lib/trigl.c: Likewise.
18596         * lib/trigl.h: Likewise.
18597         * lib/trim.c: Likewise.
18598         * lib/trim.h: Likewise.
18599         * lib/trunc.c: Likewise.
18600         * lib/truncf.c: Likewise.
18601         * lib/truncl.c: Likewise.
18602         * lib/tsearch.c: Likewise.
18603         * lib/unicodeio.c: Likewise.
18604         * lib/unicodeio.h: Likewise.
18605         * lib/unistd--.h: Likewise.
18606         * lib/unistd-safer.h: Likewise.
18607         * lib/unistdio/ulc-fprintf.c: Likewise.
18608         * lib/unistdio/ulc-vfprintf.c: Likewise.
18609         * lib/unlinkdir.c: Likewise.
18610         * lib/unlinkdir.h: Likewise.
18611         * lib/unlocked-io.h: Likewise.
18612         * lib/unsetenv.c: Likewise.
18613         * lib/userspec.c: Likewise.
18614         * lib/utime.c: Likewise.
18615         * lib/utimecmp.c: Likewise.
18616         * lib/utimecmp.h: Likewise.
18617         * lib/utimens.c: Likewise.
18618         * lib/verify.h: Likewise.
18619         * lib/verror.c: Likewise.
18620         * lib/verror.h: Likewise.
18621         * lib/version-etc-fsf.c: Likewise.
18622         * lib/version-etc.c: Likewise.
18623         * lib/version-etc.h: Likewise.
18624         * lib/vfprintf.c: Likewise.
18625         * lib/vprintf.c: Likewise.
18626         * lib/vsprintf.c: Likewise.
18627         * lib/w32spawn.h: Likewise.
18628         * lib/wait-process.c: Likewise.
18629         * lib/wait-process.h: Likewise.
18630         * lib/wcwidth.c: Likewise.
18631         * lib/write-any-file.c: Likewise.
18632         * lib/xalloc-die.c: Likewise.
18633         * lib/xalloc.h: Likewise.
18634         * lib/xasprintf.c: Likewise.
18635         * lib/xgetcwd.c: Likewise.
18636         * lib/xgetcwd.h: Likewise.
18637         * lib/xgetdomainname.c: Likewise.
18638         * lib/xgetdomainname.h: Likewise.
18639         * lib/xgethostname.c: Likewise.
18640         * lib/xmalloc.c: Likewise.
18641         * lib/xmalloca.c: Likewise.
18642         * lib/xmalloca.h: Likewise.
18643         * lib/xmemcoll.c: Likewise.
18644         * lib/xnanosleep.c: Likewise.
18645         * lib/xreadlink.c: Likewise.
18646         * lib/xreadlink.h: Likewise.
18647         * lib/xsetenv.c: Likewise.
18648         * lib/xsetenv.h: Likewise.
18649         * lib/xstriconv.c: Likewise.
18650         * lib/xstriconv.h: Likewise.
18651         * lib/xstrndup.c: Likewise.
18652         * lib/xstrndup.h: Likewise.
18653         * lib/xstrtod.c: Likewise.
18654         * lib/xstrtod.h: Likewise.
18655         * lib/xstrtol-error.c: Likewise.
18656         * lib/xstrtol.c: Likewise.
18657         * lib/xstrtol.h: Likewise.
18658         * lib/xtime.h: Likewise.
18659         * lib/xvasprintf.c: Likewise.
18660         * lib/xvasprintf.h: Likewise.
18661         * lib/yesno.c: Likewise.
18662         * lib/yesno.h: Likewise.
18663         * posix-modules: Likewise.
18664         * tests/test-alloca-opt.c: Likewise.
18665         * tests/test-arcfour.c: Likewise.
18666         * tests/test-arctwo.c: Likewise.
18667         * tests/test-argmatch.c: Likewise.
18668         * tests/test-argp-2.sh: Likewise.
18669         * tests/test-argp.c: Likewise.
18670         * tests/test-arpa_inet.c: Likewise.
18671         * tests/test-array_list.c: Likewise.
18672         * tests/test-array_oset.c: Likewise.
18673         * tests/test-atexit.c: Likewise.
18674         * tests/test-avltree_list.c: Likewise.
18675         * tests/test-avltree_oset.c: Likewise.
18676         * tests/test-avltreehash_list.c: Likewise.
18677         * tests/test-base64.c: Likewise.
18678         * tests/test-binary-io.c: Likewise.
18679         * tests/test-byteswap.c: Likewise.
18680         * tests/test-c-ctype.c: Likewise.
18681         * tests/test-c-strcasecmp.c: Likewise.
18682         * tests/test-c-strcasestr.c: Likewise.
18683         * tests/test-c-strncasecmp.c: Likewise.
18684         * tests/test-c-strstr.c: Likewise.
18685         * tests/test-canonicalize-lgpl.c: Likewise.
18686         * tests/test-canonicalize.c: Likewise.
18687         * tests/test-carray_list.c: Likewise.
18688         * tests/test-ceilf.c: Likewise.
18689         * tests/test-ceill.c: Likewise.
18690         * tests/test-count-one-bits.c: Likewise.
18691         * tests/test-crc.c: Likewise.
18692         * tests/test-dirname.c: Likewise.
18693         * tests/test-fbufmode.c: Likewise.
18694         * tests/test-fcntl.c: Likewise.
18695         * tests/test-fflush.c: Likewise.
18696         * tests/test-floorf.c: Likewise.
18697         * tests/test-floorl.c: Likewise.
18698         * tests/test-fopen.c: Likewise.
18699         * tests/test-fprintf-posix.c: Likewise.
18700         * tests/test-fprintf-posix.h: Likewise.
18701         * tests/test-fpurge.c: Likewise.
18702         * tests/test-freadable.c: Likewise.
18703         * tests/test-freadahead.c: Likewise.
18704         * tests/test-freading.c: Likewise.
18705         * tests/test-freopen.c: Likewise.
18706         * tests/test-frexp.c: Likewise.
18707         * tests/test-frexpl.c: Likewise.
18708         * tests/test-fseek.c: Likewise.
18709         * tests/test-fseeko.c: Likewise.
18710         * tests/test-fseterr.c: Likewise.
18711         * tests/test-fstrcmp.c: Likewise.
18712         * tests/test-ftell.c: Likewise.
18713         * tests/test-ftello.c: Likewise.
18714         * tests/test-fwritable.c: Likewise.
18715         * tests/test-fwriting.c: Likewise.
18716         * tests/test-getaddrinfo.c: Likewise.
18717         * tests/test-getpass.c: Likewise.
18718         * tests/test-gettimeofday.c: Likewise.
18719         * tests/test-hmac-md5.c: Likewise.
18720         * tests/test-hmac-sha1.c: Likewise.
18721         * tests/test-iconv.c: Likewise.
18722         * tests/test-iconvme.c: Likewise.
18723         * tests/test-inttypes.c: Likewise.
18724         * tests/test-isnan.c: Likewise.
18725         * tests/test-isnanf.c: Likewise.
18726         * tests/test-isnanl-nolibm.c: Likewise.
18727         * tests/test-isnanl.c: Likewise.
18728         * tests/test-isnanl.h: Likewise.
18729         * tests/test-ldexpl.c: Likewise.
18730         * tests/test-linked_list.c: Likewise.
18731         * tests/test-linkedhash_list.c: Likewise.
18732         * tests/test-locale.c: Likewise.
18733         * tests/test-localename.c: Likewise.
18734         * tests/test-lock.c: Likewise.
18735         * tests/test-lseek.c: Likewise.
18736         * tests/test-malloca.c: Likewise.
18737         * tests/test-math.c: Likewise.
18738         * tests/test-mbscasecmp.c: Likewise.
18739         * tests/test-mbscasestr1.c: Likewise.
18740         * tests/test-mbscasestr2.c: Likewise.
18741         * tests/test-mbscasestr3.c: Likewise.
18742         * tests/test-mbscasestr4.c: Likewise.
18743         * tests/test-mbschr.c: Likewise.
18744         * tests/test-mbscspn.c: Likewise.
18745         * tests/test-mbsncasecmp.c: Likewise.
18746         * tests/test-mbspbrk.c: Likewise.
18747         * tests/test-mbspcasecmp.c: Likewise.
18748         * tests/test-mbsrchr.c: Likewise.
18749         * tests/test-mbsspn.c: Likewise.
18750         * tests/test-mbsstr1.c: Likewise.
18751         * tests/test-mbsstr2.c: Likewise.
18752         * tests/test-mbsstr3.c: Likewise.
18753         * tests/test-md5.c: Likewise.
18754         * tests/test-memmem.c: Likewise.
18755         * tests/test-netinet_in.c: Likewise.
18756         * tests/test-open.c: Likewise.
18757         * tests/test-printf-frexp.c: Likewise.
18758         * tests/test-printf-frexpl.c: Likewise.
18759         * tests/test-printf-posix.c: Likewise.
18760         * tests/test-printf-posix.h: Likewise.
18761         * tests/test-rbtree_list.c: Likewise.
18762         * tests/test-rbtree_oset.c: Likewise.
18763         * tests/test-rbtreehash_list.c: Likewise.
18764         * tests/test-read-file.c: Likewise.
18765         * tests/test-rijndael.c: Likewise.
18766         * tests/test-search.c: Likewise.
18767         * tests/test-signbit.c: Likewise.
18768         * tests/test-sleep.c: Likewise.
18769         * tests/test-snprintf-posix.c: Likewise.
18770         * tests/test-snprintf-posix.h: Likewise.
18771         * tests/test-snprintf.c: Likewise.
18772         * tests/test-sprintf-posix.c: Likewise.
18773         * tests/test-sprintf-posix.h: Likewise.
18774         * tests/test-stat-time.c: Likewise.
18775         * tests/test-stdbool.c: Likewise.
18776         * tests/test-stdint.c: Likewise.
18777         * tests/test-stdio.c: Likewise.
18778         * tests/test-stdlib.c: Likewise.
18779         * tests/test-stpncpy.c: Likewise.
18780         * tests/test-strcasestr.c: Likewise.
18781         * tests/test-striconv.c: Likewise.
18782         * tests/test-striconveh.c: Likewise.
18783         * tests/test-striconveha.c: Likewise.
18784         * tests/test-string.c: Likewise.
18785         * tests/test-sys_select.c: Likewise.
18786         * tests/test-sys_socket.c: Likewise.
18787         * tests/test-sys_stat.c: Likewise.
18788         * tests/test-sys_time.c: Likewise.
18789         * tests/test-sysexits.c: Likewise.
18790         * tests/test-time.c: Likewise.
18791         * tests/test-tls.c: Likewise.
18792         * tests/test-trunc.c: Likewise.
18793         * tests/test-truncf.c: Likewise.
18794         * tests/test-truncl.c: Likewise.
18795         * tests/test-unistd.c: Likewise.
18796         * tests/test-vasnprintf-posix.c: Likewise.
18797         * tests/test-vasnprintf-posix2.c: Likewise.
18798         * tests/test-vasnprintf.c: Likewise.
18799         * tests/test-vasprintf-posix.c: Likewise.
18800         * tests/test-vasprintf.c: Likewise.
18801         * tests/test-verify.c: Likewise.
18802         * tests/test-vfprintf-posix.c: Likewise.
18803         * tests/test-vprintf-posix.c: Likewise.
18804         * tests/test-vsnprintf-posix.c: Likewise.
18805         * tests/test-vsnprintf.c: Likewise.
18806         * tests/test-vsprintf-posix.c: Likewise.
18807         * tests/test-wchar.c: Likewise.
18808         * tests/test-wctype.c: Likewise.
18809         * tests/test-wcwidth.c: Likewise.
18810         * tests/test-xstrtol.c: Likewise.
18811         * tests/test-xvasprintf.c: Likewise.
18812         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
18813         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
18814         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
18815         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
18816         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
18817         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
18818         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
18819         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
18820         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
18821         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
18822         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
18823         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
18824         * tests/uniname/test-uninames.c: Likewise.
18825         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
18826         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
18827         * tests/unistdio/test-u16-printf1.h: Likewise.
18828         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
18829         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
18830         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
18831         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
18832         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
18833         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
18834         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
18835         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
18836         * tests/unistdio/test-u32-printf1.h: Likewise.
18837         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
18838         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
18839         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
18840         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
18841         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
18842         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
18843         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
18844         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
18845         * tests/unistdio/test-u8-printf1.h: Likewise.
18846         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
18847         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
18848         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
18849         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
18850         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
18851         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
18852         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
18853         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
18854         * tests/unistdio/test-ulc-printf1.h: Likewise.
18855         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
18856         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
18857         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
18858         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
18859         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
18860         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
18861         * tests/uniwidth/test-u16-strwidth.c: Likewise.
18862         * tests/uniwidth/test-u16-width.c: Likewise.
18863         * tests/uniwidth/test-u32-strwidth.c: Likewise.
18864         * tests/uniwidth/test-u32-width.c: Likewise.
18865         * tests/uniwidth/test-u8-strwidth.c: Likewise.
18866         * tests/uniwidth/test-u8-width.c: Likewise.
18867         * tests/uniwidth/test-uc_width.c: Likewise.
18868         * config/srclist-update: Likewise.
18869         (fixlicense): Update to GPLv3+.
18870
18871         Change copyright notice from LGPLv2.1+ to LGPLv3+.
18872         * tests/test-tsearch.c: Change copyright notice.
18873
18874         Change copyright notice from LGPLv2.0+ to LGPLv3+.
18875         * lib/c-strcaseeq.h: Change copyright notice.
18876         * lib/streq.h: Likewise.
18877         * lib/uniconv.h: Likewise.
18878         * lib/uniconv/u-conv-from-enc.h: Likewise.
18879         * lib/uniconv/u-conv-to-enc.h: Likewise.
18880         * lib/uniconv/u-strconv-from-enc.h: Likewise.
18881         * lib/uniconv/u-strconv-to-enc.h: Likewise.
18882         * lib/uniconv/u16-conv-from-enc.c: Likewise.
18883         * lib/uniconv/u16-conv-to-enc.c: Likewise.
18884         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
18885         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
18886         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
18887         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
18888         * lib/uniconv/u32-conv-from-enc.c: Likewise.
18889         * lib/uniconv/u32-conv-to-enc.c: Likewise.
18890         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
18891         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
18892         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
18893         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
18894         * lib/uniconv/u8-conv-from-enc.c: Likewise.
18895         * lib/uniconv/u8-conv-to-enc.c: Likewise.
18896         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
18897         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
18898         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
18899         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
18900         * lib/uniname.h: Likewise.
18901         * lib/uniname/uniname.c: Likewise.
18902         * lib/unistdio.h: Likewise.
18903         * lib/unistdio/u-asnprintf.h: Likewise.
18904         * lib/unistdio/u-asprintf.h: Likewise.
18905         * lib/unistdio/u-printf-args.c: Likewise.
18906         * lib/unistdio/u-printf-args.h: Likewise.
18907         * lib/unistdio/u-printf-parse.h: Likewise.
18908         * lib/unistdio/u-snprintf.h: Likewise.
18909         * lib/unistdio/u-sprintf.h: Likewise.
18910         * lib/unistdio/u-vasprintf.h: Likewise.
18911         * lib/unistdio/u-vsnprintf.h: Likewise.
18912         * lib/unistdio/u-vsprintf.h: Likewise.
18913         * lib/unistdio/u16-asnprintf.c: Likewise.
18914         * lib/unistdio/u16-asprintf.c: Likewise.
18915         * lib/unistdio/u16-printf-parse.c: Likewise.
18916         * lib/unistdio/u16-snprintf.c: Likewise.
18917         * lib/unistdio/u16-sprintf.c: Likewise.
18918         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
18919         * lib/unistdio/u16-u16-asprintf.c: Likewise.
18920         * lib/unistdio/u16-u16-snprintf.c: Likewise.
18921         * lib/unistdio/u16-u16-sprintf.c: Likewise.
18922         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
18923         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
18924         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
18925         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
18926         * lib/unistdio/u16-vasnprintf.c: Likewise.
18927         * lib/unistdio/u16-vasprintf.c: Likewise.
18928         * lib/unistdio/u16-vsnprintf.c: Likewise.
18929         * lib/unistdio/u16-vsprintf.c: Likewise.
18930         * lib/unistdio/u32-asnprintf.c: Likewise.
18931         * lib/unistdio/u32-asprintf.c: Likewise.
18932         * lib/unistdio/u32-printf-parse.c: Likewise.
18933         * lib/unistdio/u32-snprintf.c: Likewise.
18934         * lib/unistdio/u32-sprintf.c: Likewise.
18935         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
18936         * lib/unistdio/u32-u32-asprintf.c: Likewise.
18937         * lib/unistdio/u32-u32-snprintf.c: Likewise.
18938         * lib/unistdio/u32-u32-sprintf.c: Likewise.
18939         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
18940         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
18941         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
18942         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
18943         * lib/unistdio/u32-vasnprintf.c: Likewise.
18944         * lib/unistdio/u32-vasprintf.c: Likewise.
18945         * lib/unistdio/u32-vsnprintf.c: Likewise.
18946         * lib/unistdio/u32-vsprintf.c: Likewise.
18947         * lib/unistdio/u8-asnprintf.c: Likewise.
18948         * lib/unistdio/u8-asprintf.c: Likewise.
18949         * lib/unistdio/u8-printf-parse.c: Likewise.
18950         * lib/unistdio/u8-snprintf.c: Likewise.
18951         * lib/unistdio/u8-sprintf.c: Likewise.
18952         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
18953         * lib/unistdio/u8-u8-asprintf.c: Likewise.
18954         * lib/unistdio/u8-u8-snprintf.c: Likewise.
18955         * lib/unistdio/u8-u8-sprintf.c: Likewise.
18956         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
18957         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
18958         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
18959         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
18960         * lib/unistdio/u8-vasnprintf.c: Likewise.
18961         * lib/unistdio/u8-vasprintf.c: Likewise.
18962         * lib/unistdio/u8-vsnprintf.c: Likewise.
18963         * lib/unistdio/u8-vsprintf.c: Likewise.
18964         * lib/unistdio/ulc-asnprintf.c: Likewise.
18965         * lib/unistdio/ulc-asprintf.c: Likewise.
18966         * lib/unistdio/ulc-printf-parse.c: Likewise.
18967         * lib/unistdio/ulc-snprintf.c: Likewise.
18968         * lib/unistdio/ulc-sprintf.c: Likewise.
18969         * lib/unistdio/ulc-vasnprintf.c: Likewise.
18970         * lib/unistdio/ulc-vasprintf.c: Likewise.
18971         * lib/unistdio/ulc-vsnprintf.c: Likewise.
18972         * lib/unistdio/ulc-vsprintf.c: Likewise.
18973         * lib/unistr.h: Likewise.
18974         * lib/unistr/u-cpy-alloc.h: Likewise.
18975         * lib/unistr/u-cpy.h: Likewise.
18976         * lib/unistr/u-endswith.h: Likewise.
18977         * lib/unistr/u-move.h: Likewise.
18978         * lib/unistr/u-set.h: Likewise.
18979         * lib/unistr/u-startswith.h: Likewise.
18980         * lib/unistr/u-stpcpy.h: Likewise.
18981         * lib/unistr/u-stpncpy.h: Likewise.
18982         * lib/unistr/u-strcat.h: Likewise.
18983         * lib/unistr/u-strcpy.h: Likewise.
18984         * lib/unistr/u-strcspn.h: Likewise.
18985         * lib/unistr/u-strdup.h: Likewise.
18986         * lib/unistr/u-strlen.h: Likewise.
18987         * lib/unistr/u-strncat.h: Likewise.
18988         * lib/unistr/u-strncpy.h: Likewise.
18989         * lib/unistr/u-strnlen.h: Likewise.
18990         * lib/unistr/u-strpbrk.h: Likewise.
18991         * lib/unistr/u-strspn.h: Likewise.
18992         * lib/unistr/u-strstr.h: Likewise.
18993         * lib/unistr/u-strtok.h: Likewise.
18994         * lib/unistr/u16-check.c: Likewise.
18995         * lib/unistr/u16-chr.c: Likewise.
18996         * lib/unistr/u16-cmp.c: Likewise.
18997         * lib/unistr/u16-cpy-alloc.c: Likewise.
18998         * lib/unistr/u16-cpy.c: Likewise.
18999         * lib/unistr/u16-endswith.c: Likewise.
19000         * lib/unistr/u16-mblen.c: Likewise.
19001         * lib/unistr/u16-mbsnlen.c: Likewise.
19002         * lib/unistr/u16-mbtouc-aux.c: Likewise.
19003         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
19004         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
19005         * lib/unistr/u16-mbtouc.c: Likewise.
19006         * lib/unistr/u16-mbtoucr.c: Likewise.
19007         * lib/unistr/u16-move.c: Likewise.
19008         * lib/unistr/u16-next.c: Likewise.
19009         * lib/unistr/u16-prev.c: Likewise.
19010         * lib/unistr/u16-set.c: Likewise.
19011         * lib/unistr/u16-startswith.c: Likewise.
19012         * lib/unistr/u16-stpcpy.c: Likewise.
19013         * lib/unistr/u16-stpncpy.c: Likewise.
19014         * lib/unistr/u16-strcat.c: Likewise.
19015         * lib/unistr/u16-strchr.c: Likewise.
19016         * lib/unistr/u16-strcmp.c: Likewise.
19017         * lib/unistr/u16-strcpy.c: Likewise.
19018         * lib/unistr/u16-strcspn.c: Likewise.
19019         * lib/unistr/u16-strdup.c: Likewise.
19020         * lib/unistr/u16-strlen.c: Likewise.
19021         * lib/unistr/u16-strmblen.c: Likewise.
19022         * lib/unistr/u16-strmbtouc.c: Likewise.
19023         * lib/unistr/u16-strncat.c: Likewise.
19024         * lib/unistr/u16-strncmp.c: Likewise.
19025         * lib/unistr/u16-strncpy.c: Likewise.
19026         * lib/unistr/u16-strnlen.c: Likewise.
19027         * lib/unistr/u16-strpbrk.c: Likewise.
19028         * lib/unistr/u16-strrchr.c: Likewise.
19029         * lib/unistr/u16-strspn.c: Likewise.
19030         * lib/unistr/u16-strstr.c: Likewise.
19031         * lib/unistr/u16-strtok.c: Likewise.
19032         * lib/unistr/u16-to-u32.c: Likewise.
19033         * lib/unistr/u16-to-u8.c: Likewise.
19034         * lib/unistr/u16-uctomb-aux.c: Likewise.
19035         * lib/unistr/u16-uctomb.c: Likewise.
19036         * lib/unistr/u32-check.c: Likewise.
19037         * lib/unistr/u32-chr.c: Likewise.
19038         * lib/unistr/u32-cmp.c: Likewise.
19039         * lib/unistr/u32-cpy-alloc.c: Likewise.
19040         * lib/unistr/u32-cpy.c: Likewise.
19041         * lib/unistr/u32-endswith.c: Likewise.
19042         * lib/unistr/u32-mblen.c: Likewise.
19043         * lib/unistr/u32-mbsnlen.c: Likewise.
19044         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
19045         * lib/unistr/u32-mbtouc.c: Likewise.
19046         * lib/unistr/u32-mbtoucr.c: Likewise.
19047         * lib/unistr/u32-move.c: Likewise.
19048         * lib/unistr/u32-next.c: Likewise.
19049         * lib/unistr/u32-prev.c: Likewise.
19050         * lib/unistr/u32-set.c: Likewise.
19051         * lib/unistr/u32-startswith.c: Likewise.
19052         * lib/unistr/u32-stpcpy.c: Likewise.
19053         * lib/unistr/u32-stpncpy.c: Likewise.
19054         * lib/unistr/u32-strcat.c: Likewise.
19055         * lib/unistr/u32-strchr.c: Likewise.
19056         * lib/unistr/u32-strcmp.c: Likewise.
19057         * lib/unistr/u32-strcpy.c: Likewise.
19058         * lib/unistr/u32-strcspn.c: Likewise.
19059         * lib/unistr/u32-strdup.c: Likewise.
19060         * lib/unistr/u32-strlen.c: Likewise.
19061         * lib/unistr/u32-strmblen.c: Likewise.
19062         * lib/unistr/u32-strmbtouc.c: Likewise.
19063         * lib/unistr/u32-strncat.c: Likewise.
19064         * lib/unistr/u32-strncmp.c: Likewise.
19065         * lib/unistr/u32-strncpy.c: Likewise.
19066         * lib/unistr/u32-strnlen.c: Likewise.
19067         * lib/unistr/u32-strpbrk.c: Likewise.
19068         * lib/unistr/u32-strrchr.c: Likewise.
19069         * lib/unistr/u32-strspn.c: Likewise.
19070         * lib/unistr/u32-strstr.c: Likewise.
19071         * lib/unistr/u32-strtok.c: Likewise.
19072         * lib/unistr/u32-to-u16.c: Likewise.
19073         * lib/unistr/u32-to-u8.c: Likewise.
19074         * lib/unistr/u32-uctomb.c: Likewise.
19075         * lib/unistr/u8-check.c: Likewise.
19076         * lib/unistr/u8-chr.c: Likewise.
19077         * lib/unistr/u8-cmp.c: Likewise.
19078         * lib/unistr/u8-cpy-alloc.c: Likewise.
19079         * lib/unistr/u8-cpy.c: Likewise.
19080         * lib/unistr/u8-endswith.c: Likewise.
19081         * lib/unistr/u8-mblen.c: Likewise.
19082         * lib/unistr/u8-mbsnlen.c: Likewise.
19083         * lib/unistr/u8-mbtouc-aux.c: Likewise.
19084         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
19085         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
19086         * lib/unistr/u8-mbtouc.c: Likewise.
19087         * lib/unistr/u8-mbtoucr.c: Likewise.
19088         * lib/unistr/u8-move.c: Likewise.
19089         * lib/unistr/u8-next.c: Likewise.
19090         * lib/unistr/u8-prev.c: Likewise.
19091         * lib/unistr/u8-set.c: Likewise.
19092         * lib/unistr/u8-startswith.c: Likewise.
19093         * lib/unistr/u8-stpcpy.c: Likewise.
19094         * lib/unistr/u8-stpncpy.c: Likewise.
19095         * lib/unistr/u8-strcat.c: Likewise.
19096         * lib/unistr/u8-strchr.c: Likewise.
19097         * lib/unistr/u8-strcmp.c: Likewise.
19098         * lib/unistr/u8-strcpy.c: Likewise.
19099         * lib/unistr/u8-strcspn.c: Likewise.
19100         * lib/unistr/u8-strdup.c: Likewise.
19101         * lib/unistr/u8-strlen.c: Likewise.
19102         * lib/unistr/u8-strmblen.c: Likewise.
19103         * lib/unistr/u8-strmbtouc.c: Likewise.
19104         * lib/unistr/u8-strncat.c: Likewise.
19105         * lib/unistr/u8-strncmp.c: Likewise.
19106         * lib/unistr/u8-strncpy.c: Likewise.
19107         * lib/unistr/u8-strnlen.c: Likewise.
19108         * lib/unistr/u8-strpbrk.c: Likewise.
19109         * lib/unistr/u8-strrchr.c: Likewise.
19110         * lib/unistr/u8-strspn.c: Likewise.
19111         * lib/unistr/u8-strstr.c: Likewise.
19112         * lib/unistr/u8-strtok.c: Likewise.
19113         * lib/unistr/u8-to-u16.c: Likewise.
19114         * lib/unistr/u8-to-u32.c: Likewise.
19115         * lib/unistr/u8-uctomb-aux.c: Likewise.
19116         * lib/unistr/u8-uctomb.c: Likewise.
19117         * lib/unitypes.h: Likewise.
19118         * lib/uniwidth.h: Likewise.
19119         * lib/uniwidth/cjk.h: Likewise.
19120         * lib/uniwidth/u16-strwidth.c: Likewise.
19121         * lib/uniwidth/u16-width.c: Likewise.
19122         * lib/uniwidth/u32-strwidth.c: Likewise.
19123         * lib/uniwidth/u32-width.c: Likewise.
19124         * lib/uniwidth/u8-strwidth.c: Likewise.
19125         * lib/uniwidth/u8-width.c: Likewise.
19126         * lib/uniwidth/width.c: Likewise.
19127
19128 2007-10-07  Bruno Haible  <bruno@clisp.org>
19129
19130         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
19131         The file is still under LGPL (see modules/inttypes).
19132
19133 2007-10-06  Bruno Haible  <bruno@clisp.org>
19134
19135         * modules/trunc (Dependencies): Add 'extensions'.
19136         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
19137         Reported by Ben Pfaff <blp@gnu.org>.
19138
19139 2007-10-06  Bruno Haible  <bruno@clisp.org>
19140
19141         * modules/freopen-tests: New file.
19142         * tests/test-freopen.c: New file.
19143
19144         * modules/fopen-tests: New file.
19145         * tests/test-fopen.c: New file.
19146
19147         * modules/fopen: New file.
19148         * lib/fopen.c: New file.
19149         * m4/fopen.m4: New file.
19150         * modules/freopen: New file.
19151         * lib/freopen.c: New file.
19152         * m4/freopen.m4: New file.
19153         * lib/stdio.in.h (fopen, freopen): New declarations.
19154         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
19155         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
19156         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
19157         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
19158         * doc/functions/fopen.texi: Mention the 'fopen' module.
19159         * doc/functions/freopen.texi: Mention the 'freopen' module.
19160
19161 2007-10-06  Bruno Haible  <bruno@clisp.org>
19162
19163         * modules/open-tests: New file.
19164         * tests/test-open.c: New file.
19165
19166         * modules/open: New file.
19167         * lib/open.c: New file.
19168         * m4/open.m4: New file.
19169         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
19170         lib/open.c does.
19171         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
19172         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
19173         macros.
19174         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
19175         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
19176         REPLACE_OPEN.
19177         * doc/functions/open.texi: Mention the 'open' module.
19178
19179 2007-10-04  Bruno Haible  <bruno@clisp.org>
19180
19181         * modules/ceill-tests: New file.
19182         * tests/test-ceill.c: New file.
19183
19184         * modules/ceill: New file.
19185         * lib/ceill.c: Replace entire file.
19186         * m4/ceill.m4: New file.
19187         * lib/math.in.h (ceill): Replace declaration.
19188         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
19189         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
19190         * doc/functions/ceill.texi: Mention the 'ceill' module.
19191         * modules/mathl (Files): Remove lib/ceill.c.
19192         (Depends-on): Add ceill.
19193
19194 2007-10-04  Bruno Haible  <bruno@clisp.org>
19195
19196         * modules/ceilf-tests: New file.
19197         * tests/test-ceilf.c: New file.
19198
19199         * modules/ceilf: New file.
19200         * lib/ceil.c: New file.
19201         * lib/ceilf.c: New file.
19202         * m4/ceilf.m4: New file.
19203         * lib/math.in.h (ceilf): New declaration.
19204         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
19205         HAVE_DECL_CEILF.
19206         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
19207         HAVE_DECL_CEILF.
19208         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
19209
19210 2007-10-04  Bruno Haible  <bruno@clisp.org>
19211
19212         * modules/floorl-tests: New file.
19213         * tests/test-floorl.c: New file.
19214
19215         * modules/floorl: New file.
19216         * lib/floorl.c: Replace entire file.
19217         * m4/floorl.m4: New file.
19218         * lib/math.in.h (floorl): Replace declaration.
19219         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
19220         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
19221         * doc/functions/floorl.texi: Mention the 'floorl' module.
19222         * modules/mathl (Files): Remove lib/floorl.c.
19223         (Depends-on): Add floorl.
19224
19225 2007-10-04  Bruno Haible  <bruno@clisp.org>
19226
19227         * modules/floorf-tests: New file.
19228         * tests/test-floorf.c: New file.
19229
19230         * modules/floorf: New file.
19231         * lib/floor.c: New file.
19232         * lib/floorf.c: New file.
19233         * m4/floorf.m4: New file.
19234         * lib/math.in.h (floorf): New declaration.
19235         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
19236         HAVE_DECL_FLOORF.
19237         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
19238         HAVE_DECL_FLOORF.
19239         * doc/functions/floorf.texi: Mention the 'floorf' module.
19240
19241 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
19242             Bruno Haible  <bruno@clisp.org>
19243
19244         Advertise for the Git server instead of the CVS server.
19245         * doc/gnulib-intro.texi (Steady Development): Mention the Git
19246         repository instead of the CVS one.
19247         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
19248         about all VCS systems generically.
19249         * doc/gnulib.texi (Introduction): Capitalize `Git'.
19250
19251 2007-10-04  Bruno Haible  <bruno@clisp.org>
19252
19253         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
19254         means.
19255         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
19256
19257 2007-10-04  Bruno Haible  <bruno@clisp.org>
19258
19259         * modules/truncl-tests: New file.
19260         * tests/test-truncl.c: New file.
19261
19262         * modules/truncl: New file.
19263         * lib/truncl.c: New file.
19264         * m4/truncl.m4: New file.
19265         * lib/math.in.h (truncl): New declaration.
19266         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
19267         HAVE_DECL_TRUNCL.
19268         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
19269         HAVE_DECL_TRUNCL.
19270         * doc/functions/truncl.texi: Mention the 'truncl' module.
19271
19272 2007-10-04  Bruno Haible  <bruno@clisp.org>
19273
19274         * modules/truncf-tests: New file.
19275         * tests/test-truncf.c: New file.
19276
19277         * modules/truncf: New file.
19278         * lib/trunc.c: Make paramerizable through USE_* macros.
19279         * lib/truncf.c: New file.
19280         * m4/truncf.m4: New file.
19281         * lib/math.in.h (truncf): New declaration.
19282         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
19283         HAVE_DECL_TRUNCF.
19284         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
19285         HAVE_DECL_TRUNCF.
19286         * doc/functions/truncf.texi: Mention the 'truncf' module.
19287
19288 2007-10-03  Bruno Haible  <bruno@clisp.org>
19289
19290         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
19291         augmentation also for tests modules.
19292         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
19293         * modules/atexit-tests (Makefile.am): Likewise.
19294         * modules/binary-io-tests (Makefile.am): Likewise.
19295         * modules/c-strcase-tests (Makefile.am): Likewise.
19296         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
19297         * modules/canonicalize-tests (Makefile.am): Likewise.
19298         * modules/closein-tests (Makefile.am): Likewise.
19299         * modules/fprintf-posix-tests (Makefile.am): Likewise.
19300         * modules/freadahead-tests (Makefile.am): Likewise.
19301         * modules/fseek-tests (Makefile.am): Likewise.
19302         * modules/fseeko-tests (Makefile.am): Likewise.
19303         * modules/ftell-tests (Makefile.am): Likewise.
19304         * modules/ftello-tests (Makefile.am): Likewise.
19305         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
19306         * modules/isnanl-tests (Makefile.am): Likewise.
19307         * modules/lseek-tests (Makefile.am): Likewise.
19308         * modules/mbscasecmp-tests (Makefile.am): Likewise.
19309         * modules/mbscasestr-tests (Makefile.am): Likewise.
19310         * modules/mbschr-tests (Makefile.am): Likewise.
19311         * modules/mbscspn-tests (Makefile.am): Likewise.
19312         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
19313         * modules/mbspbrk-tests (Makefile.am): Likewise.
19314         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
19315         * modules/mbsrchr-tests (Makefile.am): Likewise.
19316         * modules/mbsspn-tests (Makefile.am): Likewise.
19317         * modules/mbsstr-tests (Makefile.am): Likewise.
19318         * modules/printf-posix-tests (Makefile.am): Likewise.
19319         * modules/snprintf-posix-tests (Makefile.am): Likewise.
19320         * modules/sprintf-posix-tests (Makefile.am): Likewise.
19321         * modules/tsearch-tests (Makefile.am): Likewise.
19322         * modules/uniname/uniname-tests (Makefile.am): Likewise.
19323         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
19324         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
19325         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
19326         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
19327         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
19328         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
19329         * modules/vprintf-posix-tests (Makefile.am): Likewise.
19330         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
19331         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
19332         * modules/xstrtoimax-tests (Makefile.am): Likewise.
19333         * modules/xstrtol-tests (Makefile.am): Likewise.
19334         * modules/xstrtoumax-tests (Makefile.am): Likewise.
19335         * modules/yesno-tests (Makefile.am): Likewise.
19336
19337 2007-10-03  Bruno Haible  <bruno@clisp.org>
19338
19339         * modules/trunc-tests: New file.
19340         * tests/test-trunc.c: New file.
19341
19342         * modules/trunc: New file.
19343         * lib/trunc.c: New file.
19344         * m4/trunc.m4: New file.
19345         * lib/math.in.h (trunc): New declaration.
19346         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
19347         HAVE_DECL_TRUNC.
19348         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
19349         HAVE_DECL_TRUNC.
19350         * doc/functions/trunc.texi: Mention the 'trunc' module.
19351
19352 2007-10-03  Bruno Haible  <bruno@clisp.org>
19353
19354         * tests/test-fpending.c: New file, mostly copied
19355         from coreutils/lib/t-fpending.c.
19356         * modules/fpending-tests: New file.
19357
19358 2007-10-03  Bruno Haible  <bruno@clisp.org>
19359
19360         Port the stdio extensions to QNX (untested).
19361         * lib/fseterr.c (fseterr): Add support for QNX.
19362         * lib/fbufmode.c (fbufmode): Likewise.
19363         * lib/freadable.c (freadable): Likewise.
19364         * lib/fwritable.c (fwritable): Likewise.
19365         * lib/freading.c (freading): Likewise.
19366         * lib/fwriting.c (fwriting): Likewise.
19367         * lib/freadahead.c (freadahed): Likewise.
19368         * lib/fpurge.c (fpurge): Likewise.
19369         * lib/fseeko.c (rpl_fseeko): Likewise.
19370
19371 2007-10-03  Bruno Haible  <bruno@clisp.org>
19372             Jim Meyering  <jim@meyering.net>
19373             Eric Blake  <ebb9@byu.net>
19374
19375         * doc/relocatable.texi: Use @command instead of @program.
19376
19377 2007-10-02  Jim Meyering  <jim@meyering.net>
19378
19379         Perform one more "_.h" -> ".in.h" substitution.
19380         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
19381         instead of unistd_.h here, too.
19382
19383 2007-10-01  Bruno Haible  <bruno@clisp.org>
19384
19385         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
19386         Needed for the alloca-opt module.
19387
19388 2007-09-30  Bruno Haible  <bruno@clisp.org>
19389
19390         * lib/alloca.in.h: Renamed from lib/alloca_.h.
19391         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
19392         alloca_.h.
19393         * lib/argz.in.h: Renamed from lib/argz_.h.
19394         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
19395         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
19396         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
19397         byteswap_.h.
19398         * lib/dirent.in.h: Renamed from lib/dirent_.h.
19399         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
19400         dirent_.h.
19401         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
19402         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
19403         fcntl_.h.
19404         * lib/float.in.h: Renamed from lib/float_.h.
19405         * modules/float (Files, Makefile.am): Use float.in.h instead of
19406         float_.h.
19407         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
19408         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
19409         fnmatch_.h.
19410         * lib/getopt.in.h: Renamed from lib/getopt_.h.
19411         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
19412         getopt_.h.
19413         * lib/glob.in.h: Renamed from lib/glob_.h.
19414         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
19415         * lib/iconv.in.h: Renamed from lib/iconv_.h.
19416         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
19417         iconv_.h.
19418         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
19419         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
19420         inttypes_.h.
19421         * lib/locale.in.h: Renamed from lib/locale_.h.
19422         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
19423         locale_.h.
19424         * lib/math.in.h: Renamed from lib/math_.h.
19425         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
19426         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
19427         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
19428         of netinet_in_.h. Add dependency.
19429         * lib/poll.in.h: Renamed from lib/poll_.h.
19430         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
19431         * lib/search.in.h: Renamed from lib/search_.h.
19432         * modules/search (Files, Makefile.am): Use search.in.h instead of
19433         search_.h.
19434         * lib/signal.in.h: Renamed from lib/signal_.h.
19435         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
19436         _signal.h.
19437         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
19438         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
19439         stdbool_.h.
19440         * lib/stdint.in.h: Renamed from lib/stdint_.h.
19441         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
19442         stdint_.h.
19443         * lib/stdio.in.h: Renamed from lib/stdio_.h.
19444         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
19445         stdio_.h.
19446         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
19447         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
19448         stdlib_.h.
19449         * lib/string.in.h: Renamed from lib/string_.h.
19450         * modules/string (Files, Makefile.am): Use string.in.h instead of
19451         string_.h.
19452         * doc/gnulib-tool.texi (Initial import): Update.
19453         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
19454         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
19455         of sys_select_.h. Add dependency.
19456         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
19457         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
19458         of sys_socket_.h.
19459         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
19460         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
19461         sys_stat_.h.
19462         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
19463         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
19464         sys_time_.h.
19465         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
19466         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
19467         sysexits_.h.
19468         * lib/time.in.h: Renamed from lib/time_.h.
19469         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
19470         * lib/unistd.in.h: Renamed from lib/unistd_.h.
19471         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
19472         unistd_.h.
19473         * lib/wchar.in.h: Renamed from lib/wchar_.h.
19474         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
19475         wchar_.h.
19476         * lib/wctype.in.h: Renamed from lib/wctype_.h.
19477         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
19478         wctype_.h.
19479         * build-aux/bootstrap (slurp): Update.
19480         * lib/.cppi-disable: Update.
19481
19482 2007-09-30  Bruno Haible  <bruno@clisp.org>
19483
19484         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
19485         Needed on BeOS.
19486
19487 2007-09-30  Bruno Haible  <bruno@clisp.org>
19488
19489         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
19490
19491 2007-09-29  Bruno Haible  <bruno@clisp.org>
19492
19493         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
19494
19495 2007-09-29  Bruno Haible  <bruno@clisp.org>
19496
19497         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
19498         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
19499         * build-aux/install-reloc: Compile also areadlink.c.
19500         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
19501
19502 2007-09-29  Bruno Haible  <bruno@clisp.org>
19503
19504         * gnulib-tool (func_emit_initmacro_done): Indentation.
19505
19506 2007-09-29  Bruno Haible  <bruno@clisp.org>
19507
19508         * README: Add CVS checkout update instructions.
19509         Info from Bob Proulx <bob@proulx.com>.
19510
19511 2007-09-28  Eric Blake  <ebb9@byu.net>
19512
19513         Provide move-if-change.
19514         * build-aux/move-if-change: New file, based on best practice
19515         rather than any canonical upstream location.
19516
19517 2007-09-28  Jim Meyering  <jim@meyering.net>
19518
19519         Fix canonicalize loop-detection corner case.
19520         Do not attempt to stat the symlink values stored via seen_triple.
19521         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
19522         on linux-2.6.18, (but not 2.6.22).
19523         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
19524         triple_compare.  The former compares dev,ino,filename, while the latter
19525         would actually stat dirname(filename) when dev and ino were equal.
19526         * lib/hash-triple.c: Install <string.h>.
19527         (STREQ): Define.
19528         (triple_compare_ino_str): New function.
19529         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
19530
19531 2007-09-28  Eric Blake  <ebb9@byu.net>
19532
19533         Enforce that AC_REPLACE_FUNCS files exist.
19534         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
19535         override check for typos.
19536
19537         Fix test-closein on Solaris 10.
19538         * tests/test-closein.c (main): Don't assume stdin can be inherited
19539         closed on all systems.
19540         * tests/test-closein.sh: Likewise.
19541         Reported by Piotr Tarnowski.
19542
19543 2007-09-28  Jim Meyering  <jim@meyering.net>
19544
19545         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
19546
19547 2007-09-27  Jim Meyering  <jim@meyering.net>
19548
19549         canonicalize: Avoid a false-positive cycle failure.
19550         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
19551         Sort.  Remove cycle-check.
19552         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
19553         not cycle-check.h.
19554         (seen_triple): New function.
19555         (canonicalize_filename_mode): Use it instead of cycle-check.
19556         * tests/test-canonicalize.c: Add a test for this bug.
19557         * tests/test-canonicalize.sh: Set up and run the test.
19558
19559         New module, file-set, from coreutils.
19560         * modules/file-set: Define it.
19561         * lib/file-set.c, lib/file-set.h: Implement.
19562
19563         New module, hash-triple, from coreutils.
19564         * modules/hash-triple: Define it.
19565         * lib/hash-triple.c, lib/hash-triple.h: Implement.
19566
19567 2007-09-25  Eric Blake  <ebb9@byu.net>
19568
19569         Fix strerror on Interix.
19570         * lib/string_.h (strerror): Declare replacement.
19571         * doc/functions/strerror.texi (strerror): Document the Interix
19572         shortcoming.
19573         * modules/string (Makefile.am): Support new hooks.
19574         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
19575         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
19576         gl_FUNC_STRERROR_SEPARATE.
19577         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
19578         * lib/strerror.c (rpl_strerror): Provide replacement.
19579         * modules/strerror (Depends-on): Add string.
19580         (configure.ac): Detect use of module.
19581         * tests/test-strerror.c: New file.
19582         * modules/strerror-tests: New test module.
19583         * modules/argp (Depends-on): Add strerror.
19584         * modules/error (Depends-on): Likewise.
19585         Reported by Martin Koeppe.
19586
19587 2007-09-24  Bruno Haible  <bruno@clisp.org>
19588
19589         * README: Update git instructions.
19590
19591 2007-09-24  Eric Blake  <ebb9@byu.net>
19592
19593         Revert fpending breakage from 2007-09-08.
19594         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
19595         __fpending.c.
19596
19597 2007-09-24  Jim Meyering  <jim@meyering.net>
19598
19599         filenamecat.c: Add a test.
19600         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
19601         showing how the function works when DIR is the empty string.
19602
19603 2007-09-21  Simon Josefsson  <simon@josefsson.org>
19604
19605         * tests/test-canonicalize.sh: Turn on executable bit.
19606
19607 2007-09-19  Eric Blake  <ebb9@byu.net>
19608
19609         * README: Update CVS instructions.
19610
19611 2007-09-18  Bruno Haible  <bruno@clisp.org>
19612
19613         * modules/areadlink: New file.
19614         * lib/areadlink.h (areadlink): New declaration.
19615         * lib/areadlink.c: New file, based on lib/xreadlink.c.
19616
19617 2007-09-17  Jim Meyering  <jim@meyering.net>
19618
19619         * lib/savewd.c (ESTALE) [!defined]: Define.
19620         Reported to be required on Interix by Martin Koeppe.
19621
19622 2007-09-17  Bruno Haible  <bruno@clisp.org>
19623
19624         * gnulib-tool (func_version): Use $version.
19625
19626 2007-09-16  Bruno Haible  <bruno@clisp.org>
19627
19628         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
19629         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
19630         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
19631         Reported by Greg Schafer <gschafer@zip.com.au>.
19632
19633 2007-09-15  Bruno Haible  <bruno@clisp.org>
19634
19635         * gnulib-tool (sed): Try a little harder to make bash understand the
19636         alias.
19637         Reported by Bruce Korb <bruce.korb@gmail.com>.
19638
19639 2007-09-13  Eric Blake  <ebb9@byu.net>
19640
19641         * ChangeLog: Remove conflict markers.
19642
19643 2007-09-13  Simon Josefsson  <simon@josefsson.org>
19644
19645         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
19646         Reported by Bruno Haible <bruno@clisp.org>.
19647
19648 2007-09-12  Bruno Haible  <bruno@clisp.org>
19649
19650         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
19651         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
19652         is not defined.
19653
19654 2007-09-12  Eric Blake  <ebb9@byu.net>
19655
19656         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
19657         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
19658         Autoconf definition.
19659         * modules/euidaccess (Depends-on): Add extensions, for
19660         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
19661         * modules/fnmatch (Depends-on): Likewise.
19662         * modules/getaddrinfo (Depends-on): Likewise.
19663         * modules/getdelim (Depends-on): Likewise.
19664         * modules/getline (Depends-on): Likewise.
19665         * modules/getsubopt (Depends-on): Likewise.
19666         * modules/gettext (Depends-on): Likewise.
19667         * modules/group-member (Depends-on): Likewise.
19668         * modules/mbchar (Depends-on): Likewise.
19669         * modules/memmem (Depends-on): Likewise.
19670         * modules/mempcpy (Depends-on): Likewise.
19671         * modules/memrchr (Depends-on): Likewise.
19672         * modules/pagealign_alloc (Depends-on): Likewise.
19673         * modules/readutmp (Depends-on): Likewise.
19674         * modules/stpcpy (Depends-on): Likewise.
19675         * modules/stpncpy (Depends-on): Likewise.
19676         * modules/strchrnul (Depends-on): Likewise.
19677         * modules/strndup (Depends-on): Likewise.
19678         * modules/strsep (Depends-on): Likewise.
19679         * modules/strverscmp (Depends-on): Likewise.
19680         * modules/vasprintf (Depends-on): Likewise.
19681         * modules/wcwidth (Depends-on): Likewise.
19682         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
19683         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
19684         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
19685         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
19686         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
19687         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
19688         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
19689         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19690         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
19691         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
19692         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
19693         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19694         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19695         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
19696         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
19697         * m4/readutmp.m4 (gl_READUTMP): Likewise.
19698         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19699         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19700         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19701         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19702         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19703         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19704         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19705         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
19706         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
19707         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19708         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
19709         so that lock.m4 can be used in gettext without extensions module.
19710
19711 2007-09-11  Bruno Haible  <bruno@clisp.org>
19712
19713         * m4/isc-posix.m4: Remove file.
19714         Suggested by Eric Blake.
19715
19716 2007-09-11  Eric Blake  <ebb9@byu.net>
19717
19718         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
19719
19720 2007-09-10  Bruno Haible  <bruno@clisp.org>
19721
19722         * posix-modules: Fix typo in error message.
19723         Reported by Matt <mkraai@beckman.com>.
19724
19725 2007-09-09  Bruno Haible  <bruno@clisp.org>
19726
19727         * doc/functions/getdelim.texi: Update list of platforms lacking the
19728         function.
19729         * doc/functions/getline.texi: Likewise.
19730
19731 2007-09-09  Jim Meyering  <jim@meyering.net>
19732
19733         * lib/hash.c (hash_initialize): Detect calloc failure.
19734         Reported by Bruno Haible.
19735
19736 2007-09-09  Bruno Haible  <bruno@clisp.org>
19737
19738         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
19739         malloc or realloc fails.
19740
19741 2007-09-09  Bruno Haible  <bruno@clisp.org>
19742
19743         * modules/getcwd (Depends-on): Add malloc-posix.
19744         * modules/glob (Depends-on): Likewise.
19745         * modules/putenv (Depends-on): Likewise.
19746         * modules/strdup (Depends-on): Likewise.
19747         * modules/getdelim (Depends-on): Add realloc-posix.
19748         * modules/read-file (Depends-on): Likewise.
19749
19750 2007-09-09  Bruno Haible  <bruno@clisp.org>
19751
19752         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
19753         (gl_FUNC_MALLOC_POSIX): Require it.
19754         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
19755         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
19756         * modules/realloc (Files): Add m4/malloc.m4.
19757         * modules/calloc (Files): Likewise.
19758
19759 2007-09-09  Bruno Haible  <bruno@clisp.org>
19760
19761         * modules/malloc-posix: New file.
19762         * modules/malloc (Depends-on): Add malloc-posix.
19763         * lib/malloc.c: Include errno.h.
19764         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
19765         and a POSIX-compatible malloc into a single function. Set ENOMEM
19766         when returning NULL.
19767         * m4/malloc.m4: New file.
19768         * doc/functions/malloc.texi: Mention the malloc-posix module.
19769         * lib/stdlib_.h (malloc): New declaration.
19770         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19771         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
19772         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
19773         and HAVE_MALLOC_POSIX.
19774
19775 2007-09-09  Bruno Haible  <bruno@clisp.org>
19776
19777         * modules/realloc-posix: New file.
19778         * modules/realloc (Depends-on): Add realloc-posix.
19779         * lib/realloc.c: Include errno.h.
19780         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
19781         and a POSIX-compatible realloc into a single function. Set ENOMEM
19782         when returning NULL.
19783         * m4/realloc.m4: New file.
19784         * doc/functions/realloc.texi: Mention the realloc-posix module.
19785         * lib/stdlib_.h (realloc): New declaration.
19786         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19787         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
19788         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
19789         and HAVE_REALLOC_POSIX.
19790
19791 2007-09-09  Bruno Haible  <bruno@clisp.org>
19792
19793         * modules/calloc-posix: New file.
19794         * modules/calloc (Depends-on): Add calloc-posix.
19795         * lib/calloc.c: Include errno.h.
19796         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
19797         and a POSIX-compatible calloc into a single function. Set ENOMEM
19798         when returning NULL.
19799         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
19800         * doc/functions/calloc.texi: Mention the calloc-posix module.
19801         * lib/stdlib_.h (calloc): New declaration.
19802         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19803         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
19804         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
19805         and HAVE_CALLOC_POSIX.
19806
19807 2007-09-09  Bruno Haible  <bruno@clisp.org>
19808
19809         Allow for modules to show an arbitrary notice.
19810         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
19811         * gnulib-tool: New option --extract-notice.
19812         (func_usage): Document it.
19813         (sed_extract_prog): Update.
19814         (func_get_notice): New function.
19815         (func_modules_notice): New function.
19816         (func_import, func_create_testdir): Invoke it.
19817         Suggested by Jim Meyering.
19818
19819 2007-09-09  Bruno Haible  <bruno@clisp.org>
19820
19821         * gnulib-tool: New options --verbose, --quiet.
19822         (func_usage): Document them.
19823         (verbose): New variable.
19824         (func_execute_command): New function.
19825         (func_import): Don't show the module list and the file list if
19826         $verbose < 0.
19827         (func_create_testdir): Likewise. Use func_execute_command.
19828         (func_create_megatestdir): Use func_execute_command.
19829
19830 2007-09-08  Bruno Haible  <bruno@clisp.org>
19831
19832         * gnulib-tool (func_import): Prefer rsync over wget when available,
19833         for fetching the PO files.
19834
19835 2007-09-08  Bruno Haible  <bruno@clisp.org>
19836
19837         * posix-modules: New file. Portions copied from gnulib-tool.
19838         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
19839
19840 2007-09-08  Jim Meyering  <jim@meyering.net>
19841
19842         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
19843         * lib/fpending.h: Rename from __fpending.h.
19844         * lib/fpending.c: Rename from __fpending.c.
19845         Include "fpending.h", not "__fpending.h".
19846         * lib/__fpending.h, lib/__fpending.c: Remove files.
19847         * modules/fpending (Files): Reflect new file names.
19848         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
19849
19850 2007-09-08  Bruno Haible  <bruno@clisp.org>
19851
19852         * m4/inttypes-h.m4: Remove stub file.
19853
19854 2007-09-07  Simon Josefsson  <simon@josefsson.org>
19855
19856         * doc/headers/stdint.texi: Discuss #include_next issue.
19857
19858 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19859
19860         * build-aux/bootstrap: Remove obsolete comment about wget --help.
19861
19862 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19863
19864         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
19865         in variable name.
19866
19867 2007-09-03  Jim Meyering  <jim@meyering.net>
19868
19869         New module: git-version-gen.
19870         * modules/git-version-gen: New file.
19871
19872         Import changes from coreutils for bootstrap script.
19873
19874         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
19875
19876         bootstrap: uses rsync to download the .po files
19877         * build-aux/bootstrap (po_download_command_format): New global.
19878         (download_po_files): Use rsync.
19879         (update_po_files): Don't remove .po files after download,
19880         so future rsync runs can take advantage of the copies.
19881
19882         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
19883
19884         Solve the unnecessary-.po-file-regeneration problem once and for all.
19885         * build-aux/bootstrap (download_po_files): New function, renamed from
19886         get_translations.  Now, downloads, but doesn't update LINGUAS.
19887         (update_po_files): New function.
19888
19889         bootstrap: Ignore more.
19890         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
19891         uniwidth to e.g., lib/.gitignore.
19892         (slurp): Handle the sys_stat_.h -> sys mapping, too.
19893
19894         * build-aux/bootstrap: New setting: vc_ignore.
19895         (insert_sorted_if_absent): Create $file if absent.
19896         Adapt to new, possibly empty, list: $vc_ignore.
19897
19898         bootstrap: generate more ignorable names
19899         * build-aux/bootstrap (slurp): When generating ignorable names,
19900         also map .sin to .sed, .gperf to .c, and .y to .c.
19901
19902 2007-09-03  Jim Meyering  <jim@meyering.net>
19903
19904         * build-aux/git-version-gen: New file, from coreutils.  For details, see
19905         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
19906
19907 2007-09-02  Bruno Haible  <bruno@clisp.org>
19908
19909         Fix mis-recognition of 'mcs' on QNX 6.
19910         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
19911         output contains the string "Mono".
19912         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
19913         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
19914
19915 2007-09-01  Bruno Haible  <bruno@clisp.org>
19916
19917         Fix collision between uniwidth/* and linebreak modules.
19918         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
19919         u32_width): Remove declarations.
19920         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
19921         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
19922         streq3, streq2, streq1, streq0): Remove functions.
19923         (STREQ): Remove macro.
19924         (is_cjk_encoding): Remove function.
19925         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
19926         (uc_width, u8_width, u16_width, u32_width): Remove functions.
19927         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
19928         * NEWS: Document the change.
19929
19930 2007-09-01  Bruno Haible  <bruno@clisp.org>
19931
19932         * lib/streq.h: Add double-inclusion guard.
19933
19934 2007-09-01  Karl Berry  <karl@gnu.org>
19935
19936         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
19937
19938 2007-08-28  Jim Meyering  <jim@meyering.net>
19939
19940         Rename mreadlink_with_size to areadlink_with_size.
19941         * NEWS: Document the change.
19942         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
19943         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
19944         * lib/mreadlink.h: Rename this to...
19945         * lib/areadlink.h: ...this.
19946         * modules/mreadlink-with-size: Rename this to...
19947         * modules/areadlink-with-size: ...this.
19948         * lib/canonicalize.c: Reflect the renaming.
19949         * modules/canonicalize: Likewise.
19950
19951 2007-08-26  Bruno Haible  <bruno@clisp.org>
19952
19953         * gnulib-tool (func_import): When deciding which files to remove,
19954         consider also dangling symbolic links.
19955         Reported by Eric Blake.
19956
19957 2007-08-26  Bruno Haible  <bruno@clisp.org>
19958
19959         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
19960
19961 2007-08-23  Simon Josefsson  <simon@josefsson.org>
19962
19963         * lib/readline.c: Don't include getline.h, the prototype is now
19964         found in stdio.h.
19965
19966 2007-08-23  Jim Meyering  <jim@meyering.net>
19967
19968         Getdelim touchup.
19969         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
19970         around the funlockfile call, since funlockfile never sets errno.
19971         Don't set errno upon failed realloc.
19972
19973 2007-08-22  Eric Blake  <ebb9@byu.net>
19974
19975         Getline touchups.
19976         * lib/getdelim.c (getdelim): Revert regression that required *n to
19977         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
19978         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
19979         getdelim, rather than whether implementation is missing.
19980         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
19981         * lib/stdio_.h (getline): Also declare if replacement is
19982         required.
19983         * doc/functions/getdelim.texi: New file.
19984         * doc/functions/getline.texi: Likewise.
19985         * doc/gnulib.texi (Function Substitutes): Add new files.
19986         Reported by Bruno Haible.
19987
19988 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
19989
19990         * users.txt: Add Guile.
19991
19992 2007-08-22  Eric Blake  <ebb9@byu.net>
19993
19994         * tests/test-getdelim.c (main): Use remove, not unlink.
19995         * tests/test-getline.c (main): Likewise.
19996
19997         Move getline and getdelim into stdio.h, per POSIX 200x.
19998         * modules/getline (Files): Remove getline.h.
19999         (Depends-on): Add stdio.
20000         (configure.ac): Add module indicator.
20001         * modules/getdelim (Files): Remove getdelim.h.
20002         (Depends-on): Add stdio.
20003         (configure.ac): Add module indicator.
20004         * modules/stdio (Makefile.am): Work with new indicators.
20005         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
20006         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
20007         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
20008         * lib/getdelim.h: Delete.
20009         * lib/getline.h: Delete.
20010         * lib/stdio_.h (getdelim, getline): Declare.
20011         * modules/getdelim-tests: New module.
20012         * modules/getline-tests: Likewise.
20013         * tests/test-getdelim.c: New file.
20014         * tests/test-getline.c: Likewise.
20015         * NEWS: Document the change.
20016         * lib/getline.c: Update choice of header.
20017         * lib/csharpcomp.c: Likewise.
20018         * lib/getpass.c: Likewise.
20019         * lib/javacomp.c: Likewise.
20020         * lib/javaversion.c: Likewise.
20021         * lib/yesno.c: Likewise.
20022         * lib/getdelim.c: Likewise.
20023         (getdelim): Set errno on failure, and avoid memory leak.
20024
20025 2007-08-19  Bruno Haible  <bruno@clisp.org>
20026
20027         * modules/closein (Depends-on): Add freadahead.
20028         * lib/closein.c: Include freadahead.h.
20029         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
20030         is zero.
20031
20032 2007-08-19  Bruno Haible  <bruno@clisp.org>
20033
20034         * modules/freadahead-tests: New file.
20035         * tests/test-freadahead.sh: New file.
20036         * tests/test-freadahead.c: New file.
20037
20038         * modules/freadahead: New file.
20039         * lib/freadahead.h: New file.
20040         * lib/freadahead.c: New file.
20041         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
20042         fbufmode, fpurge, freadable, fwritable.
20043
20044 2007-08-19  Eric Blake  <ebb9@byu.net>
20045
20046         Test yesno in combination with closein.
20047         * lib/yesno.c (yesno): Document use of stdin.
20048         * modules/yesno-tests (Files): New module.
20049         * tests/test-yesno.c (main): New file.
20050         * tests/test-yesno.sh: Likewise.
20051
20052 2007-08-19  Bruno Haible  <bruno@clisp.org>
20053
20054         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
20055         * lib/fseeko.c (rpl_fseeko): Likewise.
20056         * lib/fseterr.c (fseterr): Likewise.
20057
20058 2007-08-19  Bruno Haible  <bruno@clisp.org>
20059
20060         * tests/test-lseek.c (main): Disable a test for BeOS.
20061         * doc/functions/lseek.texi: Document the BeOS bug.
20062
20063 2007-08-19  Bruno Haible  <bruno@clisp.org>
20064             Eric Blake  <ebb9@byu.net>
20065
20066         * lib/lseek.c: Include <sys/stat.h>.
20067         (rpl_lseek): Add workaround code also for Unix platforms.
20068         Needed for BeOS.
20069         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
20070         * doc/functions/lseek.texi: Document BeOS definiency.
20071
20072 2007-08-18  Bruno Haible  <bruno@clisp.org>
20073
20074         * modules/fstrcmp-tests: New file.
20075         * tests/test-fstrcmp.c: New file.
20076
20077 2007-08-18  Bruno Haible  <bruno@clisp.org>
20078
20079         * modules/fstrcmp: New file, from GNU gettext with modifications.
20080         * lib/fstrcmp.h: New file, from GNU gettext.
20081         * lib/fstrcmp.c: New file, from GNU gettext.
20082         * MODULES.html.sh (String handling): Add fstrcmp.
20083
20084 2007-08-18  Bruno Haible  <bruno@clisp.org>
20085
20086         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
20087         'bool'.
20088         (diag, compareseq): Remove const from the ctxt argument.
20089         (USE_HEURISTIC): Undefine at the end.
20090
20091 2007-08-18  Jim Meyering  <jim@meyering.net>
20092
20093         New file: lib/idcache.h
20094         * NEWS: Mention the addition.
20095         * modules/idcache (Files): Add lib/idcache.h
20096         * lib/idcache.c: Include "idcache.h".
20097         Don't include <sys/types.h>.
20098         Add a FIXME comment.
20099         Move file-scoped "static" declarations to the top.
20100         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
20101
20102 2007-08-17  Bruno Haible  <bruno@clisp.org>
20103         and Paul Eggert  <eggert@cs.ucla.edu>
20104
20105         * MODULES.html.sh: Add diffseq.
20106         * modules/diffseq: New file.
20107         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
20108         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
20109
20110 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20111
20112         Import changes from coreutils for bootstrap script.
20113
20114         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
20115
20116         * build-aux/bootstrap (slurp): Work even in environments where
20117         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
20118         current code does not slurp files whose names start with ".", and
20119         this looks like it might be a troublesome area.
20120
20121         2007-07-11  Jim Meyering  <jim@meyering.net>
20122
20123         If there's a GPL vN copyright comment, require that N == 3.
20124
20125         2007-07-08  Jim Meyering  <jim@meyering.net>
20126
20127         Run the coreutils-specific code only if tests/Makefile.am.in exists.
20128         * build-aux/bootstrap (mam_template): Move definition out of loop.
20129
20130         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
20131
20132         * build-aux/bootstrap (symlink_to_dir): Rename function from
20133         symlink_to_gnulib.  Add a directory parameter.  Update all
20134         callers.
20135         (cp_mark_as_generated): Also check for -- and link to -- files in
20136         gl/.
20137
20138         2007-07-08  Jim Meyering  <jim@meyering.net>
20139
20140         Adapt to deeper hierarchy in gnulib.
20141         * build-aux/bootstrap (symlink_to_dir): If the destination
20142         directory doesn't exist, create it. This is required at least for
20143         "lib/uniwidth/cjk.h".
20144
20145         2007-05-15  Jim Meyering  <jim@meyering.net>
20146
20147         * build-aux/bootstrap: Now that generated Makefile.am files
20148         are no longer under version control, they must be created at
20149         bootstrap time.
20150
20151 2007-08-14  Ben Pfaff  <blp@gnu.org>
20152
20153         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
20154
20155 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20156
20157         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
20158         given the changes below.
20159         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
20160         even on hosts that have padding bits beyond the supported 64.
20161
20162 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
20163
20164         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
20165         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
20166         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
20167         depends on it.
20168         (xstrtol_error): Remove.
20169         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
20170         but with a different signature.
20171         (ATTRIBUTE_NORETURN, __attribute__): New macros.
20172         * lib/xstrtol-error.c: Include exitfail.h.
20173         (xstrtol_fatal): New function, with a different signature from the
20174         old xstrtol_error, so that the caller need not worry about passing
20175         in an exit status, or about storage management of the option argument.
20176         (xstrtol_error): Now a static function.  Redo signature to
20177         implement xstrtol_fatal.  Output the correct number of hyphens in
20178         front of the option so that the caller need not worry about
20179         storage management.
20180         (N_): New macro.
20181         (_): Remove; not used now.
20182         * modules/xstrtol: Depend on getopt.
20183         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
20184         of old STRTOL_FATAL_ERROR macro.
20185         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
20186         of test program.
20187         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
20188         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
20189
20190 2007-08-08  Eric Blake  <ebb9@byu.net>
20191
20192         * lib/xstrtol-error.c: Add missing include.
20193
20194         Move xstrtol messages into gnulib domain, when --pobase is used.
20195         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
20196         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
20197         * modules/xstrtol (Files): Distribute new file.
20198         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
20199         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
20200         * tests/test-xstrtol.c: ...into new file.
20201         * tests/test-xstrtoul.c: Also test xstrtoul.
20202         * tests/test-xstrtoimax.c: Also test xstrtoimax.
20203         * tests/test-xstrtoumax.c: Also test xstrtoumax.
20204         * tests/test-xstrtol.sh: Drive the tests.
20205         * tests/test-xstrtoimax.sh: Likewise.
20206         * tests/test-xstrtoumax.sh: Likewise.
20207         * modules/xstrtol-tests: New module.
20208         * modules/xstrtoimax-tests: Likewise.
20209         * modules/xstrtoumax-tests: Likewise.
20210
20211 2007-08-08  Jim Meyering  <jim@meyering.net>
20212
20213         New function: mfile_name_concat.
20214         * lib/filenamecat.c (mfile_name_concat): New function, just like
20215         file_name_concat, but return NULL upon failure rather than exiting
20216         with a diagnostic.
20217         * lib/filenamecat.h: Declare it.
20218
20219 2007-08-07  Bruno Haible  <bruno@clisp.org>
20220
20221         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
20222         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
20223         warning from gcc.
20224         Reported by Eric Blake.
20225
20226 2007-08-07  Simon Josefsson  <simon@josefsson.org>
20227
20228         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
20229         * modules/crypto/arcfour (License): Likewise.
20230         * modules/crypto/des-tests (License): Likewise.
20231         * modules/crypto/gc-arctwo-tests (License): Likewise.
20232         * modules/crypto/gc-des-tests (License): Likewise.
20233         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
20234         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
20235         * modules/crypto/gc-md2-tests (License): Likewise.
20236         * modules/crypto/gc-md4-tests (License): Likewise.
20237         * modules/crypto/gc-md5-tests (License): Likewise.
20238         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
20239         * modules/crypto/gc-rijndael-tests (License): Likewise.
20240         * modules/crypto/gc-sha1-tests (License): Likewise.
20241         * modules/crypto/gc-tests (License): Likewise.
20242         * modules/crypto/hmac-md5 (License): Likewise.
20243         * modules/crypto/hmac-sha1 (License): Likewise.
20244         * modules/crypto/md2-tests (License): Likewise.
20245         * modules/crypto/md4-tests (License): Likewise.
20246         * modules/crypto/md5 (License): Likewise.
20247         * modules/crypto/rijndael (License): Likewise.
20248         * modules/crypto/sha1 (License): Likewise.
20249         * modules/memxor (License): Likewise.
20250
20251 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20252         and Bruno Haible  <bruno@clisp.org>
20253
20254         * NEWS: Describe interface changes to human, xstrtol.
20255         * lib/human.h: Include <xstrtol.h>.
20256         (human_options): Return enum strtol_error, not int.  Remove
20257         bool arg; take int * instead.
20258         * lib/human.c: Don't include "gettext.h".
20259         (_): Remove; no longer used.
20260         Don't include <xstrtol.h>, since human.h does it.
20261         (human_options): Adjust to abovementioned interface changes.
20262         Do not report error to stderr; that's now the caller's
20263         responsibility.
20264         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
20265         interface change.
20266         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
20267         Str, Argument_type_string.  All uses changed.  Put " argument"
20268         in diagnostics to make them clearer.  Change wording of suffix
20269         message for clarity.
20270         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
20271         Argument_type_string.
20272         (STRTOL_FATAL_WARN): Remove; no longer used.
20273         * modules/human (Depends-on): Remove gettext-h.
20274
20275 2007-08-06  Simon Josefsson  <simon@josefsson.org>
20276
20277         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
20278
20279 2007-07-31  Bruno Haible  <bruno@clisp.org>
20280
20281         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
20282         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
20283         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
20284
20285 2007-07-31  Bruno Haible  <bruno@clisp.org>
20286
20287         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
20288         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
20289
20290 2007-07-30  Bruno Haible  <bruno@clisp.org>
20291
20292         * modules/base64 (License): Use the synonymous term "LGPLv2+".
20293         * modules/c-ctype (License): Likewise.
20294         * modules/c-strcase (License): Likewise.
20295         * modules/check-version (License): Likewise.
20296         * modules/iconv (License): Likewise.
20297         * modules/iconv_open (License): Likewise.
20298         * modules/read-file (License): Likewise.
20299         * modules/striconv (License): Likewise.
20300         * modules/strverscmp (License): Likewise.
20301         * modules/vasprintf (License): Likewise.
20302         * modules/crypto/des (License): Likewise.
20303         * modules/crypto/gc (License): Likewise.
20304         * modules/crypto/gc-arcfour (License): Likewise.
20305         * modules/crypto/gc-arctwo (License): Likewise.
20306         * modules/crypto/gc-des (License): Likewise.
20307         * modules/crypto/gc-hmac-md5 (License): Likewise.
20308         * modules/crypto/gc-hmac-sha1 (License): Likewise.
20309         * modules/crypto/gc-md2 (License): Likewise.
20310         * modules/crypto/gc-md4 (License): Likewise.
20311         * modules/crypto/gc-md5 (License): Likewise.
20312         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
20313         * modules/crypto/gc-random (License): Likewise.
20314         * modules/crypto/gc-rijndael (License): Likewise.
20315         * modules/crypto/gc-sha1 (License): Likewise.
20316         * modules/crypto/md2 (License): Likewise.
20317         * modules/crypto/md4 (License): Likewise.
20318
20319 2007-07-30  Jim Meyering  <jim@meyering.net>
20320
20321         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
20322         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
20323         it has valid stat data.  This bug would cause du not to count the
20324         sizes of inaccessible directories.
20325         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
20326         in <http://bugzilla.redhat.com/250077>.
20327
20328 2007-07-25  Peter O'Gorman  <peter@pogma.com>
20329             Bruno Haible  <bruno@clisp.org>
20330
20331         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
20332         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
20333         #include_next, gives a diagnostic about it, but reports no error in
20334         the exit code.
20335         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20336
20337 2007-07-24  Ben Pfaff  <blp@gnu.org>
20338
20339         Improve name: "count-one-bits" is better than "popcount".
20340         * MODULES.html.sh: Update name.
20341         * lib/popcount.h: Renamed lib/count-one-bits.h.
20342         (popcount): Renamed count_one_bits.
20343         (popcountl): Renamed count_one_bits_l.
20344         (popcountll): Renamed count_one_bits_ll.
20345         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
20346         * modules/popcount: Renamed module/count-one-bits.
20347         * modules/popcount-tests: Renamed module/count-one-bits-tests.
20348         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
20349
20350 2007-07-23  Ben Pfaff  <blp@gnu.org>
20351
20352         * lib/popcount.h (popcount32): Reduce size of constants, to allow
20353         better code generation, and add U to large constants to avoid
20354         warnings, in non-GCC case.
20355         Suggested by Bruno Haible.
20356
20357 2007-07-23  Ben Pfaff  <blp@gnu.org>
20358
20359         * lib/popcount.h: Use verify_true instead of if...abort.
20360         * modules/popcount: Depend on verify module.
20361         Suggested by Jim Meyering.
20362
20363 2007-07-23  Bruno Haible  <bruno@clisp.org>
20364
20365         * gnulib-tool (func_import): Create a .cvsignore file also when the
20366         directory is not yet in CVS but the toplevel directory is. When
20367         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
20368         Reported by Karl Berry.
20369
20370 2007-07-22  Ben Pfaff  <blp@gnu.org>
20371
20372         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
20373         case.
20374         Suggested by Eric Blake.
20375
20376 2007-07-22  Ben Pfaff  <blp@gnu.org>
20377
20378         New module: popcount.
20379         * MODULES.html.sh: Add popcount.
20380         * modules/popcount: New file.
20381         * modules/popcount-tests: New file.
20382         * tests/test-popcount.c: New file.
20383         * lib/popcount.h: New file.
20384         * m4/popcount.m4: New file.
20385
20386 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20387
20388         * build-aux/announce-gen: Update to GPLv3.
20389
20390         * build-aux/config.guess: Update from config.
20391
20392 2007-07-21  Bruno Haible  <bruno@clisp.org>
20393
20394         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
20395         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
20396
20397 2007-07-20  Jim Meyering  <jim@meyering.net>
20398
20399         * check-module: Diagnose a self-dependency.
20400
20401 2007-07-19  Bruno Haible  <bruno@clisp.org>
20402
20403         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
20404         empty.
20405         Reported by Eric Blake.
20406
20407 2007-07-18  Bruno Haible  <bruno@clisp.org>
20408
20409         * gnulib-tool: New options --po-base, --po-domain.
20410         (func_usage): Document them.
20411         (pobase, po_domain): New variables.
20412         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
20413         DEFAULT_TEXT_DOMAIN.
20414         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
20415         (func_import): Consider pobase and po_domain. Create a po/ directory.
20416         (func_create_testdir): Set pobase and po_domain to empty.
20417         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
20418         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
20419
20420 2007-07-18  Bruno Haible  <bruno@clisp.org>
20421
20422         * gnulib-tool (func_get_automake_snippet): Synthesize also an
20423         EXTRA_DIST augmentation for files in build-aux/.
20424
20425 2007-07-16  Bruno Haible  <bruno@clisp.org>
20426
20427         * modules/lseek (License): Use the synonymous term "LGPLv2+".
20428         * modules/getdelim (License): Likewise.
20429
20430 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20431
20432         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
20433         * modules/d-type (License): Likewise.
20434         * modules/extensions (License): Likewise.
20435         * modules/fnmatch (License): Likewise.
20436         * modules/fseeko (License): Likewise.
20437         * modules/getaddrinfo (License): Likewise.
20438         * modules/getline (License): Likewise.
20439         * modules/getlogin_r (License): Likewise.
20440         * modules/getpass (License): Likewise.
20441         * modules/gettimeofday (License): Likewise.
20442         * modules/glob (License): Likewise.
20443         * modules/inet_ntop (License): Likewise.
20444         * modules/malloc (License): Likewise.
20445         * modules/malloca (License): Likewise.
20446         * modules/memmem (License): Likewise.
20447         * modules/mempcpy (License): Likewise.
20448         * modules/memset (License): Likewise.
20449         * modules/minmax (License): Likewise.
20450         * modules/mktime (License): Likewise.
20451         * modules/netinet_in (License): Likewise.
20452         * modules/pathmax (License): Likewise.
20453         * modules/poll (License): Likewise.
20454         * modules/regex (License): Likewise.
20455         * modules/snprintf (License): Likewise.
20456         * modules/stdbool (License): Likewise.
20457         * modules/stdint (License): Likewise.
20458         * modules/stdio (License): Likewise.
20459         * modules/strcase (License): Likewise.
20460         * modules/strcasestr (License): Likewise.
20461         * modules/strdup (License): Likewise.
20462         * modules/string (License): Likewise.
20463         * modules/strndup (License): Likewise.
20464         * modules/strnlen (License): Likewise.
20465         * modules/strpbrk (License): Likewise.
20466         * modules/strptime (License): Likewise.
20467         * modules/strsep (License): Likewise.
20468         * modules/sys_select (License): Likewise.
20469         * modules/sys_socket (License): Likewise.
20470         * modules/sys_stat (License): Likewise.
20471         * modules/sys_time (License): Likewise.
20472         * modules/time (License): Likewise.
20473         * modules/time_r (License): Likewise.
20474         * modules/timegm (License): Likewise.
20475         * modules/unistd (License): Likewise.
20476         * modules/vsnprintf (License): Likewise.
20477         * modules/wctype (License): Likewise.
20478
20479 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20480
20481         * modules/argz (License): LGPLv2+.
20482
20483 2007-07-15  Karl Berry  <karl@gnu.org>
20484
20485         * doc/gnulib.texi: revise node structure per new fdl.texi.
20486
20487 2007-07-14  Bruno Haible  <bruno@clisp.org>
20488
20489         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
20490         the output file.
20491         * lib/uniname/uninames.h: Regenerated.
20492
20493 2007-07-14  Karl Berry  <karl@gnu.org>
20494
20495         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
20496         omitting sectioning and index commands.
20497
20498 2007-07-13  Bruno Haible  <bruno@clisp.org>
20499
20500         New gnulib-tool option --more-symlinks.
20501         * gnulib-tool (func_usage): Document --more-symlinks.
20502         (do_copyrights): New variable.
20503         Recognize option --more-symlinks.
20504         (func_import): Don't add a copyright notice transform to
20505         sed_transform_lib_file if do_copyrights is empty.
20506
20507 2007-07-13  Bruno Haible  <bruno@clisp.org>
20508
20509         * lib/vasnprintf.c (decimal_point_char): Define also if
20510         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
20511         && !NEED_PRINTF_DIRECTIVE_A.
20512         Reported by Clemens Koller <clemens.koller@anagramm.de> via
20513         Gary V. Vaughan <gary@gnu.org>.
20514
20515 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
20516
20517         * lib/inttypes_.h: Undo previous change, since it was fixed
20518         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
20519
20520 2007-07-13  Bruno Haible  <bruno@clisp.org>
20521
20522         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
20523         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
20524
20525 2007-07-13  Jim Meyering  <jim@meyering.net>
20526
20527         df: Don't fail for Tru64's "file-on-file mount".
20528         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
20529         so we fall through and use statfs instead.  Details here:
20530         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
20531         Reported by Albert Chin.
20532
20533 2007-07-13  Bruno Haible  <bruno@clisp.org>
20534
20535         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
20536         * modules/configmake (License): Likewise.
20537         * modules/gettext (License): Likewise.
20538         * modules/gettext-h (License): Likewise.
20539         * modules/include_next (License): Likewise.
20540         * modules/link-warning (License): Likewise.
20541         * modules/localcharset (License): Likewise.
20542         * modules/localename (License): Likewise.
20543         * modules/lock (License): Likewise.
20544         * modules/relocatable-lib-lgpl (License): Likewise.
20545         * modules/size_max (License): Likewise.
20546         * modules/vasnprintf (License): Likewise.
20547         * modules/wchar (License): Likewise.
20548         * modules/xsize (License): Likewise.
20549
20550 2007-07-13  Bruno Haible  <bruno@clisp.org>
20551
20552         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
20553         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
20554
20555 2007-07-12  Bruno Haible  <bruno@clisp.org>
20556
20557         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
20558         in the modules files.
20559
20560 2007-07-11  Karl Berry  <karl@gnu.org>
20561
20562         * MODULES.html.sh (func_module): use
20563          sed -e '\|^'"${includefile}"'$|d'
20564          instead of /.../d, to avoid errors on $includefile's containing /.
20565
20566 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20567
20568         * gnulib-tool (func_import): Avoid duplication of --avoid
20569         statements
20570         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
20571         names to `_' in variable names.
20572
20573 2007-07-10  Eric Blake  <ebb9@byu.net>
20574
20575         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
20576         * NEWS: Document this change.
20577
20578 2007-07-08  Bruno Haible  <bruno@clisp.org>
20579
20580         Update to Unicode 5.0.
20581         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
20582         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
20583         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
20584         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
20585         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
20586         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
20587         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
20588         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
20589         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
20590         U+10A3F, U+1D242..U+1D244.
20591         (nonspacing_table_ind): Update.
20592         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
20593         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
20594
20595 2007-07-08  Bruno Haible  <bruno@clisp.org>
20596
20597         Update to Unicode 5.0.
20598         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
20599         code transform. Extend the name index field of unicode_name_to_code and
20600         unicode_code_to_name from 16 to 24 bits.
20601         * lib/uniname/uniname.c (unicode_character_name,
20602         unicode_name_character): Add the range 0x12xxx to the code transform.
20603         * lib/uniname/uninames.h: Regenerated.
20604         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
20605
20606 2007-07-07  Bruno Haible  <bruno@clisp.org>
20607
20608         * modules/wcwidth-tests: New file.
20609         * tests/test-wcwidth.c: New file.
20610
20611         Work around MacOS X wcwidth() bug.
20612         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
20613         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
20614         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
20615         original wcwidth in non-UTF-8 locales.
20616         * modules/wcwidth (Depends-on): Add localcharset, streq,
20617         uniwidth/width.
20618         * doc/functions/wcwidth.texi: Update.
20619
20620 2007-07-07  Bruno Haible  <bruno@clisp.org>
20621
20622         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
20623         (wcwidth): New declaration.
20624         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
20625         macros.
20626         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
20627         here. Prepare for creating <wchar.h> unconditionally.
20628         * modules/wchar (Depends-on): Add link-warning.
20629         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
20630         REPLACE_WCWIDTH, and GL_LINK_WARNING.
20631         * lib/wcwidth.h: Remove file.
20632         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
20633         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
20634         * modules/wcwidth (Files): Remove lib/wcwidth.h.
20635         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
20636         (Include): Replace wcwidth.h with <wchar.h>.
20637         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
20638         * lib/mbchar.h: Don't include wcwidth.h.
20639         * lib/mbswidth.c: Likewise.
20640         * NEWS: Mention the change.
20641
20642 2007-07-07  Bruno Haible  <bruno@clisp.org>
20643
20644         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
20645         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
20646         definition with an external declaration.
20647         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
20648         defined as a function. Remove AC_C_INLINE requirement.
20649         * modules/wcwidth (Files): Add lib/wcwidth.c.
20650         (Makefile.am): Remove redundant statement.
20651
20652 2007-07-07  Bruno Haible  <bruno@clisp.org>
20653
20654         * MODULES.html.sh (Unicode string functions): Add the new modules.
20655
20656         * tests/uniwidth/test-u32-strwidth.c: New file.
20657         * modules/uniwidth/u32-strwidth-tests: New file.
20658
20659         * lib/uniwidth/u32-strwidth.c: New file.
20660         * modules/uniwidth/u32-strwidth: New file.
20661
20662         * tests/uniwidth/test-u16-strwidth.c: New file.
20663         * modules/uniwidth/u16-strwidth-tests: New file.
20664
20665         * lib/uniwidth/u16-strwidth.c: New file.
20666         * modules/uniwidth/u16-strwidth: New file.
20667
20668         * tests/uniwidth/test-u8-strwidth.c: New file.
20669         * modules/uniwidth/u8-strwidth-tests: New file.
20670
20671         * lib/uniwidth/u8-strwidth.c: New file.
20672         * modules/uniwidth/u8-strwidth: New file.
20673
20674         * tests/uniwidth/test-u32-width.c: New file.
20675         * modules/uniwidth/u32-width-tests: New file.
20676
20677         * lib/uniwidth/u32-width.c: New file.
20678         * modules/uniwidth/u32-width: New file.
20679
20680         * tests/uniwidth/test-u16-width.c: New file.
20681         * modules/uniwidth/u16-width-tests: New file.
20682
20683         * lib/uniwidth/u16-width.c: New file.
20684         * modules/uniwidth/u16-width: New file.
20685
20686         * tests/uniwidth/test-u8-width.c: New file.
20687         * modules/uniwidth/u8-width-tests: New file.
20688
20689         * lib/uniwidth/u8-width.c: New file.
20690         * modules/uniwidth/u8-width: New file.
20691
20692         * tests/uniwidth/test-uc_width.c: New file.
20693         * modules/uniwidth/width-tests: New file.
20694
20695         * lib/uniwidth/width.c: New file, from GNU libiconv.
20696         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
20697         * modules/uniwidth/width: New file.
20698
20699         * lib/uniwidth.h: New file, from GNU libiconv.
20700         * modules/uniwidth/base: New file.
20701
20702 2007-07-07  Bruno Haible  <bruno@clisp.org>
20703
20704         * lib/uniname.h: New file, from GNU gettext.
20705         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
20706         * lib/uniname/uninames.h: New file, from GNU gettext.
20707         * lib/uniname/uniname.c: New file, from GNU gettext.
20708         * tests/uniname/test-uninames.sh: New file.
20709         * tests/uniname/test-uninames.c: New file, from GNU gettext.
20710         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
20711         * modules/uniname/base: New file.
20712         * modules/uniname/uniname: New file.
20713         * modules/uniname/uniname-tests: New file.
20714         * MODULES.html.sh (Unicode string functions): Add the new modules.
20715
20716 2007-07-06  Bruno Haible  <bruno@clisp.org>
20717
20718         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
20719
20720 2007-07-06  Bruno Haible  <bruno@clisp.org>
20721
20722         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
20723         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
20724         includes <cygwin/sys_time.h> which includes <sys/select.h> which
20725         include <sys/time.h>.
20726         Reported by Eric Blake.
20727
20728 2007-07-06  Eric Blake  <ebb9@byu.net>
20729
20730         Fix testing canonicalize on cygwin.
20731         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
20732         Revert patch from 2007-06-19.
20733         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
20734         canonicalize module is also in use.
20735         * tests/test-canonicalize.c: New file.
20736         * tests/test-canonicalize.sh: Likewise.
20737         * modules/canonicalize-tests: Likewise.
20738
20739 2007-07-06  Jim Meyering  <jim@meyering.net>
20740
20741         * lib/getugroups.c (getugroups): Detect getgrent failure.
20742         Adjust comment to reflect reality: this function may return -1.
20743
20744 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
20745
20746         * build-aux/bootstrap (TP_URL,get_translations): Update to use
20747         the new TP address.
20748         (usage): Fix typo
20749         (gnulib_mk): New variable.
20750
20751 2007-07-05  Jim Meyering  <jim@meyering.net>
20752
20753         Don't let endgrent clobber errno, no matter how improbable.
20754         * lib/getugroups.c (getugroups): Save and restore errno around
20755         endgrent call.
20756
20757         Close the group DB even when failing with 2^31 or more members.
20758         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
20759
20760 2007-07-04  Jim Meyering  <jim@meyering.net>
20761
20762         * lib/getugroups.h: New file.
20763         * lib/getugroups.c: Include "getugroups.h".
20764         Remove uses of "register" keyword.
20765         Move local variable, "cp", down into scope where used.
20766         Give "username" parameter the "const" attribute.
20767         * modules/getugroups (Files): Add lib/getugroups.h
20768
20769 2007-07-04  Karl Berry  <karl@gnu.org>
20770
20771         * MODULES.html.sh (func_all_modules): Complete rename of
20772         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
20773
20774 2007-07-02  Bruno Haible  <bruno@clisp.org>
20775
20776         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
20777         mode, when inttypes.h comes from gnulib.
20778         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20779
20780 2007-07-02  Simon Josefsson  <simon@josefsson.org>
20781
20782         * NEWS: Mention lgpl module name change.
20783
20784         * modules/lgpl-2.1: Renamed from lgpl.
20785
20786         * NEWS: Mention gpl module name change.
20787
20788         * modules/gpl-3.0: New file, based on gpl-2.0.
20789
20790         * modules/gpl-2.0: Renamed from gpl.
20791
20792         * modules/gpl: Fix filename, doc/gpl.texi is now found at
20793         doc/gpl-2.0.texi.
20794
20795 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20796
20797         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
20798         #define __STDC_LIMIT_MACROS temporarily while including
20799         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
20800         Problem reported by Joel E. Denny in
20801         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
20802
20803 2007-07-01  Bruno Haible  <bruno@clisp.org>
20804
20805         * lib/unistdio.h: New file.
20806         * lib/unistdio/u-asnprintf.h: New file.
20807         * lib/unistdio/u-asprintf.h: New file.
20808         * lib/unistdio/u-printf-args.c: New file.
20809         * lib/unistdio/u-printf-args.h: New file.
20810         * lib/unistdio/u-printf-parse.h: New file.
20811         * lib/unistdio/u-snprintf.h: New file.
20812         * lib/unistdio/u-sprintf.h: New file.
20813         * lib/unistdio/u-vasprintf.h: New file.
20814         * lib/unistdio/u-vsnprintf.h: New file.
20815         * lib/unistdio/u-vsprintf.h: New file.
20816         * lib/unistdio/ulc-asnprintf.c: New file.
20817         * lib/unistdio/ulc-asprintf.c: New file.
20818         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
20819         * lib/unistdio/ulc-printf-parse.c: New file.
20820         * lib/unistdio/ulc-snprintf.c: New file.
20821         * lib/unistdio/ulc-sprintf.c: New file.
20822         * lib/unistdio/ulc-vasnprintf.c: New file.
20823         * lib/unistdio/ulc-vasprintf.c: New file.
20824         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
20825         * lib/unistdio/ulc-vsnprintf.c: New file.
20826         * lib/unistdio/ulc-vsprintf.c: New file.
20827         * lib/unistdio/u8-asnprintf.c: New file.
20828         * lib/unistdio/u8-asprintf.c: New file.
20829         * lib/unistdio/u8-printf-parse.c: New file.
20830         * lib/unistdio/u8-snprintf.c: New file.
20831         * lib/unistdio/u8-sprintf.c: New file.
20832         * lib/unistdio/u8-vasnprintf.c: New file.
20833         * lib/unistdio/u8-vasprintf.c: New file.
20834         * lib/unistdio/u8-vsnprintf.c: New file.
20835         * lib/unistdio/u8-vsprintf.c: New file.
20836         * lib/unistdio/u8-u8-asnprintf.c: New file.
20837         * lib/unistdio/u8-u8-asprintf.c: New file.
20838         * lib/unistdio/u8-u8-snprintf.c: New file.
20839         * lib/unistdio/u8-u8-sprintf.c: New file.
20840         * lib/unistdio/u8-u8-vasnprintf.c: New file.
20841         * lib/unistdio/u8-u8-vasprintf.c: New file.
20842         * lib/unistdio/u8-u8-vsnprintf.c: New file.
20843         * lib/unistdio/u8-u8-vsprintf.c: New file.
20844         * lib/unistdio/u16-asnprintf.c: New file.
20845         * lib/unistdio/u16-asprintf.c: New file.
20846         * lib/unistdio/u16-printf-parse.c: New file.
20847         * lib/unistdio/u16-snprintf.c: New file.
20848         * lib/unistdio/u16-sprintf.c: New file.
20849         * lib/unistdio/u16-vasnprintf.c: New file.
20850         * lib/unistdio/u16-vasprintf.c: New file.
20851         * lib/unistdio/u16-vsnprintf.c: New file.
20852         * lib/unistdio/u16-vsprintf.c: New file.
20853         * lib/unistdio/u16-u16-asnprintf.c: New file.
20854         * lib/unistdio/u16-u16-asprintf.c: New file.
20855         * lib/unistdio/u16-u16-snprintf.c: New file.
20856         * lib/unistdio/u16-u16-sprintf.c: New file.
20857         * lib/unistdio/u16-u16-vasnprintf.c: New file.
20858         * lib/unistdio/u16-u16-vasprintf.c: New file.
20859         * lib/unistdio/u16-u16-vsnprintf.c: New file.
20860         * lib/unistdio/u16-u16-vsprintf.c: New file.
20861         * lib/unistdio/u32-asnprintf.c: New file.
20862         * lib/unistdio/u32-asprintf.c: New file.
20863         * lib/unistdio/u32-printf-parse.c: New file.
20864         * lib/unistdio/u32-snprintf.c: New file.
20865         * lib/unistdio/u32-sprintf.c: New file.
20866         * lib/unistdio/u32-vasnprintf.c: New file.
20867         * lib/unistdio/u32-vasprintf.c: New file.
20868         * lib/unistdio/u32-vsnprintf.c: New file.
20869         * lib/unistdio/u32-vsprintf.c: New file.
20870         * lib/unistdio/u32-u32-asnprintf.c: New file.
20871         * lib/unistdio/u32-u32-asprintf.c: New file.
20872         * lib/unistdio/u32-u32-snprintf.c: New file.
20873         * lib/unistdio/u32-u32-sprintf.c: New file.
20874         * lib/unistdio/u32-u32-vasnprintf.c: New file.
20875         * lib/unistdio/u32-u32-vasprintf.c: New file.
20876         * lib/unistdio/u32-u32-vsnprintf.c: New file.
20877         * lib/unistdio/u32-u32-vsprintf.c: New file.
20878         * tests/unistdio/test-ulc-asnprintf1.c: New file.
20879         * tests/unistdio/test-ulc-asnprintf1.h: New file.
20880         * tests/unistdio/test-ulc-printf1.h: New file.
20881         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
20882         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
20883         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
20884         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
20885         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
20886         * tests/unistdio/test-ulc-vasprintf1.c: New file.
20887         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
20888         * tests/unistdio/test-ulc-vsprintf1.c: New file.
20889         * tests/unistdio/test-u8-asnprintf1.c: New file.
20890         * tests/unistdio/test-u8-asnprintf1.h: New file.
20891         * tests/unistdio/test-u8-printf1.h: New file.
20892         * tests/unistdio/test-u8-vasnprintf1.c: New file.
20893         * tests/unistdio/test-u8-vasnprintf2.c: New file.
20894         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
20895         * tests/unistdio/test-u8-vasnprintf3.c: New file.
20896         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
20897         * tests/unistdio/test-u8-vasprintf1.c: New file.
20898         * tests/unistdio/test-u8-vsnprintf1.c: New file.
20899         * tests/unistdio/test-u8-vsprintf1.c: New file.
20900         * tests/unistdio/test-u16-asnprintf1.c: New file.
20901         * tests/unistdio/test-u16-asnprintf1.h: New file.
20902         * tests/unistdio/test-u16-printf1.h: New file.
20903         * tests/unistdio/test-u16-vasnprintf1.c: New file.
20904         * tests/unistdio/test-u16-vasnprintf2.c: New file.
20905         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
20906         * tests/unistdio/test-u16-vasnprintf3.c: New file.
20907         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
20908         * tests/unistdio/test-u16-vasprintf1.c: New file.
20909         * tests/unistdio/test-u16-vsnprintf1.c: New file.
20910         * tests/unistdio/test-u16-vsprintf1.c: New file.
20911         * tests/unistdio/test-u32-asnprintf1.c: New file.
20912         * tests/unistdio/test-u32-asnprintf1.h: New file.
20913         * tests/unistdio/test-u32-printf1.h: New file.
20914         * tests/unistdio/test-u32-vasnprintf1.c: New file.
20915         * tests/unistdio/test-u32-vasnprintf2.c: New file.
20916         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
20917         * tests/unistdio/test-u32-vasnprintf3.c: New file.
20918         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
20919         * tests/unistdio/test-u32-vasprintf1.c: New file.
20920         * tests/unistdio/test-u32-vsnprintf1.c: New file.
20921         * tests/unistdio/test-u32-vsprintf1.c: New file.
20922         * modules/unistdio/base: New file.
20923         * modules/unistdio/u-printf-args: New file.
20924         * modules/unistdio/ulc-asnprintf: New file.
20925         * modules/unistdio/ulc-asprintf: New file.
20926         * modules/unistdio/ulc-fprintf: New file.
20927         * modules/unistdio/ulc-printf-parse: New file.
20928         * modules/unistdio/ulc-snprintf: New file.
20929         * modules/unistdio/ulc-sprintf: New file.
20930         * modules/unistdio/ulc-vasnprintf: New file.
20931         * modules/unistdio/ulc-vasprintf: New file.
20932         * modules/unistdio/ulc-vfprintf: New file.
20933         * modules/unistdio/ulc-vsnprintf: New file.
20934         * modules/unistdio/ulc-vsprintf: New file.
20935         * modules/unistdio/u8-asnprintf: New file.
20936         * modules/unistdio/u8-asprintf: New file.
20937         * modules/unistdio/u8-printf-parse: New file.
20938         * modules/unistdio/u8-snprintf: New file.
20939         * modules/unistdio/u8-sprintf: New file.
20940         * modules/unistdio/u8-vasnprintf: New file.
20941         * modules/unistdio/u8-vasprintf: New file.
20942         * modules/unistdio/u8-vsnprintf: New file.
20943         * modules/unistdio/u8-vsprintf: New file.
20944         * modules/unistdio/u8-u8-asnprintf: New file.
20945         * modules/unistdio/u8-u8-asprintf: New file.
20946         * modules/unistdio/u8-u8-snprintf: New file.
20947         * modules/unistdio/u8-u8-sprintf: New file.
20948         * modules/unistdio/u8-u8-vasnprintf: New file.
20949         * modules/unistdio/u8-u8-vasprintf: New file.
20950         * modules/unistdio/u8-u8-vsnprintf: New file.
20951         * modules/unistdio/u8-u8-vsprintf: New file.
20952         * modules/unistdio/u16-asnprintf: New file.
20953         * modules/unistdio/u16-asprintf: New file.
20954         * modules/unistdio/u16-printf-parse: New file.
20955         * modules/unistdio/u16-snprintf: New file.
20956         * modules/unistdio/u16-sprintf: New file.
20957         * modules/unistdio/u16-vasnprintf: New file.
20958         * modules/unistdio/u16-vasprintf: New file.
20959         * modules/unistdio/u16-vsnprintf: New file.
20960         * modules/unistdio/u16-vsprintf: New file.
20961         * modules/unistdio/u16-u16-asnprintf: New file.
20962         * modules/unistdio/u16-u16-asprintf: New file.
20963         * modules/unistdio/u16-u16-snprintf: New file.
20964         * modules/unistdio/u16-u16-sprintf: New file.
20965         * modules/unistdio/u16-u16-vasnprintf: New file.
20966         * modules/unistdio/u16-u16-vasprintf: New file.
20967         * modules/unistdio/u16-u16-vsnprintf: New file.
20968         * modules/unistdio/u16-u16-vsprintf: New file.
20969         * modules/unistdio/u32-asnprintf: New file.
20970         * modules/unistdio/u32-asprintf: New file.
20971         * modules/unistdio/u32-printf-parse: New file.
20972         * modules/unistdio/u32-snprintf: New file.
20973         * modules/unistdio/u32-sprintf: New file.
20974         * modules/unistdio/u32-vasnprintf: New file.
20975         * modules/unistdio/u32-vasprintf: New file.
20976         * modules/unistdio/u32-vsnprintf: New file.
20977         * modules/unistdio/u32-vsprintf: New file.
20978         * modules/unistdio/u32-u32-asnprintf: New file.
20979         * modules/unistdio/u32-u32-asprintf: New file.
20980         * modules/unistdio/u32-u32-snprintf: New file.
20981         * modules/unistdio/u32-u32-sprintf: New file.
20982         * modules/unistdio/u32-u32-vasnprintf: New file.
20983         * modules/unistdio/u32-u32-vasprintf: New file.
20984         * modules/unistdio/u32-u32-vsnprintf: New file.
20985         * modules/unistdio/u32-u32-vsprintf: New file.
20986         * modules/unistdio/ulc-asnprintf-tests: New file.
20987         * modules/unistdio/ulc-vasnprintf-tests: New file.
20988         * modules/unistdio/ulc-vasprintf-tests: New file.
20989         * modules/unistdio/ulc-vsnprintf-tests: New file.
20990         * modules/unistdio/ulc-vsprintf-tests: New file.
20991         * modules/unistdio/u8-asnprintf-tests: New file.
20992         * modules/unistdio/u8-vasnprintf-tests: New file.
20993         * modules/unistdio/u8-vasprintf-tests: New file.
20994         * modules/unistdio/u8-vsnprintf-tests: New file.
20995         * modules/unistdio/u8-vsprintf-tests: New file.
20996         * modules/unistdio/u16-asnprintf-tests: New file.
20997         * modules/unistdio/u16-vasnprintf-tests: New file.
20998         * modules/unistdio/u16-vasprintf-tests: New file.
20999         * modules/unistdio/u16-vsnprintf-tests: New file.
21000         * modules/unistdio/u16-vsprintf-tests: New file.
21001         * modules/unistdio/u32-asnprintf-tests: New file.
21002         * modules/unistdio/u32-vasnprintf-tests: New file.
21003         * modules/unistdio/u32-vasprintf-tests: New file.
21004         * modules/unistdio/u32-vsnprintf-tests: New file.
21005         * modules/unistdio/u32-vsprintf-tests: New file.
21006         * MODULES.html.sh (Unicode string functions): Add the new modules.
21007
21008 2007-07-01  Bruno Haible  <bruno@clisp.org>
21009
21010         * lib/sprintf.c (sprintf): Limit the available length estimation,
21011         to avoid address wraparound.
21012         * lib/vsprintf.c (vsprintf): Likewise.
21013         * modules/sprintf-posix (Dependencies): Add stdint.
21014         * modules/vsprintf-posix (Dependencies): Likewise.
21015
21016 2007-07-01  Bruno Haible  <bruno@clisp.org>
21017
21018         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
21019         Windows PATH as well. Conservative double-quoting. Comments.
21020
21021 2007-07-01  Bruno Haible  <bruno@clisp.org>
21022             Eric Blake  <ebb9@byu.net>
21023             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21024
21025         * gnulib-tool (self_abspathname): Fix algorithm to cope with
21026         empty components in $PATH, denoting '.'.
21027
21028 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21029
21030         * gnulib-tool: Fix indentation.
21031         (func_create_megatestdir): Likewise.
21032         Report by Bruno Haible.
21033
21034 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21035
21036         Sync from Automake.
21037         * build-aux/gnupload: Fix shell portability issues with for loops.
21038         Report by Karl Berry.
21039
21040 2007-06-29  Simon Josefsson  <simon@josefsson.org>
21041
21042         * build-aux/maint.mk (POURL): Use translationproject.org.
21043
21044 2007-06-27  Simon Josefsson  <simon@josefsson.org>
21045             Bruno Haible  <bruno@clisp.org>
21046
21047         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
21048         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
21049         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
21050         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
21051         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
21052
21053 2007-06-27  Bruno Haible  <bruno@clisp.org>
21054
21055         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
21056         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
21057
21058 2007-06-26  Karl Berry  <karl@gnu.org>
21059
21060         * MODULES.html.sh: remove xreadlink-with-size.
21061
21062 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21063
21064         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
21065         method that I hope also handles the double-include problem noted
21066         by Bruno Haible in
21067         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
21068
21069 2007-06-23  Bruno Haible  <bruno@clisp.org>
21070
21071         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21072         Don't let the 'mostlyclean' target fail if the last subdirectory could
21073         not be removed.
21074         Reported by Karl Berry.
21075
21076 2007-06-23  Bruno Haible  <bruno@clisp.org>
21077
21078         * gnulib-tool (echo): Add a speedier workaround for ksh.
21079         * tests/test-echo.sh: Likewise.
21080
21081 2007-06-23  Bruno Haible  <bruno@clisp.org>
21082
21083         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
21084         * tests/test-echo.sh: Likewise.
21085
21086 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21087
21088         * gnulib-tool (IFS): Initialize early, so we don't set it to
21089         empty later.
21090         (self_abspathname): Rewrite algorithm to set it, reindent.
21091         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
21092         (func_create_megatestdir): Merge some sed scripts.
21093
21094 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21095
21096         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
21097         exposed by Sun Studio 11 cc on Solaris 8.
21098
21099 2007-06-22  Bruno Haible  <bruno@clisp.org>
21100
21101         * gnulib-tool (echo): Ensure the echo primitive does not interpret
21102         backslashes.
21103         * tests/test-echo.sh: New file.
21104
21105 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21106
21107         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
21108         simplify `sed_replace_build_aux' scripts, they are portable but
21109         echoing them with `echo' is not.
21110         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
21111
21112 2007-06-21  Karl Berry  <karl@gnu.org>
21113
21114         * config/srclist.txt: guess we can't handle the licenses via
21115         srclist at the moment.
21116
21117 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
21118
21119         * MODULES.html.sh: Add include_next.
21120         * modules/include_next: New file.
21121
21122 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
21123
21124         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
21125         INCLUDE_NEXT.
21126         (gl_CHECK_NEXT_HEADERS): New macro.
21127         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
21128         the obsolescent gl_ABSOLUTE_HEADER.
21129         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
21130         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
21131         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
21132         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
21133         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
21134         * m4/math_h.m4 (gl_MATH_H): Likewise.
21135         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
21136         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
21137         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
21138         * m4/stdint.m4 (gl_STDINT_H): Likewise.
21139         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
21140         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
21141         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
21142         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21143         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
21144         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
21145         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
21146         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
21147         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
21148         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
21149         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
21150         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
21151         * m4/inttypes.m4 (gl_INTTYPES_H): Define
21152         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
21153         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
21154         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
21155         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
21156         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
21157         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
21158         * lib/float_.h: Likewise.
21159         * lib/inttypes_.h: Likewise.
21160         * lib/math_.h: Likewise.
21161         * lib/search_.h: Likewise.
21162         * lib/signal_.h: Likewise.
21163         * lib/stdint_.h: Likewise.
21164         * lib/stdio_.h: Likewise.
21165         * lib/stdlib_.h: Likewise.
21166         * lib/string_.h: Likewise.
21167         * lib/sys_stat_.h: Likewise.
21168         * lib/sys_time_.h: Likewise.
21169         * lib/time_.h: Likewise.
21170         * lib/unistd_.h: Likewise.
21171         * lib/wchar_.h: Likewise.
21172         * lib/wctype_.h: Likewise.
21173         * lib/dirent_.h: Likewise.
21174         * lib/iconv_.h: Likewise.
21175         * lib/locale_.h: Likewise.
21176         * lib/netinet_in_.h: Likewise.
21177         * lib/sys_select_.h: Likewise.
21178         * lib/sys_socket_.h: Likewise.
21179         * lib/sysexits_.h: Likewise.
21180         * modules/fcntl (Depends-on): Depend on include_next, not
21181         absolute_header.
21182         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
21183         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
21184         * modules/fchdir: Likewise.
21185         * modules/float: Likewise.
21186         * modules/iconv_open: Likewise.
21187         * modules/inttypes: Likewise.
21188         * modules/locale: Likewise.
21189         * modules/math: Likewise.
21190         * modules/netinet_in: Likewise.
21191         * modules/search: Likewise.
21192         * modules/signal: Likewise.
21193         * modules/stdint: Likewise.
21194         * modules/stdio: Likewise.
21195         * modules/stdlib: Likewise.
21196         * modules/string: Likewise.
21197         * modules/sys_select: Likewise.
21198         * modules/sys_socket: Likewise.
21199         * modules/sys_stat: Likewise.
21200         * modules/sys_time: Likewise.
21201         * modules/sysexits: Likewise.
21202         * modules/time: Likewise.
21203         * modules/unistd: Likewise.
21204         * modules/wchar: Likewise.
21205         * modules/wctype: Likewise.
21206         * modules/sys_stat: Change maintainer to "all".
21207         * modules/unistd: Likewise.
21208
21209 2007-06-20  Karl Berry  <karl@gnu.org>
21210
21211         * config/srclist.txt: track www changes in license files.
21212
21213 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
21214
21215         * build-aux/bootstrap: Remove stray dot.
21216         Make sure build_aux settings are honored when linking
21217         gnulib_extra_files.
21218
21219 2007-06-19  Eric Blake  <ebb9@byu.net>
21220
21221         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
21222         Allow compilation on cygwin.
21223
21224 2007-06-19  Jim Meyering  <jim@meyering.net>
21225
21226         xreadlink-with-size: Remove module.  No longer used.
21227         Ex-callers now use xreadlink or mreadlink-with-size.
21228         * modules/xreadlink-with-size: Remove module.
21229         * lib/xreadlink-with-size.c: Remove file.
21230         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
21231         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
21232         just before the function definition *is* accurate.
21233
21234         Eliminate one way canonicalize_filename_mode could exit.
21235         * lib/canonicalize.c (canonicalize_filename_mode):
21236         Use mreadlink_with_size, not xreadlink_with_size.
21237
21238 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
21239
21240         Detect porting problems to FreeBSD/arm, which has time_t wider than
21241         long int.  Original problem reported for GNU diff by Xin Li in
21242         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
21243         * modules/getdate (Depends-on): Add intprops, verify.
21244         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
21245         is an integer type no wider than long int.
21246
21247 2007-06-18  Jim Meyering  <jim@meyering.net>
21248
21249         New module: mreadlink-with-size.
21250         * MODULES.html.sh: Add mreadlink-with-size.
21251         * modules/mreadlink-with-size: New module
21252         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
21253         not xreadlink-with-size.
21254         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
21255
21256 2007-06-16  Bruno Haible  <bruno@clisp.org>
21257
21258         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
21259         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
21260         Reported by Gary V. Vaughan <gary@gnu.org>.
21261
21262 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
21263
21264         Revamp lchown so that it lives in unistd.h where it belongs.
21265         * lib/lchown.h: Remove.
21266         * lib/dirchownmod.c: Don't include lib/lchown.h.
21267         * lib/fchownat.c: Likewise.
21268         * lib/openat.c: Likewise.
21269         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
21270         does not follow symlinks.
21271         (EOPNOTSUPP): Define if not defined.
21272         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
21273         is defined to 0.
21274         (lchown): New decl.
21275         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
21276         Do not check for lchown decl.
21277         Set REPLACE_LCHOWN.
21278         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
21279         REPLACE_LCHOWN.
21280         * modules/chown: Make it clear it follows symlinks.
21281         * modules/lchown: Make it clear it doesn't follow symlinks.
21282         (Files): Remove lib/lchown.h
21283         (Depends-on): Add unistd.
21284         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
21285         (Include): Include <unistd.h>, not "lchown.h".
21286         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
21287         REPLACE_LCHOWN.
21288
21289 2007-06-15  Jim Meyering  <jim@meyering.net>
21290
21291         Change license (GPL to LGPL) of fsusage and dependents.
21292         * modules/fsusage (License): Change to LGPL.
21293         * modules/full-read (License): Likewise.
21294         * modules/full-write (License): Likewise.
21295         * modules/safe-read (License): Likewise.
21296         * modules/safe-write (License): Likewise.
21297
21298 2007-06-14  Ben Pfaff  <blp@gnu.org>
21299
21300         Missing part of allocsa -> malloca transition.
21301         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
21302         gl_MALLOCA.
21303
21304 2007-06-12  Bruno Haible  <bruno@clisp.org>
21305
21306         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
21307         to ia64, x86_64, i386.
21308         Reported by Eric Blake.
21309
21310 2007-06-12  Bruno Haible  <bruno@clisp.org>
21311
21312         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
21313         cross-compiling to x86_64.
21314
21315 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
21316
21317         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
21318         glitch reported by Ralf Wildenhues in
21319         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
21320
21321         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
21322         Vin Shelton.
21323
21324 2007-06-11  Bruno Haible  <bruno@clisp.org>
21325
21326         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
21327         replacement string.
21328         Reported by Eric Blake.
21329
21330 2007-06-10  Bruno Haible  <bruno@clisp.org>
21331
21332         Prepare vasnprintf code for use with Unicode strings.
21333         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
21334         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
21335         TYPE_U32_STRING.
21336         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
21337         a_u32_string variants.
21338         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
21339         * lib/printf-args.c: Don't include config.h and the specification
21340         header if PRINTF_FETCHARGS is already defined.
21341         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
21342         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
21343         TYPE_U16_STRING, TYPE_U32_STRING.
21344         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
21345         u16_directive, u16_directives, u32_directive, u32_directives): New
21346         types.
21347         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
21348         New declarations.
21349         * lib/printf-parse.c: Don't include config.h and the specification
21350         header if PRINTF_PARSE is already defined. Eliminate the set of
21351         parameters for WIDE_CHAR_VERSION; the user of this file must provide
21352         them now. Include c-ctype.h.
21353         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
21354         directive and CHAR_T_ONLY_ASCII.
21355         * lib/vasnprintf.c: Don't include config.h and the specification header
21356         if VASNPRINTF is already defined.
21357         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
21358         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
21359         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
21360         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
21361         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
21362         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
21363         code accordingly.
21364         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
21365         pad_ourselves also in this case, with the 'c' and 's' directives, and
21366         with a different notion of "width".
21367         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
21368
21369 2007-06-10  Bruno Haible  <bruno@clisp.org>
21370
21371         * modules/unistr/u32-mbsnlen: New file.
21372         * lib/unistr/u32-mbsnlen.c: New file.
21373
21374         * modules/unistr/u16-mbsnlen: New file.
21375         * lib/unistr/u16-mbsnlen.c: New file.
21376
21377         * modules/unistr/u8-mbsnlen: New file.
21378         * lib/unistr/u8-mbsnlen.c: New file.
21379
21380         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
21381         declarations.
21382
21383 2007-06-10  Bruno Haible  <bruno@clisp.org>
21384
21385         * lib/string_.h (mbsnlen): New declaration.
21386         * lib/mbsnlen.c: New file.
21387         * m4/mbsnlen.m4: New file.
21388         * modules/mbsnlen: New file.
21389         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
21390         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
21391         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
21392
21393 2007-06-10  Bruno Haible  <bruno@clisp.org>
21394
21395         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
21396
21397 2007-06-10  Bruno Haible  <bruno@clisp.org>
21398
21399         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
21400         * lib/mbuiter.h: Likewise.
21401
21402 2007-06-10  Bruno Haible  <bruno@clisp.org>
21403
21404         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
21405         declaration.
21406
21407 2007-06-10  Karl Berry  <karl@gnu.org>
21408
21409         * config/srclist.txt: remove gettext entries, Bruno prefers
21410         to update individually.
21411
21412 2007-06-10  Bruno Haible  <bruno@clisp.org>
21413
21414         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
21415         'maxlen'. Ensure only length + width bytes are allocated, not
21416         length + 1 + width.
21417
21418 2007-06-09  Bruno Haible  <bruno@clisp.org>
21419
21420         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
21421         (CHAR_T): Remove macro.
21422         (VASNPRINTF): Update.
21423
21424 2007-06-09  Bruno Haible  <bruno@clisp.org>
21425
21426         * MODULES.html.sh (Unicode string functions): Add the new modules.
21427
21428         * modules/uniconv/u32-conv-to-enc: New file.
21429         * lib/uniconv/u32-conv-to-enc.c: New file.
21430         * modules/uniconv/u32-conv-to-enc-tests: New file.
21431         * tests/uniconv/test-u32-conv-to-enc.c: New file.
21432
21433         * modules/uniconv/u16-conv-to-enc: New file.
21434         * lib/uniconv/u16-conv-to-enc.c: New file.
21435         * lib/uniconv/u-conv-to-enc.h: New file.
21436         * modules/uniconv/u16-conv-to-enc-tests: New file.
21437         * tests/uniconv/test-u16-conv-to-enc.c: New file.
21438
21439         * modules/uniconv/u8-conv-to-enc: New file.
21440         * lib/uniconv/u8-conv-to-enc.c: New file.
21441         * modules/uniconv/u8-conv-to-enc-tests: New file.
21442         * tests/uniconv/test-u8-conv-to-enc.c: New file.
21443
21444         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
21445         u32_conv_to_encoding): New declarations.
21446
21447 2007-06-09  Bruno Haible  <bruno@clisp.org>
21448
21449         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
21450
21451 2007-06-09  Bruno Haible  <bruno@clisp.org>
21452
21453         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
21454         * modules/malloca: Renamed from modules/allocsa, updated.
21455         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
21456         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
21457         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
21458         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
21459         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
21460         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
21461         * modules/xmalloca: Renamed from modules/xallocsa, updated.
21462         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
21463         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
21464         * modules/c-strcasestr (Depends-on): Update.
21465         * lib/c-strcasestr.c: Update.
21466         * modules/c-strstr (Depends-on): Update.
21467         * lib/c-strstr.c: Update.
21468         * modules/canonicalize-lgpl (Depends-on): Update.
21469         * lib/canonicalize-lgpl.c: Update.
21470         * modules/clean-temp (Depends-on): Update.
21471         * lib/clean-temp.c: Update.
21472         * modules/csharpcomp (Depends-on): Update.
21473         * lib/csharpcomp.c: Update.
21474         * modules/csharpexec (Depends-on): Update.
21475         * lib/csharpexec.c: Update.
21476         * modules/javacomp (Depends-on): Update.
21477         * lib/javacomp.c: Update.
21478         * modules/javaexec (Depends-on): Update.
21479         * lib/javaexec.c: Update.
21480         * modules/mbscasestr (Depends-on): Update.
21481         * lib/mbscasestr.c: Update.
21482         * modules/mbsstr (Depends-on): Update.
21483         * lib/mbsstr.c: Update.
21484         * modules/setenv (Depends-on): Update.
21485         * lib/setenv.c: Update.
21486         * modules/strcasestr (Depends-on): Update.
21487         * lib/strcasestr.c: Update.
21488         * modules/striconveha (Depends-on): Update.
21489         * lib/striconveha.c: Update.
21490         * modules/relocatable-prog-wrapper (Files): Update.
21491         * lib/relocwrapper.c: Update.
21492         * build-aux/install-reloc: Update.
21493         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
21494
21495 2007-06-08  Bruno Haible  <bruno@clisp.org>
21496
21497         Port to uClibc.
21498         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
21499         * lib/fpurge.c (fpurge): Likewise.
21500         * lib/freading.c (freading): Likewise.
21501         * lib/fseeko.c (rpl_fseeko): Likewise.
21502         * lib/fseterr.c (fseterr): Likewise.
21503         * lib/fwriting.c (fwriting): Likewise.
21504         * tests/test-fflush.c (main): Avoid a failure on uClibc.
21505
21506 2007-06-08  Bruno Haible  <bruno@clisp.org>
21507
21508         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
21509         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
21510         * modules/gettext (Files): Add m4/intlmacosx.m4.
21511
21512 2007-06-07  Bruno Haible  <bruno@clisp.org>
21513
21514         * modules/localename-tests: New file.
21515         * tests/test-localename.c: New file.
21516
21517         New module 'localename'.
21518         * lib/localename.h: New file.
21519         * lib/localename.c: New file, from GNU gettext.
21520         * m4/localename.m4: New file.
21521         * modules/localename: New file.
21522
21523 2007-06-07  Bruno Haible  <bruno@clisp.org>
21524
21525         Work around the lack of <wchar.h> on some builds of uClibc.
21526         * doc/headers/wchar.texi: Update.
21527         * lib/wchar_.h: Include <wchar.h> only if it exists.
21528         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
21529         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
21530         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
21531         doesn't exist.
21532         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
21533         * modules/mbfile (Depends-on): Add wchar.
21534         * modules/mbiter (Depends-on): Likewise.
21535         * modules/mbuiter (Depends-on): Likewise.
21536         Reported by Simon Josefsson.
21537
21538 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
21539
21540         Work around problem reported by Steven M. Schweda in
21541         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
21542         Tru64 5.1B with the Compaq compiler environment installed declares
21543         an 'isblank' function but does not define it in the C library.
21544         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
21545         * lib/regex_internal.h (isblank): Likewise.
21546         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
21547         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
21548
21549 2007-06-05  Bruno Haible  <bruno@clisp.org>
21550
21551         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
21552         ia64.
21553         * modules/printf-safe: New file.
21554         * modules/fprintf-posix (Depends-on): Add printf-safe.
21555         * modules/printf-posix (Depends-on): Likewise.
21556         * modules/snprintf-posix (Depends-on): Likewise.
21557         * modules/sprintf-posix (Depends-on): Likewise.
21558         * modules/vasnprintf-posix (Depends-on): Likewise.
21559         * modules/vasprintf-posix (Depends-on): Likewise.
21560         * modules/vfprintf-posix (Depends-on): Likewise.
21561         * modules/vprintf-posix (Depends-on): Likewise.
21562         * modules/vsnprintf-posix (Depends-on): Likewise.
21563         * modules/vsprintf-posix (Depends-on): Likewise.
21564         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
21565         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
21566         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
21567         "no" on i386, x86_64, ia64.
21568         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
21569         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
21570         on i386, x86_64, ia64.
21571         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
21572         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
21573         on i386, x86_64, ia64.
21574         * tests/test-vasnprintf-posix.c: Include float.h.
21575         (LDBL80_WORDS): New macro.
21576         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
21577         on i386, x86_64, ia64.
21578         * tests/test-vasprintf-posix.c: Include float.h.
21579         (LDBL80_WORDS): New macro.
21580         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
21581         on i386, x86_64, ia64.
21582         * tests/test-snprintf-posix.c: Include float.h.
21583         * tests/test-sprintf-posix.c: Likewise.
21584         * tests/test-vsnprintf-posix.c: Likewise.
21585         * tests/test-vsprintf-posix.c: Likewise.
21586
21587 2007-06-05  Bruno Haible  <bruno@clisp.org>
21588
21589         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
21590         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
21591         non-IEEE numbers on i386, x86_64, ia64.
21592         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
21593         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
21594         * tests/test-isnanl.h: Include float.h.
21595         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
21596
21597 2007-06-05  Bruno Haible  <bruno@clisp.org>
21598
21599         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
21600         also the %a / %A. Handle the %a / %A code before this extra handling.
21601
21602 2007-06-05  Bruno Haible  <bruno@clisp.org>
21603
21604         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
21605         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
21606
21607 2007-06-05  Bruno Haible  <bruno@clisp.org>
21608
21609         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
21610         typo in variable name.
21611
21612 2007-06-05  Eric Blake  <ebb9@byu.net>
21613
21614         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
21615         Reported by Simon Josefsson.
21616
21617 2007-06-04  Bruno Haible  <bruno@clisp.org>
21618
21619         Avoid test failures on some PowerPC platforms.
21620         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
21621         Define differently for PowerPC.
21622         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
21623         Reported by Gary V. Vaughan <gary@gnu.org>.
21624
21625 2007-06-02  Bruno Haible  <bruno@clisp.org>
21626
21627         Fix test-stdint failure on FreeBSD/ia64.
21628         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
21629         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
21630         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
21631         * doc/headers/stdint.texi: Update.
21632
21633 2007-06-01  Bruno Haible  <bruno@clisp.org>
21634
21635         * tests/test-binary-io.c (main): Pass a third argument to open().
21636         Reported by Gary V. Vaughan <gary@gnu.org>.
21637
21638 2007-06-01  Bruno Haible  <bruno@clisp.org>
21639
21640         * doc/functions/frexpl.texi: Update for mingw.
21641
21642 2007-06-01  Bruno Haible  <bruno@clisp.org>
21643
21644         * tests/test-lseek.c (main): Disable test of errno for invalid third
21645         argument.
21646         * doc/functions/lseek.texi: Update.
21647         Reported by Gary V. Vaughan <gary@gnu.org>.
21648
21649 2007-05-28  Bruno Haible  <bruno@clisp.org>
21650
21651         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
21652
21653 2007-05-31  Eric Blake  <ebb9@byu.net>
21654
21655         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
21656         cross compiling.
21657
21658 2007-05-30  Eric Blake  <ebb9@byu.net>
21659         and Bruno Haible  <bruno@clisp.org>
21660
21661         Work around mingw test failures exposed by m4-1.4.9b.
21662         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
21663         * tests/test-unistd.c: Disable uid_t and git_t tests for the
21664         moment.
21665
21666 2007-05-30  Bruno Haible  <bruno@clisp.org>
21667
21668         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
21669         assuming that they are closed. Needed on HP-UX 11.
21670
21671 2007-05-29  Bruno Haible  <bruno@clisp.org>
21672
21673         Fix a problem with #include_next.
21674         * lib/dirent_.h: Split the double-inclusion guard.
21675         * lib/fcntl_.h: Likewise.
21676         * lib/float_.h: Likewise.
21677         * lib/iconv_.h: Likewise.
21678         * lib/inttypes_.h: Likewise.
21679         * lib/locale_.h: Likewise.
21680         * lib/math_.h: Likewise.
21681         * lib/netinet_in_.h: Likewise.
21682         * lib/search_.h: Likewise.
21683         * lib/signal_.h: Likewise.
21684         * lib/stdint_.h: Likewise.
21685         * lib/stdio_.h: Likewise.
21686         * lib/stdlib_.h: Likewise.
21687         * lib/string_.h: Likewise.
21688         * lib/sys_select_.h: Likewise.
21689         * lib/sys_socket_.h: Likewise.
21690         * lib/sys_stat_.h: Likewise.
21691         * lib/sys_time_.h: Likewise.
21692         * lib/sysexits_.h: Likewise.
21693         * lib/time_.h: Likewise.
21694         * lib/unistd_.h: Likewise.
21695         * lib/wchar_.h: Likewise.
21696         * lib/wctype_.h: Likewise.
21697
21698 2007-05-29  Bruno Haible  <bruno@clisp.org>
21699
21700         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
21701         for the moment.
21702
21703 2007-05-29  Bruno Haible  <bruno@clisp.org>
21704
21705         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
21706         invocation.
21707         Reported by Eric Blake.
21708
21709 2007-05-29  Bruno Haible  <bruno@clisp.org>
21710
21711         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
21712         compiling case.
21713
21714 2007-05-29  Eric Blake  <ebb9@byu.net>
21715             Bruno Haible  <bruno@clisp.org>
21716
21717         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
21718         cross compiles.
21719
21720 2007-05-28  Eric Blake  <ebb9@byu.net>
21721
21722         * modules/closein-tests (test_closein_LDADD): Support test on
21723         cygwin with libtool.
21724
21725 2007-05-28  Bruno Haible  <bruno@clisp.org>
21726
21727         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
21728         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
21729         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
21730         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
21731         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
21732         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
21733         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
21734         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
21735         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
21736
21737 2007-05-28  Eric Blake  <ebb9@byu.net>
21738
21739         Unconditionally include <config.h> in unit tests.
21740         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
21741         * tests/test-allocsa.c, tests/test-arcfour.c,
21742         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
21743         tests/test-array_list.c, tests/test-array_oset.c,
21744         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
21745         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
21746         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
21747         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
21748         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
21749         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
21750         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
21751         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
21752         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
21753         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
21754         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
21755         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
21756         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
21757         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
21758         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
21759         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
21760         test-md5.c, test-memmem.c, test-printf-posix.c,
21761         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
21762         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
21763         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
21764         test-strcasestr.c, test-striconv.c, test-striconveh.c,
21765         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
21766         test-vasnprintf-posix2.c, test-vasnprintf.c,
21767         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
21768         test-vfprintf-posix.c, test-vprintf-posix.c,
21769         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
21770         test-xvasprintf.c: Likewise.
21771
21772 2007-05-28  Bruno Haible  <bruno@clisp.org>
21773
21774         * gnulib-tool (func_import): Remember the --with-tests command-line
21775         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
21776         Reported by Eric Blake.
21777
21778 2007-05-28  Bruno Haible  <bruno@clisp.org>
21779
21780         * modules/ftell-tests: New file.
21781         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
21782         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
21783
21784         * lib/ftell.c: New file.
21785         * modules/ftell: New file.
21786         * m4/ftell.m4: New file.
21787         * doc/functions/ftell.texi: Update.
21788         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
21789         REPLACE_FTELL.
21790         * lib/stdio_.h (rpl_ftell): New declaration.
21791         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
21792         REPLACE_FTELL.
21793
21794 2007-05-28  Eric Blake  <ebb9@byu.net>
21795
21796         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
21797
21798 2007-05-28  Bruno Haible  <bruno@clisp.org>
21799
21800         * modules/fseek-tests: New file.
21801         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
21802         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
21803
21804         * lib/fseek.c: New file.
21805         * modules/fseek: New file.
21806         * m4/fseek.m4: New file.
21807         * doc/functions/fseek.texi: Update.
21808         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
21809         REPLACE_FSEEK.
21810         * lib/stdio_.h (rpl_fseek): New declaration.
21811         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
21812         REPLACE_FSEEK.
21813
21814 2007-05-28  Bruno Haible  <bruno@clisp.org>
21815
21816         * lib/stdio_.h (fflush): More comments.
21817
21818 2007-05-28  Bruno Haible  <bruno@clisp.org>
21819
21820         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
21821         runtime test.
21822
21823 2007-05-28  Eric Blake  <ebb9@byu.net>
21824
21825         Improve lseek module.
21826         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
21827         * lib/unistd_.h (lseek): Scale back link warning message.
21828         * tests/test-lseek.c: Beef up test.
21829         * tests/test-lseek.sh: Exercise more facets of lseek.
21830         Reported by Bruno Haible.
21831
21832 2007-05-28  Bruno Haible  <bruno@clisp.org>
21833
21834         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
21835         to define.
21836
21837 2007-05-27  Bruno Haible  <bruno@clisp.org>
21838
21839         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
21840
21841 2007-05-27  Bruno Haible  <bruno@clisp.org>
21842
21843         * modules/openmp: New file.
21844         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
21845         Noah Misch.
21846
21847 2007-05-26  Bruno Haible  <bruno@clisp.org>
21848
21849         * modules/chdir-long (Depends-on): Add fchdir.
21850         * modules/chdir-safer (Depends-on): Likewise.
21851         * modules/fts (Depends-on): Likewise.
21852         * modules/fts-lgpl (Depends-on): Likewise.
21853         * modules/openat (Depends-on): Likewise.
21854         * modules/savewd (Depends-on): Likewise.
21855
21856 2007-05-24  Eric Blake  <ebb9@byu.net>
21857
21858         Fix lseek on mingw.
21859         * modules/lseek: New module.
21860         * m4/lseek.m4: New file.
21861         * lib/lseek.c: New file.
21862         * modules/lseek-tests: New file.
21863         * tests/test-lseek.c: New file.
21864         * tests/test-lseek.sh: New file.
21865         * MODULES.html.sh: Document lseek module.
21866         * modules/fflush (Depends-on): Add lseek, fseeko.
21867         * modules/fseeko (Depends-on): Likewise.
21868         * modules/ftello (Depends-on): Likewise.
21869         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
21870         broken.
21871         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
21872         broken.
21873         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
21874         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
21875         * lib/ftello.c (rpl_ftello): Likewise.
21876         * tests/test-fseeko.c (main): Test this.
21877         * tests/test-fseeko.sh: Likewise.
21878         * tests/test-ftello.c (main): Likewise.
21879         * tests/test-ftello.sh: Likewise.
21880         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
21881         implies replacing fseek.
21882         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
21883         HAVE_FTELLO.
21884         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
21885         * modules/unistd (Makefile.am): Likewise.
21886         * lib/unistd_.h (lseek): Declare a replacement.
21887         * doc/functions/lseek.texi (lseek): Document this fix.
21888         * doc/functions/fseek.texi (fseek): Likewise.
21889         * doc/functions/ftell.texi (ftell): Likewise.
21890
21891 2007-05-24  Bruno Haible  <bruno@clisp.org>
21892
21893         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
21894         in the printed representation of a NaN.
21895         * tests/test-vasprintf-posix.c (test_function): Likewise.
21896         * tests/test-snprintf-posix.h (test_function): Likewise.
21897         * tests/test-sprintf-posix.h (test_function): Likewise.
21898         Reported by Eric Blake.
21899
21900 2007-05-23  Eric Blake  <ebb9@byu.net>
21901
21902         Fix fseeko/ftello on cygwin 1.5.24.
21903         * doc/functions/fseeko.texi (fseeko): Document the fix.
21904         * doc/functions/ftello.texi (ftello): Document the fix.
21905         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
21906         * doc/functions/stdout.text (stdout): New file.
21907         * doc/functions/stderr.text (stderr): New file.
21908         * doc/gnulib.texi (Function Substitutes): Use new files.
21909         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
21910         prior to 1.7.0.
21911         * tests/test-ftello.c (main): Likewise for ftello.
21912         * tests/test-fseeko.sh: New file.
21913         * tests/test-ftello.sh: New file.
21914         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
21915         with seekable stdin.
21916         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
21917         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
21918         (gl_REPLACE_FSEEKO): New macro.
21919         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
21920         * modules/fseeko (Files): Distribute fseeko.c.
21921         * modules/ftello (Files): Distribute ftello.c.
21922         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
21923         mode.
21924         * lib/ftello.c (rpl_ftello): New file.
21925         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
21926         fseeko, ftello.
21927         (gl_STDIN_LARGE_OFFSET): New macro.
21928         * modules/stdio (Makefile.am): Perform the replacement.
21929         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
21930
21931 2007-05-23  Bruno Haible  <bruno@clisp.org>
21932
21933         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
21934         GNULIB_POSIXCHECK is defined.
21935
21936 2007-05-21  Bruno Haible  <bruno@clisp.org>
21937
21938         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
21939         Check also the output for NaN arguments. When cross-compiling, guess
21940         no on IRIX.
21941         * lib/vasnprintf.c: Update comments.
21942         * tests/test-vasnprintf-posix.c (strisnan): New function.
21943         (test_function): Use it.
21944         * tests/test-vasprintf-posix.c (strisnan): New function.
21945         (test_function): Use it.
21946         * tests/test-snprintf-posix.h (strisnan): New function.
21947         (test_function): Use it.
21948         * tests/test-sprintf-posix.h (strisnan): New function.
21949         (test_function): Use it.
21950         Reported by Eric Blake.
21951
21952 2007-05-20  Bruno Haible  <bruno@clisp.org>
21953
21954         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
21955         numbers that fails on BeOS.
21956         * doc/functions/frexpl.texi: Update.
21957
21958 2007-05-20  Jim Meyering  <jim@meyering.net>
21959
21960         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
21961         forced upon us by glibc-2.6.
21962
21963 2007-05-20  Bruno Haible  <bruno@clisp.org>
21964
21965         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
21966         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
21967         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
21968         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
21969         NEED_PRINTF_INFINITE.
21970         (is_infinitel): New function.
21971         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
21972         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
21973         gl_PREREQ_VASNPRINTF_INFINITE.
21974         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
21975         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21976         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
21977         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
21978         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
21979         gl_PREREQ_VASNPRINTF_INFINITE.
21980         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21981         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21982         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21983         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21984         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21985         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21986         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21987         * doc/functions/fprintf.texi: Update.
21988         * doc/functions/printf.texi: Update.
21989         * doc/functions/snprintf.texi: Update.
21990         * doc/functions/sprintf.texi: Update.
21991         * doc/functions/vfprintf.texi: Update.
21992         * doc/functions/vprintf.texi: Update.
21993         * doc/functions/vsnprintf.texi: Update.
21994         * doc/functions/vsprintf.texi: Update.
21995
21996 2007-05-20  Bruno Haible  <bruno@clisp.org>
21997
21998         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
21999         was not found in libc.
22000         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
22001
22002 2007-05-20  Bruno Haible  <bruno@clisp.org>
22003
22004         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
22005         printed as "-nan" instead of "nan".
22006         * tests/test-vasprintf-posix.c (test_function): Likewise.
22007         * tests/test-snprintf-posix.h (test_function): Likewise.
22008         * tests/test-sprintf-posix.h (test_function): Likewise.
22009         Needed for HP-UX 11.
22010
22011 2007-05-20  Jim Meyering  <jim@meyering.net>
22012
22013         Fix buggy test for the fchownat-deref bug.
22014         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
22015         symlink required for the run-test.  Without it, this test would
22016         always declare that fchownat doesn't work, and client code would
22017         unnecessarily use the replacement function with fixed libc.
22018         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
22019         Reported by Greg Schafer.
22020
22021 2007-05-19  Bruno Haible  <bruno@clisp.org>
22022
22023         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
22024         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
22025         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
22026         Needed for IRIX 6.5 and Solaris 2.5.1.
22027
22028 2007-05-19  Bruno Haible  <bruno@clisp.org>
22029
22030         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
22031         (test_function): Skip tests involving -0.0 on platforms where
22032         -0.0 = 0.0.
22033         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
22034         (test_function): Skip tests involving -0.0 on platforms where
22035         -0.0 = 0.0.
22036         * tests/test-snprintf-posix.h (have_minus_zero): New function.
22037         (test_function): Skip tests involving -0.0 on platforms where
22038         -0.0 = 0.0.
22039         * tests/test-sprintf-posix.h (have_minus_zero): New function.
22040         (test_function): Skip tests involving -0.0 on platforms where
22041         -0.0 = 0.0.
22042         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
22043         tests.
22044         * tests/test-printf-posix.h (test_function): Likewise.
22045         * tests/test-printf-posix.output: Remove all -0.0 related results.
22046         Needed for IRIX 6.5.
22047
22048 2007-05-19  Bruno Haible  <bruno@clisp.org>
22049
22050         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
22051         printed as "nan0x7fffffff" instead of "nan".
22052         * tests/test-vasprintf-posix.c (test_function): Likewise.
22053         * tests/test-snprintf-posix.h (test_function): Likewise.
22054         * tests/test-sprintf-posix.h (test_function): Likewise.
22055         * tests/test-fprintf-posix.h (NaN): Remove macro.
22056         (test_function): Remove all NaN related tests.
22057         * tests/test-printf-posix.h (NaN): Remove macro.
22058         (test_function): Remove all NaN related tests.
22059         * tests/test-printf-posix.output: Remove all NaN related results.
22060         Needed for IRIX 6.5.
22061
22062 2007-05-19  Bruno Haible  <bruno@clisp.org>
22063
22064         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
22065         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
22066
22067 2007-05-19  Bruno Haible  <bruno@clisp.org>
22068
22069         * lib/float_.h: New file.
22070         * m4/float_h.m4: New file.
22071         * modules/float: New file.
22072         * modules/isnanl (Dependencies): Add float.
22073         * modules/isnanl-nolibm (Dependencies): Likewise.
22074         * modules/mathl (Dependencies): Likewise.
22075         * modules/printf-frexpl (Dependencies): Likewise.
22076         * modules/signbit (Dependencies): Likewise.
22077         * modules/vasnprintf (Dependencies): Likewise.
22078         * doc/headers/float.texi: Update.
22079
22080 2007-05-19  Jim Meyering  <jim@meyering.net>
22081
22082         * lib/utimens.c (gl_futimens): Rename from futimens,
22083         now that glibc-2.6 declares futimens.
22084         * lib/utimens.h: Likewise.
22085
22086 2007-05-19  Bruno Haible  <bruno@clisp.org>
22087
22088         Avoid test failures on mingw.
22089         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
22090         * tests/test-printf-posix.sh: Likewise.
22091         * tests/test-vfprintf-posix.sh: Likewise.
22092         * tests/test-vprintf-posix.sh: Likewise.
22093
22094 2007-05-19  Bruno Haible  <bruno@clisp.org>
22095
22096         Fix *printf result for NaN, Inf, -0.0 on mingw.
22097         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
22098         * lib/vasnprintf.c: Include math.h and isnan.h.
22099         (is_infinite_or_zero): New function.
22100         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
22101         values in the %f, %F, %e, %E, %g, %G directives.
22102         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
22103         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22104         gl_PRINTF_INFINITE and test its result. Invoke
22105         gl_PREREQ_VASNPRINTF_INFINITE.
22106         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22107         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22108         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22109         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22110         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22111         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22112         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22113         * doc/functions/fprintf.texi: Update.
22114         * doc/functions/printf.texi: Update.
22115         * doc/functions/snprintf.texi: Update.
22116         * doc/functions/sprintf.texi: Update.
22117         * doc/functions/vfprintf.texi: Update.
22118         * doc/functions/vprintf.texi: Update.
22119         * doc/functions/vsnprintf.texi: Update.
22120         * doc/functions/vsprintf.texi: Update.
22121
22122 2007-05-19  Bruno Haible  <bruno@clisp.org>
22123
22124         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
22125         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
22126         Instead of multiplying with 10^k, set extra_zeroes to k.
22127         (scale10_round_long_double): Remove function.
22128
22129 2007-05-18  Bruno Haible  <bruno@clisp.org>
22130
22131         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
22132         introduced on 2007-05-06.
22133
22134 2007-05-18  Bruno Haible  <bruno@clisp.org>
22135
22136         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
22137         %g directives.
22138         * tests/test-vasprintf-posix.c (test_function): Likewise.
22139         * tests/test-snprintf-posix.h (test_function): Likewise.
22140         * tests/test-sprintf-posix.h (test_function): Likewise.
22141
22142 2007-05-18  Bruno Haible  <bruno@clisp.org>
22143
22144         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
22145         (strmatch): New function.
22146         (test_function): Test the %f directive on numbers of various exponents.
22147         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
22148         (strmatch): New function.
22149         (test_function): Test the %f directive on numbers of various exponents.
22150         * tests/test-snprintf-posix.h (strmatch): New function.
22151         (test_function): Test the %f directive on numbers of various exponents.
22152         * tests/test-sprintf-posix.h (strmatch): New function.
22153         (test_function): Test the %f directive on numbers of various exponents.
22154         * tests/test-snprintf-posix.c (SIZEOF): New macro.
22155         * tests/test-sprintf-posix.c (SIZEOF): New macro.
22156         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
22157         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
22158
22159 2007-05-18  Bruno Haible  <bruno@clisp.org>
22160
22161         Add support for 'long double' number output.
22162         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
22163         * lib/vasnprintf.c: Include math.h and float+.h.
22164         (mp_limb_t): New type.
22165         (GMP_LIMB_BITS): New macro.
22166         (mp_twolimb_t): New type.
22167         (GMP_TWOLIMB_BITS): New macro.
22168         (mpn_t): New type.
22169         (multiply, divide, convert_to_decimal, decode_long_double,
22170         scale10_round_long_double, scale10_round_decimal_long_double,
22171         floorlog10l): New functions.
22172         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
22173         for the %f, %F, %e, %E, %g, %G directives.
22174         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
22175         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22176         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
22177         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
22178         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22179         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22180         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22181         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22182         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22183         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22184         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22185         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
22186         * modules/snprintf-posix (Depends-on): Likewise.
22187         * modules/sprintf-posix (Depends-on): Likewise.
22188         * modules/vasnprintf-posix (Depends-on): Likewise.
22189         * modules/vasprintf-posix (Depends-on): Likewise.
22190         * modules/vfprintf-posix (Depends-on): Likewise.
22191         * modules/vsnprintf-posix (Depends-on): Likewise.
22192         * modules/vsprintf-posix (Depends-on): Likewise.
22193         * modules/vasnprintf (Files): Add lib/float+.h.
22194         * doc/functions/fprintf.texi: Update.
22195         * doc/functions/printf.texi: Update.
22196         * doc/functions/snprintf.texi: Update.
22197         * doc/functions/sprintf.texi: Update.
22198         * doc/functions/vfprintf.texi: Update.
22199         * doc/functions/vprintf.texi: Update.
22200         * doc/functions/vsnprintf.texi: Update.
22201         * doc/functions/vsprintf.texi: Update.
22202
22203 2007-05-18  Bruno Haible  <bruno@clisp.org>
22204
22205         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
22206
22207 2007-05-18  Bruno Haible  <bruno@clisp.org>
22208
22209         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
22210         for printing 64-bit integers. Needed for mingw.
22211
22212 2007-05-18  Bruno Haible  <bruno@clisp.org>
22213
22214         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
22215         gl_FUNC_FREXPL_WORKS.
22216         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
22217
22218 2007-05-18  Bruno Haible  <bruno@clisp.org>
22219
22220         * modules/frexpl-nolibm-tests: New file.
22221
22222         * modules/frexpl-nolibm: New file.
22223         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
22224
22225 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22226
22227         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
22228         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
22229         GCC 4.2, which otherwise issues a lot of warnings.
22230         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
22231         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
22232         Likewise.
22233         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
22234         * modules/iconv_open (iconv.h): Likewise.
22235         * modules/locale (locale.h): Likewise.
22236         * modules/netinet_in (netinet/in.h): Likewise.
22237         * modules/sys_select (sys_select.h): Likewise.
22238         * modules/sys_socket (sys/socket.h): Likewise.
22239         * modules/sys_stat (sys/stat.h): Likewise.
22240         * modules/sysexits (sysexits.h): Likewise.
22241         * modules/unistd (unistd.h): Likewise.
22242
22243 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22244
22245         * modules/closein-tests (Makefile.am): Distribute
22246         `test-closein.sh'.
22247
22248 2007-05-17  Bruno Haible  <bruno@clisp.org>
22249
22250         * tests/test-printf-posix.output: Renamed from
22251         tests/test-fprintf-posix.out.
22252         * modules/fprintf-posix-tests: Update.
22253         * modules/printf-posix-tests: Update.
22254         * modules/vfprintf-posix-tests: Update.
22255         * modules/vprintf-posix-tests: Update.
22256         * tests/test-fprintf-posix.sh: Update.
22257         * tests/test-printf-posix.sh: Update.
22258         * tests/test-vfprintf-posix.sh: Update.
22259         * tests/test-vprintf-posix.sh: Update.
22260         Reported by Ralf Wildenhues.
22261
22262 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22263
22264         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
22265         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
22266         GCC 4.2, which otherwise issues a lot of warnings.
22267         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
22268         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
22269         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
22270         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
22271         it should no longer be needed.
22272         * lib/string_.h: Likewise.
22273         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
22274         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
22275         * modules/inttypes (inttypes.h): Likewise.
22276         * modules/math (math.h): Likewise.
22277         * modules/search (search.h): Likewise.
22278         * modules/signal (signal.h): Likewise.
22279         * modules/stdint (stdint.h): Likewise.
22280         * modules/stdio (stdio.h): Likewise.
22281         * modules/stdlib (stdlib.h): Likewise.
22282         * modules/string (string.h): Likewise.
22283         * modules/sys_time (sys/time.h): Likewise.
22284         * modules/time (time.h): Likewise.
22285         * modules/wchar (wchar.h): Likewise.
22286         * modules/wctype (wtype.h): Likewise.
22287
22288 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
22289
22290         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
22291
22292 2007-05-13  Bruno Haible  <bruno@clisp.org>
22293
22294         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
22295         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
22296         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
22297         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
22298         (gl_PREREQ_STRTOK_R): Don't require it here.
22299
22300 2007-05-13  Bruno Haible  <bruno@clisp.org>
22301
22302         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
22303         when used in C++ mode.
22304
22305 2007-05-12  Bruno Haible  <bruno@clisp.org>
22306
22307         * lib/linebuffer.h: Tweak doc.
22308         * lib/linebuffer.c: Likewise.
22309
22310 2007-05-12  James Youngman  <jay@gnu.org>
22311
22312         * lib/linebuffer.c (readlinebuffer_delim): New function,
22313         like readlinebuffer, but use a caller-specified delimiter.
22314         (readlinebuffer): Just call readlinebuffer_delim with '\n'
22315         as the delimiter.
22316         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
22317
22318 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22319
22320         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
22321         * modules/openat (Files): Remove openat-die.c.
22322         (Depends-on): Add openat-die.
22323         * modules/openat-die: New module.
22324
22325 2007-05-06  Bruno Haible  <bruno@clisp.org>
22326
22327         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
22328         Update with info about Cygwin.
22329         * doc/functions/fprintf.texi: Update.
22330         * doc/functions/printf.texi: Update.
22331         * doc/functions/snprintf.texi: Update.
22332         * doc/functions/sprintf.texi: Update.
22333         * doc/functions/vfprintf.texi: Update.
22334         * doc/functions/vprintf.texi: Update.
22335         * doc/functions/vsnprintf.texi: Update.
22336         * doc/functions/vsprintf.texi: Update.
22337         Reported by Eric Blake.
22338
22339 2007-05-06  Bruno Haible  <bruno@clisp.org>
22340
22341         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
22342         padding ourselves for the floating-point directives.
22343         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
22344         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
22345         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
22346         gl_PRINTF_FLAG_ZERO and test its result. Invoke
22347         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
22348         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22349         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
22350         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22351         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22352         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22353         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22354         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22355         * tests/test-snprintf-posix.h (test_function): Also check the width
22356         and some flags in the %f directive.
22357         * tests/test-sprintf-posix.h (test_function): Likewise.
22358         * tests/test-vasnprintf-posix.c (test_function): Likewise.
22359         * tests/test-vasprintf-posix.c (test_function): Likewise.
22360         * doc/functions/fprintf.texi: Update.
22361         * doc/functions/printf.texi: Update.
22362         * doc/functions/snprintf.texi: Update.
22363         * doc/functions/sprintf.texi: Update.
22364         * doc/functions/vfprintf.texi: Update.
22365         * doc/functions/vprintf.texi: Update.
22366         * doc/functions/vsnprintf.texi: Update.
22367         * doc/functions/vsprintf.texi: Update.
22368
22369 2007-05-06  Bruno Haible  <bruno@clisp.org>
22370
22371         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
22372         pass the ' flag character to sprintf or snprintf.
22373         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
22374         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
22375         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
22376         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
22377         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
22378         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22379         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
22380         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22381         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22382         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22383         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22384         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22385         * tests/test-snprintf-posix.h (test_function): Also check the grouping
22386         flag.
22387         * tests/test-sprintf-posix.h (test_function): Likewise.
22388         * tests/test-vasnprintf-posix.c (test_function): Likewise.
22389         * tests/test-vasprintf-posix.c (test_function): Likewise.
22390         * doc/functions/fprintf.texi: Update.
22391         * doc/functions/printf.texi: Update.
22392         * doc/functions/snprintf.texi: Update.
22393         * doc/functions/sprintf.texi: Update.
22394         * doc/functions/vfprintf.texi: Update.
22395         * doc/functions/vprintf.texi: Update.
22396         * doc/functions/vsnprintf.texi: Update.
22397         * doc/functions/vsprintf.texi: Update.
22398
22399 2007-05-01  Bruno Haible  <bruno@clisp.org>
22400
22401         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
22402
22403 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
22404
22405         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
22406         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
22407
22408 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22409
22410         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
22411         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
22412         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
22413
22414 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
22415
22416         * lib/argp-help.c (struct hol_entry): New member `ord'.
22417         (HOL_ENTRY_PTRCMP): Use ord for comparison
22418         (hol_sort): Initialize ord.
22419
22420 2007-05-01  Bruno Haible  <bruno@clisp.org>
22421
22422         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
22423         Reported by Eric Blake.
22424         * doc/gnulib.texi (Function Substitutes): Update.
22425
22426 2007-05-01  Bruno Haible  <bruno@clisp.org>
22427
22428         * doc/functions.texi: Remove file, now redundant through
22429         doc/functions/*.texi.
22430
22431 2007-05-01  Bruno Haible  <bruno@clisp.org>
22432
22433         * modules/argp (Depends-on): Add sleep.
22434
22435 2007-05-01  Bruno Haible  <bruno@clisp.org>
22436
22437         * modules/sleep-tests: New file.
22438         * tests/test-sleep.c: New file.
22439
22440         * modules/sleep: New file.
22441         * lib/sleep.c: New file.
22442         * m4/sleep.m4: New file.
22443         * lib/unistd_.h (sleep): New declaration.
22444         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
22445         HAVE_SLEEP.
22446         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
22447         * doc/functions/sleep.texi: Document the sleep module.
22448
22449 2007-05-01  Bruno Haible  <bruno@clisp.org>
22450
22451         * lib/sigprocmask.h: Remove file.
22452         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
22453         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
22454         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
22455         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
22456         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
22457         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
22458         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
22459         HAVE_SIGSET_T as a shell variable.
22460         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
22461         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
22462         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
22463         (Depends-on): Add signal. Remove verify.
22464         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
22465         (Include): Mention <signal.h> instead of sigprocmask.h.
22466         * NEWS: Mention the change.
22467         * lib/fatal-signal.c: Don't include sigprocmask.h.
22468
22469 2007-05-01  Bruno Haible  <bruno@clisp.org>
22470
22471         * modules/signal: New file.
22472         * lib/signal_.h: New file.
22473         * m4/signal_h.m4: New file.
22474
22475 2007-05-01  Bruno Haible  <bruno@clisp.org>
22476
22477         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
22478         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
22479         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
22480         HAVE_WCTYPE_CTMP_BUG into wctype.h.
22481
22482 2007-05-01  Bruno Haible  <bruno@clisp.org>
22483
22484         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
22485         configure time.
22486         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
22487         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
22488         * modules/sys_stat (Makefile.am): Substitute their values into
22489         sys/stat.h.
22490
22491 2007-05-01  Bruno Haible  <bruno@clisp.org>
22492
22493         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
22494         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
22495         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
22496
22497 2007-05-01  Bruno Haible  <bruno@clisp.org>
22498
22499         * doc/header/assert.texi: Undo last change: don't mention the gnulib
22500         'assert' module here.
22501
22502 2007-05-01  Bruno Haible  <bruno@clisp.org>
22503
22504         * doc/functions/*.texi: New files.
22505         * doc/functions/google-ranking.txt: New file.
22506         * doc/gnulib.texi (Function Substitutes): New chapter.
22507         (ctime, inet_ntoa): Remove sections.
22508         * doc/ctime.texi: Remove file.
22509         * doc/inet_ntoa.texi: Remove file.
22510         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
22511         dependencies.
22512         (%.info): New rule, specifying a --reference-limit.
22513
22514 2007-05-01  Bruno Haible  <bruno@clisp.org>
22515
22516         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
22517
22518 2007-05-01  Bruno Haible  <bruno@clisp.org>
22519
22520         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
22521         the portability of 'mkdir' to mingw systems.
22522
22523 2007-05-01  Bruno Haible  <bruno@clisp.org>
22524
22525         * doc/headers/google-ranking.txt: New file.
22526
22527 2007-04-30  Eric Blake  <ebb9@byu.net>
22528
22529         Prefer fseeko to fseek.
22530         * modules/getpass (Depends-on): Add fseeko.
22531         * lib/getpass.c (getpass): Use fseeko, not fseek.
22532
22533 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
22534
22535         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
22536         assumes the sorting is stable, while most qsort implementations
22537         are not.  Use argument addresses to ensure they never compare as
22538         equal.
22539
22540         * tests/test-argp-2.sh (usage-indent test): Fix output
22541         (func_compare): Restore diff options
22542         * tests/test-argp.c: Restore #include "progname.h"
22543
22544 2007-04-29  Bruno Haible  <bruno@clisp.org>
22545
22546         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
22547         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
22548         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
22549         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22550         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
22551         (configure.ac): Define CHECK_SNPRINTF_POSIX.
22552         (TESTS, check_PROGRAMS): Add test-snprintf.
22553         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
22554         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
22555         (TESTS, check_PROGRAMS): Add test-vsnprintf.
22556         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
22557         assertions that fail on HP-UX, OSF/1, or IRIX.
22558         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
22559
22560 2007-04-29  Bruno Haible  <bruno@clisp.org>
22561
22562         * MODULES.html.sh (posix_functions): Remove 'contents'.
22563
22564 2007-04-29  Karl Berry  <karl@gnu.org>
22565
22566         * config/srclist.txt (gendocs_template_min): new entry.
22567
22568 2007-04-29  Bruno Haible  <bruno@clisp.org>
22569
22570         Work around fpurge bug on BSD systems.
22571         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
22572         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
22573         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
22574         fpurge to rpl_fpurge if the system already has this function.
22575         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
22576         the case where the system already has this function. Correct invariants
22577         on BSD systems.
22578         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
22579         BSD systems.
22580
22581 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
22582
22583         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
22584         proposed by Sven Verdoolaege.
22585
22586         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
22587         options.
22588         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
22589         (usage and help tests): Update
22590
22591 2007-04-29  Bruno Haible  <bruno@clisp.org>
22592
22593         * tests/test-fflush.c (main): Use a file of size 17, not 10.
22594         Print more information in case of failure. Disable a test on BeOS.
22595
22596 2007-04-29  Bruno Haible  <bruno@clisp.org>
22597
22598         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
22599         This helps debugging on systems on which no gdb is available.
22600
22601 2007-04-29  Bruno Haible  <bruno@clisp.org>
22602
22603         * lib/freading.h: Improve comments.
22604         * lib/fwriting.h: Likewise.
22605         * tests/test-freading.c (main): Don't check freading immediately after
22606         repositioning. Needed for glibc.
22607
22608 2007-04-29  Bruno Haible  <bruno@clisp.org>
22609
22610         * lib/freading.c (freading): Trivial simplification.
22611
22612 2007-04-28  Bruno Haible  <bruno@clisp.org>
22613
22614         * tests/test-fwriting.c (main): Also test the interaction between
22615         fflush and fwriting.
22616         * modules/fwriting-tests (Depends-on): Add fflush.
22617
22618         * tests/test-freading.c (main): Also test the interaction between
22619         fflush and freading.
22620         * modules/freading-tests (Depends-on): Add fflush.
22621
22622 2007-04-28  Bruno Haible  <bruno@clisp.org>
22623
22624         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
22625         fseeko and ftello.
22626         Suggested by Eric Blake.
22627
22628 2007-04-28  Jim Meyering  <jim@meyering.net>
22629
22630         Avoid false-negative in gl_STDINT_H's C99 conformance test.
22631         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
22632         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
22633
22634 2007-04-27  Eric Blake  <ebb9@byu.net>
22635
22636         * doc/headers/assert.texi (assert.h): Document assert module use.
22637
22638 2007-04-27  Bruno Haible  <bruno@clisp.org>
22639
22640         * doc/headers/*.texi: New files.
22641         * doc/gnulib.texi (Header File Substitutes): New chapter.
22642         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
22643         dependencies.
22644         (standards.info ,standards.html, standards.dvi): Update dependencies.
22645         (mostlyclean, clean): New targets.
22646
22647 2007-04-27  Bruno Haible  <bruno@clisp.org>
22648
22649         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
22650         * modules/sysexits (Files, Makefile.am): Update.
22651
22652         * lib/sys_socket_.h: Renamed from lib/socket_.h.
22653         * modules/sys_socket (Files, Makefile.am): Update.
22654
22655         * lib/sys_stat_.h: Renamed from lib/stat_.h.
22656         * modules/sys_stat (Files, Makefile.am): Update.
22657
22658 2007-04-27  Eric Blake  <ebb9@byu.net>
22659
22660         * lib/freading.h: Improve comments.
22661         * lib/fwriting.h: Likewise.
22662         * lib/fflush.c: Likewise.
22663
22664         Fix closein for mingw.
22665         * modules/closein-tests: Add tests for closein.
22666         * tests/test-closein.c: New file.
22667         * tests/test-closein.sh: Likewise.
22668         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
22669         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
22670
22671 2007-04-27  Bruno Haible  <bruno@clisp.org>
22672
22673         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
22674         version is < 6.
22675         * lib/math_.h [__DECC]: Likewise.
22676         * lib/stdio_.h [__DECC]: Likewise.
22677         * lib/stdlib_.h [__DECC]: Likewise.
22678         * lib/string_.h [__DECC]: Likewise.
22679         * lib/time_.h [__DECC]: Likewise.
22680         * lib/wchar_.h [__DECC]: Likewise.
22681         * lib/wctype_.h [__DECC]: Likewise.
22682
22683 2007-04-27  Bruno Haible  <bruno@clisp.org>
22684
22685         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
22686
22687 2007-04-27  Bruno Haible  <bruno@clisp.org>
22688
22689         * lib/fflush.c: Add comments.
22690         * modules/fpurge-tests (Depends-on): Add fflush.
22691         * modules/freadable-tests (Depends-on): Likewise.
22692         * modules/fwritable-tests (Depends-on): Likewise.
22693
22694 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
22695
22696         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
22697         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
22698         Report by Bruno Haible <bruno@clisp.org>.
22699
22700 2007-04-26  Eric Blake  <ebb9@byu.net>
22701
22702         Fix fflush on mingw.
22703         * modules/fflush (Depends-on): Add freading.
22704         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
22705         but unread data.
22706
22707 2007-04-26  Eric Blake  <ebb9@byu.net>
22708         and Bruno Haible  <bruno@clisp.org>
22709
22710         Implement freading and fwriting.
22711         * lib/freading.c: New file.
22712         * lib/freading.h: Likewise.
22713         * m4/freading.m4: Likewise.
22714         * modules/freading: Likewise.
22715         * modules/freading-tests: Likewise.
22716         * tests/test-freading.c: Likewise.
22717         * lib/fwriting.c: New file.
22718         * lib/fwriting.h: Likewise.
22719         * m4/fwriting.m4: Likewise.
22720         * modules/fwriting: Likewise.
22721         * modules/fwriting-tests: Likewise.
22722         * tests/test-fwriting.c: Likewise.
22723         * MODULES.html.sh (File stream based Input/Output): Mention them.
22724
22725 2007-04-26  Bruno Haible  <bruno@clisp.org>
22726
22727         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
22728         'long' when we assume it.
22729         Suggested by Eric Blake.
22730
22731 2007-04-26  Bruno Haible  <bruno@clisp.org>
22732
22733         Ensure fseeko, ftello are declared on glibc systems.
22734         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
22735         * modules/fseeko (configure.ac-early): Likewise.
22736         * modules/ftello (configure.ac-early): Likewise.
22737         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
22738         AC_FUNC_FSEEKO for this.
22739         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
22740         (gl_CHECK_FSEEKO): Remove macro.
22741
22742 2007-04-26  Bruno Haible  <bruno@clisp.org>
22743
22744         * tests/test-fflush.c (main): Also check the ftell result after
22745         fflush and fseek/fseeko.
22746         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
22747         file descriptor position cache in the stream.
22748         * lib/fseeko.c (rpl_fseeko): Likewise.
22749
22750 2007-04-26  Bruno Haible  <bruno@clisp.org>
22751
22752         * modules/fflush-tests (Depends-on): Add fseeko.
22753
22754 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
22755             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22756
22757         * lib/argz_.h: ensure error_t definition is obtained in same
22758         mechanism system argz.h would have.
22759         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
22760         argz facilities are known bad.  Err on the side of caution if
22761         cross-compiling.
22762
22763 2007-04-25  Eric Blake  <ebb9@byu.net>
22764
22765         * lib/fpurge.c (includes): Use stdlib.h for free.
22766         * tests/test-fflush.c (main): Also test fflush-fseeko.
22767
22768 2007-04-25  Bruno Haible  <bruno@clisp.org>
22769
22770         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
22771         * lib/fseeko.c: New file.
22772         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
22773         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
22774         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
22775         gl_FUNC_FSEEKO.
22776         (gl_FUNC_FSEEKO): Invoke it.
22777         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
22778         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
22779         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
22780
22781 2007-04-25  Bruno Haible  <bruno@clisp.org>
22782
22783         * modules/fflush (Depends-on): Add ftello.
22784
22785 2007-04-25  Bruno Haible  <bruno@clisp.org>
22786
22787         * modules/ftello-tests: New file.
22788         * tests/test-ftello.c: New file.
22789
22790         * modules/ftello: New file.
22791         * m4/ftello.m4: New file.
22792         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
22793         HAVE_FTELLO.
22794         * lib/stdio_.h (ftello): New declaration.
22795         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
22796         HAVE_FTELLO.
22797
22798 2007-04-25  Bruno Haible  <bruno@clisp.org>
22799
22800         * modules/fseeko-tests: New file.
22801         * tests/test-fseeko.c: New file.
22802
22803         * modules/fseeko: New file.
22804         * m4/fseeko.m4: New file.
22805         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
22806         HAVE_FSEEKO.
22807         * lib/stdio_.h (fseeko): New declaration.
22808         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
22809         HAVE_FSEEKO.
22810
22811 2007-04-25  Bruno Haible  <bruno@clisp.org>
22812
22813         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
22814
22815 2007-04-25  Bruno Haible  <bruno@clisp.org>
22816
22817         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
22818         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
22819         * tests/test-unistd.c: Likewise.
22820         * tests/test-fcntl.c: Likewise.
22821
22822 2007-04-23  Eric Blake  <ebb9@byu.net>
22823
22824         * lib/fflush.c: Fix missing include.
22825         Reported by Bruno Haible.
22826
22827 2007-04-23  Bruno Haible  <bruno@clisp.org>
22828
22829         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
22830         Reported by Eric Blake.
22831
22832 2007-04-23  Bruno Haible  <bruno@clisp.org>
22833
22834         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
22835
22836 2007-04-23  Bruno Haible  <bruno@clisp.org>
22837
22838         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
22839
22840 2007-04-23  Bruno Haible  <bruno@clisp.org>
22841
22842         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
22843         Needed on HP-UX 11.
22844
22845 2007-04-16  Eric Blake  <ebb9@byu.net>
22846
22847         Make fflush rely on fpurge.
22848         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
22849         open coding all variants.
22850         * modules/fflush (Depends-on): Add fpurge and unistd.
22851         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
22852         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
22853
22854         Fix --with-tests compilation on cygwin.
22855         * modules/argmatch-tests (Makefile.am): List gnulib library first
22856         in LDADD.
22857         * modules/argp-tests (Makefile.am): Likewise.
22858         * modules/array-list-tests (Makefile.am): Likewise.
22859         * modules/array-oset-tests (Makefile.am): Likewise.
22860         * modules/avltree-list-tests (Makefile.am): Likewise.
22861         * modules/avltree-oset-tests (Makefile.am): Likewise.
22862         * modules/avltreehash-list-tests (Makefile.am): Likewise.
22863         * modules/carray-list-tests (Makefile.am): Likewise.
22864         * modules/dirname-tests (Makefile.am): Likewise.
22865         * modules/frexp-tests (Makefile.am): Likewise.
22866         * modules/isnanl-tests (Makefile.am): Likewise.
22867         * modules/linked-list-tests (Makefile.am): Likewise.
22868         * modules/linkedhash-list-tests (Makefile.am): Likewise.
22869         * modules/lock-tests (Makefile.am): Likewise.
22870         * modules/rbtree-list-tests (Makefile.am): Likewise.
22871         * modules/rbtree-oset-tests (Makefile.am): Likewise.
22872         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
22873         * modules/tls-tests (Makefile.am): Likewise.
22874         * modules/tsearch-tests (Makefile.am): Likewise.
22875         * modules/xvasprintf-tests (Makefile.am): Likewise.
22876
22877         Fix fpurge for cygwin.
22878         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
22879         value.
22880         * modules/fpurge-tests (Depends-on): Clean up trash.
22881
22882 2007-04-16  Simon Josefsson  <simon@josefsson.org>
22883
22884         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
22885
22886         * m4/autobuild.m4: Re-indent.
22887
22888 2007-04-13  Bruno Haible  <bruno@clisp.org>
22889
22890         * modules/fpurge-tests: New file.
22891         * tests/test-fpurge.c: New file.
22892
22893         * modules/fpurge: New file.
22894         * lib/fpurge.h: New file.
22895         * lib/fpurge.c: New file.
22896         * m4/fpurge.m4: New file.
22897
22898 2007-04-13  Bruno Haible  <bruno@clisp.org>
22899
22900         * modules/fbufmode-tests: New file.
22901         * tests/test-fbufmode.c: New file.
22902
22903         * modules/fbufmode: New file.
22904         * lib/fbufmode.h: New file.
22905         * lib/fbufmode.c: New file.
22906         * m4/fbufmode.m4: New file.
22907
22908 2007-04-13  Bruno Haible  <bruno@clisp.org>
22909
22910         * modules/fwritable-tests: New file.
22911         * tests/test-fwritable.c: New file.
22912
22913         * modules/fwritable: New file.
22914         * lib/fwritable.h: New file.
22915         * lib/fwritable.c: New file.
22916         * m4/fwritable.m4: New file.
22917
22918 2007-04-13  Bruno Haible  <bruno@clisp.org>
22919
22920         * modules/freadable-tests: New file.
22921         * tests/test-freadable.c: New file.
22922
22923         * modules/freadable: New file.
22924         * lib/freadable.h: New file.
22925         * lib/freadable.c: New file.
22926         * m4/freadable.m4: New file.
22927
22928 2007-04-13  Bruno Haible  <bruno@clisp.org>
22929
22930         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
22931         MOSTLYCLEANFILES.
22932
22933 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22934
22935         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
22936         gzip bootstrap.conf to avoid dragging in i18n machinery.
22937         (gnulib_tool_option): Use it.
22938
22939 2007-04-13  Bruno Haible  <bruno@clisp.org>
22940
22941         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
22942         %F directives.
22943         * tests/test-vasprintf-posix.c (test_function): Likewise.
22944         * tests/test-snprintf-posix.h (test_function): Likewise.
22945         * tests/test-sprintf-posix.h (test_function): Likewise.
22946         * tests/test-fprintf-posix.h (test_function): Likewise.
22947         * tests/test-printf-posix.h (test_function): Likewise.
22948         * tests/test-fprintf-posix.out: Likewise.
22949
22950 2007-04-13  Bruno Haible  <bruno@clisp.org>
22951
22952         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
22953         * modules/tls-tests (configure.ac): Likewise.
22954         Reported by Arto C. Nirkko <anirkko@insel.ch>.
22955
22956 2007-04-13  Bruno Haible  <bruno@clisp.org>
22957
22958         * lib/tls.c (glthread_tls_get): Fix return type.
22959         Patch by Arto C. Nirkko <anirkko@insel.ch>.
22960
22961 2007-04-12  Eric Blake  <ebb9@byu.net>
22962
22963         * modules/gettime (Depends-on): Remove gettime.
22964         Reported by Dmitry V. Levin.
22965
22966 2007-04-12  Bruno Haible  <bruno@clisp.org>
22967
22968         * modules/fflush (Include): Mention <stdio.h>.
22969         * modules/strtoimax (Include): Mention <inttypes.h>.
22970         * modules/strtoumax (Include): Likewise.
22971
22972 2007-04-12  Eric Blake  <ebb9@byu.net>
22973
22974         * .cvsignore: New file.
22975         * .gitignore: Likewise.
22976
22977 2007-04-12  Bruno Haible  <bruno@clisp.org>
22978
22979         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
22980         not before, since $(LDADD) often contains libgnu.a.
22981         * modules/striconv-tests (test_striconv_LDADD): Likewise.
22982         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
22983         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
22984         Needed on Cygwin.
22985
22986 2007-04-12  Eric Blake  <ebb9@byu.net>
22987
22988         Work around glibc's failure to flush stdin on fclose.
22989         * lib/closein.c (close_stdin): Flush stdin before closing.
22990
22991         Work around glibc's failure to reset seekable stdin on exit.
22992         * modules/closein: New module.
22993         * lib/closein.c: New file.
22994         * lib/closein.h: Likewise.
22995         * m4/closein.m4: Likewise.
22996         * MODULES.html.sh (File stream based Input/Output): Document it.
22997
22998 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22999
23000         * gnulib-tool: Rename generated 'autobuild' script to
23001         'do-autobuild' in --create-megatestdir output.
23002
23003         * doc/gnulib.texi (Build robot for gnulib): Fix.
23004
23005 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23006
23007         * modules/sysexits (Depends-on): Add absolute-header.
23008
23009 2007-04-12  Eric Blake  <ebb9@byu.net>
23010
23011         No need to preserve errno on success.
23012         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
23013         Reported by Bruno Haible.
23014
23015 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23016
23017         * MODULES.html.sh (Support for maintaining and releasing
23018         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
23019
23020 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23021
23022         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
23023
23024 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23025
23026         * modules/autobuild: New module.
23027
23028         * m4/autobuild.m4: New file.
23029
23030 2007-04-11  Bruno Haible  <bruno@clisp.org>
23031
23032         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
23033         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
23034         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
23035         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
23036         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23037         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23038         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23039         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23040         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23041         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23042         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
23043         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23044         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23045         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
23046         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23047         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23048         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
23049         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23050         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23051         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
23052         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23053         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23054         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
23055         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23056         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23057         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
23058         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23059         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23060         Reported by Eric Blake.
23061
23062 2007-04-11  Bruno Haible  <bruno@clisp.org>
23063
23064         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
23065
23066 2007-04-10  Bruno Haible  <bruno@clisp.org>
23067
23068         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
23069         for NaN and Infinity. Needed on FreeBSD 6.1.
23070         * tests/test-vasnprintf-posix.c (test_function): Undo last change
23071         regarding results for "%010a" of Infinity and NaN.
23072         * tests/test-vasprintf-posix.c (test_function): Likewise.
23073         * tests/test-snprintf-posix.h (test_function): Likewise.
23074         * tests/test-sprintf-posix.h (test_function): Likewise.
23075         * tests/test-fprintf-posix.h (test_function): Likewise.
23076         * tests/test-printf-posix.h (test_function): Likewise.
23077         * tests/test-fprintf-posix.out: Likewise.
23078
23079 2007-04-10  Bruno Haible  <bruno@clisp.org>
23080
23081         * modules/locale-tests: New file.
23082         * tests/test-locale.c: New file.
23083
23084         * modules/locale: New file.
23085         * lib/locale_.h: New file.
23086         * m4/locale_h.m4: New file.
23087
23088 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
23089             Bruno Haible  <bruno@clisp.org>
23090
23091         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
23092         be determined, test for availability of the copysignf, copysign,
23093         copysignl functions.
23094         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
23095         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
23096         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
23097
23098 2007-04-09  Eric Blake  <ebb9@byu.net>
23099
23100         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
23101         * modules/stdio (Makefile.am): Support fflush.
23102         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23103         * modules/fflush: New file.
23104         * lib/fflush.c: Likewise.
23105         * m4/fflush.m4: Likewise.
23106         * modules/fflush-tests: New test.
23107         * tests/test-fflush.c: Likewise.
23108         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
23109
23110 2007-04-06  Bruno Haible  <bruno@clisp.org>
23111
23112         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
23113         (VASNPRINTF): Use signbit for faster determination whether to print a
23114         minus sign.
23115         * modules/vasnprintf (Files): Remove lib/float+.h.
23116         * modules/fprintf-posix (Depends-on): Add signbit.
23117         * modules/snprintf-posix (Depends-on): Likewise.
23118         * modules/sprintf-posix (Depends-on): Likewise.
23119         * modules/vasnprintf-posix (Depends-on): Likewise.
23120         * modules/vasprintf-posix (Depends-on): Likewise.
23121         * modules/vfprintf-posix (Depends-on): Likewise.
23122         * modules/vsnprintf-posix (Depends-on): Likewise.
23123         * modules/vsprintf-posix (Depends-on): Likewise.
23124
23125 2007-04-06  Bruno Haible  <bruno@clisp.org>
23126
23127         * tests/test-frexp.c (main): Test also the sign bit of zero results.
23128         * tests/test-frexpl.c (main): Likewise.
23129         * tests/test-ldexpl.c (main): Likewise.
23130         * modules/frexp-tests (Depends-on): Add signbit.
23131         * modules/frexpl-tests (Depdends-on): Likewise.
23132         * modules/ldexpl-tests (Depdends-on): Likewise.
23133
23134 2007-04-06  Bruno Haible  <bruno@clisp.org>
23135
23136         * modules/signbit-tests: New file.
23137         * tests/test-signbit.c: New file.
23138
23139         * modules/signbit: New file.
23140         * lib/signbitf.c: New file.
23141         * lib/signbitd.c: New file.
23142         * lib/signbitl.c: New file.
23143         * m4/signbit.m4: New file.
23144         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
23145         (signbit): New macro.
23146         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
23147         REPLACE_SIGNBIT.
23148         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
23149         REPLACE_FREXPL into math.h.
23150
23151 2007-04-06  Bruno Haible  <bruno@clisp.org>
23152
23153         * modules/isnanf-nolibm-tests: New file.
23154         * tests/test-isnanf.c: New file.
23155
23156         * modules/isnanf-nolibm: New file.
23157         * lib/isnanf.h: New file.
23158         * lib/isnanf.c: New file.
23159         * lib/isnan.c: Consider the USE_FLOAT macro.
23160         * m4/isnanf.m4: New file.
23161
23162 2007-04-06  Bruno Haible  <bruno@clisp.org>
23163
23164         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
23165         (Link): New section.
23166
23167         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
23168
23169 2007-04-06  Bruno Haible  <bruno@clisp.org>
23170
23171         Assume the 'long double' type.
23172         * m4/longdouble.m4: Remove file.
23173         * config/srclist.txt: Don't mention longdouble.m4.
23174         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
23175         * lib/float+.h: Likewise.
23176         * lib/frexp.c: Likewise.
23177         * lib/printf-args.h: Likewise.
23178         * lib/printf-args.c: Likewise.
23179         * lib/printf-frexp.c: Likewise.
23180         * lib/printf-parse.c: Likewise.
23181         * lib/vasnprintf.c: Likewise.
23182         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
23183         * m4/intl.m4: Likewise.
23184         * m4/isnanl.m4: Likewise.
23185         * m4/printf.m4: Likewise.
23186         * m4/printf-frexpl.m4: Likewise.
23187         * m4/vasnprintf.m4: Likewise.
23188         * modules/allocsa (Files): Remove m4/longdouble.m4.
23189         * modules/gettext (Files): Likewise.
23190         * modules/relocatable-prog-wrapper (Files): Likewise.
23191         * modules/vasnprintf (Files): Likewise.
23192         * modules/isnanl (Files): Likewise.
23193         (Include): Simplify.
23194         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
23195         (Include): Simplify.
23196         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
23197         (Include): Simplify.
23198         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
23199         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
23200         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
23201         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
23202         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
23203         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
23204         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
23205         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
23206         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
23207         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
23208         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
23209         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
23210         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
23211         * tests/test-isnanl.c: Likewise.
23212         * tests/test-snprintf-posix.h: Likewise.
23213         * tests/test-sprintf-posix.h: Likewise.
23214         * tests/test-vasnprintf-posix.c: Likewise.
23215         * tests/test-vasnprintf-posix2.c: Likewise.
23216         * tests/test-vasprintf-posix.c: Likewise.
23217
23218 2007-04-06  Bruno Haible  <bruno@clisp.org>
23219
23220         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
23221         * lib/math_.h [__DECC]: Include the overridden include file through
23222         #include_next, outside the double-inclusion guard.
23223         * lib/stdio_.h [__DECC]: Likewise.
23224         * lib/stdlib_.h [__DECC]: Likewise.
23225         * lib/string_.h [__DECC]: Likewise.
23226         * lib/time_.h [__DECC]: Likewise.
23227         * lib/wchar_.h [__DECC]: Likewise.
23228         * lib/wctype_.h [__DECC]: Likewise.
23229         * lib/inttypes_.h [__DECC]: Likewise.
23230         Reported by Albert Chin <china@thewrittenword.com> in
23231         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
23232
23233 2007-04-04  Eric Blake  <ebb9@byu.net>
23234
23235         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
23236         1.5.x.
23237
23238 2007-04-04  Bruno Haible  <bruno@clisp.org>
23239
23240         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
23241         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
23242
23243 2007-04-04  Bruno Haible  <bruno@clisp.org>
23244
23245         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
23246         results for "%010a" of Infinity and NaN.
23247         * tests/test-vasprintf-posix.c (test_function): Likewise.
23248         * tests/test-snprintf-posix.h (test_function): Likewise.
23249         * tests/test-sprintf-posix.h (test_function): Likewise.
23250         * tests/test-fprintf-posix.h (test_function): Remove these tests.
23251         * tests/test-printf-posix.h (test_function): Likewise.
23252         * tests/test-fprintf-posix.out: Update.
23253         Needed for FreeBSD 6.1.
23254
23255 2007-04-04  Bruno Haible  <bruno@clisp.org>
23256
23257         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
23258         directly used by the gnulib modules nor by gnulib-tool.
23259
23260 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
23261
23262         * DEPENDENCIES: Give overall description of version dependency
23263         desirability.  Use more-typical names for apps.
23264         Add shell, coreutils, diffutils, grep, tar, gzip.
23265
23266 2007-04-04  Simon Josefsson  <simon@josefsson.org>
23267
23268         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
23269
23270 2007-04-04  Karl Berry  <karl@gnu.org>
23271
23272         * MODULES.html.sh (func_module): missing '.
23273
23274 2007-04-03  Bruno Haible  <bruno@clisp.org>
23275
23276         * modules/argmatch-tests (Makefile.am): New variable
23277         test_argmatch_LDADD.
23278         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
23279         * modules/array-list-tests (Makefile.am): New variable
23280         test_array_list_LDADD.
23281         * modules/array-oset-tests (Makefile.am): New variable
23282         test_array_oset_LDADD.
23283         * modules/avltree-list-tests (Makefile.am): New variable
23284         test_avltree_list_LDADD.
23285         * modules/avltree-oset-tests (Makefile.am): New variable
23286         test_avltree_oset_LDADD.
23287         * modules/avltreehash-list-tests (Makefile.am): New variable
23288         test_avltreehash_list_LDADD.
23289         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
23290         test_canonicalize_lgpl_LDADD.
23291         * modules/carray-list-tests (Makefile.am): New variable
23292         test_carray_list_LDADD.
23293         * modules/dirname-tests (Makefile.am): New variable
23294         test_dirname_LDADD.
23295         * modules/linked-list-tests (Makefile.am): New variable
23296         test_linked_list_LDADD.
23297         * modules/linkedhash-list-tests (Makefile.am): New variable
23298         test_linkedhash_list_LDADD.
23299         * modules/rbtree-list-tests (Makefile.am): New variable
23300         test_rbtree_list_LDADD.
23301         * modules/rbtree-oset-tests (Makefile.am): New variable
23302         test_rbtree_oset_LDADD.
23303         * modules/rbtreehash-list-tests (Makefile.am): New variable
23304         test_rbtreehash_list_LDADD.
23305         * modules/xvasprintf-tests (Makefile.am): New variable
23306         test_xvasprintf_LDADD.
23307         Reported by Eric Blake.
23308
23309 2007-04-03  Eric Blake  <ebb9@byu.net>
23310
23311         * DEPENDENCIES: Weaken m4 requirements.
23312
23313 2007-04-03  Bruno Haible  <bruno@clisp.org>
23314
23315         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
23316         * modules/isnanl-tests (configure.ac): Likewise.
23317
23318 2007-04-03  Ben Pfaff  <blp@gnu.org>
23319
23320         * modules/iconv_open: Add $(srcdir)/ to source directory
23321         references in Makefile fragments that call gperf, to fix VPATH
23322         builds.
23323
23324 2007-04-03  Bruno Haible  <bruno@clisp.org>
23325
23326         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
23327         * lib/ldexpl.c: Undo last change.
23328
23329 2007-04-03  Bruno Haible  <bruno@clisp.org>
23330
23331         * modules/printf-frexpl (Depends-on): Undo last change.
23332         (Files): Add m4/ldexpl.m4.
23333
23334 2007-04-03  Bruno Haible  <bruno@clisp.org>
23335
23336         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
23337         * modules/isnanl (Link): New section.
23338
23339         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
23340         * modules/frexp (Link): New section.
23341
23342         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
23343         * modules/frexpl (Link): New section.
23344
23345         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
23346         * modules/ldexpl (Link): New section.
23347
23348 2007-04-03  Bruno Haible  <bruno@clisp.org>
23349
23350         * modules/TEMPLATE-EXTENDED: New file.
23351         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
23352
23353 2007-04-03  Bruno Haible  <bruno@clisp.org>
23354
23355         * DEPENDENCIES: New file.
23356         Suggested by Simon Josefsson.
23357
23358 2007-04-03  Bruno Haible  <bruno@clisp.org>
23359
23360         * doc/gnulib.texi: Escape @.
23361
23362 2007-04-03  James Youngman  <jay@gnu.org>
23363         and Paul Eggert  <eggert@cs.ucla.edu>
23364
23365         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
23366         birthtime on all systems that have birthtime, not just those which
23367         use st_birthtimensec rather than st_birthtim.  Putting zero in
23368         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
23369         that the birth time is not available for files on an NFS mount.
23370
23371 2007-04-03  Simon Josefsson  <simon@josefsson.org>
23372
23373         * modules/memxor: Move back from crypto/, suggested by Bruno.
23374         * modules/crypto/hmac-sha1: Fix memxor dependency.
23375
23376         * modules/crypto/gc: Moved from ../.
23377
23378 2007-04-02  Eric Blake  <ebb9@byu.net>
23379
23380         * lib/ldexpl.c (includes): Avoid libm.
23381
23382         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
23383
23384 2007-04-02  Bruno Haible  <bruno@clisp.org>
23385
23386         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
23387         on IRIX.
23388
23389 2007-04-02  Bruno Haible  <bruno@clisp.org>
23390
23391         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
23392         x86 or x86_64 platforms running MacOS X.
23393         Reported by Ryan Schmidt <@ryandesign.com>.
23394
23395 2007-04-02  Bruno Haible  <bruno@clisp.org>
23396
23397         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
23398         i386.
23399
23400 2007-04-01  Simon Josefsson  <simon@josefsson.org>
23401
23402         * modules/crypto/arcfour: Moved from ../.
23403         * modules/crypto/arcfour-tests: Moved from ../.
23404         * modules/crypto/arctwo: Moved from ../.
23405         * modules/crypto/arctwo-tests: Moved from ../.
23406         * modules/crypto/des: Moved from ../.
23407         * modules/crypto/des-tests: Moved from ../.
23408         * modules/crypto/gc-arcfour: Moved from ../.
23409         * modules/crypto/gc-arcfour-tests: Moved from ../.
23410         * modules/crypto/gc-arctwo: Moved from ../.
23411         * modules/crypto/gc-arctwo-tests: Moved from ../.
23412         * modules/crypto/gc-des: Moved from ../.
23413         * modules/crypto/gc-des-tests: Moved from ../.
23414         * modules/crypto/gc-hmac-md5: Moved from ../.
23415         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
23416         * modules/crypto/gc-hmac-sha1: Moved from ../.
23417         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
23418         * modules/crypto/gc-md2: Moved from ../.
23419         * modules/crypto/gc-md2-tests: Moved from ../.
23420         * modules/crypto/gc-md4: Moved from ../.
23421         * modules/crypto/gc-md4-tests: Moved from ../.
23422         * modules/crypto/gc-md5: Moved from ../.
23423         * modules/crypto/gc-md5-tests: Moved from ../.
23424         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
23425         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
23426         * modules/crypto/gc-random: Moved from ../.
23427         * modules/crypto/gc-rijndael: Moved from ../.
23428         * modules/crypto/gc-rijndael-tests: Moved from ../.
23429         * modules/crypto/gc-sha1: Moved from ../.
23430         * modules/crypto/gc-sha1-tests: Moved from ../.
23431         * modules/crypto/gc-tests: Moved from ../.
23432         * modules/crypto/hmac-md5: Moved from ../.
23433         * modules/crypto/hmac-md5-tests: Moved from ../.
23434         * modules/crypto/hmac-sha1: Moved from ../.
23435         * modules/crypto/hmac-sha1-tests: Moved from ../.
23436         * modules/crypto/md2: Moved from ../.
23437         * modules/crypto/md2-tests: Moved from ../.
23438         * modules/crypto/md4: Moved from ../.
23439         * modules/crypto/md4-tests: Moved from ../.
23440         * modules/crypto/md5: Moved from ../.
23441         * modules/crypto/md5-tests: Moved from ../.
23442         * modules/crypto/memxor: Moved from ../.
23443         * modules/crypto/rijndael: Moved from ../.
23444         * modules/crypto/rijndael-tests: Moved from ../.
23445         * modules/crypto/sha1: Moved from ../.
23446
23447 2007-03-30  James Youngman  <jay@gnu.org>
23448
23449         * tests/test-stat-time.c (prepare_test): use chmod() rather than
23450         rename() to change the ctime of a file (because ctime is unaffected
23451         by rename on jfs2 on AIX 5.1).
23452         (main): Start by doing cleanup, in case a previous run failed leaving
23453         test files behind.
23454
23455 2007-03-31  Bruno Haible  <bruno@clisp.org>
23456
23457         Support old proprietary implementations of iconv.
23458         * modules/iconv_open: New file.
23459         * lib/iconv_.h: New file.
23460         * m4/iconv_h.m4: New file.
23461         * lib/iconv_open.c: New file.
23462         * lib/iconv_open-aix.gperf: New file.
23463         * lib/iconv_open-hpux.gperf: New file.
23464         * lib/iconv_open-irix.gperf: New file.
23465         * lib/iconv_open-osf.gperf: New file.
23466         * m4/iconv_open.m4: New file.
23467         * modules/linebreak (Depends-on): Add iconv_open.
23468         * modules/striconv (Depends-on): Likewise.
23469         * modules/striconveh (Depends-on): Likewise.
23470         * modules/unicodeio (Depends-on): Likewise.
23471         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
23472         (iconv_t)(-1).
23473         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
23474         conversion if cd is (iconv_t)(-1).
23475         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
23476         is not possible.
23477
23478 2007-03-31  Bruno Haible  <bruno@clisp.org>
23479
23480         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
23481         work on Solaris either. Protect also second use of "autodetect_jp".
23482
23483 2007-03-31  Bruno Haible  <bruno@clisp.org>
23484
23485         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
23486         the function is not present.
23487
23488 2007-03-31  Bruno Haible  <bruno@clisp.org>
23489
23490         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
23491         the function is not present.
23492
23493 2007-03-31  Bruno Haible  <bruno@clisp.org>
23494
23495         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
23496         a bug in HP-UX iconv_open().
23497
23498 2007-03-31  Bruno Haible  <bruno@clisp.org>
23499
23500         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
23501         (Mathematics <math.h>): New section, add fpieee.
23502         (Input/output <stdio.h>): Add fseterr.
23503         (Mathematics <math.h>): New section, add printf-frexp.
23504         (Container data structures): Add sublist.
23505         (Core language properties): Add fpucw, inline.
23506         (Functions for greatest-width integer types <inttypes.h>): Add
23507         imaxabs, imaxdiv, inttypes.
23508         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
23509         isnanl-nolibm, ldexp.
23510         (Mathematics <math.h>): New section, add printf-frexpl.
23511         (Support for systems lacking POSIX:2001): Add fprintf-posix,
23512         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
23513         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
23514         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
23515         (Unicode string functions): Add unistr/u*-mbtoucr.
23516         (Java): Add javacomp-script, javaexec-script.
23517         (C#): Add csharpcomp-script, csharpexec-script.
23518         (Support for building libraries and executables): Add havelib,
23519         relocatable-*.
23520         (Support for maintaining and releasing projects): Renamed from
23521         'Support for maintaining and release projects'. Add announce-gen.
23522
23523 2007-03-31  Bruno Haible  <bruno@clisp.org>
23524
23525         * README: Talk primarily about git.
23526         (git and CVS): Renamed from CVS.
23527         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
23528         gnulib is available through git.
23529         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
23530
23531 2007-03-30  Bruno Haible  <bruno@clisp.org>
23532
23533         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
23534         * lib/poll_.h: Likewise.
23535         * lib/stat_.h: Likewise.
23536         * lib/sys_time_.h: Likewise.
23537         * lib/sysexit_.h: Likewise.
23538         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
23539         * lib/stdbool_.h: Likewise.
23540         * lib/byteswap_.h: Add double-inclusion guard.
23541
23542 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
23543
23544         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
23545
23546 2007-03-30  Karl Berry  <karl@gnu.org>
23547
23548         * config/srclist-update: double space after USA in the license
23549         substitution, since that's how it's usually (?) written.
23550
23551 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
23552
23553         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
23554         reported by Bruno Haible.
23555
23556 2007-03-29  Bruno Haible  <bruno@clisp.org>
23557
23558         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
23559         a bug in AIX iconv().
23560
23561 2007-03-29  Bruno Haible  <bruno@clisp.org>
23562
23563         * modules/ldexpl-tests: New file.
23564         * tests/test-ldexpl.c: New file.
23565
23566 2007-03-29  Bruno Haible  <bruno@clisp.org>
23567
23568         * lib/ldexpl.c: Include fpucw.h.
23569         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
23570         multiplication.
23571         * modules/ldexpl (Depends-on): Add fpucw.
23572
23573 2007-03-29  Bruno Haible  <bruno@clisp.org>
23574
23575         * modules/ldexpl: New file.
23576         * m4/ldexpl.m4: New file.
23577         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
23578         set.
23579         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
23580         REPLACE_LDEXPL.
23581         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
23582         REPLACE_LDEXPL.
23583         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
23584         gl_FUNC_LDEXPL_WORKS.
23585         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
23586         * modules/mathl (Files): Remove lib/ldexpl.c.
23587         (Depends-on): Add ldexpl.
23588
23589 2007-03-29  Bruno Haible  <bruno@clisp.org>
23590
23591         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
23592
23593 2007-03-29  Bruno Haible  <bruno@clisp.org>
23594
23595         * tests/test-striconveh.c (main): Don't assume that a direct conversion
23596         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
23597         and possibly also HP-UX.
23598         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
23599         work on AIX, IRIX, HP-UX, OSF/1.
23600         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
23601         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
23602         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
23603         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
23604         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
23605         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
23606
23607 2007-03-29  Bruno Haible  <bruno@clisp.org>
23608
23609         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
23610
23611 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
23612
23613         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
23614         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
23615
23616 2007-03-29  Eric Blake  <ebb9@byu.net>
23617
23618         * lib/acl-internal.h: Remove redundant include.
23619         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
23620         Cygwin when a file is locked.
23621
23622 2007-03-29  Bruno Haible  <bruno@clisp.org>
23623
23624         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
23625         file.
23626         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
23627
23628 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
23629
23630         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
23631         try to remove a parent directory if the child couldn't be removed
23632         (except for the first rmdir, which could fail because the child
23633         doesn't exist).  Problem reported by Jeff Blaine in
23634         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
23635
23636 2007-03-28  Bruno Haible  <bruno@clisp.org>
23637
23638         * lib/striconveh.c (utf8conv_carefully): New function.
23639         (mem_cd_iconveh_internal): Invoke it.
23640
23641 2007-03-28  Bruno Haible  <bruno@clisp.org>
23642
23643         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
23644         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
23645         input.
23646         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
23647         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
23648         unistr/u8-uctomb.
23649
23650 2007-03-28  Bruno Haible  <bruno@clisp.org>
23651
23652         * modules/unistr/u8-mbtoucr: New file.
23653         * lib/unistr/u8-mbtoucr.c: New file.
23654         * modules/unistr/u16-mbtoucr: New file.
23655         * lib/unistr/u16-mbtoucr.c: New file.
23656         * modules/unistr/u16-mbtoucr: New file.
23657         * lib/unistr/u16-mbtoucr.c: New file.
23658         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
23659
23660 2007-03-27  Simon Josefsson  <simon@josefsson.org>
23661             Bruno Haible  <bruno@clisp.org>
23662
23663         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
23664         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
23665         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
23666
23667         * m4/stdio_h.m4: Add stubs for vasprintf too.
23668
23669         * modules/stdio: Support vasprintf in sed command.
23670
23671         * modules/vasprintf: Depend on stdio for prototypes.  Remove
23672         vasprintf.h.  Add stdio module indicator.
23673
23674         * lib/stdio_.h: Declare asprintf and vasprintf, based on
23675         vasprintf.h.
23676
23677         * lib/vasprintf.h: File removed.
23678
23679         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
23680         * lib/vasprintf.c: Ditto.
23681         * lib/xvasprintf.c: Ditto.
23682         * tests/test-vasprintf-posix.c: Ditto.
23683         * tests/test-vasprintf.c: Ditto.
23684
23685 2007-03-27  Bruno Haible  <bruno@clisp.org>
23686
23687         Make vasnprintf multithread-safe.
23688         * lib/vasnprintf.c (decimal_point_char): New function.
23689         (VASNPRINTF): Use it.
23690         Suggested by Simon Josefsson.
23691
23692 2007-03-27  Eric Blake  <ebb9@byu.net>
23693
23694         Support sub-second birthtime on cygwin.
23695         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
23696         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
23697         (get_stat_birthtime): Also work with st_birthtim.
23698
23699 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
23700
23701         * lib/stat-time.h (USE_BIRTHTIME): Remove.
23702         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
23703         (get_stat_birthtime_ns): Do not try to use "spare" fields.
23704         (get_stat_birthtime_ns): Simplify compile-time tests.
23705         (get_stat_birthtime): Change the API to look like
23706         get_stat_mtime etc., except return a negative tv_nsec on error.
23707         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
23708         Don't check for "spare" fields.
23709         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
23710         or for struct stat.st_birthtime, as these tests aren't used.
23711         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
23712
23713 2007-03-27  Bruno Haible  <bruno@clisp.org>
23714
23715         * lib/stat-time.h: Include <sys/stat.h>.
23716
23717 2007-03-27  James Youngman  <jay@gnu.org>
23718
23719         * lib/stat-time.h (get_stat_birthtime): New function for
23720           retrieving st_birthtime as provided by UFS2 (hence *BSD).
23721         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
23722           and its variants.
23723         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
23724         * modules/stat-time-test: New file.
23725         * tests/test-stat-time.c: New test, devised by Bruno Haible.
23726
23727 2007-03-26  Bruno Haible  <bruno@clisp.org>
23728
23729         Better support of signalling NaNs.
23730         * lib/atanl.c: Include isnanl.h.
23731         (atanl): Perform test for NaN at the beginning of the function and
23732         through a call to isnanl.
23733         * lib/cosl.c: Include isnanl.h.
23734         (cosl): Perform test for NaN at the beginning of the function and
23735         through a call to isnanl.
23736         * lib/ldexpl.c: Include isnanl.h.
23737         (ldexpl): Perform test for NaN through a call to isnanl.
23738         * lib/logl.c: Include isnanl.h.
23739         (logl): Perform test for NaN at the beginning of the function and
23740         through a call to isnanl.
23741         * lib/sinl.c: Include isnanl.h.
23742         (sinl): Perform test for NaN at the beginning of the function and
23743         through a call to isnanl.
23744         * lib/sqrtl.c: Include isnanl.h.
23745         (sqrtl): Perform test for NaN at the beginning of the function and
23746         through a call to isnanl.
23747         * lib/tanl.c: Include isnanl.h.
23748         (tanl): Perform test for NaN at the beginning of the function and
23749         through a call to isnanl.
23750         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
23751         * modules/mathl (Depends-on): Add isnanl.
23752
23753 2007-03-26  Eric Blake  <ebb9@byu.net>
23754
23755         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
23756         regression in logic sense of previous patch.
23757
23758 2007-03-26  Bruno Haible  <bruno@clisp.org>
23759
23760         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
23761         unportable shell command "if ! ...".
23762         Reported by Ralf Wildenhues.
23763
23764 2007-03-25  Bruno Haible  <bruno@clisp.org>
23765
23766         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
23767         <sysexits.h> file, and only add EX_CONFIG.
23768         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
23769         absolute file name and whether it is sufficient. Substitute also
23770         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
23771         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
23772         ABSOLUTE_SYSEXITS_H into sysexits.h.
23773
23774 2007-03-25  Bruno Haible  <bruno@clisp.org>
23775
23776         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
23777         hints is NULL.
23778
23779 2007-03-25  Bruno Haible  <bruno@clisp.org>
23780
23781         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
23782         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
23783
23784 2007-03-25  Bruno Haible  <bruno@clisp.org>
23785
23786         * lib/vasnprintf.c: Include langinfo.h.
23787         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
23788         multithread-safe.
23789         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
23790         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
23791         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23792         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23793         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23794         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23795         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23796         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
23797         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23798         Reported by Simon Josefsson.
23799
23800 2007-03-25  Bruno Haible  <bruno@clisp.org>
23801
23802         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
23803         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
23804         * modules/vasnprintf (Depends-on): Add stdint.
23805
23806 2007-03-25  Bruno Haible  <bruno@clisp.org>
23807
23808         * modules/fpieee: New file.
23809         * m4/fpieee.m4: New file.
23810         * modules/isnan-nolibm (Depends-on): Add fpieee.
23811         * modules/isnanl-nolibm (Depends-on): Add fpieee.
23812         * modules/isnanl (Depends-on): Add fpieee.
23813
23814 2007-03-25  Bruno Haible  <bruno@clisp.org>
23815
23816         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
23817
23818 2007-03-25  Bruno Haible  <bruno@clisp.org>
23819
23820         Avoid test failures on IRIX 6.5.
23821         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
23822         (main): Use it.
23823         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
23824         macros.
23825         (main): Use them.
23826
23827 2007-03-25  Bruno Haible  <bruno@clisp.org>
23828
23829         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
23830         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
23831         exists but doesn't work.
23832         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
23833         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
23834         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
23835         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
23836
23837 2007-03-25  Bruno Haible  <bruno@clisp.org>
23838
23839         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
23840         returns inf. Needed on IRIX 6.5.
23841
23842 2007-03-25  Bruno Haible  <bruno@clisp.org>
23843
23844         * tests/test-frexpl.c: Include isnanl-nolibm.h.
23845         (main): Use isnanl instead of x != x idiom.
23846         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
23847
23848         * tests/test-frexp.c: Include isnan.h.
23849         (main): Use isnan instead of x != x idiom.
23850         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
23851
23852 2007-03-25  Bruno Haible  <bruno@clisp.org>
23853
23854         * tests/test-frexp.c (NaN): New function/macro.
23855         (main): Use it instead of 0.0 / 0.0.
23856         * tests/test-isnan.c (NaN): New function/macro.
23857         (main): Use it instead of 0.0 / 0.0.
23858         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
23859         (test_function): Use it instead of 0.0 / 0.0.
23860         * tests/test-vasprintf-posix.c (NaN): New function/macro.
23861         (test_function): Use it instead of 0.0 / 0.0.
23862         * tests/test-snprintf-posix.h (NaN): New function/macro.
23863         (test_function): Use it instead of 0.0 / 0.0.
23864         * tests/test-sprintf-posix.h (NaN): New function/macro.
23865         (test_function): Use it instead of 0.0 / 0.0.
23866         * tests/test-fprintf-posix.h (NaN): New function/macro.
23867         (test_function): Use it instead of 0.0 / 0.0.
23868         * tests/test-printf-posix.h (NaN): New function/macro.
23869         (test_function): Use it instead of 0.0 / 0.0.
23870
23871         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
23872
23873 2007-03-25  Bruno Haible  <bruno@clisp.org>
23874
23875         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
23876
23877 2007-03-25  Bruno Haible  <bruno@clisp.org>
23878
23879         * lib/regexec.c (merge_state_with_log): Make static.
23880
23881 2007-03-25  Bruno Haible  <bruno@clisp.org>
23882
23883         * lib/trigl.c (kernel_rem_pio2): Make static.
23884
23885 2007-03-25  Bruno Haible  <bruno@clisp.org>
23886
23887         * lib/sincosl.c (sincosl_table): Make static.
23888
23889 2007-03-25  Bruno Haible  <bruno@clisp.org>
23890
23891         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
23892         if the compiler does not support C99.
23893
23894 2007-03-25  Bruno Haible  <bruno@clisp.org>
23895
23896         * modules/time (Makefile.am): Ensure all rule action lines start with a
23897         tab.
23898
23899 2007-03-24  Bruno Haible  <bruno@clisp.org>
23900
23901         * modules/tsearch-tests: New file.
23902         * tests/test-tsearch.sh: New file.
23903         * tests/test-tsearch.c: New file, mostly copied from glibc.
23904
23905         * modules/search-tests: New file.
23906         * tests/test-search.c: New file.
23907
23908         * modules/search: New file.
23909         * lib/search_.h: New file, incorporating lib/tsearch.h.
23910         * m4/search_h.m4: New file.
23911         * lib/tsearch.h: Remove file.
23912         * lib/tsearch.c: Include search.h instead of tsearch.h.
23913         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
23914         HAVE_TSEARCH.
23915         * modules/tsearch (Files): Remove lib/tsearch.h.
23916         (Depends-on): Add search.
23917         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
23918         (Include): Change tsearch.h into search.h.
23919
23920 2007-03-24  Bruno Haible  <bruno@clisp.org>
23921
23922         * modules/fpucw: New file.
23923         * lib/fpucw.h: New file.
23924         * lib/frexp.c: Include fpucw.h.
23925         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
23926         (FUNC): Use them.
23927         * lib/printf-frexp.c: Include fpucw.h.
23928         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
23929         (FUNC): Use them.
23930         * lib/vasnprintf.c: Include fpucw.h.
23931         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
23932         'long double' calculations.
23933         * tests/test-frexpl.c: Include fpucw.h.
23934         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
23935         * tests/test-printf-frexpl.c: Include fpucw.h.
23936         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
23937         * modules/frexpl (Depends-on): Add fpucw.
23938         * modules/printf-frexpl (Depends-on): Likewise.
23939         * modules/fprintf-posix (Depends-on): Likewise.
23940         * modules/snprintf-posix (Depends-on): Likewise.
23941         * modules/sprintf-posix (Depends-on): Likewise.
23942         * modules/vasnprintf-posix (Depends-on): Likewise.
23943         * modules/vasprintf-posix (Depends-on): Likewise.
23944         * modules/vfprintf-posix (Depends-on): Likewise.
23945         * modules/vsnprintf-posix (Depends-on): Likewise.
23946         * modules/vsprintf-posix (Depends-on): Likewise.
23947         * modules/frexpl-tests (Depends-on): Likewise.
23948         * modules/printf-frexpl-tests (Depends-on): Likewise.
23949
23950 2007-03-24  Bruno Haible  <bruno@clisp.org>
23951
23952         * lib/float+.h: New file.
23953         * lib/isnan.c: Include float+.h.
23954         (SIZE): New macro.
23955         (FUNC): Compare only SIZE bytes of the value.
23956         * lib/vasnprintf.c: Include float+.h.
23957         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
23958         SIZEOF_LDBL or SIZEOF_DBL bytes.
23959         * modules/isnan-nolibm (Files): Add lib/float+.h.
23960         * modules/isnanl-nolibm (Files): Add lib/float+.h.
23961         * modules/isnanl (Files): Add lib/float+.h.
23962         * modules/vasnprintf (Files): Add lib/float+.h.
23963
23964 2007-03-24  Bruno Haible  <bruno@clisp.org>
23965
23966         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
23967         include isnanl-nolibm.h.
23968
23969 2007-03-24  Bruno Haible  <bruno@clisp.org>
23970
23971         * tests/test-read-file.c (main): Don't produce spurious output for
23972         expected situations. Make the test fail if it encountered unexpected
23973         results.
23974
23975 2007-03-24  Bruno Haible  <bruno@clisp.org>
23976
23977         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
23978         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
23979
23980 2007-03-24  Bruno Haible  <bruno@clisp.org>
23981
23982         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
23983
23984 2007-03-24  Bruno Haible  <bruno@clisp.org>
23985
23986         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
23987         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
23988
23989         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
23990         * modules/utf8-ucs4: Turn into a symbolic link to module
23991         unistr/u8-mbtouc.
23992
23993         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
23994         utf8-ucs4-unsafe.
23995         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
23996         unistr/u8-mbtouc-unsafe.
23997
23998         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
23999         * modules/utf16-ucs4: Turn into a symbolic link to module
24000         unistr/u16-mbtouc.
24001
24002         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
24003         utf16-ucs4-unsafe.
24004         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
24005         unistr/u16-mbtouc-unsafe.
24006
24007         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
24008         * modules/ucs4-utf8: Turn into a symbolic link to module
24009         unistr/u8-ubtomb.
24010
24011         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
24012         * modules/ucs4-utf16: Turn into a symbolic link to module
24013         unistr/u16-ubtomb.
24014
24015 2007-03-24  Bruno Haible  <bruno@clisp.org>
24016
24017         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
24018         Enable the function only if HAVE_INLINE.
24019         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
24020         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
24021         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
24022         Enable the function only if HAVE_INLINE.
24023         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
24024         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
24025         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
24026         Enable the function only if HAVE_INLINE.
24027         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
24028         Enable the function only if HAVE_INLINE.
24029         * modules/utf8-ucs4: Update.
24030         * modules/utf8-ucs4-unsafe: Update.
24031         * modules/utf16-ucs4: Update.
24032         * modules/utf16-ucs4-unsafe: Update.
24033         * modules/ucs4-utf8: Update.
24034         * modules/ucs4-utf16: Update.
24035
24036 2007-03-24  Bruno Haible  <bruno@clisp.org>
24037
24038         * lib/utf8-ucs4.h: Remove file.
24039         * lib/utf8-ucs4-unsafe.h: Remove file.
24040         * lib/utf16-ucs4.h: Remove file.
24041         * lib/utf16-ucs4-unsafe.h: Remove file.
24042         * lib/ucs4-utf8.h: Remove file.
24043         * lib/ucs4-utf16.h: Remove file.
24044         * lib/unistr.h: Include their previous contents.
24045         * m4/utf-ucs4.m4: Remove file.
24046         * m4/ucs4-utf.m4: Remove file.
24047         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
24048         (Depends-on): Add unistr/base.
24049         (configure.ac): Remove gl_UTF_UCS4.
24050         (Makefile.am): Update.
24051         (Include): Change to unistr.h.
24052         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
24053         (Depends-on): Add unistr/base.
24054         (configure.ac): Remove gl_UTF_UCS4.
24055         (Makefile.am): Update.
24056         (Include): Change to unistr.h.
24057         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
24058         (Depends-on): Add unistr/base.
24059         (configure.ac): Remove gl_UTF_UCS4.
24060         (Makefile.am): Update.
24061         (Include): Change to unistr.h.
24062         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
24063         (Depends-on): Add unistr/base.
24064         (configure.ac): Remove gl_UTF_UCS4.
24065         (Makefile.am): Update.
24066         (Include): Change to unistr.h.
24067         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
24068         (Depends-on): Add unistr/base.
24069         (configure.ac): Remove gl_UCS4_UTF.
24070         (Makefile.am): Update.
24071         (Include): Change to unistr.h.
24072         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
24073         (Depends-on): Add unistr/base.
24074         (configure.ac): Remove gl_UCS4_UTF.
24075         (Makefile.am): Update.
24076         (Include): Change to unistr.h.
24077         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
24078         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
24079         utf8-ucs4-unsafe.h.
24080         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
24081         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
24082         utf16-ucs4-unsafe.h.
24083         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
24084         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
24085         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
24086         * lib/unistr/u8-strchr.c: Likewise.
24087         * lib/unistr/u8-strrchr.c: Likewise.
24088         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
24089         * lib/unistr/u16-strchr.c: Likewise.
24090         * lib/unistr/u16-strrchr.c: Likewise.
24091         * lib/striconveh.c: Update.
24092         * lib/linebreak.c: Update.
24093
24094 2007-03-24  Bruno Haible  <bruno@clisp.org>
24095
24096         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
24097         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
24098
24099 2007-03-22  Bruno Haible  <bruno@clisp.org>
24100
24101         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
24102
24103 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
24104
24105         * MODULES.html.sh (File system functions): New module write-any-file.
24106         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
24107         * m4/write-any-file.m4: New files.
24108
24109 2007-03-23  Eric Blake  <ebb9@byu.net>
24110
24111         * gnulib-tool: Rearrange space-tab sequences, since some editors
24112         like to eat them.
24113
24114 2007-03-23  Eric Blake  <ebb9@byu.net>
24115
24116         * lib/version-etc.c (version_etc_va): Update license wording to
24117         be more concise.  Recommended by Richard Stallman.
24118
24119 2007-03-22  Bruno Haible  <bruno@clisp.org>
24120
24121         * lib/poll.c (MSG_PEEK): New fallback definition.
24122
24123 2007-03-22  Bruno Haible  <bruno@clisp.org>
24124
24125         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
24126         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
24127         (main): Update.
24128         Fixes a compilation error on BeOS.
24129
24130 2007-03-22  Bruno Haible  <bruno@clisp.org>
24131
24132         * modules/frexpl-tests: New file.
24133         * tests/test-frexpl.c: New file.
24134
24135         * modules/frexpl: New file.
24136         * m4/frexpl.m4: New file.
24137         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
24138         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
24139         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
24140         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
24141         (Depends-on): Add frexpl. Remove isnanl-nolibm.
24142         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
24143
24144 2007-03-22  Bruno Haible  <bruno@clisp.org>
24145
24146         * lib/frexpl.c: Share code with lib/frexp.c.
24147         * modules/mathl (Files): Add lib/frexp.c.
24148         (Depends-on): Add isnanl-nolibm.
24149
24150 2007-03-22  Bruno Haible  <bruno@clisp.org>
24151
24152         * modules/printf-frexp (Files): Add m4/frexp.m4.
24153         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
24154         only if the found frexp function actually works.
24155
24156 2007-03-22  Bruno Haible  <bruno@clisp.org>
24157
24158         * lib/frexp.c: Remove older implementation that uses divisions.
24159
24160 2007-03-21  Bruno Haible  <bruno@clisp.org>
24161
24162         * modules/frexp-tests: New file.
24163         * tests/test-frexp.c: New file.
24164
24165         * modules/frexp: New file.
24166         * lib/frexp.c: New file.
24167         * m4/frexp.m4: New file.
24168         * lib/math_.h (frexp): New declaration.
24169         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
24170         REPLACE_FREXP.
24171         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
24172
24173 2007-03-21  Bruno Haible  <bruno@clisp.org>
24174
24175         * modules/isnanl-tests: New file.
24176         * tests/test-isnanl.c: New file.
24177
24178         * modules/isnanl: New file.
24179         * lib/isnanl.h: New file.
24180         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
24181         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
24182         gl_FUNC_ISNANL_WORKS.
24183         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
24184         New macros.
24185
24186 2007-03-21  Bruno Haible  <bruno@clisp.org>
24187
24188         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
24189         lib/isnanl.h.
24190         (Include): Update.
24191         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
24192         * lib/vasnprintf.c: Update.
24193         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
24194         tests/test-isnanl.h, remove tests/test-isnanl.c.
24195         (Makefile.am): Update.
24196         * tests/test-isnanl-nolibm.c: New file.
24197         * tests/test-isnanl.h: New file.
24198         * tests/test-isnanl.c: Remove file.
24199
24200 2007-03-21  Jim Meyering  <jim@meyering.net>
24201
24202         When trying to open ".", treat ESTALE like EACCES.
24203         * lib/savewd.c (savewd_save): Resort to forking not just upon
24204         failure with EACCES, but also when errno is ESTALE.
24205
24206 2007-03-20  Bruno Haible  <bruno@clisp.org>
24207
24208         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
24209         Needed on AIX 5.1. Reported by Matthew Woehlke.
24210
24211 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
24212
24213         Suggestions by Bruno Haible:
24214         * lib/acl-internal.h: Include "gettext.h" rather than rolling
24215         our own.
24216         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
24217         * modules/acl (Depends-on): Add gettext.
24218
24219 2007-03-19  Bruno Haible  <bruno@clisp.org>
24220
24221         * modules/iconvme: Remove file.
24222         * lib/iconvme.h: Remove file.
24223         * lib/iconvme.c: Remove file.
24224         * m4/iconvme.m4: Remove file.
24225
24226 2007-03-19  Bruno Haible  <bruno@clisp.org>
24227
24228         * doc/relocatable-maint.texi: Break long shell script line.
24229         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
24230
24231 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
24232
24233         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
24234         handle file_has_acl.
24235         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
24236         * lib/acl.c: Move header inclusions and related macro defns into
24237         lib/acl-internal.h.
24238         (S_ISLNK): Remove defn, since that's now done for us.
24239         (file_has_acl): Move to lib/file-has-acl.c.
24240         Call acl_trivial if available.  This is the crucial part of the fix.
24241         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
24242         shared within the library.  Rewrite a bit, partly to make it compatible
24243         with the GNU coding style.
24244         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
24245         Remove unnecessary double-quotes.
24246         Don't test for acl_to_text; the build will catch that.
24247         Replace acl_entries if it doesn't exist and it is needed.
24248         Check for -lsec and acl_trivial (as used on Solaris 10).
24249         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
24250         lib/file-has-acl.c.
24251         (Depends-on): Add sys_stat, for S_ISLNK.
24252
24253 2007-03-19  Ben Pfaff  <blp@gnu.org>
24254
24255         * doc/gnulib.texi: Fix typos.
24256         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
24257
24258 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
24259
24260         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
24261         If size is zero here, buf must be zero.
24262
24263 2007-03-19  Simon Josefsson  <simon@josefsson.org>
24264
24265         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
24266         <bruno@clisp.org>.
24267
24268 2007-03-18  Bruno Haible  <bruno@clisp.org>
24269
24270         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
24271         Suggested by Eric Blake.
24272
24273 2007-03-18  Ben Pfaff  <blp@gnu.org>
24274
24275         * doc/relocatable.texi: Recommend using as prefix a directory
24276         that does not exist and will never be created.  Based on
24277         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
24278         and others.
24279
24280 2007-03-17  Bruno Haible  <bruno@clisp.org>
24281
24282         * lib/fchownat.c: Include lchown.h.
24283
24284 2007-03-17  Bruno Haible  <bruno@clisp.org>
24285
24286         Fix endless loop when the given allocated size was > INT_MAX.
24287         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
24288         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
24289         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
24290         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
24291         * lib/sprintf.c (sprintf): Likewise.
24292
24293 2007-03-17  Bruno Haible  <bruno@clisp.org>
24294
24295         * tests/test-argp-2.sh (func_compare): Output a context diff.
24296
24297 2007-03-17  Bruno Haible  <bruno@clisp.org>
24298
24299         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
24300         locale's decimal-point character.
24301
24302 2007-03-17  Bruno Haible  <bruno@clisp.org>
24303
24304         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
24305         before comparing it. Needed because on some platforms (e.g. x86) a
24306         'long double' occupies less bytes than sizeof (long double).
24307
24308 2007-03-17  Bruno Haible  <bruno@clisp.org>
24309
24310         * tests/test-crc.c (main): Make printf statements 64-bit clean.
24311         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
24312         * tests/test-getaddrinfo.c (simple): Likewise.
24313         * tests/test-read-file.c (main): Likewise.
24314
24315 2007-03-17  Bruno Haible  <bruno@clisp.org>
24316
24317         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
24318
24319 2007-03-17  Bruno Haible  <bruno@clisp.org>
24320
24321         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
24322         unused variable.
24323
24324 2007-03-17  Bruno Haible  <bruno@clisp.org>
24325
24326         * tests/test-c-strcasecmp.c: Include c-strcase.h.
24327         * tests/test-c-strncasecmp.c: Likewise.
24328
24329 2007-03-17  Bruno Haible  <bruno@clisp.org>
24330
24331         * modules/stdlib (Depends-on): Add unistd.
24332         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
24333         Needed for MacOS X 10.3.
24334
24335 2007-03-17  Bruno Haible  <bruno@clisp.org>
24336
24337         * lib/unistr/u-strdup.h: Include <stdlib.h>.
24338
24339 2007-03-17  Bruno Haible  <bruno@clisp.org>
24340
24341         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
24342
24343 2007-03-17  Bruno Haible  <bruno@clisp.org>
24344
24345         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
24346         to reflect files copied from gnulib (with or without modifications).
24347         Suggested by Jim Meyering.
24348
24349 2007-03-17  Eric Blake  <ebb9@byu.net>
24350
24351         * NEWS: Document stdlib change from 2007-02-18.
24352
24353 2007-03-17  Jim Meyering  <jim@meyering.net>
24354
24355         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
24356         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
24357         someone uses a name containing shell meta-characters.
24358         Reported by Alfred M. Szmidt.
24359
24360         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
24361
24362 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
24363
24364         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
24365         and copy gettext configuration files only if configure.ac contains
24366         a use of AM_GNU_GETTEXT_VERSION.
24367
24368 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
24369
24370         * build-aux/bootstrap (gnulib_name): New variable.
24371         (gnulib_tool_options): Use it.
24372
24373 2007-03-13  Simon Josefsson  <simon@josefsson.org>
24374
24375         * tests/test-des.c: Use new namespace.
24376
24377 2007-03-15  Bruno Haible  <bruno@clisp.org>
24378
24379         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
24380         Reported by James Youngman <jay@gnu.org>.
24381
24382 2007-03-15  Bruno Haible  <bruno@clisp.org>
24383
24384         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
24385         declared prototype. Needed with cc on OSF/1 5.1.
24386
24387 2007-03-15  Bruno Haible  <bruno@clisp.org>
24388
24389         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
24390         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
24391         (struct gl_list_implementation): Add dispose_fn argument to the
24392         'create_empty', 'create' methods.
24393         (struct gl_list_impl_base): Add field 'dispose_fn'.
24394         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
24395         argument.
24396         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
24397         dispose_fn argument.
24398         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
24399         dispose_fn on the dropped values.
24400         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
24401         dispose_fn argument.
24402         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
24403         dropped values.
24404         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
24405         (gl_tree_remove_node): Call dispose_fn on the dropped value.
24406         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
24407         (gl_tree_remove_node): Call dispose_fn on the dropped value.
24408         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
24409         argument.
24410         (gl_tree_list_free): Call dispose_fn on the dropped values.
24411         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
24412         the dropped values.
24413         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
24414         Add dispose_fn argument.
24415         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
24416         Call dispose_fn on the dropped values.
24417         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
24418         Add dispose_fn argument.
24419         (gl_sublist_create): Initialize the 'dispose_fn' field.
24420         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
24421         * tests/test-array_list.c (main): Update.
24422         * tests/test-carray_list.c (main): Update.
24423         * tests/test-avltree_list.c (main): Update.
24424         * tests/test-rbtree_list.c (main): Update.
24425         * tests/test-avltreehash_list.c (main): Update.
24426         * tests/test-rbtreehash_list.c (main): Update.
24427         * tests/test-linked_list.c (main): Update.
24428         * tests/test-linkedhash_list.c (main): Update.
24429         * tests/test-array_oset.c (main): Update.
24430
24431 2007-03-15  Bruno Haible  <bruno@clisp.org>
24432
24433         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
24434         (gl_oset_create_empty): Add dispose_fn argument.
24435         (struct gl_oset_implementation): Add dispose_fn argument to
24436         'create_empty' method.
24437         (struct gl_oset_impl_base): Add dispose_fn field.
24438         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
24439         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
24440         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
24441         values.
24442         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
24443         (gl_tree_oset_free): Call dispose_fn on the dropped values.
24444         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
24445         dropped value.
24446         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
24447         dropped value.
24448         * tests/test-array_oset.c (main): Update.
24449         * tests/test-avltree_oset.c (main): Update.
24450         * tests/test-rbtree_oset.c (main): Update.
24451         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
24452
24453 2007-03-13  Bruno Haible  <bruno@clisp.org>
24454
24455         * tests/test-stdbool.c (i): Update after last patch.
24456
24457 2007-03-12  Bruno Haible  <bruno@clisp.org>
24458
24459         * lib/quotearg.c: Include <wctype.h> early, before the definition of
24460         the iswprint macro. Needed on Solaris 2.5.1.
24461
24462 2007-03-12  Bruno Haible  <bruno@clisp.org>
24463
24464         * tests/test-printf-frexp.c (main): Declare x as volatile.
24465
24466 2007-03-12  Simon Josefsson  <simon@josefsson.org>
24467
24468         * doc/gnulib.texi (Build robot for gnulib): New section.
24469
24470 2007-03-12  Jim Meyering  <jim@meyering.net>
24471
24472         * build-aux/bootstrap: New file.
24473         * build-aux/bootstrap.conf: New file, from coreutils.
24474
24475 2007-03-11  Bruno Haible  <bruno@clisp.org>
24476
24477         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
24478
24479 2007-03-12  Simon Josefsson  <simon@josefsson.org>
24480
24481         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
24482         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
24483         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
24484
24485 2007-03-11  Bruno Haible  <bruno@clisp.org>
24486
24487         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
24488         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
24489
24490 2007-03-11  Bruno Haible  <bruno@clisp.org>
24491
24492         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
24493         formula. Needed for SunPRO C 5.0.
24494
24495 2007-03-11  Bruno Haible  <bruno@clisp.org>
24496
24497         * modules/long-options (Depends-on): Add getopt.
24498
24499 2007-03-11  Bruno Haible  <bruno@clisp.org>
24500
24501         * modules/modechange (Depends-on): Add stdbool.
24502
24503 2007-03-11  Bruno Haible  <bruno@clisp.org>
24504
24505         * modules/i-ring (Depends-on): Add stdbool.
24506
24507 2007-03-11  Bruno Haible  <bruno@clisp.org>
24508
24509         * modules/gc-des (Depends-on): Add stdbool.
24510
24511 2007-03-11  Bruno Haible  <bruno@clisp.org>
24512
24513         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
24514
24515 2007-03-11  Bruno Haible  <bruno@clisp.org>
24516
24517         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
24518
24519 2007-03-11  Bruno Haible  <bruno@clisp.org>
24520
24521         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
24522
24523 2007-03-11  Bruno Haible  <bruno@clisp.org>
24524
24525         * lib/vasnprintf.c (sprintf): Undefine.
24526
24527 2007-03-11  Bruno Haible  <bruno@clisp.org>
24528
24529         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
24530         initializers in SunPRO C and Compaq C compilers.
24531
24532 2007-03-11  Bruno Haible  <bruno@clisp.org>
24533
24534         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
24535         decrementing code ANSI C compliant.
24536
24537 2007-03-11  Bruno Haible  <bruno@clisp.org>
24538
24539         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
24540         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
24541
24542 2007-03-11  Bruno Haible  <bruno@clisp.org>
24543
24544         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
24545         <stdbool.h> substitute doesn't pass.
24546
24547 2007-03-11  Bruno Haible  <bruno@clisp.org>
24548
24549         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
24550
24551 2007-03-11  Bruno Haible  <bruno@clisp.org>
24552
24553         * gnulib-tool (func_create_megatestdir): Create also an autobuild
24554         script, for submission to autobuild.josefsson.org.
24555
24556 2007-03-10  Bruno Haible  <bruno@clisp.org>
24557
24558         * modules/canonicalize-lgpl-tests: New file.
24559         * tests/test-canonicalize-lgpl.sh: New file.
24560         * tests/test-canonicalize-lgpl.c: New file.
24561
24562         * modules/c-strcase-tests: New file.
24563         * tests/test-c-strcase.sh: New file.
24564         * tests/test-c-strcasecmp.c: New file.
24565         * tests/test-c-strncasecmp.c: New file.
24566
24567         * modules/atexit-tests: New file.
24568         * tests/test-atexit.sh: New file.
24569         * tests/test-atexit.c: New file.
24570
24571 2007-03-10  Bruno Haible  <bruno@clisp.org>
24572
24573         * tests/test-binary-io.sh: Use temporary filenames that are not so
24574         likely to clash with those of other tests (in a parallel make).
24575         * tests/test-binary-io.c: Likewise.
24576
24577 2007-03-10  Bruno Haible  <bruno@clisp.org>
24578
24579         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
24580         fallback; use #error instead.
24581         Suggested by Simon Josefsson.
24582
24583 2007-03-10  Bruno Haible  <bruno@clisp.org>
24584
24585         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
24586         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
24587         first and the last.
24588
24589 2007-03-10  Bruno Haible  <bruno@clisp.org>
24590
24591         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
24592
24593 2007-03-10  Bruno Haible  <bruno@clisp.org>
24594
24595         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
24596         "make distcheck".
24597         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
24598         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
24599         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
24600
24601 2007-03-10  Bruno Haible  <bruno@clisp.org>
24602
24603         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
24604         variable.
24605         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
24606         variable.
24607
24608 2007-03-09  Eric Blake  <ebb9@byu.net>
24609         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
24610
24611         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
24612         types are not being provided by gnulib.
24613         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
24614         types are supported.
24615
24616 2007-03-10  Bruno Haible  <bruno@clisp.org>
24617
24618         * lib/stdio_.h (__attribute__): New macro.
24619         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
24620         vsprintf): Specify __attribute__ __format__ for GCC.
24621         Suggested by Eric Blake.
24622
24623 2007-03-09  Bruno Haible  <bruno@clisp.org>
24624
24625         * modules/printf-posix-tests: New file.
24626         * tests/test-printf-posix.sh: New file.
24627         * tests/test-printf-posix.c: New file.
24628
24629         * modules/printf-posix: New file.
24630         * lib/printf.c: New file.
24631         * m4/printf-posix-rpl.m4: New file.
24632         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
24633         REPLACE_PRINTF.
24634         * lib/stdio_.h (printf): New declaration.
24635         (format, __format__, ____printf____, ____scanf____, ____strftime____,
24636         ____strfmon____): New macros.
24637         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
24638         REPLACE_PRINTF.
24639
24640 2007-03-09  Bruno Haible  <bruno@clisp.org>
24641
24642         * tests/test-vasnprintf-posix2.sh: New file.
24643         * tests/test-vasnprintf-posix2.c: New file.
24644         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
24645         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
24646         (Makefile.am): Activate test-vasnprintf-posix2.sh.
24647
24648         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
24649         a locale dependent decimal point, rather than always '.'.
24650
24651 2007-03-09  Eric Blake  <ebb9@byu.net>
24652
24653         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
24654         spite of platforms like Tandem/NSK that define it to -1.
24655
24656 2007-03-08  Bruno Haible  <bruno@clisp.org>
24657
24658         * modules/vprintf-posix-tests: New file.
24659         * tests/test-vprintf-posix.sh: New file.
24660         * tests/test-vprintf-posix.c: New file.
24661         * tests/test-printf-posix.h: New file.
24662
24663         * modules/vprintf-posix: New file.
24664         * lib/vprintf.c: New file.
24665         * m4/vprintf-posix.m4: New file.
24666         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
24667         REPLACE_VPRINTF.
24668         * lib/stdio_.h (vprintf): New declaration.
24669         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
24670         REPLACE_VPRINTF.
24671
24672 2007-03-08  Bruno Haible  <bruno@clisp.org>
24673
24674         * modules/fprintf-posix-tests: New file.
24675         * tests/test-fprintf-posix.sh: New file.
24676         * tests/test-fprintf-posix.c: New file.
24677
24678         * modules/fprintf-posix: New file.
24679         * lib/fprintf.c: New file.
24680         * m4/fprintf-posix.m4: New file.
24681         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
24682         REPLACE_FPRINTF.
24683         * lib/stdio_.h (fprintf): New declaration.
24684         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
24685         REPLACE_FPRINTF.
24686
24687 2007-03-08  Bruno Haible  <bruno@clisp.org>
24688
24689         * modules/vfprintf-posix-tests: New file.
24690         * tests/test-vfprintf-posix.sh: New file.
24691         * tests/test-vfprintf-posix.c: New file.
24692         * tests/test-fprintf-posix.h: New file.
24693         * tests/test-fprintf-posix.out: New file.
24694
24695         * modules/vfprintf-posix: New file.
24696         * lib/vfprintf.c: New file.
24697         * m4/vfprintf-posix.m4: New file.
24698         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
24699         REPLACE_VFPRINTF.
24700         * lib/stdio_.h (vfprintf): New declaration.
24701         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
24702         REPLACE_VFPRINTF.
24703
24704 2007-03-08  Bruno Haible  <bruno@clisp.org>
24705
24706         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
24707
24708 2007-03-08  Bruno Haible  <bruno@clisp.org>
24709
24710         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
24711         instead of 'expr' invocations.
24712         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24713         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24714         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24715         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24716         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24717         Suggested by Paul Eggert.
24718
24719 2007-03-08  Bruno Haible  <bruno@clisp.org>
24720
24721         * modules/fseterr-tests: New file.
24722         * tests/test-fseterr.c: New file.
24723
24724         * modules/fseterr: New file.
24725         * lib/fseterr.h: New file.
24726         * lib/fseterr.c: New file.
24727
24728 2007-03-08  Bruno Haible  <bruno@clisp.org>
24729
24730         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
24731         * lib/getopt_.h: Likewise.
24732         * lib/mbswidth.h: Likewise.
24733         * lib/setenv.h: Likewise.
24734         * lib/vasnprintf.h: Likewise.
24735         * lib/vasprintf.h: Likewise.
24736         * lib/verror.h: Likewise.
24737         * lib/xsetenv.h: Likewise.
24738         * lib/xvasprintf.h: Likewise.
24739
24740 2007-03-08  Jim Meyering  <jim@meyering.net>
24741
24742         * users.txt: Add parted.
24743
24744         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
24745
24746 2007-03-07  Bruno Haible  <bruno@clisp.org>
24747
24748         * m4/printf.m4: Make the shell script snippets copy&pastable.
24749
24750 2007-03-02  Bruno Haible  <bruno@clisp.org>
24751
24752         * lib/netinet_in_.h: New file.
24753         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
24754         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
24755         * modules/netinet_in (Files): Add lib/netinet_in_.h.
24756         (Depends-on): Add absolute-header.
24757         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
24758         into netinet/in.h.
24759
24760 2007-03-03  Bruno Haible  <bruno@clisp.org>
24761
24762         * lib/sys_select_.h: New file.
24763         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
24764         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
24765         * modules/sys_select (Files): Add lib/sys_select_.h.
24766         (Depends-on): Add absolute-header.
24767         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
24768         into sys/select.h.
24769
24770 2007-03-02  Bruno Haible  <bruno@clisp.org>
24771
24772         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
24773         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
24774         values.
24775         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
24776         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
24777         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
24778         * modules/sys_socket (Depends-on): Add absolute-header.
24779         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
24780         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
24781         (Include): Remove requirement of inclusion of <sys/types.h>.
24782
24783 2007-03-02  Bruno Haible  <bruno@clisp.org>
24784
24785         * lib/byteswap_.h (bswap_32): Fix formula.
24786
24787 2007-03-06  Bruno Haible  <bruno@clisp.org>
24788
24789         * modules/sprintf-posix-tests: New file.
24790         * tests/test-sprintf-posix.c: New file.
24791
24792         * modules/sprintf-posix: New file.
24793         * lib/sprintf.c: New file.
24794         * m4/sprintf-posix.m4: New file.
24795         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
24796         REPLACE_SPRINTF.
24797         * lib/stdio_.h (sprintf): New declaration.
24798         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
24799         REPLACE_SPRINTF.
24800
24801 2007-03-06  Bruno Haible  <bruno@clisp.org>
24802
24803         * modules/vsprintf-posix-tests: New file.
24804         * tests/test-vsprintf-posix.c: New file.
24805         * tests/test-sprintf-posix.h: New file.
24806
24807         * modules/vsprintf-posix: New file.
24808         * lib/vsprintf.c: New file.
24809         * m4/vsprintf-posix.m4: New file.
24810         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
24811         REPLACE_VSPRINTF.
24812         * lib/stdio_.h (vsprintf): New declaration.
24813         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
24814         REPLACE_VSPRINTF.
24815
24816 2007-03-06  Bruno Haible  <bruno@clisp.org>
24817
24818         * modules/vsnprintf (Depend-on): Remove minmax.
24819
24820 2007-03-06  Bruno Haible  <bruno@clisp.org>
24821
24822         * modules/snprintf-posix-tests: New file.
24823         * tests/test-snprintf-posix.c: New file.
24824
24825         * modules/snprintf-posix: New file.
24826         * m4/snprintf-posix.m4: New file.
24827         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
24828         gl_FUNC_SNPRINTF.
24829         (gl_FUNC_SNPRINTF): Invoke it.
24830         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
24831         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
24832         is set.
24833         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
24834
24835 2007-03-06  Bruno Haible  <bruno@clisp.org>
24836
24837         * modules/vsnprintf-posix-tests: New file.
24838         * tests/test-vsnprintf-posix.c: New file.
24839         * tests/test-snprintf-posix.h: New file.
24840
24841         * modules/vsnprintf-posix: New file.
24842         * m4/vsnprintf-posix.m4: New file.
24843         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
24844         gl_FUNC_VSNPRINTF.
24845         (gl_FUNC_VSNPRINTF): Invoke it.
24846         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
24847         * lib/stdio_.h (vsnprintf): Define as a replacement if
24848         REPLACE_VSNPRINTF is set.
24849         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
24850
24851 2007-03-06  Bruno Haible  <bruno@clisp.org>
24852
24853         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
24854         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
24855
24856 2007-03-06  Bruno Haible  <bruno@clisp.org>
24857
24858         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
24859         (asinl): Declare also if HAVE_DECL_ASINL is set.
24860         (atanl): Declare also if HAVE_DECL_ATANL is set.
24861         (ceill): Declare also if HAVE_DECL_CEILL is set.
24862         (cosl): Declare also if HAVE_DECL_COSL is set.
24863         (expl): Declare also if HAVE_DECL_EXPL is set.
24864         (floorl): Declare also if HAVE_DECL_FLOORL is set.
24865         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
24866         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
24867         (logl): Declare also if HAVE_DECL_LOGL is set.
24868         (sinl): Declare also if HAVE_DECL_SINL is set.
24869         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
24870         (tanl): Declare also if HAVE_DECL_TANL is set.
24871         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
24872         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
24873         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
24874         declaration of frexpl, ldexpl.
24875         * modules/printf-frexpl (Depends-on): Add math.
24876         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
24877
24878 2007-03-05  Bruno Haible  <bruno@clisp.org>
24879
24880         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
24881         frexpl and ldexpl are declared.
24882         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
24883
24884 2007-03-05  Bruno Haible  <bruno@clisp.org>
24885
24886         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
24887         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
24888
24889 2007-03-05  Bruno Haible  <bruno@clisp.org>
24890
24891         * lib/stdio_.h: Include <stddef.h>.
24892
24893 2007-03-05  Bruno Haible  <bruno@clisp.org>
24894
24895         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
24896
24897 2007-03-05  Bruno Haible  <bruno@clisp.org>
24898
24899         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
24900         NetBSD 4, from Ralf Wildenhues.
24901
24902 2007-03-04  Bruno Haible  <bruno@clisp.org>
24903
24904         * lib/vasprintf.h: Update #if logic for the case when the functions
24905         exist but are overridden.
24906
24907 2007-03-04  Bruno Haible  <bruno@clisp.org>
24908
24909         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
24910         implementations: glibc-2.4 and MacOS X 10.3.
24911         * tests/test-vasnprintf-posix.c (test_function): Test also the case
24912         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
24913         * tests/test-vasprintf-posix.c (test_function): Likewise.
24914
24915 2007-03-04  Bruno Haible  <bruno@clisp.org>
24916
24917         * modules/vasprintf-posix-tests: New file.
24918         * tests/test-vasprintf-posix.c: New file.
24919
24920         * modules/vasprintf-posix: New file.
24921         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
24922         defined.
24923         * m4/vasprintf-posix.m4: New file.
24924         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
24925         gl_FUNC_VASPRINTF.
24926         (gl_FUNC_VASPRINTF): Invoke it.
24927         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
24928         here.
24929         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
24930
24931 2007-03-04  Bruno Haible  <bruno@clisp.org>
24932
24933         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
24934         REPLACE_GETTIMEOFDAY.
24935         * modules/sys_time (Makefile.am): Likewise.
24936         * m4/sys_time_h.m4: Likewise.
24937         * m4/gettimeofday.m4: Likewise.
24938
24939 2007-03-04  Bruno Haible  <bruno@clisp.org>
24940
24941         * modules/vasnprintf-posix-tests: New file.
24942         * tests/test-vasnprintf-posix.c: New file.
24943
24944         * modules/vasnprintf-posix: New file.
24945         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
24946         printf-frexpl.h.
24947         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
24948         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
24949         REPLACE_VASNPRINTF is defined.
24950         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
24951         gl_FUNC_VASNPRINTF.
24952         (gl_FUNC_VASNPRINTF): Invoke it.
24953         * m4/vasnprintf-posix.m4: New file.
24954         * m4/printf.m4: New file.
24955
24956 2007-03-04  Bruno Haible  <bruno@clisp.org>
24957
24958         Compile progreloc.c only if --enable-relocatable is specified.
24959         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
24960         if --enable-relocatable was specified.
24961         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
24962         lib_SOURCES.
24963
24964 2007-03-04  Jim Meyering  <jim@meyering.net>
24965
24966         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
24967         Use it consistently, rather than enumerating errno constants.
24968
24969 2007-03-04  Bruno Haible  <bruno@clisp.org>
24970
24971         * modules/xvasprintf-tests: New file.
24972         * tests/test-xvasprintf.c: New file.
24973
24974         * modules/vasprintf-tests: New file.
24975         * tests/test-vasprintf.c: New file.
24976
24977         * modules/vasnprintf-tests: New file.
24978         * tests/test-vasnprintf.c: New file.
24979
24980         * modules/vsnprintf-tests: New file.
24981         * tests/test-vsnprintf.c: New file.
24982
24983         * modules/snprintf-tests: New file.
24984         * tests/test-snprintf.c: New file.
24985
24986 2007-03-04  Bruno Haible  <bruno@clisp.org>
24987
24988         Compile relocatable.c only if --enable-relocatable is specified.
24989         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
24990         gl_RELOCATABLE_LIBRARY.
24991         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
24992         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
24993         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
24994         gl_RELOCATABLE_LIBRARY.
24995         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
24996         (Makefile.am): Remove lib_SOURCES.
24997         * modules/relocatable-lib-lgpl (configure.ac): Invoke
24998         gl_RELOCATABLE_LIBRARY.
24999         (Makefile.am): Remove lib_SOURCES.
25000         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
25001         always.
25002         * modules/relocatable-prog-wrapper (configure.ac): Invoke
25003         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
25004
25005 2007-03-04  Bruno Haible  <bruno@clisp.org>
25006
25007         * modules/argmatch-tests: New file.
25008         * tests/test-argmatch.c: New file.
25009
25010         * tests/test-allocsa.c (main): Halve the number of loop runs.
25011
25012         * modules/alloca-opt-tests: New file.
25013         * tests/test-alloca-opt.c: New file.
25014
25015 2007-03-04  Jim Meyering  <jim@meyering.net>
25016
25017         Work around difference between Linux ACLs and Solaris 10 ZFS.
25018         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
25019         for EINVAL.
25020
25021 2007-03-03  Bruno Haible  <bruno@clisp.org>
25022
25023         * modules/relocatable-prog (Depends-on): Add back progreloc's
25024         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
25025
25026 2007-03-03  Bruno Haible  <bruno@clisp.org>
25027
25028         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
25029         * modules/relocatable-lib: New file.
25030
25031 2007-03-03  Bruno Haible  <bruno@clisp.org>
25032
25033         * modules/relocatable-prog: Renamed from modules/relocatable.
25034         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
25035
25036 2007-03-03  Bruno Haible  <bruno@clisp.org>
25037
25038         * modules/relocatable-script (Files): Add doc/relocatable.texi,
25039         m4/relocatable-lib.m4.
25040         (Depends-on): Remove 'relocatable'.
25041         (configure.ac): Add gl_RELOCATABLE_NOP.
25042
25043 2007-03-03  Bruno Haible  <bruno@clisp.org>
25044
25045         * modules/relocatable-prog-wrapper: New file.
25046         * modules/relocatable (Depends-on): Add it. Remove all other
25047         dependencies except progname.
25048         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
25049
25050         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
25051         (gl_FUNC_STRERROR): Nop.
25052         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
25053
25054         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
25055         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
25056
25057         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
25058         (gl_FUNC_READLINK): Update.
25059
25060         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
25061
25062 2007-03-03  Bruno Haible  <bruno@clisp.org>
25063
25064         * lib/xreadlink.c: Include <unistd.h> unconditionally.
25065         * modules/xreadlink (Depends-on): Add unistd.
25066         * modules/xreadlink-with-size (Depends-on): Likewise.
25067
25068 2007-03-03  Bruno Haible  <bruno@clisp.org>
25069
25070         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
25071         extracted from gt_FUNC_SETENV.
25072         (gt_FUNC_SETENV): Remove macro.
25073         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
25074         remove gt_FUNC_SETENV.
25075
25076 2007-03-03  Bruno Haible  <bruno@clisp.org>
25077
25078         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
25079         ENABLE_RELOCATABLE here.
25080         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
25081
25082 2007-03-03  Bruno Haible  <bruno@clisp.org>
25083
25084         * modules/rbtreehash-list-tests (Depends-on): Add progname.
25085         * tests/test-rbtreehash_list.c: Include progname.h.
25086         (main): Call set_program_name.
25087
25088         * modules/rbtree-oset-tests (Depends-on): Add progname.
25089         * tests/test-rbtree_oset.c: Include progname.h.
25090         (main): Call set_program_name.
25091
25092         * modules/rbtree-list-tests (Depends-on): Add progname.
25093         * tests/test-rbtree_list.c: Include progname.h.
25094         (main): Call set_program_name.
25095
25096         * modules/linked-list-tests (Depends-on): Add progname.
25097         * tests/test-linked_list.c: Include progname.h.
25098         (main): Call set_program_name.
25099
25100 2007-03-03  Bruno Haible  <bruno@clisp.org>
25101
25102         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
25103         All uses of __restrict changed to _Restrict_.
25104         * lib/glob_.h (__restrict): Remove macro.
25105
25106 2007-03-02  Bruno Haible  <bruno@clisp.org>
25107
25108         * modules/gettext (configure.ac): Require gettext infrastructure
25109         from version 0.16.1.
25110
25111 2007-03-02  Bruno Haible  <bruno@clisp.org>
25112
25113         * modules/linkedhash-list-tests (Depends-on): Add progname.
25114         * tests/test-linkedhash_list.c: Include progname.h.
25115         (main): Call set_program_name.
25116
25117         * modules/carray-list-tests (Depends-on): Add progname.
25118         * tests/test-carray_list.c: Include progname.h.
25119         (main): Call set_program_name.
25120
25121         * modules/avltreehash-list-tests (Depends-on): Add progname.
25122         * tests/test-avltreehash_list.c: Include progname.h.
25123         (main): Call set_program_name.
25124
25125         * modules/avltree-oset-tests (Depends-on): Add progname.
25126         * tests/test-avltree_oset.c: Include progname.h.
25127         (main): Call set_program_name.
25128
25129         * modules/avltree-list-tests (Depends-on): Add progname.
25130         * tests/test-avltree_list.c: Include progname.h.
25131         (main): Call set_program_name.
25132
25133         * modules/array-oset-tests (Depends-on): Add progname.
25134         * tests/test-array_oset.c: Include progname.h.
25135         (main): Call set_program_name.
25136
25137         * modules/array-list-tests (Depends-on): Add progname.
25138         * tests/test-array_list.c: Include progname.h.
25139         (main): Call set_program_name.
25140
25141         * modules/argp-tests (Depends-on): Add progname.
25142         * tests/test-argp.c: Include argp.h first. Include progname.h.
25143         (main): Call set_program_name.
25144
25145 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
25146
25147         * doc/gnulib-tool.texi (Initial import): Reword description of
25148         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
25149         limited effect even if defined after the first system include.
25150
25151 2007-03-01  Bruno Haible  <bruno@clisp.org>
25152
25153         * build-aux/config.libpath: Update to libtool-1.5.22.
25154         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
25155
25156 2007-03-01  Bruno Haible  <bruno@clisp.org>
25157
25158         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
25159         foo_CFLAGS.
25160         Reported by Ralf Wildenhues.
25161
25162 2007-03-01  Bruno Haible  <bruno@clisp.org>
25163
25164         * build-aux/install-reloc: Remove object files left over by some
25165         compilers.
25166         Reported by Ralf Wildenhues.
25167
25168 2007-03-01  Bruno Haible  <bruno@clisp.org>
25169
25170         * build-aux/install-reloc: Break long lines.
25171
25172 2007-03-01  Bruno Haible  <bruno@clisp.org>
25173
25174         * doc/relocatable.texi: Document that it may not work on OpenBSD.
25175         Reported by Ralf Wildenhues.
25176
25177 2007-03-01  Bruno Haible  <bruno@clisp.org>
25178
25179         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
25180         include ordering constraints.
25181
25182 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25183
25184         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
25185         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
25186         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
25187         as another example.
25188         * lib/time_.h: Fix misspelling.
25189         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
25190         Require gl_HEADER_TIME_H_DEFAULTS.
25191         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
25192         * m4/time_r.m4 (gl_TIME_R): Likewise.
25193         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
25194
25195 2007-03-01  Bruno Haible  <bruno@clisp.org>
25196
25197         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
25198         * m4/utimens.m4 (gl_UTIMENS): Likewise.
25199
25200 2007-03-01  Jim Meyering  <jim@meyering.net>
25201
25202         * modules/xreadlink (Maintainer): Add my name.
25203         * modules/xreadlink-with-size (Depends-on): Alphabetize.
25204
25205 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
25206             Bruno Haible  <bruno@clisp.org>
25207
25208         * build-aux/install-reloc: Compile also c-ctype.c.
25209         * build-aux/relocatable.sh.in: New file.
25210         * doc/relocatable.texi: New file.
25211         * doc/relocatable-maint.texi: New file.
25212         * doc/gnulib.texi: Include relocatable-maint.texi.
25213         * lib/progreloc.c: Include unistd.h unconditionally.
25214         * lib/relocwrapper.c: Include unistd.h unconditionally.
25215         Include c-ctype.h.
25216         (add_dotbin): Use c_tolower.
25217         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
25218         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
25219         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
25220         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
25221         to m4/relocatable-lib.m4.
25222         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
25223         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
25224         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
25225         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
25226         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
25227         * modules/relocatable: New file.
25228         * modules/relocatable-lib: New file.
25229         * modules/relocatable-script: New file.
25230
25231 2007-02-28  Bruno Haible  <bruno@clisp.org>
25232
25233         Import --enable-relocatable infrastructure.
25234         * build-aux/config.libpath: New file, from GNU gettext.
25235         * build-aux/install-reloc: New file, from GNU gettext.
25236         * build-aux/reloc-ldflags: New file, from GNU gettext.
25237         * lib/relocatable.h: New file, from GNU gettext.
25238         * lib/relocatable.c: New file, from GNU gettext.
25239         * lib/relocwrapper.c: New file, from GNU gettext.
25240         * m4/relocatable.m4: New file, from GNU gettext.
25241
25242 2007-02-28  Bruno Haible  <bruno@clisp.org>
25243
25244         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
25245
25246         * modules/xreadlink: New file, from GNU gettext with modifications.
25247         * lib/xreadlink.c: New file, from GNU gettext.
25248         * lib/xreadlink.h: Add comments.
25249         (xreadlink): New declaration.
25250
25251         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
25252         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
25253         lib/xreadlink-with-size.c.
25254         (configure.ac): Remove gl_XREADLINK invocation.
25255         (Makefile.am): Augment lib_SOURCES.
25256         * m4/xreadlink.m4: Remove file.
25257         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
25258         (xreadlink_with_size): Renamed from xreadink.
25259         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
25260         * modules/canonicalize (Depends-on): Replace xreadlink with
25261         xreadlink-with-size.
25262         * lib/canonicalize.c (canonicalize_filename_mode): Update.
25263
25264 2007-02-25  Jim Meyering  <jim@meyering.net>
25265
25266         * build-aux/announce-gen: When complaining about excess arguments,
25267         list them.
25268
25269 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
25270
25271         * README: Document signed integer overflow situation more
25272         accurately.
25273
25274 2007-02-25  Bruno Haible  <bruno@clisp.org>
25275
25276         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
25277         'a' or 'A' conversion.
25278
25279 2007-02-25  Bruno Haible  <bruno@clisp.org>
25280
25281         * modules/filename: Renamed from modules/pathname.
25282         (Files): Replace lib/pathname.h with lib/filename.h. Replace
25283         lib/concatpath.c with lib/concat-filename.c.
25284         (Makefile.am): Update.
25285         (Include): Replace pathname.h with filename.h.
25286         * lib/filename.h: Renamed from lib/pathname.h.
25287         (concatenated_filename): Renamed from concatenated_pathname.
25288         * lib/concat-filename.c: Renamed from lib/concatpath.c.
25289         (concatenated_filename): Renamed from concatenated_pathname.
25290         * lib/findprog.c: Include filename.h instead of pathname.h.
25291         (find_in_path): Update.
25292         * lib/javacomp.c: Include filename.h instead of pathname.h.
25293         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
25294         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
25295         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
25296         is_oldgcj_14_13_usable, is_javac_usable): Update.
25297         * lib/javaexec.c: Include filename.h instead of pathname.h.
25298         (execute_java_class): Update.
25299         * modules/findprog: Update.
25300         * modules/javacomp: Update.
25301         * modules/javaexec: Update.
25302         * MODULES.html.sh (File system functions): Add 'filename', remove
25303         'pathname'.
25304
25305 2007-02-25  Bruno Haible  <bruno@clisp.org>
25306
25307         * modules/printf-frexpl-tests: New file.
25308         * tests/test-printf-frexpl.c: New file.
25309
25310         * modules/printf-frexpl: New file.
25311         * lib/printf-frexpl.h: New file.
25312         * lib/printf-frexpl.c: New file.
25313         * m4/printf-frexpl.m4: New file.
25314
25315 2007-02-25  Bruno Haible  <bruno@clisp.org>
25316
25317         * modules/printf-frexp-tests: New file.
25318         * tests/test-printf-frexp.c: New file.
25319
25320         * modules/printf-frexp: New file.
25321         * lib/printf-frexp.h: New file.
25322         * lib/printf-frexp.c: New file.
25323         * m4/printf-frexp.m4: New file.
25324
25325 2007-02-25  Bruno Haible  <bruno@clisp.org>
25326
25327         Assume automake >= 1.10 for the tests.
25328         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
25329         * modules/arctwo-tests: Likewise.
25330         * modules/argp-tests: Likewise.
25331         * modules/avltree-list-tests: Likewise.
25332         * modules/avltree-oset-tests: Likewise.
25333         * modules/avltreehash-list-tests: Likewise.
25334         * modules/carray-list-tests: Likewise.
25335         * modules/crc-tests: Likewise.
25336         * modules/des-tests: Likewise.
25337         * modules/gc-arcfour-tests: Likewise.
25338         * modules/gc-arctwo-tests: Likewise.
25339         * modules/gc-des-tests: Likewise.
25340         * modules/gc-hmac-md5-tests: Likewise.
25341         * modules/gc-hmac-sha1-tests: Likewise.
25342         * modules/gc-md2-tests: Likewise.
25343         * modules/gc-md4-tests: Likewise.
25344         * modules/gc-md5-tests: Likewise.
25345         * modules/gc-pbkdf2-sha1-tests: Likewise.
25346         * modules/gc-rijndael-tests: Likewise.
25347         * modules/gc-sha1-tests: Likewise.
25348         * modules/gc-tests: Likewise.
25349         * modules/getaddrinfo-tests: Likewise.
25350         * modules/hmac-md5-tests: Likewise.
25351         * modules/hmac-sha1-tests: Likewise.
25352         * modules/linked-list-tests: Likewise.
25353         * modules/linkedhash-list-tests: Likewise.
25354         * modules/lock-tests: Likewise.
25355         * modules/md2-tests: Likewise.
25356         * modules/md4-tests: Likewise.
25357         * modules/md5-tests: Likewise.
25358         * modules/rbtree-list-tests: Likewise.
25359         * modules/rbtree-oset-tests: Likewise.
25360         * modules/rbtreehash-list-tests: Likewise.
25361         * modules/read-file-tests: Likewise.
25362         * modules/rijndael-tests: Likewise.
25363         * modules/stdint-tests: Likewise.
25364         * modules/tls-tests: Likewise.
25365
25366 2007-02-24  Bruno Haible  <bruno@clisp.org>
25367
25368         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
25369         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
25370         function; instead check whether isnan with a double argument links.
25371         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
25372         function; instead check whether isnan with a 'long double' argument
25373         links.
25374         Reported by Eric Blake <ebb9@byu.net>.
25375
25376 2007-02-24  Bruno Haible  <bruno@clisp.org>
25377
25378         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
25379         defined.
25380         * lib/isnanl.c: Remove all code. Just include isnan.c.
25381         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
25382
25383 2007-02-25  Jim Meyering  <jim@meyering.net>
25384
25385         Avoid conflicting types for 'unsetenv' on FreeBSD.
25386         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
25387         conflicting with FreeBSD's (5.0 and 6.1) function declaration
25388         in stdlib.h.
25389
25390 2007-02-24  Bruno Haible  <bruno@clisp.org>
25391
25392         * modules/isnanl-nolibm-tests: New file.
25393         * tests/test-isnanl.c: New file.
25394
25395         * modules/isnanl-nolibm: New file.
25396         * lib/isnanl.h: New file.
25397         * lib/isnanl.c: New file.
25398         * m4/isnanl.m4: New file.
25399
25400 2007-02-24  Bruno Haible  <bruno@clisp.org>
25401
25402         * modules/isnan-nolibm-tests: New file.
25403         * tests/test-isnan.c: New file.
25404
25405         * modules/isnan-nolibm: New file.
25406         * lib/isnan.h: New file.
25407         * lib/isnan.c: New file.
25408         * m4/isnan.m4: New file.
25409
25410 2007-02-24  Bruno Haible  <bruno@clisp.org>
25411
25412         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
25413         assume that an exponent fits in 20 bits.
25414
25415 2007-02-24  Jim Meyering  <jim@meyering.net>
25416
25417         * m4/regex.m4: Update the description of the configure-time option,
25418         --without-included-regex, to state accurately what the defaults are,
25419         and perhaps to give people an idea why using this option is risky.
25420
25421 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
25422
25423         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
25424         loops on small arguments.  This attempts to avoid the problem
25425         Bruno Haible reported for AIX 4.3.2 in
25426         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
25427
25428 2007-02-23  Bruno Haible  <bruno@clisp.org>
25429
25430         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
25431         Needed for help2man.
25432
25433 2007-02-23  Karl Berry  <karl@gnu.org>
25434
25435         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
25436         exists, foo.h should be cvs-ignored, not committed.
25437
25438 2007-02-23  Eric Blake  <ebb9@byu.net>
25439
25440         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
25441         * lib/stat-time.h (includes): Likewise.
25442         * lib/utimecmp.c (includes): Likewise.
25443         * lib/utimens.h (includes): Likewise.
25444         * lib/getdate.y (includes): Also include "timespec.h" for use
25445         internal to the module.
25446         * modules/utimens (Depends-on): Revert yesterday's patch.
25447         * modules/nanosleep (Depends-on): Add missing dependency.
25448
25449 2007-02-22  Bruno Haible  <bruno@clisp.org>
25450
25451         * lib/glob.c: Don't include getlogin_r.h.
25452
25453 2007-02-22  Jim Meyering  <jim@meyering.net>
25454
25455         * modules/utimens (Depends-on): Add timespec, required for
25456         utimens.h's inclusion of timespec.h.
25457
25458 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
25459
25460         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
25461         long unreadable paths in GNU/Linux.  Problem reported by Andreas
25462         Schwab in
25463         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
25464         I'll try to think of a better way to fix the Solaris problem.
25465
25466         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
25467         like glibc; on Solaris 10, it fails with errno == EINVAL.
25468         POSIX says the behavior is unspecified if the first argument is NULL,
25469         so play it safe and never pass NULL to the system getcwd.
25470
25471 2007-02-21  Jim Meyering  <jim@meyering.net>
25472
25473         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
25474         of gettimeofday.  It would conflict with the one now always
25475         provided via sys_time_.h.  Reported by Matthew Woehlke, as
25476         an IRIX 6.5 build failure.
25477
25478 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
25479
25480         Minor fixups to port to Solaris 10 with Sun C 5.8.
25481         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
25482         * modules/getcwd (Depends-on): Add dirfd.
25483         * lib/putenv.c (putenv): #undef it.
25484         (rpl_putenv): New decl.
25485         (malloc, free): Include <stdlib.h> rather than prototyping separately.
25486
25487 2007-02-20  Bruno Haible  <bruno@clisp.org>
25488
25489         * modules/stdio-tests: New file.
25490         * tests/test-stdio.c: New file.
25491
25492         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
25493         (Depends-on): Add stdio.
25494         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
25495         (Include): Use <stdio.h> instead of vsnprintf.h.
25496         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
25497         HAVE_DECL_VSNPRINTF.
25498         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
25499
25500         * modules/snprintf (Files): Remove lib/snprintf.h.
25501         (Depends-on): Add stdio.
25502         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
25503         (Include): Use <stdio.h> instead of snprintf.h.
25504         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
25505         HAVE_DECL_SNPRINTF.
25506         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
25507         * lib/getaddrinfo.c: Likewise.
25508
25509         * modules/stdio: New file.
25510         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
25511         * lib/snprintf.h: Remove file.
25512         * lib/vsnprintf.h: Remove file.
25513         * lib/.cppi-disable: Remove snprintf.h.
25514         * m4/stdio_h.m4: New file.
25515         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
25516
25517 2007-02-20  Jim Meyering  <jim@meyering.net>
25518
25519         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
25520         used by e.g., mingw.  From Bruno Haible.
25521
25522 2007-02-19  Bruno Haible  <bruno@clisp.org>
25523
25524         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
25525         warnings.
25526         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25527
25528 2007-02-19  Bruno Haible  <bruno@clisp.org>
25529
25530         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
25531         from mingw users.
25532
25533 2007-02-19  Bruno Haible  <bruno@clisp.org>
25534
25535         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
25536         warnings.
25537         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
25538
25539 2007-02-19  Jim Meyering  <jim@meyering.net>
25540
25541         Don't use FD after a successful "fdopendir (fd)".
25542         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
25543         Reset it by calling dirfd on the just-obtained DIR*.
25544
25545         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
25546         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
25547
25548 2007-02-18  Bruno Haible  <bruno@clisp.org>
25549
25550         * lib/readlink.c: Include <unistd.h>.
25551         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
25552         HAVE_READLINK.
25553         * modules/readlink (Depends-on): Add unistd.
25554         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
25555         (Include): Add <unistd.h>.
25556
25557         * lib/getlogin_r.h: Remove file.
25558         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
25559         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
25560         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
25561         HAVE_DECL_GETLOGIN_R.
25562         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
25563         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
25564         (Include): Use <unistd.h> instead of getlogin_r.h.
25565
25566         * lib/getcwd.h: Remove file.
25567         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
25568         * lib/xgetcwd.c: Likewise.
25569         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
25570         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
25571         * modules/getcwd (Files): Remove lib/getcwd.h.
25572         (Depends-on): Add unistd.
25573         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
25574         (Include): Use <unistd.h> instad of getcwd.h.
25575
25576         * lib/ftruncate.c: Include <unistd.h> first.
25577         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
25578         Set HAVE_FTRUNCATE.
25579         * modules/ftruncate (Depends-on): Add unistd.
25580         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
25581
25582         * lib/fchdir.c: Include <unistd.h> first.
25583         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
25584         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
25585         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
25586         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
25587         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
25588
25589         * lib/dup2.c: Include <unistd.h> first.
25590         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
25591         HAVE_DUP2.
25592         * modules/dup2 (Depends-on): Add unistd.
25593         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
25594
25595         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
25596         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
25597         REPLACE_CHOWN. Don't define chown as a macro here.
25598         * modules/chown (Depends-on): Add unistd.
25599         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
25600
25601         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
25602         Add definition for GL_LINK_WARNING.
25603         (chown, dup2): New declarations.
25604         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
25605         link warning.
25606         (ftruncate): New declaration.
25607         (getcwd): New declaration, taken from old getcwd.h.
25608         (getlogin_r): New declaration, taken from old getlogin_r.h.
25609         (readlink): New declaration.
25610         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
25611         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
25612         (gl_PREREQ_UNISTD): Remove macro.
25613         (gl_UNISTD_MODULE_INDICATOR): New macro.
25614         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
25615         many new variables. Don't set UNISTD_H.
25616         * modules/unistd (Description): Change.
25617         (Depends-on): Add link-warning.
25618         (configure.ac): Update.
25619         (Makefile.am): Create unistd.h always. Substitute many new variables
25620         into it.
25621
25622 2007-02-18  Bruno Haible  <bruno@clisp.org>
25623
25624         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
25625         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
25626         HAVE_GETSUBOPT.
25627         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
25628         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
25629         * lib/getsubopt.h: Remove file.
25630         * modules/getsubopt (Files): Remove lib/getsubopt.h.
25631         (Depends-on): Add stdlib.
25632         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25633         (Includes): Use <stdlib.h> instead of getsubopt.h.
25634         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
25635         Set HAVE_GETSUBOPT.
25636         * lib/getsubopt.c: Don't include getsubopt.h.
25637
25638 2007-02-18  Bruno Haible  <bruno@clisp.org>
25639
25640         * modules/fchdir (Depends-on): Add dup2.
25641
25642 2007-02-18  Bruno Haible  <bruno@clisp.org>
25643
25644         * lib/stdlib_.h: Handle glibc's special invocation convention
25645         specially.
25646
25647 2007-02-18  Bruno Haible  <bruno@clisp.org>
25648
25649         * modules/stdlib-tests: New file.
25650         * tests/test-stdlib.c: New file.
25651
25652         * modules/mkstemp (Files): Remove lib/mkstemp.h.
25653         (Depends-on): Add stdlib.
25654         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25655         (Includes): Use <stdlib.h> instead of mkstemp.h.
25656         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
25657         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
25658         * lib/mkstemp.c: Don't include mkstemp.h.
25659         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
25660         * lib/stdlib--.h: Don't include mkstemp.h.
25661
25662         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
25663         (Depends-on): Add stdlib.
25664         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25665         (Includes): Use <stdlib.h> instead of mkdtemp.h.
25666         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
25667         HAVE_MKDTEMP.
25668         * lib/mkdtemp.c: Don't include mkdtemp.h.
25669         * lib/clean-temp.c: Don't include mkdtemp.h.
25670
25671         * modules/exit (Files): Remove lib/exit.h.
25672         (Depends-on): Add stdlib.
25673         (Makefile.am): Remove lib_SOURCES.
25674         (Include): Use <stdlib.h> instead of exit.h.
25675         * lib/argmatch.c: Don't include exit.h.
25676         * lib/execute.c: Likewise.
25677         * lib/pagealign_alloc.c: Likewise.
25678         * lib/pipe.c: Likewise.
25679         * lib/wait-process.c: Likewise.
25680         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
25681         * lib/exitfail.c: Likewise.
25682         * lib/savewd.c: Likewise.
25683         * lib/xsetenv.c: Likewise.
25684
25685         * modules/stdlib: New file.
25686         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
25687         and extra comments about mkstemp().
25688         * lib/exit.h: Remove file.
25689         * lib/mkdtemp.h: Remove file.
25690         * lib/mkstemp.h: Remove file.
25691         * m4/stdlib_h.m4: New file.
25692         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
25693
25694 2007-02-18  Bruno Haible  <bruno@clisp.org>
25695
25696         * modules/math-tests: New file.
25697         * tests/test-math.c: New file.
25698
25699         * modules/math: New file.
25700         * modules/mathl (Files): Remove lib/mathl.h.
25701         (Depends-on): Add math.
25702         (Makefile.am): Don't mention mathl.h.
25703         (Include): Use <math.h> instead of mathl.h.
25704         * lib/math_.h: New file.
25705         * lib/mathl.h: Remove file.
25706         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
25707         mathl.h.
25708         * lib/asinl.c: Likewise.
25709         * lib/atanl.c: Likewise.
25710         * lib/ceill.c: Likewise.
25711         * lib/cosl.c: Likewise.
25712         * lib/expl.c: Likewise.
25713         * lib/floorl.c: Likewise.
25714         * lib/frexpl.c: Likewise.
25715         * lib/ldexpl.c: Likewise.
25716         * lib/logl.c: Likewise.
25717         * lib/sincosl.c: Likewise.
25718         * lib/sinl.c: Likewise.
25719         * lib/sqrtl.c: Likewise.
25720         * lib/tanl.c: Likewise.
25721         * lib/trigl.c: Likewise.
25722         * m4/math_h.m4: New file.
25723         * MODULES.html.sh (Mathematics): Add math.
25724
25725 2007-02-17  Bruno Haible  <bruno@clisp.org>
25726
25727         * modules/wctype-tests: New file.
25728         * tests/test-wctype.c: New file.
25729
25730         * modules/wchar-tests: New file.
25731         * tests/test-wchar.c: New file.
25732
25733         * modules/unistd-tests: New file.
25734         * tests/test-unistd.c: New file.
25735
25736         * modules/time-tests: New file.
25737         * tests/test-time.c: New file.
25738
25739         * modules/sysexits-tests: New file.
25740         * tests/test-sysexits.c: New file.
25741
25742         * modules/sys_time-tests: New file.
25743         * tests/test-sys_time.c: New file.
25744
25745         * modules/sys_stat-tests: New file.
25746         * tests/test-sys_stat.c: New file.
25747
25748         * modules/sys_socket-tests: New file.
25749         * tests/test-sys_socket.c: New file.
25750
25751         * modules/sys_select-tests: New file.
25752         * tests/test-sys_select.c: New file.
25753
25754         * modules/string-tests: New file.
25755         * tests/test-string.c: New file.
25756
25757         * modules/stdbool-tests: New file.
25758         * tests/test-stdbool.c: New file.
25759
25760         * modules/netinet_in-tests: New file.
25761         * tests/test-netinet_in.c: New file.
25762
25763         * modules/inttypes-tests: New file.
25764         * tests/test-inttypes.c: New file.
25765
25766         * modules/fcntl-tests: New file.
25767         * tests/test-fcntl.c: New file.
25768
25769         * modules/byteswap-tests: New file.
25770         * tests/test-byteswap.c: New file.
25771
25772         * modules/arpa_inet-tests: New file.
25773         * tests/test-arpa_inet.c: New file.
25774
25775 2007-02-17  Bruno Haible  <bruno@clisp.org>
25776
25777         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
25778         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
25779         if the corresponding module is not enabled. Emit link warnings if
25780         the function is used nevertheless.
25781         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
25782         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
25783         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
25784         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
25785         * modules/inttypes (Depends-on): Add link-warning.
25786         (Makefile.am): Copy the contents of build-aux/link-warning.h into
25787         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
25788         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
25789         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
25790         * modules/imaxdiv (configure.ac): Likewise.
25791         * modules/strtoimax (configure.ac): Likewise.
25792         * modules/strtoumax (configure.ac): Likewise.
25793
25794 2007-02-17  Bruno Haible  <bruno@clisp.org>
25795
25796         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
25797         gl_STRING_MODULE_INDICATOR_DEFAULTS.
25798         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
25799         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
25800
25801 2007-02-17  Bruno Haible  <bruno@clisp.org>
25802
25803         * modules/link-warning: New file.
25804         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
25805         * lib/string_.h (GL_LINK_WARNING): Remove definition.
25806         * modules/string (Depends-on): Add link-warning.
25807         (Makefile.am): Copy the contents of build-aux/link-warning.h into
25808         string.h.
25809         * MODULES.html.sh (Support for building libraries and executables): Add
25810         link-warning.
25811
25812 2007-02-17  Bruno Haible  <bruno@clisp.org>
25813
25814         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
25815         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
25816         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
25817         long lines.
25818
25819 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
25820             Bruno Haible  <bruno@clisp.org>
25821
25822         * modules/tmpfile: New file.
25823         * lib/tmpfile.c: New file.
25824         * m4/tmpfile.m4: New file.
25825         * MODULES.html.sh (func_all_modules): New section "Input/output".
25826
25827 2007-02-15  Bruno Haible  <bruno@clisp.org>
25828
25829         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
25830         (supports_delete_on_close): New function.
25831         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
25832
25833 2007-02-14  Bruno Haible  <bruno@clisp.org>
25834
25835         * modules/mbspcasecmp-tests: New file.
25836         * tests/test-mbspcasecmp.sh: New file.
25837         * tests/test-mbspcasecmp.c: New file.
25838
25839         New module mbspcasecmp.
25840         * modules/mbspcasecmp: New file.
25841         * lib/mbspcasecmp.c: New file.
25842         * lib/string_.h (strncasecmp): Change warning message.
25843         (mbspcasecmp): New declaration.
25844         * m4/mbspcasecmp.m4: New file.
25845         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25846         GNULIB_MBSPCASECMP.
25847         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
25848         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
25849
25850 2007-02-14  Bruno Haible  <bruno@clisp.org>
25851
25852         * modules/mbsncasecmp-tests: New file.
25853         * tests/test-mbsncasecmp.sh: New file.
25854         * tests/test-mbsncasecmp.c: New file.
25855
25856         New module mbsncasecmp.
25857         * modules/mbsncasecmp: New file.
25858         * lib/mbsncasecmp.c: New file.
25859         * lib/string_.h (mbsncasecmp): New declaration.
25860         * m4/mbsncasecmp.m4: New file.
25861         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25862         GNULIB_MBSNCASECMP.
25863         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
25864         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
25865
25866 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
25867
25868         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
25869         Verify that it doesn't overlap with our flags.
25870         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
25871         do not have the desired effect in multibyte locales; instead, use
25872         mbscasecmp.
25873         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
25874         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
25875         we don't require GNU fnmatch ourselves (if our users require it, they
25876         should do so explicitly).
25877
25878         Fix regex code so it doesn't rely on strcasecmp.
25879         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
25880         Otherwise, include gnulib's langinfo.h.
25881         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
25882         undesirable behavior in non-C locales.  Instead, rely on localecharset.
25883         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
25884         * modules/regex (FILES): Remove m4/codeset.m4.
25885         (Depends-on): Add localcharset.  Remove strcase.
25886
25887 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25888
25889         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
25890         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
25891
25892 2007-02-13  Bruno Haible  <bruno@clisp.org>
25893
25894         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
25895         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25896
25897 2007-02-12  Bruno Haible  <bruno@clisp.org>
25898
25899         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
25900         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
25901         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
25902         time warning rather than a link error.
25903
25904 2007-02-12  Bruno Haible  <bruno@clisp.org>
25905
25906         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
25907         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25908         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25909
25910 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
25911
25912         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
25913         args, not 2.
25914
25915 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
25916
25917         New module 'time', so that apps can include <time.h> as per
25918         POSIX and GNU instead of separate include files like time_r.h
25919         and timegm.h.  This implementation tries out a simpler approach
25920         for replacing decls in standard include files (as compared to
25921         the string module), somewhat as an experiment.
25922
25923         * config/srclist.txt: Comment out mktime.c for now.
25924         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
25925         since it doesn't apply any more.  Use generic wording instead.
25926         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
25927         'time'.
25928         * lib/time_.h, m4/time_h.m4, modules/time: New files.
25929         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
25930         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
25931         Don't include <sys/types.h>; no longer needed since we assume C89.
25932         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
25933         * lib/strftime.c: Likewise.
25934         * lib/time_r.c: Likewise.
25935         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
25936         * lib/nanosleep.c: Include <time.h> first, to check interface.
25937         * lib/strptime.c: Likewise.
25938         * lib/time_r.c: Likewise.
25939         * lib/timegm.c: Likewise.
25940         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
25941         needed.
25942         * lib/timegm.c: Don't include timegm.h; no longer needed.
25943         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
25944         time.h now handles any problems in that area.
25945         (struct timespec, nanosleep): Remove; time.h now arranges for these.
25946         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
25947         that time.h defines struct timespec.
25948         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
25949         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
25950         handles that.
25951         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
25952         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
25953         needed.  Set REPLACE_LOCALTIME.
25954         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
25955         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
25956         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
25957         nanosleep; time_h.m4 now does that.  Don't require
25958         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
25959         module handles this now.
25960         * modules/getdate (Depends-on): Remove timespec.  Add time.
25961         * modules/nanosleep (Depends-on): Likewise.
25962         * modules/stat-time (Depends-on): Likewise.
25963         * modules/nanosleep (Include): Include time.h, not timespec.h.
25964         * modules/strptime (Files): Remove lib/strptime.h.
25965         (Depends-on): Add extensions, time.
25966         (Include): Include time.h, not strptime.h.
25967         * modules/time_r (Files): Remove lib/time_r.h.
25968         (Depends-on): Add time.
25969         (Include): Include time.h, not time_r.h.
25970         * modules/timegm: Likewise.
25971         * modules/timespec (Description): Now does timespec-related decls
25972         of our own, instead of struct timespec itself.
25973         (Depends-on): Add time; remove extensions.
25974         (Maintainer): Add self.
25975         * modules/utimecmp (Depends-on): Add time; remove timespec.
25976         * modules/utimens (Depends-on): Likewise.
25977         * modules/xnanosleep (Depends-on): Likewise.
25978
25979 2007-02-11  Bruno Haible  <bruno@clisp.org>
25980
25981         * lib/c-strstr.c: Include allocsa.h.
25982         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25983         * lib/c-strcasestr.c: Include allocsa.h.
25984         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25985         * lib/strcasestr.c: Include allocsa.h.
25986         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25987         * lib/mbsstr.c: Include allocsa.h.
25988         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
25989         allocsa/freesa instead of malloc/free.
25990         * lib/mbscasestr.c: Include allocsa.h.
25991         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
25992         allocsa/freesa instead of malloc/free.
25993         * modules/c-strstr (Depends-on): Add allocsa.
25994         * modules/c-strcasestr (Depends-on): Likewise.
25995         * modules/strcasestr (Depends-on): Likewise.
25996         * modules/mbsstr (Depends-on): Likewise.
25997         * modules/mbscasestr (Depends-on): Likewise.
25998
25999 2007-02-11  Bruno Haible  <bruno@clisp.org>
26000
26001         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
26002
26003         * modules/mbsspn-tests: New file.
26004         * tests/test-mbsspn.sh: New file.
26005         * tests/test-mbsspn.c: New file.
26006
26007 2007-02-11  Bruno Haible  <bruno@clisp.org>
26008
26009         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
26010
26011         * modules/mbspbrk-tests: New file.
26012         * tests/test-mbspbrk.sh: New file.
26013         * tests/test-mbspbrk.c: New file.
26014
26015 2007-02-11  Bruno Haible  <bruno@clisp.org>
26016
26017         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
26018         unneeded cast.
26019
26020         * modules/mbscspn-tests: New file.
26021         * tests/test-mbscspn.sh: New file.
26022         * tests/test-mbscspn.c: New file.
26023
26024 2007-02-11  Bruno Haible  <bruno@clisp.org>
26025
26026         * modules/mbscasecmp-tests: New file.
26027         * tests/test-mbscasecmp.sh: New file.
26028         * tests/test-mbscasecmp.c: New file.
26029
26030 2007-02-11  Bruno Haible  <bruno@clisp.org>
26031
26032         Ensure O(n) worst-case complexity of mbscasestr.
26033         * lib/mbscasestr.c: Include stdbool.h.
26034         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
26035         functions.
26036         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
26037         the bookkeeping indicates that it's worth it.
26038         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
26039
26040         * modules/mbscasestr-tests: New file.
26041         * tests/test-mbscasestr1.c: New file.
26042         * tests/test-mbscasestr2.sh: New file.
26043         * tests/test-mbscasestr2.c: New file.
26044         * tests/test-mbscasestr3.sh: New file.
26045         * tests/test-mbscasestr3.c: New file.
26046         * tests/test-mbscasestr4.sh: New file.
26047         * tests/test-mbscasestr4.c: New file.
26048         * m4/locale-tr.m4: New file.
26049
26050 2007-02-11  Bruno Haible  <bruno@clisp.org>
26051
26052         Ensure O(n) worst-case complexity of mbsstr.
26053         * lib/mbsstr.c: Include stdbool.h.
26054         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
26055         functions.
26056         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
26057         bookkeeping indicates that it's worth it.
26058         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
26059
26060         * modules/mbsstr-tests: New file.
26061         * tests/test-mbsstr1.c: New file.
26062         * tests/test-mbsstr2.sh: New file.
26063         * tests/test-mbsstr2.c: New file.
26064         * tests/test-mbsstr3.sh: New file.
26065         * tests/test-mbsstr3.c: New file.
26066         * m4/locale-fr.m4: New file.
26067
26068 2007-02-11  Bruno Haible  <bruno@clisp.org>
26069
26070         * lib/mbsrchr.c (mbsrchr): Fix bug.
26071
26072         * modules/mbsrchr-tests: New file.
26073         * tests/test-mbsrchr.sh: New file.
26074         * tests/test-mbsrchr.c: New file.
26075
26076 2007-02-11  Bruno Haible  <bruno@clisp.org>
26077
26078         * lib/mbschr.c (mbschr): Fix bug.
26079
26080         * modules/mbschr-tests: New file.
26081         * tests/test-mbschr.sh: New file.
26082         * tests/test-mbschr.c: New file.
26083         * m4/locale-zh.m4: New file.
26084
26085 2007-02-11  Bruno Haible  <bruno@clisp.org>
26086
26087         Support for copying multibyte string iterators.
26088         * lib/mbiter.h: Include <string.h>.
26089         (mbiter_multi_copy): New function.
26090         (mbi_copy): New macro.
26091         * lib/mbuiter.h: Include <string.h>.
26092         (mbuiter_multi_copy): New function.
26093         (mbui_copy): New macro.
26094
26095 2007-02-11  Bruno Haible  <bruno@clisp.org>
26096
26097         New module mbslen.
26098         * modules/mbslen: New file.
26099         * lib/mbslen.c: New file.
26100         * lib/string_.h (mbslen): New declaration.
26101         * m4/mbslen.m4: New file.
26102         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26103         GNULIB_MBSLEN.
26104         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
26105         * MODULES.html.sh (Internationalization functions): Add mbslen.
26106
26107 2007-02-11  Bruno Haible  <bruno@clisp.org>
26108
26109         Ensure O(n) worst-case complexity of strcasestr substitute.
26110         * lib/strcasestr.c: Include stdbool.h.
26111         (knuth_morris_pratt): New function.
26112         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
26113         bookkeeping indicates that it's worth it.
26114         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
26115
26116         * modules/strcasestr-tests: New file.
26117         * tests/test-strcasestr.c: New file.
26118
26119 2007-02-11  Bruno Haible  <bruno@clisp.org>
26120
26121         Ensure O(n) worst-case complexity of c_strcasestr.
26122         * lib/c-strcasestr.c: Include stdbool.h, string.h.
26123         (knuth_morris_pratt): New function.
26124         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
26125         the bookkeeping indicates that it's worth it.
26126         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
26127
26128         * modules/c-strcasestr-tests: New file.
26129         * tests/test-c-strcasestr.c: New file.
26130
26131 2007-02-11  Bruno Haible  <bruno@clisp.org>
26132
26133         Ensure O(n) worst-case complexity of c_strstr.
26134         * lib/c-strstr.c: Include stdbool.h, string.h.
26135         (knuth_morris_pratt): New function.
26136         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
26137         bookkeeping indicates that it's worth it.
26138         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
26139
26140         * lib/c-strstr.c: Complete rewrite for maintainability.
26141
26142         * modules/c-strstr-tests: New file.
26143         * tests/test-c-strstr.c: New file.
26144
26145 2007-02-11  Bruno Haible  <bruno@clisp.org>
26146
26147         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
26148         5.2.1 and earlier, whereby \055 was treated just like the range
26149         delimiter '-'.
26150         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
26151
26152 2007-02-08  Bruno Haible  <bruno@clisp.org>
26153
26154         * modules/regex (Depends-on): Add stdbool.
26155         Reported by Dalibor Topic <robilad@kaffe.org>.
26156
26157 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
26158
26159         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
26160         Prefer returning from main to exiting from it.
26161         Remove unnecessary parens after sizeof.
26162
26163 2007-02-05  Bruno Haible  <bruno@clisp.org>
26164
26165         New module mbssep.
26166         * modules/mbssep: New file.
26167         * lib/mbssep.c: New file.
26168         * lib/string_.h (strsep): Add a conditional link warning.
26169         (mbssep): New declaration.
26170         * m4/mbssep.m4: New file.
26171         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26172         GNULIB_MBSSEP.
26173         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
26174         * MODULES.html.sh (Internationalization functions): Add mbssep.
26175
26176 2007-02-05  Bruno Haible  <bruno@clisp.org>
26177
26178         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
26179         Optimize search in case of 1 delimiter.
26180
26181 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
26182
26183         * lib/acl.h: Include sys/types.h before sys/acl.h.
26184
26185 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
26186
26187         Merge upstream fix for glibc bugzilla #3957:
26188
26189         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
26190
26191         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
26192         bit for RE_HAT_LISTS_NOT_NEWLINE.
26193         (build_charclass_op): Remove bogus comment.
26194
26195 2007-02-05  Simon Josefsson  <simon@josefsson.org>
26196
26197         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
26198
26199 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
26200
26201         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
26202         * lib/memmem.c [!defined _LIBC]: Include config.h.
26203
26204 2007-02-04  Bruno Haible  <bruno@clisp.org>
26205
26206         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
26207         warning message.
26208
26209 2007-02-04  Bruno Haible  <bruno@clisp.org>
26210
26211         New module mbstok_r.
26212         * modules/mbstok_r: New file.
26213         * lib/mbstok_r.c: New file.
26214         * lib/string_.h (strtok_r): Change argument names to match the
26215         comments. Add a conditional link warning.
26216         (mbstok_r): New declaration.
26217         * m4/mbstok_r.m4: New file.
26218         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26219         GNULIB_MBSTOK_R.
26220         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
26221         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
26222
26223 2007-02-04  Bruno Haible  <bruno@clisp.org>
26224
26225         New module mbsspn.
26226         * modules/mbsspn: New file.
26227         * lib/mbsspn.c: New file.
26228         * lib/string_.h (strspn): Add a conditional link warning.
26229         (mbsspn): New declaration.
26230         * m4/mbsspn.m4: New file.
26231         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26232         GNULIB_MBSSPN.
26233         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
26234         * MODULES.html.sh (Internationalization functions): Add mbsspn.
26235
26236 2007-02-04  Bruno Haible  <bruno@clisp.org>
26237
26238         New module mbspbrk.
26239         * modules/mbspbrk: New file.
26240         * lib/mbspbrk.c: New file.
26241         * lib/string_.h (strpbrk): Add a conditional link warning.
26242         (mbspbrk): New declaration.
26243         * m4/mbspbrk.m4: New file.
26244         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26245         GNULIB_MBSPBRK.
26246         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
26247         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
26248
26249 2007-02-04  Bruno Haible  <bruno@clisp.org>
26250
26251         New module mbscspn.
26252         * modules/mbscspn: New file.
26253         * lib/mbscspn.c: New file.
26254         * lib/string_.h (strcspn): Add a conditional link warning.
26255         (mbscspn): New declaration.
26256         * m4/mbscspn.m4: New file.
26257         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26258         GNULIB_MBSCSPN.
26259         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
26260         * MODULES.html.sh (Internationalization functions): Add mbscspn.
26261
26262 2007-02-04  Bruno Haible  <bruno@clisp.org>
26263
26264         New module mbscasestr, reduced goal of strcasestr.
26265         * modules/mbscasestr: New file.
26266         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
26267         (mbscasestr): Renamed from strcasestr.
26268         * lib/strcasestr.c: Don't include mbuiter.h.
26269         (strcasestr): Remove support for multibyte locales.
26270         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
26271         Change the conditional link warning.
26272         (mbscasestr): New declaration.
26273         * m4/mbscasestr.m4: New file.
26274         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
26275         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
26276         REPLACE_STRCASESTR.
26277         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
26278         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
26279         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
26280         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
26281         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
26282         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
26283         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
26284         (Depends-on): Remove mbuiter.
26285         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
26286
26287 2007-02-04  Bruno Haible  <bruno@clisp.org>
26288
26289         Simplify handling of strncasecmp.
26290         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
26291         the conditional link warning.
26292         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
26293         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
26294         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
26295         * modules/strcase (configure.ac): Don't invoke
26296         gl_STRING_MODULE_INDICATOR.
26297         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
26298
26299 2007-02-04  Bruno Haible  <bruno@clisp.org>
26300
26301         New module mbscasecmp, reduced goal of strcasecmp.
26302         * modules/mbscasecmp: New file.
26303         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
26304         (mbscasecmp): Renamed from strcasecmp.
26305         * lib/strcasecmp.c: Don't include mbuiter.h.
26306         (strcasecmp): Remove support for multibyte locales.
26307         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
26308         Change the conditional link warning.
26309         (mbscasecmp): New declaration.
26310         * m4/mbscasecmp.m4: New file.
26311         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
26312         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
26313         REPLACE_STRCASECMP.
26314         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
26315         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26316         GNULIB_MBSCASECMP.
26317         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
26318         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
26319         * modules/strcase (Files): Remove m4/mbrtowc.m4.
26320         (Depends-on): Remove mbuiter.
26321         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
26322
26323 2007-02-04  Bruno Haible  <bruno@clisp.org>
26324
26325         New module mbsstr. Remove module strstr.
26326         * modules/mbsstr: New file.
26327         * modules/strstr: Remove file.
26328         * lib/mbsstr.c: Renamed from lib/strstr.c.
26329         (mbsstr): Renamed from strstr.
26330         * lib/string_.h (strstr): Remove declaration. Change the conditional
26331         link warning.
26332         (mbsstr): New declaration.
26333         * m4/mbsstr.m4: New file.
26334         * m4/strstr.m4: Remove file.
26335         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
26336         REPLACE_STRSTR.
26337         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
26338         Don't initialize GNULIB_STRSTR.
26339         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
26340         substitute GNULIB_STRSTR and REPLACE_STRSTR.
26341         * MODULES.html.sh (Internationalization functions): Add mbsstr.
26342         (Support for systems lacking ANSI C 89): Remove strstr.
26343
26344 2007-02-04  Bruno Haible  <bruno@clisp.org>
26345
26346         New module mbsrchr.
26347         * modules/mbsrchr: New file.
26348         * lib/mbsrchr.c: New file.
26349         * lib/string_.h (strrchr): Add a conditional link warning.
26350         (mbsrchr): New declaration.
26351         * m4/mbsrchr.m4: New file.
26352         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26353         GNULIB_MBSRCHR.
26354         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
26355         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
26356
26357 2007-02-04  Bruno Haible  <bruno@clisp.org>
26358
26359         New module mbschr.
26360         * modules/mbschr: New file.
26361         * lib/mbschr.c: New file.
26362         * lib/string_.h (strchr): Add a conditional link warning.
26363         (mbschr): New declaration.
26364         * m4/mbschr.m4: New file.
26365         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26366         GNULIB_MBSCHR.
26367         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
26368         * MODULES.html.sh (Internationalization functions): Add mbschr.
26369
26370 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
26371
26372         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
26373
26374         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
26375
26376 2007-02-04  Bruno Haible  <bruno@clisp.org>
26377
26378         New module description section 'configure.ac-early'.
26379         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
26380         (func_get_autoconf_early_snippet): New function.
26381         (func_import, func_create_testdir): Use it. Remove special cases for
26382         modules 'extensions' and 'lock'.
26383         * modules/extensions (configure.ac-early): Require
26384         gl_USE_SYSTEM_EXTENSIONS.
26385         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
26386
26387 2007-02-04  Bruno Haible  <bruno@clisp.org>
26388
26389         Make use of gcj-4.3's -fsource and -ftarget option.
26390         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
26391         and if so try the options -fsource and -ftarget.
26392         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
26393         source_version, ftarget_option, target_version arguments.
26394         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
26395         (is_envjavac_oldgcj_14_14_usable): Renamed from
26396         is_envjavac_gcj_14_14_usable.
26397         (is_envjavac_oldgcj_14_13_usable): Renamed from
26398         is_envjavac_gcj_14_13_usable.
26399         (is_gcj_present): Update.
26400         (is_gcj_43, is_gcj43_usable): New functions.
26401         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
26402         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
26403         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
26404         try the options -fsource and -ftarget.
26405
26406 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
26407
26408         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
26409         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
26410         larger value.
26411
26412 2007-02-03  Jim Meyering  <jim@meyering.net>
26413
26414         Give tools a better chance to allocate space for very large buffers.
26415         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
26416
26417         Make pwd and readlink work also when run with an unreadable parent dir
26418         on systems with openat support.
26419         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
26420         provided getcwd function, even when we have openat support.
26421         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
26422
26423 2007-02-02  Bruno Haible  <bruno@clisp.org>
26424
26425         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
26426         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
26427         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
26428         portability problems if one of these functions is only used on specific
26429         platforms.
26430         Reported by Paul Eggert.
26431
26432 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
26433
26434         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
26435         is causing more trouble than it's curing.
26436         * lib/regex_internal.h (__mempcpy): Remove.
26437         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
26438         (and make the code a tad smaller to boot).
26439         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
26440
26441 2007-02-02  Jim Meyering  <jim@meyering.net>
26442
26443         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
26444         section, not in the Makefile.am: one.
26445
26446 2007-02-02  Eric Blake  <ebb9@byu.net>
26447
26448         * lib/strchrnul.c: Always include config.h first.
26449
26450         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
26451         gnulib strstr is not necessary here.
26452
26453 2007-02-02  Simon Josefsson  <simon@josefsson.org>
26454
26455         * m4/socklen.m4: Fix typo.
26456
26457 2007-02-02  Eric Blake  <ebb9@byu.net>
26458
26459         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
26460         * modules/netinet_in (Makefile.am): Likewise.
26461
26462 2007-02-01  Bruno Haible  <bruno@clisp.org>
26463
26464         * lib/string_.h (GL_LINK_WARNING): New macro.
26465         (strcasecmp, strstr, strcasestr): If provided by the system,
26466         conditionally define as a macro that leads to a warning instead of to
26467         an error.
26468         (strncasecmp): Conditionally define as a macro that leads to a warning.
26469
26470 2007-02-01  Karl Berry  <karl@gnu.org>
26471
26472         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
26473
26474 2007-02-01  Bruno Haible  <bruno@clisp.org>
26475
26476         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
26477         renamings.
26478
26479 2007-02-01  Eric Blake  <ebb9@byu.net>
26480
26481         * modules/regex (Depends-on): Revert dependence on mempcpy.
26482         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
26483         module's definition of mempcpy.
26484         Reported by Paul Eggert.
26485
26486 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
26487
26488         * lib/string_.h: If the gnulib module XYZ is not present, undefine
26489         the symbol XYZ before redefining it.  This fixes a problem with
26490         programs that don't use XYZ, when compiled on systems that define
26491         XYZ to something else.
26492
26493 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
26494
26495         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
26496         occurs when "mkdir -m foo" creates a setgid directory that is (1)
26497         writeable to group or other and (2) is intended to have a special
26498         mode bit that is set or cleared.  In such a case, the directory
26499         should be neither group- nor other-writeable until the special
26500         mode bits are right.
26501
26502 2007-01-31  Eric Blake  <ebb9@byu.net>
26503
26504         * modules/mountlist (Depends-on): Add strstr.
26505
26506         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
26507         bug.
26508         * modules/string (Makefile.am): Remove redundant replacement.
26509         * modules/regex (Depends-on): Add mempcpy.
26510
26511 2007-01-31  Bruno Haible  <bruno@clisp.org>
26512
26513         New module description field 'Link'.
26514         * gnulib-tool (func_usage): Document --extract-link-directive.
26515         (sed_extract_prog): Recognize 'Link' directive.
26516         (func_get_link_directive): New function.
26517         (func_import): Show summary of link directives.
26518         Handle --extract-link-directive option.
26519         * modules/acl (Link): New section.
26520         * modules/clock-time (Link): New section.
26521         * modules/euidaccess (Link): New section.
26522         * modules/gettext (Link): New section.
26523         * modules/iconv (Link): New section.
26524         * modules/lock (Link): New section.
26525         * modules/nanosleep (Link): New section.
26526         * modules/readline (Link): New section.
26527
26528 2007-01-27  Bruno Haible  <bruno@clisp.org>
26529
26530         Enforce the use of gnulib modules for unportable <string.h> functions.
26531         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
26532         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
26533         (gl_HEADER_STRING_H_BODY): Require it.
26534         * lib/string_.h: If the gnulib module XYZ is not present, redefine
26535         the symbol XYZ to one that gives a link error.
26536         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
26537         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
26538         * modules/mempcpy (configure.ac): Likewise.
26539         * modules/memrchr (configure.ac): Likewise.
26540         * modules/stpcpy (configure.ac): Likewise.
26541         * modules/stpncpy (configure.ac): Likewise.
26542         * modules/strcase (configure.ac): Likewise.
26543         * modules/strcasestr (configure.ac): Likewise.
26544         * modules/strchrnul (configure.ac): Likewise.
26545         * modules/strdup (configure.ac): Likewise.
26546         * modules/strndup (configure.ac): Likewise.
26547         * modules/strnlen (configure.ac): Likewise.
26548         * modules/strpbrk (configure.ac): Likewise.
26549         * modules/strsep (configure.ac): Likewise.
26550         * modules/strstr (configure.ac): Likewise.
26551         * modules/strtok_r (configure.ac): Likewise.
26552
26553 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
26554
26555         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
26556
26557 2007-01-30  Jim Meyering  <jim@meyering.net>
26558
26559         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
26560
26561 2007-01-29  Bruno Haible  <bruno@clisp.org>
26562
26563         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
26564         * lib/execute.c: Likewise.
26565         * lib/pipe.c: Likewise.
26566         * lib/printf-args.h: Likewise.
26567         * lib/printf-args.c: Likewise.
26568         * lib/printf-parse.c: Likewise.
26569         * lib/vasnprintf.c: Likewise.
26570
26571 2007-01-29  Eric Blake  <ebb9@byu.net>
26572
26573         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
26574         declaration.
26575
26576 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
26577
26578         * lib/strptime.h (strptime): Use 'restrict' for args where
26579         POSIX requires this.
26580         * lib/strptime.c (strptime): Likewise.
26581         Change license notice from LGPL to GPL, since gnulib-tool will
26582         change this as needed.
26583         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
26584         defined.
26585         Include "strptime.h" first, to check interface.
26586         Do not #undef _LIBC and _NL_CURRENT.
26587         Do not include <stdlib.h>; no longer needed.
26588         Include "time_r.h" and declare ptime_locale_status
26589         only if _LIBC is not defined.
26590         (__P): Remove unused macro.
26591         (match_string): Bring back glibc version, but use it only if _LIBC
26592         is defined.
26593         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
26594         Remove unnecessary assertion and abort() call.
26595         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
26596         * m4/strptime.m4: Fix serial number comment.
26597         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
26598         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
26599         (Depends-on): Add time_r.
26600
26601 2007-01-29  Bruno Haible  <bruno@clisp.org>
26602
26603         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26604         strptime.
26605         * modules/strptime (Depends-on): Add stdbool.
26606         * lib/strptime.h: Include <time.h> always. Add comments.
26607
26608 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26609
26610         * modules/strptime: New file.
26611         * lib/strptime.h: New file.
26612         * lib/strptime.c: New file.
26613         * m4/strptime.m4: New file.
26614
26615 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
26616
26617         * MODULES.html.sh: New module mpsort.
26618         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
26619
26620         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
26621         a circularity problem with HP-UX ia64 reported by Bob Proulx in
26622         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
26623         All uses changed.
26624         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
26625         All uses changed.
26626         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
26627         to _Restrict_.
26628         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
26629         the parameter matches the prototype.
26630
26631 2007-01-28  Jim Meyering  <jim@meyering.net>
26632
26633         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
26634         sys/time.h here, reverting that part of the previous patch:
26635         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
26636
26637 2007-01-28  Bruno Haible  <bruno@clisp.org>
26638
26639         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
26640         value of $(SYS_TIME_H).
26641         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
26642         remove it conditionally, too. [added by Jim Meyering]
26643         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
26644         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
26645         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
26646         GETTIMEOFDAY_REPLACEMENT to 1.
26647
26648 2007-01-28  Bruno Haible  <bruno@clisp.org>
26649
26650         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
26651         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
26652         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
26653         Set UNISTD_H instead of UNISTD_H2.
26654         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
26655
26656 2007-01-28  Bruno Haible  <bruno@clisp.org>
26657
26658         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
26659         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
26660
26661 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26662
26663         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
26664         (func_create_testdir): Ensure C locale for `grep' and `tr'
26665         character ranges.
26666         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
26667         ACLOCAL_AMFLAGS parsing state machine.
26668
26669 2007-01-27  Bruno Haible  <bruno@clisp.org>
26670
26671         * modules/unistr/base: Update.
26672
26673 2007-01-27  Bruno Haible  <bruno@clisp.org>
26674
26675         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
26676         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
26677         * modules/unistr/u32-mbtouc-unsafe: Renamed from
26678         modules/unistr/u32-mbtouc.
26679         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
26680         * lib/unistr.h: Update.
26681         * lib/linebreak.c: Update.
26682         * modules/unistr/u32-mbtouc: Renamed from
26683         modules/unistr/u32-mbtouc-safe.
26684         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
26685         * lib/unistr.h: Update.
26686         * lib/unistr/u32-to-u8.c: Update.
26687         * lib/unistr/u32-to-u16.c: Update.
26688
26689 2007-01-27  Bruno Haible  <bruno@clisp.org>
26690
26691         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
26692         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
26693         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
26694         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
26695         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
26696         * modules/unistr/u16-mbtouc-unsafe: Renamed from
26697         modules/unistr/u16-mbtouc.
26698         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
26699         * lib/unistr.h: Update.
26700         * lib/linebreak.c: Update.
26701         * modules/linebreak: Update.
26702         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
26703         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
26704         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
26705         * modules/unistr/u16-mbtouc: Renamed from
26706         modules/unistr/u16-mbtouc-safe.
26707         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
26708         * lib/unistr.h: Update.
26709         * lib/unistr/u16-to-u8.c: Update.
26710         * modules/unistr/u16-to-u8: Update.
26711         * lib/unistr/u16-to-u32.c: Update.
26712         * modules/unistr/u16-to-u32: Update.
26713
26714 2007-01-27  Bruno Haible  <bruno@clisp.org>
26715
26716         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
26717         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
26718         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
26719         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
26720         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
26721         * modules/unistr/u8-mbtouc-unsafe: Renamed from
26722         modules/unistr/u8-mbtouc.
26723         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
26724         * lib/unistr.h: Update.
26725         * lib/striconveh.c: Update.
26726         * modules/striconveh: Update.
26727         * lib/linebreak.c: Update.
26728         * modules/linebreak: Update.
26729         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
26730         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
26731         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
26732         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
26733         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
26734         * lib/unistr.h: Update.
26735         * lib/striconveh.c: Update.
26736         * modules/striconveh: Update.
26737         * lib/unistr/u8-to-u16.c: Update.
26738         * modules/unistr/u8-to-u16: Update.
26739         * lib/unistr/u8-to-u32.c: Update.
26740         * modules/unistr/u8-to-u32: Update.
26741
26742 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26743
26744         Sync from Libtool.
26745         * lib/argz.c: Do not include strings.h nor memory.h, include
26746         string.h unconditionally.  Patch by Simon Josefsson.
26747
26748 2007-01-27  Bruno Haible  <bruno@clisp.org>
26749
26750         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
26751         from gl_HEADER_STRING_H_BODY.
26752         (gl_HEADER_STRING_H_BODY): Require it.
26753         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
26754         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
26755         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
26756         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
26757         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
26758         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
26759         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26760         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
26761         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
26762         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26763         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
26764         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
26765         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
26766         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26767         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26768
26769 2007-01-27  Bruno Haible  <bruno@clisp.org>
26770
26771         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
26772         check_PROGRAMS into noinst_PROGRAMS.
26773         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
26774         check_PROGRAMS in this case.
26775         (func_import): Set for_test to false.
26776         (func_create_testdir): Set for_test to true.
26777
26778 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
26779             Bruno Haible  <bruno@clisp.org>
26780
26781         * modules/strcasestr (Files): Remove lib/strcasestr.h.
26782         (Depends-on): Add string.
26783         (Includes): Use <string.h> instead of strcasestr.h.
26784         * modules/string (Makefile.am): Also substitute the value of
26785         REPLACE_STRCASESTR.
26786         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
26787         assume strcasestr is declared in <string.h> not <strings.h>. Also
26788         set REPLACE_STRCASESTR.
26789         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
26790         REPLACE_STRCASESTR.
26791         * lib/strcasestr.h: Remove file.
26792         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
26793         * lib/string_.h (strcasestr): New declaration.
26794
26795 2007-01-27  Bruno Haible  <bruno@clisp.org>
26796
26797         * lib/string_.h: Use 'extern'.
26798
26799 2007-01-27  Jim Meyering  <jim@meyering.net>
26800
26801         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
26802         of set-but-not-used local, "q".
26803
26804         * lib/mempcpy.c: Include <config.h> before <string.h>.
26805         This fixes a compilation error on HP-UX, due to the system's
26806         "restrict"-using mempcpy prototype.
26807
26808 2007-01-26  Bruno Haible  <bruno@clisp.org>
26809
26810         Small optimization.
26811         * lib/javacomp.c: Include c-strstr.h.
26812          (is_envjavac_gcj): Use c_strstr instead of strstr.
26813         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
26814
26815 2007-01-26  Bruno Haible  <bruno@clisp.org>
26816
26817         * MODULES.html.sh (Unicode string functions): Add the new modules.
26818
26819         * modules/uniconv/u32-strconv-to-locale: New file.
26820         * lib/uniconv/u32-strconv-to-locale.c: New file.
26821
26822         * modules/uniconv/u16-strconv-to-locale: New file.
26823         * lib/uniconv/u16-strconv-to-locale.c: New file.
26824
26825         * modules/uniconv/u8-strconv-to-locale: New file.
26826         * lib/uniconv/u8-strconv-to-locale.c: New file.
26827
26828         * modules/uniconv/u32-strconv-from-locale: New file.
26829         * lib/uniconv/u32-strconv-from-locale.c: New file.
26830
26831         * modules/uniconv/u16-strconv-from-locale: New file.
26832         * lib/uniconv/u16-strconv-from-locale.c: New file.
26833
26834         * modules/uniconv/u8-strconv-from-locale: New file.
26835         * lib/uniconv/u8-strconv-from-locale.c: New file.
26836
26837         * modules/uniconv/u32-strconv-to-enc: New file.
26838         * lib/uniconv/u32-strconv-to-enc.c: New file.
26839         * modules/uniconv/u32-strconv-to-enc-tests: New file.
26840         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
26841
26842         * modules/uniconv/u16-strconv-to-enc: New file.
26843         * lib/uniconv/u16-strconv-to-enc.c: New file.
26844         * lib/uniconv/u-strconv-to-enc.h: New file.
26845         * modules/uniconv/u16-strconv-to-enc-tests: New file.
26846         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
26847
26848         * modules/uniconv/u8-strconv-to-enc: New file.
26849         * lib/uniconv/u8-strconv-to-enc.c: New file.
26850         * modules/uniconv/u8-strconv-to-enc-tests: New file.
26851         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
26852
26853         * modules/uniconv/u32-strconv-from-enc: New file.
26854         * lib/uniconv/u32-strconv-from-enc.c: New file.
26855         * modules/uniconv/u32-strconv-from-enc-tests: New file.
26856         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
26857
26858         * modules/uniconv/u16-strconv-from-enc: New file.
26859         * lib/uniconv/u16-strconv-from-enc.c: New file.
26860         * modules/uniconv/u16-strconv-from-enc-tests: New file.
26861         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
26862
26863         * modules/uniconv/u8-strconv-from-enc: New file.
26864         * lib/uniconv/u8-strconv-from-enc.c: New file.
26865         * lib/uniconv/u-strconv-from-enc.h: New file.
26866         * modules/uniconv/u8-strconv-from-enc-tests: New file.
26867         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
26868
26869         * modules/uniconv/u32-conv-from-enc: New file.
26870         * lib/uniconv/u32-conv-from-enc.c: New file.
26871         * modules/uniconv/u32-conv-from-enc-tests: New file.
26872         * tests/uniconv/test-u32-conv-from-enc.c: New file.
26873
26874         * modules/uniconv/u16-conv-from-enc: New file.
26875         * lib/uniconv/u16-conv-from-enc.c: New file.
26876         * lib/uniconv/u-conv-from-enc.h: New file.
26877         * modules/uniconv/u16-conv-from-enc-tests: New file.
26878         * tests/uniconv/test-u16-conv-from-enc.c: New file.
26879
26880         * modules/uniconv/u8-conv-from-enc: New file.
26881         * lib/uniconv/u8-conv-from-enc.c: New file.
26882         * modules/uniconv/u8-conv-from-enc-tests: New file.
26883         * tests/uniconv/test-u8-conv-from-enc.c: New file.
26884
26885         * modules/uniconv/base: New file.
26886         * lib/uniconv.h: New file.
26887
26888 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26889
26890         * doc/gnulib-tool.texi (Initial import): Update to match current
26891         behavior with strdup module.
26892         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
26893         * lib/memmem.h: Remove; all uses removed.  This is now done
26894         by <string.h>.
26895         * lib/mempcpy.h: Likewise.
26896         * lib/memrchr.h: Likewise.
26897         * lib/stpcpy.h: Likewise.
26898         * lib/stpncpy.h: Likewise.
26899         * lib/strcase.h: Likewise.
26900         * lib/strchrnul.h: Likewise.
26901         * lib/strdup.h: Likewise.
26902         * lib/strndup.h: Likewise.
26903         * lib/strnlen.h: Likewise.
26904         * lib/strpbrk.h: Likewise.
26905         * lib/strsep.h: Likewise.
26906         * lib/strstr.h: Likewise.
26907         * lib/strtok_r.h: Likewise.
26908         * lib/string_.h: New file.
26909         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
26910         Rely on <string.h> instead.
26911         * lib/canon-host.c: Likewise.
26912         * lib/chdir-long.c: Likewise.
26913         * lib/concatpath.c: Likewise.
26914         * lib/exclude.c: Likewise.
26915         * lib/fchdir.c: Likewise.
26916         * lib/getaddrinfo.c: Likewise.
26917         * lib/getcwd.c: Likewise.
26918         * lib/getsubopt.c: Likewise.
26919         * lib/glob.c: Likewise.
26920         * lib/hard-locale.c: Likewise.
26921         * lib/iconvme.c: Likewise.
26922         * lib/javacomp.c: Likewise.
26923         * lib/mempcpy.c: Likewise.
26924         * lib/memrchr.c: Likewise.
26925         * lib/regex_internal.h: Likewise.
26926         * lib/stpncpy.c: Likewise.
26927         * lib/strcasecmp.c: Likewise.
26928         * lib/strchrnul.c: Likewise.
26929         * lib/strdup.c: Likewise.
26930         * lib/striconv.c: Likewise.
26931         * lib/striconveh.c: Likewise.
26932         * lib/striconveha.c: Likewise.
26933         * lib/strncasecmp.c: Likewise.
26934         * lib/strndup.c: Likewise.
26935         * lib/strnlen.c: Likewise.
26936         * lib/strsep.c: Likewise.
26937         * lib/strstr.c: Likewise.
26938         * lib/strtok_r.c: Likewise.
26939         * lib/userspec.c: Likewise.
26940         * lib/w32spawn.h: Likewise.
26941         * lib/xstrndup.c: Likewise.
26942         * lib/mountlist.c (strstr): Remove decl.
26943         * m4/string_h.m4: New file.
26944         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
26945         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
26946         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
26947         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
26948         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
26949         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
26950         Set REPLACE_STRCASECMP if necessary.
26951         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
26952         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
26953         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
26954         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
26955         HAVE_DECL_STRDUP if necessary.
26956         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
26957         since gl_FUNC_STRNDUP does that now.
26958         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
26959         Check for decl here...
26960         (gl_PREREQ_STRNLEN): ... not here.
26961         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
26962         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
26963         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
26964         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
26965         necessary.
26966         * modules/string: New file.
26967         * modules/memmem (Files): Remove special-purpose include file.
26968         (Depends-on): Add string.
26969         (Include): Include <string.h>, not the removed file.
26970         * modules/mempcpy: Likewise.
26971         * modules/memrchr: Likewise.
26972         * modules/stpcpy: Likewise.
26973         * modules/stpncpy: Likewise.
26974         * modules/strcase: Likewise.
26975         * modules/strchrnul: Likewise.
26976         * modules/strdup: Likewise.
26977         * modules/strndup: Likewise.
26978         * modules/strnlen: Likewise.
26979         * modules/strpbrk: Likewise.
26980         * modules/strsep: Likewise.
26981         * modules/strstr: Likewise.
26982         * modules/strtok_r: Likewise.
26983         * tests/test-dirname.c: Don't include "strdup.h", since
26984         <string.h> now suffices.
26985         * tests/test-memmem.c: Don't include "memmem.h", since
26986         <string.h> now suffices.
26987
26988 2007-01-25  Bruno Haible  <bruno@clisp.org>
26989
26990         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
26991         *resultp is 0.
26992
26993         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
26994         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
26995         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
26996         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
26997
26998         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
26999         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
27000         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
27001         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
27002         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
27003         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
27004
27005 2007-01-24  Bruno Haible  <bruno@clisp.org>
27006
27007         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
27008         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
27009         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
27010         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
27011         gl_FUNC_FTS_CORE.
27012         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
27013         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
27014         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27015         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
27016         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
27017         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
27018         gl_FUNC_FCHOWNAT.
27019         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
27020         gl_FUNC_STRFTIME.
27021         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
27022         Reported by Ralf Wildenhues.
27023
27024 2007-01-24  Bruno Haible  <bruno@clisp.org>
27025
27026         Drop AC_REQUIRE calls that are redundant with the module dependencies.
27027         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
27028         gl_GETADDRINFO.
27029         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
27030         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
27031         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
27032
27033 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
27034
27035         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
27036         Don't use 'exit'; just return from 'main'.
27037         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
27038
27039         * lib/fnmatch_.h: Readjust white space and comments to match
27040         glibc, to avoid spurious diffs.
27041
27042 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27043
27044         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
27045         2004-12-01 change by Jakub Jelinek, since this code won't compile
27046         if !LIBC.  Problem reported by Bob Proulx.
27047
27048 2007-01-23  Bruno Haible  <bruno@clisp.org>
27049
27050         * lib/striconveh.c: Include c-strcaseeq.h.
27051         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
27052         * modules/striconveh (Depends-on): Add c-strcaseeq.
27053
27054 2007-01-23  Bruno Haible  <bruno@clisp.org>
27055
27056         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
27057
27058         * modules/c-strcaseeq: New file.
27059         * lib/c-strcaseeq.h: New file.
27060
27061         * modules/streq: New file.
27062         * lib/streq.h: New file.
27063
27064 2007-01-23  Bruno Haible  <bruno@clisp.org>
27065
27066         * modules/striconveha-tests: New file.
27067         * tests/test-striconveha.c: New file.
27068
27069         * lib/striconveha.h: Include <stdbool.h>.
27070         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
27071         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
27072         (mem_iconveha_notranslit): Renamed from mem_iconveha.
27073         (mem_iconveha): New function.
27074         (str_iconveha_notranslit): Renamed from str_iconveha.
27075         (str_iconveha): New function.
27076         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
27077         c-strcase.
27078
27079 2007-01-23  Bruno Haible  <bruno@clisp.org>
27080
27081         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
27082         encodings without forgiving before trying any encoding with handler.
27083         (str_iconveha): Try all encodings without forgiving before trying any
27084         encoding with handler.
27085
27086 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27087
27088         Import the following changes from libc.
27089
27090         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
27091
27092         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
27093
27094         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
27095
27096         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
27097         normal_bracket label.
27098
27099         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
27100
27101         [BZ #361]
27102         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
27103         to normal_bracket after fetching the next character.
27104
27105 2007-01-22  Bruno Haible  <bruno@clisp.org>
27106
27107         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
27108         argument.
27109         * lib/striconveh.c (iconv_carefully_1): New function.
27110         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
27111         argument.
27112         (str_cd_iconveh): Update.
27113         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
27114         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
27115         * tests/test-striconveh.c (MAGIC): New macro.
27116         (new_offsets): New function.
27117         (main): Test call with and without offsets.
27118
27119 2007-01-22  Bruno Haible  <bruno@clisp.org>
27120
27121         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
27122         * modules/sys_select (Makefile.am): Likewise.
27123         * modules/sys_socket (Makefile.am): Likewise.
27124         * modules/sys_time (Makefile.am): Likewise.
27125
27126 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
27127
27128         * modules/gettimeofday (License): Change from GPL to LGPL, since
27129         gettimeofday is a library function.
27130
27131 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27132
27133         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
27134
27135 2007-01-21  Bruno Haible  <bruno@clisp.org>
27136
27137         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
27138
27139 2007-01-21  Bruno Haible  <bruno@clisp.org>
27140
27141         * modules/striconveha: New file.
27142         * lib/striconveha.h: New file.
27143         * lib/striconveha.c: New file.
27144         * MODULES.html.sh (Internationalization functions): Add striconveha.
27145         * lib/striconv.c (str_iconv): Optimize the case of an empty input
27146         string.
27147         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
27148
27149 2007-01-21  Bruno Haible  <bruno@clisp.org>
27150
27151         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
27152         * lib/striconveh.c (str_iconveh): Likewise.
27153
27154 2007-01-21  Bruno Haible  <bruno@clisp.org>
27155
27156         * lib/striconveh.h (mem_iconveh): New declaration.
27157         * lib/striconveh.c (mem_iconveh): New function.
27158         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
27159
27160 2007-01-21  Bruno Haible  <bruno@clisp.org>
27161
27162         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
27163
27164         * lib/striconveh.h (mem_cd_iconveh): Change specification.
27165         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
27166         original result buffer.
27167         (str_cd_iconveh): Update.
27168         * tests/test-striconveh.c (main): Update.
27169
27170         * lib/striconv.h (mem_cd_iconv): Change specification.
27171         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
27172         result buffer.
27173         (str_cd_iconv): Update.
27174         * tests/test-striconv.c (main): Update.
27175
27176 2007-01-21  Bruno Haible  <bruno@clisp.org>
27177
27178         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
27179
27180 2007-01-20  Jim Meyering  <jim@meyering.net>
27181
27182         * lib/userspec.c (parse_with_separator): If a user or group string
27183         starts with "+", skip the corresponding name-to-ID look-up, since
27184         such a look-up must fail: user and group names may not include "+".
27185
27186 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
27187
27188         * lib/poll.c: Include sys/time.h and time.h unconditionally,
27189         since we now assume the sys_time module.
27190         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
27191         check for sys/time.h; no longer needed.
27192         * modules/poll (Depends-on): Depend on sys_time.
27193
27194 2007-01-18  Bruno Haible  <bruno@clisp.org>
27195
27196         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
27197         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
27198
27199         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
27200         gettimeofday.
27201
27202         * tests/test-gettimeofday.c: Include <time.h>.
27203         (dummy): Remove variable.
27204
27205         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
27206         gl_HEADER_SYS_TIME_H.
27207         (gl_HEADER_SYS_TIME_H): New macro.
27208
27209         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
27210         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
27211         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
27212         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
27213         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
27214         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
27215         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
27216         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
27217         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
27218         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
27219         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
27220
27221         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
27222         last change; it caused a compilation error when cross-compiling to
27223         Cygwin.
27224
27225 2007-01-18  Jim Meyering  <jim@meyering.net>
27226
27227         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
27228         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
27229         than the race-prone "test -d sys || mkdir sys".
27230         (configure.ac): Use AC_PROG_MKDIR_P.
27231         * modules/sys_select: Likewise.
27232         * modules/sys_socket: Likewise.
27233         * modules/sys_time: Likewise.
27234
27235 2007-01-18  Eric Blake  <ebb9@byu.net>
27236
27237         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
27238         replace gettimeofday.
27239         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
27240         name, to avoid infinite recursion.
27241
27242 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
27243
27244         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
27245         module sys_time.
27246         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
27247         assume timespec.h defines struct timeval.
27248         * lib/settime.c: Likewise.
27249         * lib/utimens.c: Likewise.
27250         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
27251         since we now assume the gettimeofday module.
27252         * lib/tempname.c (__gen_tempname): Likewise.
27253         * lib/gettimeofday.h: Remove.
27254         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
27255         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
27256         Include <time.h>, for 'time()'.
27257         (localtime_buffer_addr): Also use this workaround if
27258         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
27259         to simplify the uses.  All uses changed.
27260         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
27261         that #undef is inside {}, and 'const' follows type name consistently.
27262         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
27263         (gettimeofday): Do not use the maximum possible value for
27264         tv->tv_usec, since that might break usages other than ls.c.
27265         Instead, we'll leave ls.c alone.  This undoes today's patch
27266         by Bruno.  Add a compile-time warning for 1s-clock resolution;
27267         we've never observed the problem but might as well keep the
27268         canary.
27269         * lib/nanosleep.c: Include timespec.h first, for interface check.
27270         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
27271         now assume the sys_time module.
27272         * lib/tempname.c: Likewise.
27273         * lib/timespec.h: Likewise.
27274         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
27275         needed.
27276         * lib/strftime.c: Likewise.
27277         * lib/timespec.h: Likewise.
27278         * lib/posixtm.c: Include posixtm.h first, for interface check.
27279         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
27280         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
27281         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
27282         * lib/sys_time_.h: New file.
27283         * lib/timespec.h (struct timespec): Use long int, not long.
27284         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
27285         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
27286         Remove obsolescent call to AC_HEADER_TIME.
27287         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
27288         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27289         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
27290         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
27291         Likewise.
27292         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
27293         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
27294         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
27295         into the sys_time module.  Check for gettimeofday just once.
27296         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
27297         for gettimeofday signature to just check the signature.  Merely
27298         compile it, since linking doesn't test signature.  Improve test for
27299         whether gettimeofday.o is actually needed.
27300         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
27301         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
27302         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
27303         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
27304         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
27305         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
27306         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
27307         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
27308         than worrying about sys/time.h.
27309         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
27310         Don't bother worrying about TIME_WITH_SYS_TIME.
27311         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
27312         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
27313         * m4/sys_time_h.m4: New file.
27314         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
27315         Don't include sys/time.h.  Return from main rather than exiting.
27316         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
27317         all uses changed.
27318         * modules/gethrxtime (Depends-on): Add sys_time.
27319         * modules/gettime (Depends-on): Likewise.
27320         * modules/gettimeofday (Depends-on): Likewise.
27321         * modules/nanosleep (Depends-on): Likewise.
27322         * modules/settime (Depends-on): Likewise.
27323         * modules/tempname (Depends-on): Likewise.
27324         * modules/utimens (Depends-on): Likewise.
27325         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
27326         (Include:) Change back to <sys/time.h>.
27327         (Maintainer:) Add self.
27328         * modules/sys_time: New file.
27329         * modules/tempname (Depends-on): Add gettimeofday.
27330         * tests/test-gettimeofday.c: Include <sys/time.h>
27331         rather than gettimeofday.h.
27332
27333 2007-01-17  Bruno Haible  <bruno@clisp.org>
27334
27335         * gnulib-tool (func_get_license): Revert last patch. Instead, let
27336         the license default to GPL.
27337         (func_create_testdir): Don't complain if a module is LGPL and its
27338         tests module depends on GPLed modules.
27339
27340 2007-01-17  Bruno Haible  <bruno@clisp.org>
27341
27342         * lib/gettimeofday.c (gettimeofday): Add code for the case
27343         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
27344         maximum possible value for tv->tv_usec, rather than the minimum one.
27345
27346 2005-10-08  Martin Lambers  <marlam@marlam.de>
27347 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
27348 2007-01-16  Bruno Haible  <bruno@clisp.org>
27349
27350         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
27351         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
27352         gl_FUNC_GETTIMEOFDAY.
27353         (Include): Add gettimeofday.h.
27354         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
27355         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
27356         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
27357         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
27358         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
27359         * lib/gettimeofday.h: New file.
27360         * lib/gettimeofday.c: Include <sys/timeb.h>.
27361         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
27362         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
27363         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
27364         fall back on time().
27365
27366         * tests/test-gettimeofday.c: New file.
27367         * modules/gettimeofday-tests: New file.
27368
27369 2007-01-16  Eric Blake  <ebb9@byu.net>
27370
27371         * modules/fnmatch (Depends-on): Depend on wchar.
27372         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
27373         * m4/fnmatch.m4: Likewise.
27374         * modules/mbchar (Makefile.am): Assume <wchar.h>.
27375         * m4/mbchar.m4: Likewise.
27376         * modules/mbswidth (Depends-on): Depend on wchar.
27377         * lib/mbswidth.c: Assume <wchar.h>.
27378         * m4/mbswidth.m4: Likewise.
27379         * modules/quotearg (Depends-on): Depend on wchar.
27380         * lib/quotearg.c: Assume <wchar.h>.
27381         * m4/quotearg.m4: Likewise.
27382         * modules/regex (Depends-on): Depend on wchar.
27383         * lib/regex_internal.h: Assume <wchar.h>.
27384         * m4/regex.m4: Likewise.
27385         * modules/stdint (Depends-on): Depend on wchar.
27386         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
27387         * m4/stdint.m4: Likewise.
27388         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
27389         * modules/strftime (Depends-on): Depend on wchar.
27390         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
27391         * modules/strtol (Depends-on): Depend on wchar.
27392         * lib/strtol.c: Assume <wchar.h>.
27393         * modules/wcwidth (Depends-on): Depend on wchar.
27394         * lib/wcwidth.h: Assume <wchar.h>.
27395         * m4/wcwidth.m4: Likewise.
27396
27397 2007-01-16  Bruno Haible  <bruno@clisp.org>
27398
27399         * modules/csharpexec-script: New, created from...
27400         * modules/csharpexec: ... this.
27401
27402 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27403
27404         * modules/javaexec-script: New, created from...
27405         * modules/javaexec: ... this.
27406
27407 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27408
27409         * modules/poll (Dependencies): Add sys_select.
27410
27411 2007-01-15  Jim Meyering  <jim@meyering.net>
27412
27413         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
27414         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
27415         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
27416         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
27417
27418 2007-01-15  Bruno Haible  <bruno@clisp.org>
27419
27420         * modules/striconveh: New file.
27421         * lib/striconveh.h: New file.
27422         * lib/striconveh.c: New file.
27423         * MODULES.html.sh (Internationalization functions): Add striconveh.
27424
27425         * modules/striconveh-tests: New file.
27426         * tests/test-striconveh.c: New file.
27427
27428 2007-01-15  Bruno Haible  <bruno@clisp.org>
27429
27430         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
27431         not from GNU libiconv or GNU libc.
27432
27433 2007-01-15  Bruno Haible  <bruno@clisp.org>
27434
27435         * doc/gnulib-intro.texi (Copyright): Explain the different license
27436         terms for module descriptions, autoconf macros, tests, documentation.
27437
27438 2007-01-14  Bruno Haible  <bruno@clisp.org>
27439
27440         * modules/striconv-tests: New file.
27441         * tests/test-striconv.c: New file.
27442
27443 2007-01-14  Bruno Haible  <bruno@clisp.org>
27444
27445         * modules/iconv-tests: New file.
27446         * tests/test-iconv.c: New file.
27447
27448 2007-01-14  Bruno Haible  <bruno@clisp.org>
27449
27450         * gnulib-tool (func_get_license): For test modules, use the license of
27451         the main module.
27452
27453 2007-01-14  Bruno Haible  <bruno@clisp.org>
27454
27455         * modules/iconv (Include): Clarify that <iconv.h> can only be included
27456         if iconv is found to exist.
27457
27458 2007-01-14  Bruno Haible  <bruno@clisp.org>
27459
27460         * modules/c-ctype-tests: New file.
27461         * tests/test-c-ctype.c: New file.
27462
27463 2007-01-14  Bruno Haible  <bruno@clisp.org>
27464
27465         * modules/binary-io-tests: New file.
27466         * tests/test-binary-io.sh: New file.
27467         * tests/test-binary-io.c: New file.
27468
27469 2007-01-14  Bruno Haible  <bruno@clisp.org>
27470
27471         * modules/array-oset-tests: New file.
27472         * tests/test-array_oset.c: New file.
27473
27474 2007-01-14  Bruno Haible  <bruno@clisp.org>
27475
27476         * modules/array-list-tests: New file.
27477         * tests/test-array_list.c: New file.
27478
27479 2007-01-14  Bruno Haible  <bruno@clisp.org>
27480
27481         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
27482         and make.
27483         Reported by Simon Josefsson in
27484         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
27485
27486 2007-01-14  Bruno Haible  <bruno@clisp.org>
27487
27488         * modules/allocsa-tests: New file.
27489         * tests/test-allocsa.c: New file.
27490
27491 2007-01-14  Bruno Haible  <bruno@clisp.org>
27492
27493         * modules/fchdir (Depends-on): Add absolute-header.
27494         * modules/unistd (Depends-on): Likewise.
27495
27496 2006-12-30  Bruno Haible  <bruno@clisp.org>
27497
27498         * modules/fchdir: New file.
27499         * modules/unistd (Files): Add lib/unistd_.h.
27500         (Makefile.am): Generate unistd.h from unistd_.h.
27501         * lib/fchdir.c: New file.
27502         * lib/dirent_.h: New file.
27503         * lib/unistd_.h: New file.
27504         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
27505         * m4/fchdir.m4: New file.
27506         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
27507         (gl_HEADER_UNISTD): Invoke it.
27508         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
27509         function.
27510         * lib/backupfile.c (opendir, closedir): Undefine.
27511         * lib/chown.c (open, close): Undefine.
27512         * lib/clean-temp.c (open, close): Undefine.
27513         * lib/copy-file.c (open, close): Undefine.
27514         * lib/execute.c (open, close): Undefine.
27515         * lib/fsusage.c (open, close): Undefine.
27516         * lib/gc-gnulib.c (open, close): Undefine.
27517         * lib/getcwd.c (opendir, closedir): Undefine.
27518         * lib/glob.c (opendir, closedir): Undefine.
27519         * lib/javacomp.c (open, close): Undefine.
27520         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
27521         * lib/openat-proc.c (open, close): Undefine.
27522         * lib/pagealign_alloc.c (open, close): Undefine.
27523         * lib/pipe.c (open, close): Undefine.
27524         * lib/progreloc.c (open, close): Undefine.
27525         * lib/savedir.c (opendir, closedir): Undefine.
27526         * lib/utime.c (open, close): Undefine.
27527         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
27528
27529 2007-01-10  Bruno Haible  <bruno@clisp.org>
27530
27531         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
27532
27533 2007-01-12  Eric Blake  <ebb9@byu.net>
27534
27535         Provide a robust <wchar.h>.  Further simplifications are now
27536         possible in other modules, but not included here.
27537         * modules/wchar: New module.
27538         * m4/wchar.m4: New file.
27539         * lib/wchar_.h: Likewise.
27540         * modules/mbchar (Depends-on): Depend on wchar, as the first use
27541         of the new module.
27542         * MODULES.html.sh (Extended multibyte and wide character utilities):
27543         New section.
27544
27545 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
27546
27547         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
27548         to a reasonable default for memory allocation.
27549         (xreadlink): Don't allocate a huge buffer, to work around a buggy
27550         file system that reports garbage st_size values for symlinks.
27551         Problem reported by Liyang Hu.
27552
27553 2007-01-11  Simon Josefsson  <simon@josefsson.org>
27554
27555         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
27556         Emacs .#* auto-save files).
27557
27558 2007-01-11  Bruno Haible  <bruno@clisp.org>
27559
27560         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
27561         directory.
27562
27563 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27564
27565         Use @...@ consistently in lib/wctype_.h.
27566         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
27567         on it being set to 1 or 0.
27568         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
27569         go back to AC_SUBSTing it.
27570         * modules/wctype (Makefile.am): Undo previous change.
27571
27572 2007-01-10  Eric Blake  <ebb9@byu.net>
27573
27574         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
27575         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
27576         * modules/wctype (Makefile.am): Likewise.
27577         Reported by Chris McGuire.
27578
27579 2007-01-10  Jim Meyering  <jim@meyering.net>
27580
27581         fts.c: a small readability/maintainability improvement
27582         * lib/fts.c (fts_read): Make this code slightly more readable and
27583         maintainable by hoisting the "sp->fts_cur = p" assignments to
27584         immediately follow the statements that set P.  Derived from
27585         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
27586
27587 2007-01-10  Eric Blake  <ebb9@byu.net>
27588
27589         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
27590         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
27591         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
27592         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
27593         Reported by Chris McGuire.
27594
27595 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27596
27597         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
27598         in sed script.
27599
27600 2007-01-09  Bruno Haible  <bruno@clisp.org>
27601
27602         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
27603         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
27604         variables.
27605         (func_module): Use them.
27606
27607 2007-01-09  Bruno Haible  <bruno@clisp.org>
27608
27609         * modules/unistr/base: New file.
27610         * lib/unistr.h: New file.
27611
27612         * modules/unistr/u8-to-u16: New file.
27613         * lib/unistr/u8-to-u16.c: New file.
27614
27615         * modules/unistr/u8-to-u32: New file.
27616         * lib/unistr/u8-to-u32.c: New file.
27617
27618         * modules/unistr/u16-to-u8: New file.
27619         * lib/unistr/u16-to-u8.c: New file.
27620
27621         * modules/unistr/u16-to-u32: New file.
27622         * lib/unistr/u16-to-u32.c: New file.
27623
27624         * modules/unistr/u32-to-u8: New file.
27625         * lib/unistr/u32-to-u8.c: New file.
27626
27627         * modules/unistr/u32-to-u16: New file.
27628         * lib/unistr/u32-to-u16.c: New file.
27629
27630         * modules/unistr/u8-check: New file.
27631         * modules/unistr/u16-check: New file.
27632         * modules/unistr/u32-check: New file.
27633         * lib/unistr/u8-check.c: New file.
27634         * lib/unistr/u16-check.c: New file.
27635         * lib/unistr/u32-check.c: New file.
27636
27637         * modules/unistr/u8-chr: New file.
27638         * modules/unistr/u16-chr: New file.
27639         * modules/unistr/u32-chr: New file.
27640         * lib/unistr/u8-chr.c: New file.
27641         * lib/unistr/u16-chr.c: New file.
27642         * lib/unistr/u32-chr.c: New file.
27643
27644         * modules/unistr/u8-cmp: New file.
27645         * modules/unistr/u16-cmp: New file.
27646         * modules/unistr/u32-cmp: New file.
27647         * lib/unistr/u8-cmp.c: New file.
27648         * lib/unistr/u16-cmp.c: New file.
27649         * lib/unistr/u32-cmp.c: New file.
27650
27651         * modules/unistr/u8-cpy: New file.
27652         * modules/unistr/u16-cpy: New file.
27653         * modules/unistr/u32-cpy: New file.
27654         * lib/unistr/u8-cpy.c: New file.
27655         * lib/unistr/u16-cpy.c: New file.
27656         * lib/unistr/u32-cpy.c: New file.
27657         * lib/unistr/u-cpy.h: New file.
27658
27659         * modules/unistr/u8-cpy-alloc: New file.
27660         * modules/unistr/u16-cpy-alloc: New file.
27661         * modules/unistr/u32-cpy-alloc: New file.
27662         * lib/unistr/u8-cpy-alloc.c: New file.
27663         * lib/unistr/u16-cpy-alloc.c: New file.
27664         * lib/unistr/u32-cpy-alloc.c: New file.
27665         * lib/unistr/u-cpy-alloc.h: New file.
27666
27667         * modules/unistr/u8-endswith: New file.
27668         * modules/unistr/u16-endswith: New file.
27669         * modules/unistr/u32-endswith: New file.
27670         * lib/unistr/u8-endswith.c: New file.
27671         * lib/unistr/u16-endswith.c: New file.
27672         * lib/unistr/u32-endswith.c: New file.
27673         * lib/unistr/u-endswith.h: New file.
27674
27675         * modules/unistr/u8-mblen: New file.
27676         * modules/unistr/u16-mblen: New file.
27677         * modules/unistr/u32-mblen: New file.
27678         * lib/unistr/u8-mblen.c: New file.
27679         * lib/unistr/u16-mblen.c: New file.
27680         * lib/unistr/u32-mblen.c: New file.
27681
27682         * modules/unistr/u8-mbtouc: New file.
27683         * modules/unistr/u16-mbtouc: New file.
27684         * modules/unistr/u32-mbtouc: New file.
27685         * lib/unistr/u8-mbtouc.c: New file.
27686         * lib/unistr/u16-mbtouc.c: New file.
27687         * lib/unistr/u32-mbtouc.c: New file.
27688
27689         * modules/unistr/u8-mbtouc-safe: New file.
27690         * modules/unistr/u16-mbtouc-safe: New file.
27691         * modules/unistr/u32-mbtouc-safe: New file.
27692         * lib/unistr/u8-mbtouc-safe.c: New file.
27693         * lib/unistr/u16-mbtouc-safe.c: New file.
27694         * lib/unistr/u32-mbtouc-safe.c: New file.
27695
27696         * modules/unistr/u8-move: New file.
27697         * modules/unistr/u16-move: New file.
27698         * modules/unistr/u32-move: New file.
27699         * lib/unistr/u8-move.c: New file.
27700         * lib/unistr/u16-move.c: New file.
27701         * lib/unistr/u32-move.c: New file.
27702         * lib/unistr/u-move.h: New file.
27703
27704         * modules/unistr/u8-next: New file.
27705         * modules/unistr/u16-next: New file.
27706         * modules/unistr/u32-next: New file.
27707         * lib/unistr/u8-next.c: New file.
27708         * lib/unistr/u16-next.c: New file.
27709         * lib/unistr/u32-next.c: New file.
27710
27711         * modules/unistr/u8-prev: New file.
27712         * modules/unistr/u16-prev: New file.
27713         * modules/unistr/u32-prev: New file.
27714         * lib/unistr/u8-prev.c: New file.
27715         * lib/unistr/u16-prev.c: New file.
27716         * lib/unistr/u32-prev.c: New file.
27717
27718         * modules/unistr/u8-set: New file.
27719         * modules/unistr/u16-set: New file.
27720         * modules/unistr/u32-set: New file.
27721         * lib/unistr/u8-set.c: New file.
27722         * lib/unistr/u16-set.c: New file.
27723         * lib/unistr/u32-set.c: New file.
27724         * lib/unistr/u-set.h: New file.
27725
27726         * modules/unistr/u8-startswith: New file.
27727         * modules/unistr/u16-startswith: New file.
27728         * modules/unistr/u32-startswith: New file.
27729         * lib/unistr/u8-startswith.c: New file.
27730         * lib/unistr/u16-startswith.c: New file.
27731         * lib/unistr/u32-startswith.c: New file.
27732         * lib/unistr/u-startswith.h: New file.
27733
27734         * modules/unistr/u8-stpcpy: New file.
27735         * modules/unistr/u16-stpcpy: New file.
27736         * modules/unistr/u32-stpcpy: New file.
27737         * lib/unistr/u8-stpcpy.c: New file.
27738         * lib/unistr/u16-stpcpy.c: New file.
27739         * lib/unistr/u32-stpcpy.c: New file.
27740         * lib/unistr/u-stpcpy.h: New file.
27741
27742         * modules/unistr/u8-stpncpy: New file.
27743         * modules/unistr/u16-stpncpy: New file.
27744         * modules/unistr/u32-stpncpy: New file.
27745         * lib/unistr/u8-stpncpy.c: New file.
27746         * lib/unistr/u16-stpncpy.c: New file.
27747         * lib/unistr/u32-stpncpy.c: New file.
27748         * lib/unistr/u-stpncpy.h: New file.
27749
27750         * modules/unistr/u8-strcat: New file.
27751         * modules/unistr/u16-strcat: New file.
27752         * modules/unistr/u32-strcat: New file.
27753         * lib/unistr/u8-strcat.c: New file.
27754         * lib/unistr/u16-strcat.c: New file.
27755         * lib/unistr/u32-strcat.c: New file.
27756         * lib/unistr/u-strcat.h: New file.
27757
27758         * modules/unistr/u8-strchr: New file.
27759         * modules/unistr/u16-strchr: New file.
27760         * modules/unistr/u32-strchr: New file.
27761         * lib/unistr/u8-strchr.c: New file.
27762         * lib/unistr/u16-strchr.c: New file.
27763         * lib/unistr/u32-strchr.c: New file.
27764
27765         * modules/unistr/u8-strcmp: New file.
27766         * modules/unistr/u16-strcmp: New file.
27767         * modules/unistr/u32-strcmp: New file.
27768         * lib/unistr/u8-strcmp.c: New file.
27769         * lib/unistr/u16-strcmp.c: New file.
27770         * lib/unistr/u32-strcmp.c: New file.
27771
27772         * modules/unistr/u8-strcpy: New file.
27773         * modules/unistr/u16-strcpy: New file.
27774         * modules/unistr/u32-strcpy: New file.
27775         * lib/unistr/u8-strcpy.c: New file.
27776         * lib/unistr/u16-strcpy.c: New file.
27777         * lib/unistr/u32-strcpy.c: New file.
27778         * lib/unistr/u-strcpy.h: New file.
27779
27780         * modules/unistr/u8-strcspn: New file.
27781         * modules/unistr/u16-strcspn: New file.
27782         * modules/unistr/u32-strcspn: New file.
27783         * lib/unistr/u8-strcspn.c: New file.
27784         * lib/unistr/u16-strcspn.c: New file.
27785         * lib/unistr/u32-strcspn.c: New file.
27786         * lib/unistr/u-strcspn.h: New file.
27787
27788         * modules/unistr/u8-strdup: New file.
27789         * modules/unistr/u16-strdup: New file.
27790         * modules/unistr/u32-strdup: New file.
27791         * lib/unistr/u8-strdup.c: New file.
27792         * lib/unistr/u16-strdup.c: New file.
27793         * lib/unistr/u32-strdup.c: New file.
27794         * lib/unistr/u-strdup.h: New file.
27795
27796         * modules/unistr/u8-strlen: New file.
27797         * modules/unistr/u16-strlen: New file.
27798         * modules/unistr/u32-strlen: New file.
27799         * lib/unistr/u8-strlen.c: New file.
27800         * lib/unistr/u16-strlen.c: New file.
27801         * lib/unistr/u32-strlen.c: New file.
27802         * lib/unistr/u-strlen.h: New file.
27803
27804         * modules/unistr/u8-strmblen: New file.
27805         * modules/unistr/u16-strmblen: New file.
27806         * modules/unistr/u32-strmblen: New file.
27807         * lib/unistr/u8-strmblen.c: New file.
27808         * lib/unistr/u16-strmblen.c: New file.
27809         * lib/unistr/u32-strmblen.c: New file.
27810
27811         * modules/unistr/u8-strmbtouc: New file.
27812         * modules/unistr/u16-strmbtouc: New file.
27813         * modules/unistr/u32-strmbtouc: New file.
27814         * lib/unistr/u8-strmbtouc.c: New file.
27815         * lib/unistr/u16-strmbtouc.c: New file.
27816         * lib/unistr/u32-strmbtouc.c: New file.
27817
27818         * modules/unistr/u8-strncat: New file.
27819         * modules/unistr/u16-strncat: New file.
27820         * modules/unistr/u32-strncat: New file.
27821         * lib/unistr/u8-strncat.c: New file.
27822         * lib/unistr/u16-strncat.c: New file.
27823         * lib/unistr/u32-strncat.c: New file.
27824         * lib/unistr/u-strncat.h: New file.
27825
27826         * modules/unistr/u8-strncmp: New file.
27827         * modules/unistr/u16-strncmp: New file.
27828         * modules/unistr/u32-strncmp: New file.
27829         * lib/unistr/u8-strncmp.c: New file.
27830         * lib/unistr/u16-strncmp.c: New file.
27831         * lib/unistr/u32-strncmp.c: New file.
27832
27833         * modules/unistr/u8-strncpy: New file.
27834         * modules/unistr/u16-strncpy: New file.
27835         * modules/unistr/u32-strncpy: New file.
27836         * lib/unistr/u8-strncpy.c: New file.
27837         * lib/unistr/u16-strncpy.c: New file.
27838         * lib/unistr/u32-strncpy.c: New file.
27839         * lib/unistr/u-strncpy.h: New file.
27840
27841         * modules/unistr/u8-strnlen: New file.
27842         * modules/unistr/u16-strnlen: New file.
27843         * modules/unistr/u32-strnlen: New file.
27844         * lib/unistr/u8-strnlen.c: New file.
27845         * lib/unistr/u16-strnlen.c: New file.
27846         * lib/unistr/u32-strnlen.c: New file.
27847         * lib/unistr/u-strnlen.h: New file.
27848
27849         * modules/unistr/u8-strpbrk: New file.
27850         * modules/unistr/u16-strpbrk: New file.
27851         * modules/unistr/u32-strpbrk: New file.
27852         * lib/unistr/u8-strpbrk.c: New file.
27853         * lib/unistr/u16-strpbrk.c: New file.
27854         * lib/unistr/u32-strpbrk.c: New file.
27855         * lib/unistr/u-strpbrk.h: New file.
27856
27857         * modules/unistr/u8-strrchr: New file.
27858         * modules/unistr/u16-strrchr: New file.
27859         * modules/unistr/u32-strrchr: New file.
27860         * lib/unistr/u8-strrchr.c: New file.
27861         * lib/unistr/u16-strrchr.c: New file.
27862         * lib/unistr/u32-strrchr.c: New file.
27863
27864         * modules/unistr/u8-strspn: New file.
27865         * modules/unistr/u16-strspn: New file.
27866         * modules/unistr/u32-strspn: New file.
27867         * lib/unistr/u8-strspn.c: New file.
27868         * lib/unistr/u16-strspn.c: New file.
27869         * lib/unistr/u32-strspn.c: New file.
27870         * lib/unistr/u-strspn.h: New file.
27871
27872         * modules/unistr/u8-strstr: New file.
27873         * modules/unistr/u16-strstr: New file.
27874         * modules/unistr/u32-strstr: New file.
27875         * lib/unistr/u8-strstr.c: New file.
27876         * lib/unistr/u16-strstr.c: New file.
27877         * lib/unistr/u32-strstr.c: New file.
27878         * lib/unistr/u-strstr.h: New file.
27879
27880         * modules/unistr/u8-strtok: New file.
27881         * modules/unistr/u16-strtok: New file.
27882         * modules/unistr/u32-strtok: New file.
27883         * lib/unistr/u8-strtok.c: New file.
27884         * lib/unistr/u16-strtok.c: New file.
27885         * lib/unistr/u32-strtok.c: New file.
27886         * lib/unistr/u-strtok.h: New file.
27887
27888         * modules/unistr/u8-uctomb: New file.
27889         * modules/unistr/u16-uctomb: New file.
27890         * modules/unistr/u32-uctomb: New file.
27891         * lib/unistr/u8-uctomb.c: New file.
27892         * lib/unistr/u16-uctomb.c: New file.
27893         * lib/unistr/u32-uctomb.c: New file.
27894
27895         * MODULES.html.sh (Unicode string functions): Add the new modules.
27896
27897 2007-01-08  Bruno Haible  <bruno@clisp.org>
27898
27899         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
27900         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
27901         subdirectories.
27902
27903 2007-01-08  Karl Berry  <karl@gnu.org>
27904
27905         * doc/error.texi: mention that main() fns must set program_name
27906         when progname is used.
27907
27908 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
27909
27910         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
27911         WCTYPE_H is empty, for the benefit of builds from non-distclean
27912         directories.  Problem reported by Eric Blake in
27913         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
27914
27915 2007-01-08  Bruno Haible  <bruno@clisp.org>
27916
27917         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
27918         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
27919         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
27920         PROVIDE_CANONICALIZE_FILENAME_MODE.
27921         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
27922
27923 2007-01-08  Bruno Haible  <bruno@clisp.org>
27924
27925         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
27926         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
27927         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
27928         * lib/fts.c: Likewise.
27929         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
27930
27931 2006-12-25  Bruno Haible  <bruno@clisp.org>
27932
27933         * modules/utf8-ucs4-safe: New file.
27934         * lib/utf8-ucs4-safe.h: New file.
27935         * lib/unistr/utf8-ucs4-safe.c: New file.
27936
27937         * modules/utf16-ucs4-safe: New file.
27938         * lib/utf16-ucs4-safe.h: New file.
27939         * lib/unistr/utf16-ucs4-safe.c: New file.
27940
27941         * MODULES.html.sh (Unicode string functions): Add the new modules.
27942
27943 2007-01-08  Bruno Haible  <bruno@clisp.org>
27944
27945         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
27946         (Depends-on): Add unitypes.
27947         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
27948         (u8_mbtouc_aux): Move out to separate file.
27949         (u8_mbtouc): Use ucs4_t, uint8_t types.
27950         * lib/unistr/utf8-ucs4.c: New file.
27951
27952         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
27953         (Depends-on): Add unitypes.
27954         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
27955         (u16_mbtouc_aux): Move out to separate file.
27956         (u16_mbtouc): Use ucs4_t, uint16_t types.
27957         * lib/unistr/utf16-ucs4.c: New file.
27958
27959         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
27960         (Depends-on): Add unitypes.
27961         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
27962         (u8_uctomb_aux): Move out to separate file.
27963         (u8_uctomb): Use ucs4_t, uint8_t types.
27964         * lib/unistr/ucs4-utf8.c: New file.
27965
27966         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
27967         (Depends-on): Add unitypes.
27968         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
27969         (u16_uctomb_aux): Move out to separate file.
27970         (u16_uctomb): Use ucs4_t, uint16_t types.
27971         * lib/unistr/ucs4-utf16.c: New file.
27972
27973 2006-12-25  Bruno Haible  <bruno@clisp.org>
27974
27975         * modules/unitypes: New file.
27976         * lib/unitypes.h: New file.
27977         * MODULES.html.sh (func_all_modules): New section "Unicode string
27978         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
27979         this section. Add unitypes.
27980
27981 2007-01-08  Bruno Haible  <bruno@clisp.org>
27982
27983         Avoid variable names that conflict with those from libtool.
27984         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
27985         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
27986         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
27987         library_names_spec to acl_library_names_spec, hardcode_* to
27988         acl_hardcode_*.
27989         Reported by Ralf Wildenhues.
27990
27991 2007-01-08  Bruno Haible  <bruno@clisp.org>
27992
27993         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
27994         definition.
27995         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
27996         definition.
27997         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
27998         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
27999         definition.
28000         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
28001         definition.
28002         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
28003         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
28004         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
28005         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
28006         definition.
28007         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
28008         definition.
28009         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
28010         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
28011         GC_USE_<algorithm>.
28012         * lib/gc-libgcrypt.c: Likewise.
28013         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
28014         * modules/gc-arctwo (configure.ac): Likewise.
28015         * modules/gc-des (configure.ac): Likewise.
28016         * modules/gc-hmac-md5 (configure.ac): Likewise.
28017         * modules/gc-hmac-sha1 (configure.ac): Likewise.
28018         * modules/gc-md2 (configure.ac): Likewise.
28019         * modules/gc-md4 (configure.ac): Likewise.
28020         * modules/gc-md5 (configure.ac): Likewise.
28021         * modules/gc-random (configure.ac): Likewise.
28022         * modules/gc-rijndael (configure.ac): Likewise.
28023         * modules/gc-sha1 (configure.ac): Likewise.
28024
28025 2007-01-08  Bruno Haible  <bruno@clisp.org>
28026
28027         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
28028         macro definition.
28029         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
28030         definition.
28031         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
28032         definition.
28033         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
28034         * modules/fcntl-safer (configure.ac): Likewise.
28035         * modules/fopen-safer (configure.ac): Likewise.
28036         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
28037         GNULIB_FWRITEERROR macro definition.
28038
28039 2007-01-08  Bruno Haible  <bruno@clisp.org>
28040
28041         * m4/gnulib-common.m4: New file.
28042         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
28043         (func_get_filelist): Add m4/gnulib-common.m4.
28044
28045 2007-01-08  Bruno Haible  <bruno@clisp.org>
28046
28047         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
28048         command.
28049
28050 2007-01-08  Jim Meyering  <jim@meyering.net>
28051
28052         Use a more robust test for a "can't happen" condition.
28053         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
28054         narrowed the st_size value.  Presuming the "can't happen" condition
28055         is true, that narrowing could conceivably convert an invalid st_size
28056         value into a valid one.  Instead, use a change based on Matthew
28057         Woehlke's original patch.
28058
28059         Slight readability improvement: use an assert-like macro
28060         in place of literal "abort ()" uses.
28061         * lib/fts.c (fts_assert): Define.
28062         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
28063         Use this macro instead of a bare 'abort'.
28064
28065 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
28066
28067         Don't worry about using IRIX 5.3's wctype.h broken definitions;
28068         simply work around them.
28069         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
28070         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
28071         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
28072         declaring.
28073         Don't bother to define as macros, since the standard doesn't require it.
28074         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
28075         longer worry about IRIX 5.3.
28076         (HAVE_WCTYPE_CTMP_BUG): Remove.
28077
28078 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28079
28080         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
28081         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
28082         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
28083         Problems reported by Georg Schwarz for IRIX 5.3.
28084
28085         * gnulib-tool (autoconf_minversion): Take the maximum version number
28086         found, not the minimum.  Problem reported by James Youngman.
28087
28088 2007-01-03  Karl Berry  <karl@gnu.org>
28089
28090         * doc/error.texi: new file, explaining interaction with progname.
28091         * doc/gnulib.texi: include it.  Update copyright.
28092
28093 2007-01-03  Simon Josefsson  <simon@josefsson.org>
28094
28095         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
28096         AC_CANONICAL_HOST, to improve autobuild outputs.
28097
28098 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
28099             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
28100
28101         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
28102         sockets, server sockets, and other file descriptors.  Count errors
28103         to compute the return value.  Reorder the code a bit to be easier
28104         to follow.  Don't set event bits that were not requested (except
28105         POLLERR and POLLHUP).
28106
28107 2007-01-01  Bruno Haible  <bruno@clisp.org>
28108
28109         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
28110
28111 2007-01-03  Jim Meyering  <jim@meyering.net>
28112
28113         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
28114
28115 2007-01-02  Bruno Haible  <bruno@clisp.org>
28116
28117         * modules/settime (Include): Require timespec.h.
28118         * modules/nanosleep (Include): Likewise.
28119
28120 2007-01-01  Bruno Haible  <bruno@clisp.org>
28121
28122         * gnulib-tool (func_emit_copyright_notice): Bump year.
28123         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
28124
28125 2007-01-01  Bruno Haible  <bruno@clisp.org>
28126
28127         Improve support for OpenBSD.
28128         * build-aux/config.rpath (libname_spec): Export.
28129         (library_names_spec): New variable. Export.
28130         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
28131         library_names_spec from the config.rpath output. Locate shared library
28132         through the name pattern in library_names_spec.
28133
28134 2007-01-01  Eric Blake  <ebb9@byu.net>
28135
28136         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
28137
28138 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
28139
28140         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
28141         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
28142         assume the C locale, and avoid an "eval" that could cause trouble.
28143         Problem with SORT reported by Bob Proulx.
28144
28145         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
28146         Define.  Trivial patch from Henning Nielsen Lund, originally
28147         sent to bug-grep@gnu.org today.
28148
28149 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28150
28151         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
28152         struct stat.  Problem reported by Henning Nielsen Lund.
28153         * lib/acl.c: Include acl.h first, to check interface.  Don't
28154         bother to include sys/types.h and sys/stat.h again.
28155
28156 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28157
28158         Import the following change from libc; problem reported by
28159         Sven Verdoolaege.
28160
28161         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
28162
28163         [BZ #1373]
28164         * lib/argp.h: Remove __NTH for __argp_usage inline function.
28165
28166 2006-12-28  Jim Meyering  <jim@meyering.net>
28167
28168         * build-aux/announce-gen: Do not assume that the package
28169         builds any of tar.gz, tar.bz2, and .xdelta files.
28170         Suggestion from Simon Josefsson.
28171
28172 2006-12-28  Simon Josefsson  <simon@josefsson.org>
28173
28174         * modules/announce-gen: New file.
28175
28176 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
28177
28178         * lib/mbchar.h: Just include <wctype.h>; the wctype module
28179         handles its gotchas now.
28180         * lib/mbswidth.c: Likewise.
28181         * lib/wcwidth.h: Likewise.
28182         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
28183         and iswcntrl; the wctype module does this stuff now.
28184         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
28185         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
28186         * modules/mbchar (Depends-on): Add wctype.
28187         * modules/mbswidth (Depends-on): Likewise.
28188         * modules/wcwidth (Depends-on): Likewise.
28189
28190 2006-12-27  Eric Blake  <ebb9@byu.net>
28191
28192         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
28193         module uses more than what <wctype.h> is required to provide.
28194
28195 2006-12-26  Eric Blake  <ebb9@byu.net>
28196
28197         * gnulib-tool (sed_extract_prog): Avoid space-tab.
28198
28199 2006-12-26  Eric Blake  <ebb9@byu.net>
28200
28201         * modules/absolute-header: New module.
28202         * modules/fcntl (Depends-on): Depend on it.
28203         * modules/inttypes (Depends-on): Likewise.
28204         * modules/stdint (Depends-on): Likewise.
28205         * modules/sys_stat (Depends-on): Likewise.
28206         * modules/wctype (Depends-on): Likewise.
28207         * MODULES.html.sh (Support for building libraries and
28208         executables): Document it.
28209
28210 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28211
28212         * gnulib-tool (SED): Remove, undoing previous change.
28213         The problem was that it broke coreutils on Solaris, because
28214         "sed --posix" leaked into a makefile.
28215         (sed): New alias, if 'alias' and GNU sed.
28216
28217 2006-12-24  Jim Meyering  <jim@meyering.net>
28218
28219         Work around an fchownat bug in glibc-2.4:
28220         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
28221         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
28222         in spite of the -P option.
28223         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
28224         New macros.
28225         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
28226         * modules/openat (Files): Add lib/fchownat.c.
28227         * lib/openat.c (fchownat): Don't define here.  Move to...
28228         * lib/fchownat.c: ...this new file.
28229
28230 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28231
28232         Fix bug reported by Bruno Haible in
28233         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
28234         where quotearg.c didn't compile on Mac OS X 10.2 because it
28235         lacks <wchar.h> and wint_t.
28236         * lib/wctype_.h (__wctype_wint_t): New type.
28237         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
28238         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
28239         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
28240         Arg is now of type __wctype_wint_t, not wint_t.
28241         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
28242         substitute HAVE_WINT_T.
28243         * modules/wctype (Files): Add m4/wint_t.m4.
28244         (wctype.h): Substitute HAVE_WINT_T.
28245
28246 2006-12-23  Bruno Haible  <bruno@clisp.org>
28247
28248         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
28249
28250 2006-12-23  Bruno Haible  <bruno@clisp.org>
28251
28252         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
28253         S_ISLNK.
28254         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
28255         mingw.
28256
28257 2006-12-22  Bruno Haible  <bruno@clisp.org>
28258
28259         * lib/copy-file.c: Include acl.h.
28260         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
28261         Close the file descriptors only after being done with copy_acl.
28262         * modules/copy-file (Depends-on): Add acl.
28263
28264 2006-12-22  Bruno Haible  <bruno@clisp.org>
28265
28266         * gnulib-tool (SED): New variable.
28267         Use $SED instead of sed everywhere.
28268
28269 2006-12-22  Bruno Haible  <bruno@clisp.org>
28270
28271         * modules/no-c++: New file.
28272         * m4/no-c++.m4: New file.
28273         * MODULES.html.sh (Support for building libraries and executables):
28274         Add no-c++.
28275
28276 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
28277
28278         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
28279         Include <limits.h>, and use its INT_MAX to rewrite the
28280         j loop so that it does not overflow 'int'.  Problem reported by
28281         Ralf Wildenhues in
28282         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
28283         Play it safe by shifting left by 1 rather than multiplying by 2,
28284         as GCC is less likely to optimize this away when the value
28285         is signed (when it assumes overflow leads to undefined behavior).
28286         Also, don't assume time_t uses two's complement.
28287
28288 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
28289
28290         * MODULES.html.sh: New module wctype.
28291         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
28292         * lib/fnmatch.c: Don't bother to include <wchar.h> before
28293         <wctype.h>, since the new wctype module should fix this.
28294         * lib/quotearg.c: Include <wctype.h> unconditionally, since
28295         the wctype module should arrange for it.
28296         * lib/regex_internal.h: Likewise.
28297         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
28298         since the wctype module should handle this now.
28299         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
28300         * modules/fnmatch (Depends-on): Add wctype.
28301         * modules/quotearg (Depends-on): Likewise.
28302         * modules/regex (Depends-on): Likewise.
28303
28304 2006-12-19  Bruno Haible  <bruno@clisp.org>
28305
28306         * lib/strdup.h [C++]: Wrap definitions in extern "C".
28307         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
28308
28309 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28310
28311         * modules/savewd (Depends-on): Fix dependency on fcntl.
28312
28313 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28314
28315         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
28316         conforms to C99, rather than relying on the user's environment
28317         setting of STDINT_H.
28318
28319 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28320         and Eric Blake  <ebb9@byu.net>
28321
28322         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
28323         This is more consistent with the other defines here.
28324         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
28325         Port to z/OS.  Problem reported by Paul Gilmartin.
28326         Change local vars to use gl_ prefix rather than ac_.
28327         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
28328         with other defines.
28329         * modules/double-slash-root: New module.
28330         * modules/dirname (Files): Remove m4/double-slash-root.m4.
28331         (Depends-on): Add double-slash-root.
28332         * MODULES.html.sh (File system functions): Mention new module.
28333
28334 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
28335
28336         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
28337         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
28338         This is for the benefit of gzip, which doesn't do i18n.
28339
28340 2006-12-12  Jim Meyering  <jim@meyering.net>
28341
28342         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
28343         Reported by Andreas Schwab <schwab@suse.de>.
28344
28345 2006-12-12  Bruno Haible  <bruno@clisp.org>
28346
28347         Merge these changes.
28348         2006-09-05  Bruno Haible  <bruno@clisp.org>
28349         * lib/iconvme.c (iconv_string): No need to save and restore errno when
28350         iconv_alloc succeeded.
28351         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
28352         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
28353         test for " && dest " at the end - dest is always != NULL there. Call
28354         iconv with 4xNULL arguments initially, to reset the state. Call iconv
28355         with 2xNULL arguments, also to flush the state storage. Handle the
28356         IRIX iconv behaviour. Realloc the final result, to throw away unused
28357         memory.
28358
28359 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
28360
28361         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
28362         and fchmodat unconditionally, since glibc 2.4 has them.
28363         Problem reported by Arkadiusz Miskiewicz.
28364
28365 2006-12-10  Bruno Haible  <bruno@clisp.org>
28366
28367         * gnulib-tool (func_import): Show the include files only for those
28368         modules that are copied and specified.
28369         Reported by Karl Berry.
28370
28371 2006-12-08  Jim Meyering  <jim@meyering.net>
28372
28373         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
28374         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
28375
28376         * build-aux/announce-gen: Add two new options, both optional:
28377         --bootstrap-tools=TOOL_LIST
28378               a comma-separated list of tools, e.g.,
28379               autoconf,automake,bison,gnulib
28380         --gnulib-snapshot-date=DATE
28381               if gnulib is in the bootstrap tool list,
28382               then report this as the snapshot date.
28383               If not specified, use the current date/time.
28384               If you specify a date here, be sure it's UTC.
28385
28386 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28387
28388         * tests/test-argp-2.sh: Fix test to match actual output.
28389         (func_compare): Fix sed script to be portable.
28390
28391 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
28392
28393         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
28394         workaround for this case.  It is not autoconfigured now; offhand
28395         it's hard to see how to autoconfigure it.
28396
28397 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28398
28399         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
28400         a directory that is about to be chowned.  Such a directory's
28401         initial file permissions should permit the owner only and this
28402         should not be changed until after the chown, since the group and
28403         other bits would be incorrect if they granted permission before
28404         the chown.
28405
28406         Fix porting problem for iswctype reported by Georg Schwarz in:
28407         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
28408         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
28409         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
28410         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
28411         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
28412
28413 2006-12-03  Jim Meyering  <jim@meyering.net>
28414
28415         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
28416         p->fts_statp may not yet be defined.
28417         (fts_read): Instead, set it in the caller, once p->fts_statp is
28418         sure to be defined, and corresponds to a top-level directory.
28419         This bug made du -x fail.  Here's the coreutils test case:
28420         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
28421         Reported by Mike Frysinger.
28422
28423 2006-12-01  Jim Meyering  <jim@meyering.net>
28424
28425         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
28426         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
28427         Reported by Simon Josefsson.
28428
28429 2006-11-30  Jim Meyering  <jim@meyering.net>
28430
28431         * m4/warning.m4: Use the all-permissive copyright notice
28432         recommended by RMS (rather than LGPL).
28433         * m4/vararrays.m4: Likewise.
28434         * m4/flexmember.m4: Likewise.
28435
28436 2006-11-29  Bruno Haible  <bruno@clisp.org>
28437
28438         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
28439         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
28440         using +=.
28441         Reported by Simon Josefsson <simon@josefsson.org>.
28442
28443 2006-11-28  James Youngman <jay@gnu.org>
28444
28445         * README: Advise users that they might find the bug-gnulib@gnu.org
28446         and autotools-announce@gnu.org mailing lists useful.
28447
28448 2006-11-28  Bruno Haible  <bruno@clisp.org>
28449
28450         * m4/ptrdiff_max.m4: Remove file.
28451
28452 2006-11-21  Bruno Haible  <bruno@clisp.org>
28453
28454         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
28455         _AC_COMPUTE_INT.
28456         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
28457         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
28458         _AC_COMPUTE_INT.
28459         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
28460         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
28461         _AC_COMPUTE_INT.
28462         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
28463
28464 2006-11-28  Jim Meyering  <jim@meyering.net>
28465
28466         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
28467         warning from "gcc -Wshadow" about shadowing the builtin.
28468
28469 2006-11-27  Bruno Haible  <bruno@clisp.org>
28470
28471         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
28472         _AC_COMPUTE_INT.
28473         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
28474
28475 2006-11-27  Bruno Haible  <bruno@clisp.org>
28476             Paul Eggert  <eggert@cs.ucla.edu>
28477
28478         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
28479
28480 2006-11-26  Bruno Haible  <bruno@clisp.org>
28481
28482         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
28483         noinst_LTLIBRARIES.
28484
28485 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
28486             Bruno Haible  <bruno@clisp.org>
28487
28488         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
28489         if compiling with "gcc -ansi".
28490
28491 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
28492
28493         Fix some incompatibilities with gcc -ansi -pedantic.
28494         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
28495         if compiling pedantically with GCC, unless it's C99 or later.
28496         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
28497         it mishandles gcc -ansi -pedantic as well.
28498         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
28499         if gcc -pedantic.
28500         * lib/regexec.c (check_node_accept_bytes): Don't use auto
28501         initializers for struct if -pedantic, unless it's C99 or later.
28502
28503 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
28504
28505         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
28506         Don't close an fd more than once. Identical atimes indicate
28507         success, not failure.
28508
28509 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
28510
28511         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
28512
28513 2006-11-23  Jim Meyering  <jim@meyering.net>
28514
28515         * build-aux/announce-gen: New file.  From coreutils.
28516
28517 2006-11-22  Jim Meyering  <jim@meyering.net>
28518
28519         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
28520         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
28521         (fts_read): Use a temporary to narrow the overused st_size member
28522         before using it in a switch statement.  Reported by Matthew Woehlke.
28523
28524         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
28525         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
28526
28527 2006-11-20  Bruno Haible  <bruno@clisp.org>
28528
28529         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
28530         changequote instead of pairs of brackets.
28531         Reported by Andreas Schwab <schwab@suse.de>.
28532
28533 2006-11-21  Jim Meyering  <jim@meyering.net>
28534
28535         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
28536         so as to remain compatible with older compilers.
28537         Patch from Michael Deutschmann.
28538
28539 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
28540
28541         * MODULES.html.sh (File system functions): Add openat.
28542
28543         * lib/openat.h (rpl_fstatat): New macro, if
28544         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
28545         (fstatat): Define to rpl_fstatat under the same conditions,
28546         unless COMPILING_FSTATAT.
28547         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
28548         seems to have the bug.
28549         * lib/fstatat.c: New file.
28550         * modules/openat (Files): Add it.
28551
28552 2006-11-20  Bruno Haible  <bruno@clisp.org>
28553
28554         * Makefile: New file.
28555
28556 2006-11-20  Jim Meyering  <jim@meyering.net>
28557
28558         The beginnings of syntax-related checks for gnulib.
28559         * lib/Makefile: New file.
28560         * lib/t-idcache: New script.  Ensure that the two halves of
28561         idcache.c stay in sync.
28562
28563         * lib/idcache.c: Adjust comments in user- and group- portions to
28564         be more accurate, and to be consistent with one another.
28565
28566 2006-11-20  Jim Meyering  <jim@meyering.net>
28567
28568         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
28569         continue using the flexible array member (thus, this module performs
28570         half as many malloc calls), with the addition that...
28571         (getgroup, getuser): Consistently record a non-match via an empty
28572         "name" string, and map an empty string match to a NULL return value.
28573         * modules/idcache (Depends-on): Re-add flexmember.
28574
28575         * lib/idcache.c (getuser): Remove all uses of the register keyword.
28576         (getuidbyname, getgroup, getgidbyname): Likewise.
28577
28578         Use cleaner syntax: NULL rather than 0.
28579         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
28580
28581 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
28582
28583         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
28584         It mishandled the case where the group was missing.
28585         Problem reported by Greg Schafer.
28586         * modules/idcache: Likewise.
28587
28588 2006-11-18  Jim Meyering  <jim@meyering.net>
28589
28590         * check-module (%exempt_header): Add exception for some
28591         conditionally-included headers.
28592
28593         * modules/i-ring (Depends-on): Add verify.
28594         (License): Change to LGPL.
28595
28596 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28597
28598         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
28599         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
28600         and inttostr.h.  Use snprintf rather than uinttostr, so that
28601         LGPLed code doesn't depend on GPLed.
28602
28603 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28604
28605         * modules/inline (License): Change from GPL to LGPL.
28606
28607 2006-11-17  Jim Meyering  <jim@meyering.net>
28608
28609         * modules/d-type (License): Switch to LGPL.
28610
28611 2006-11-15  Bruno Haible  <bruno@clisp.org>
28612
28613         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
28614
28615 2006-11-15  Eric Blake  <ebb9@byu.net>
28616
28617         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
28618         the module dependency.
28619
28620 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28621             Bruno Haible  <bruno@clisp.org>
28622
28623         * gnulib-tool (func_create_testdir): Add license consistency check.
28624
28625 2006-11-15  Eric Blake  <ebb9@byu.net>
28626
28627         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
28628         random "(cached)" in configure output.
28629
28630 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28631
28632         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
28633         test for conforming inttypes.h is both announced and cached.
28634
28635         * MODULES.html.sh (seen_modules, seen_files): New variables.
28636         (func_module): Rewrite to use a few less gnulib-tool and sed
28637         invocations.  Avoid a couple of quadratic algorithms for ...
28638         (missed_modules, missed_files): ... these, with ...
28639         (func_append, func_tmpdir): ... these new functions, from
28640         gnulib-tool.  Analogously, install traps for cleanup.
28641
28642         * tests/test-gc.c (main): Remove unused variables.
28643         * tests/test-read-file.c: Include stdlib.h, for 'free'.
28644
28645 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
28646
28647         * modules/inttostr (License): Change to LGPL.
28648
28649 2006-11-14  Eric Blake  <ebb9@byu.net>
28650
28651         * modules/tempname (License): Change to LGPL.
28652
28653 2006-11-14  Eric Blake  <ebb9@byu.net>
28654
28655         * doc/functions.texi (Function Portability): *printf functions on
28656         Cygwin now understand all POSIX size specifiers.
28657
28658 2006-11-14  Bruno Haible  <bruno@clisp.org>
28659
28660         * modules/c-ctype (License): Change to LGPL.
28661
28662 2006-11-12  Bruno Haible  <bruno@clisp.org>
28663
28664         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
28665         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
28666         for GNOME libraries, for which the include files are installed in
28667         subdirectories of $prefix/include.
28668
28669 2006-11-12  Bruno Haible  <bruno@clisp.org>
28670
28671         * m4/lib-link.m4: Require at least autoconf-2.54.
28672         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
28673         name to underscores for the --with option.
28674
28675 2006-11-13  Bruno Haible  <bruno@clisp.org>
28676
28677         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
28678         the tests directory.
28679         Reported by Ralf Wildenhues.
28680
28681 2006-11-13  Bruno Haible  <bruno@clisp.org>
28682
28683         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
28684         (func_emit_initmacro_end): Undo the override here.
28685         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
28686         Works around the famous automake error in coreutils.
28687
28688 2006-11-13  Eric Blake  <ebb9@byu.net>
28689
28690         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
28691         element, not its node.
28692
28693 2006-11-12  Bruno Haible  <bruno@clisp.org>
28694
28695         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
28696         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
28697
28698 2006-11-12  Bruno Haible  <bruno@clisp.org>
28699
28700         * gnulib-tool: New option --local-symlink.
28701         (func_usage): Document it.
28702         (lsymbolic): New variable.
28703         (func_import, func_create_testdir): If --symlink was not specified,
28704         test whether --local-symlink was specified and the file comes from
28705         the local_gnulib_dir.
28706
28707 2006-11-12  Bruno Haible  <bruno@clisp.org>
28708
28709         * gnulib-tool (func_ln): New function.
28710         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
28711
28712 2006-11-12  Bruno Haible  <bruno@clisp.org>
28713
28714         Finish support for source files in subdirectories.
28715         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
28716         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
28717         AUTOMAKE_OPTIONS.
28718         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
28719
28720 2006-11-12  Bruno Haible  <bruno@clisp.org>
28721
28722         * gnulib-tool (func_get_automake_snippet): Synthesize also an
28723         EXTRA_lib_SOURCES augmentation.
28724         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
28725
28726 2006-11-12  Jim Meyering  <jim@meyering.net>
28727
28728         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
28729         file descriptors.  This also averts a failure on systems with
28730         native openat support when a traversed directory lacks "x" access.
28731         * lib/fts_.h: Include "i-ring.h"
28732         (struct FTS) [fts_fd_ring]: New member.
28733         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
28734         (FCHDIR): Add parentheses.
28735         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
28736         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
28737         When descending, rather than simply closing the previous
28738         fts_cwd_fd value, push that file descriptor onto the ring.
28739         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
28740         (fts_open): Initialize the new fd_ring member.
28741         (fts_close): Clear the ring.
28742         (fts_safe_changedir): When possible, use our new fd_ring to skip
28743         the diropen and fstat and dev/ino comparison that would normally
28744         accompany a virtual `chdir ("..")'.
28745
28746         * modules/fts (Depends-on): Add i-ring.
28747         * modules/i-ring: New module.
28748         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
28749         * m4/i-ring.m4: New file.
28750
28751 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28752
28753         * gnulib-tool (func_create_testdir): Fix replacement of
28754         `build-aux' in configure.ac.  Run autotools in gltests
28755         subdirectory.
28756         (func_create_testdir, func_create_megatestdir, test): There is
28757         no need for '--force' in most autotool invocations in a new
28758         tree.  Actually fail the whole test if any of the tools, or the
28759         configure or make stages fail.
28760
28761         Sync from Automake.
28762         * build-aux/gnupload: Revert last change.  Add pointer to upload
28763         instructions of the GNU Maintenance Instructions.
28764         Suggestion by Karl Berry.
28765
28766 2006-11-10  Jim Meyering  <jim@meyering.net>
28767
28768         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
28769
28770 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28771
28772         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
28773         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
28774         (bind_textdomain_codeset) [! ENABLE_NLS]:
28775         Evaluate all the arguments.  That way, callers get compatible behavior
28776         if the arguments have side effects.  Also, it avoids some GCC
28777         diagnostics in some cases; Joel E. Denny reported problems when Bison
28778         was configured with --enable-gcc-warnigs.
28779
28780 2006-11-10  Jim Meyering  <jim@meyering.net>
28781
28782         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
28783         relevant options in CFLAGS (like -O, -fno-inline) are taken into
28784         account.
28785
28786 2006-11-10  Jim Meyering  <jim@meyering.net>
28787
28788         * modules/inline: New file/module.
28789         * modules/xalloc (Files): Remove m4/inline.m4.
28790         (Depends-on): Add inline, instead.
28791         * modules/oset: Likewise.
28792         * modules/list: Likewise.
28793
28794 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28795
28796         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
28797         Problem reported by Matthew Woehlke.
28798
28799 2006-11-09  Bruno Haible  <bruno@clisp.org>
28800
28801         * lib/tempname.c (gen_tempname): Remove variant that invokes
28802         __gen_tempname.
28803         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
28804         __gen_tempname.
28805
28806 2006-11-08  Bruno Haible  <bruno@clisp.org>
28807
28808         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
28809         to 'yes' instead of 'cross-compiling'.
28810
28811 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
28812
28813         * lib/quotearg.h (quotearg_free): New decl.
28814         * lib/quotearg.c (quotearg_free): New function.
28815         (slot0, nslots, slotvec0, slotvec):
28816         Now file-scope so that quotearg_free can get at them.
28817
28818 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28819
28820         Sync from Automake.
28821         * build-aux/gnupload: Add missing 'gnu' to example URL.
28822         Report by Karl Berry.
28823
28824 2006-11-08  Bruno Haible  <bruno@clisp.org>
28825
28826         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
28827         Suggested by Paul Eggert.
28828
28829 2006-11-08  Jim Meyering  <jim@meyering.net>
28830
28831         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
28832         It's already included if !_LIBC.
28833         (fts_safe_changedir): Add a comment.
28834
28835 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
28836
28837         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
28838         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
28839         Matthew Woehlke.
28840
28841         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
28842         definitions up, to avoid colliding with change below.
28843         (static_inline) [HAVE_INLINE]: New macro.
28844         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
28845         Provide extern decls when !HAVE_INLINE.  Do not define unless
28846         static_inline is defined, either by us or by xmalloc.c.  Use
28847         static_inline rather than static inline.
28848         (XCALLOC): Optimize sizeof(T) = 1 case.
28849         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
28850
28851 2006-11-07  Bruno Haible  <bruno@clisp.org>
28852
28853         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
28854         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
28855         AC_C_INLINE.
28856         * modules/xalloc (Files): Add m4/inline.m4.
28857
28858 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28859
28860         * README: Fix typo.
28861         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
28862         (Miscellanous Notes): ...from this.
28863
28864 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
28865
28866         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
28867         Mention that offsetof should be used instead of sizeof.
28868         From Bruno Haible.
28869
28870 2006-11-07  Bruno Haible  <bruno@clisp.org>
28871
28872         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
28873
28874 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
28875
28876         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
28877         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
28878         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
28879         (gl_tree_add_before, gl_tree_add_after):
28880         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
28881         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
28882         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
28883         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
28884         (gl_linked_add_after, gl_linked_add_at): Likewise.
28885         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
28886         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
28887         (gl_tree_add_before, gl_tree_add_after): Likewise.
28888         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
28889         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
28890         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
28891
28892 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28893
28894         * lib/gl_oset.h: Use C comment style, not C++ comment style.
28895
28896 2006-11-06  Bruno Haible  <bruno@clisp.org>
28897
28898         * m4/inline.m4: New file.
28899         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
28900         * modules/list (Files): Add m4/inline.m4.
28901         * modules/oset (Files): Likewise.
28902
28903 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
28904
28905         * lib/idcache.c: Include <stddef.h>, for offsetof.
28906         (struct userid.name): Change from char * to a flexible array member.
28907         All uses changed.
28908         * modules/idcache (Depends-on): Add flexmember.
28909
28910         * MODULES.html.sh (Core language properties): New module flexmember.
28911         * modules/flexmember, m4/flexmember.m4: New files.
28912
28913         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
28914         inline functions that are identical with the old xnmalloc_inline,
28915         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
28916         that we can avoid some unnecessary integer multiplications and
28917         divisions in the common case where the element size is known at
28918         compile time.
28919         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
28920         needed.
28921         (xnboundedmalloc): Remove.
28922         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
28923         arguments, for consistency with rest of this header.
28924         (xcharalloc): Rewrite using XNMALLOC.
28925         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
28926         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
28927         versions have been moved to lib/xalloc.h and renamed to be the
28928         non-*_inline versions.
28929         (xmalloc, xrealloc): Implement without reference to the xnmalloc
28930         and xnrealloc functions, since those functions are now inline and
28931         now call us.
28932         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
28933         renaming described above.
28934         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
28935         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
28936         captures the dependency in AC_C_INLINE.
28937
28938         New module canonicalize-lgpl, proposed by Charles Wilson in
28939         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
28940         with a few small changes afterwards.
28941         * MODULES.html.sh (File system functions): New module
28942         canonicalize-lgpl.
28943         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
28944         and canonicalize_file_name.
28945         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
28946         * modules/canonicalize-lgpl: New files.
28947
28948 2006-11-05  Bruno Haible  <bruno@clisp.org>
28949
28950         * gnulib-tool (func_import, func_create_testdir): Create directories
28951         also for files in subdirectories of lib/.
28952
28953 2006-11-05  Bruno Haible  <bruno@clisp.org>
28954
28955         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
28956         ANSI C compliant.
28957
28958 2006-11-03  Bruno Haible  <bruno@clisp.org>
28959
28960         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
28961         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
28962         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
28963         (xnboundedmalloc): New inline function.
28964         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
28965         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
28966         xmalloc.
28967         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
28968         xmalloc.
28969         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
28970         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
28971         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
28972         xmalloc.
28973         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
28974         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
28975         xmalloc.
28976         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
28977         gl_tree_add_after): Use XMALLOC instead of xmalloc.
28978         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
28979         xmalloc.
28980         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
28981         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
28982         gl_tree_add_after): Use XMALLOC instead of xmalloc.
28983         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
28984         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
28985         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
28986         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
28987
28988 2006-11-03  Bruno Haible  <bruno@clisp.org>
28989
28990         * lib/c-ctype.h [C++]: Define functions without name mangling.
28991         * lib/fwriteerror.h [C++]: Likewise.
28992         * lib/gcd.h [C++]: Likewise.
28993         * lib/linebreak.h [C++]: Likewise.
28994
28995 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
28996
28997         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
28998         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
28999         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
29000         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
29001         Check for functions and headers just once.
29002         Check for declaration of canonicalize_file_name.
29003         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
29004
29005 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
29006
29007         * gnulib-tool (func_import): Fix typo in actioncmd.
29008
29009 2006-11-02  Bruno Haible  <bruno@clisp.org>
29010
29011         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
29012         newline sequence in the Makefile.am snippet as a space, like "make"
29013         does.
29014         Reported by Roger Persson <perrog@gmail.com>.
29015
29016 2006-11-01  Bruno Haible  <bruno@clisp.org>
29017
29018         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
29019         already declared in <string.h>.
29020         * lib/strcase.h (strncasecmp): Don't declare it if yes.
29021
29022 2006-11-01  Bruno Haible  <bruno@clisp.org>
29023
29024         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
29025         * lib/strcase.h: Include <string.h>.
29026         (strcasecmp): Define to rpl_strcasecmp here.
29027
29028 2006-11-01  Bruno Haible  <bruno@clisp.org>
29029
29030         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
29031
29032 2006-11-01  Eric Blake  <ebb9@byu.net>
29033
29034         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
29035
29036         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
29037
29038 2006-10-29  Bruno Haible  <bruno@clisp.org>
29039
29040         Make it compile in C++ mode.
29041         * lib/full-write.c (full_rw): Add a cast.
29042
29043 2006-11-01  Bruno Haible  <bruno@clisp.org>
29044
29045         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
29046         be POSIX compliant.
29047         Reported by Roger Persson <perrog@gmail.com>.
29048
29049 2006-11-01  Eric Blake  <ebb9@byu.net>
29050
29051         * lib/getopt_.h: Fix comments.
29052
29053 2006-10-31  Eric Blake  <ebb9@byu.net>
29054
29055         * modules/tmpdir (Depends-on): Add sys_stat.
29056         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
29057         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
29058         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
29059         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
29060         tempname.
29061
29062 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
29063
29064         Avoid some C++ diagnostics reported by Bruno Haible.
29065         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
29066         xmalloc.
29067         (quotearg_alloc): Use xcharalloc rather than xmalloc.
29068         (struct slotvec): Move to top level.
29069         (quotearg_n_options): Rewrite to avoid xmalloc.
29070         * lib/xalloc.h (xcharalloc): New function.
29071         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
29072         [defined __cplusplus]: Add function template that provides result
29073         type propagation.  This part of the change is from Bruno Haible.
29074
29075 2006-10-29  Bruno Haible  <bruno@clisp.org>
29076
29077         Make it compile in C++ mode.
29078         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
29079         * lib/strnlen1.c (strnlen1): Cast memchr result.
29080         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
29081         * lib/clean-temp.c (string_equals, string_hash): Add casts.
29082         (create_temp_dir): Rename local variable 'template'.
29083         (compile_csharp_using_sscli): Add cast.
29084         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
29085         * lib/findprog.c (find_in_path): Likewise.
29086         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
29087         * lib/wait-process.c (register_slave_subprocess): Likewise.
29088
29089 2006-10-22  Bruno Haible  <bruno@clisp.org>
29090
29091         * modules/tsearch: New file.
29092         * lib/tsearch.h: New file.
29093         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
29094         * m4/tsearch.m4: New file.
29095         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
29096
29097 2006-10-29  Eric Blake  <ebb9@byu.net>
29098
29099         * lib/arcfour.c: Assume config.h.
29100         * lib/arctwo.c: Likewise.
29101         * lib/base64.c: Likewise.
29102         * lib/check-version.c: Likewise.
29103         * lib/crc.c: Likewise.
29104         * lib/des.c: Likewise.
29105         * lib/gc-gnulib.c: Likewise.
29106         * lib/gc-libgcrypt.c: Likewise.
29107         * lib/gc-pbkdf2-sha1.c: Likewise.
29108         * lib/getaddrinfo.c: Likewise.
29109         * lib/getdelim.c: Likewise.
29110         * lib/getline.c: Likewise.
29111         * lib/hmac-md5.c: Likewise.
29112         * lib/hmac-sha1.c: Likewise.
29113         * lib/iconvme.c: Likewise.
29114         * lib/md2.c: Likewise.
29115         * lib/md4.c: Likewise.
29116         * lib/memxor.c: Likewise.
29117         * lib/read-file.c: Likewise.
29118         * lib/readline.c: Likewise.
29119         * lib/rijndael-alg-fst.c: Likewise.
29120         * lib/rijndael-api-fst.c: Likewise.
29121         * lib/xgetdomainname.c: Likewise.
29122
29123 2006-10-28  Eric Blake  <ebb9@byu.net>
29124
29125         * lib/xstrndup.c: Assume config.h.
29126
29127 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
29128
29129         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
29130         stat-macros.h is now for our own macros, whereas stat_h is for
29131         macros in the <sys/stat.h> name space.
29132         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
29133         (STAT_MACROS_H): Remove.
29134         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
29135         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
29136         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
29137         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
29138         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
29139         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
29140         Move these macros to ...
29141         * lib/stat_.h: here.  Don't include stat-macros.h.
29142         * lib/canonicalize.c: Don't include stat-macros.h.
29143         * lib/chown.c: Likewise.
29144         * lib/euidaccess.c: Likewise.
29145         * lib/file-type.c: Likewise.
29146         * lib/filemode.c: Likewise.
29147         * lib/glob.c: Likewise.
29148         * lib/isapipe.c: Likewise.
29149         * lib/lchown.c: Likewise.
29150         * lib/lstat.c: Likewise.
29151         * lib/mkdir-p.c: Likewise.
29152         * lib/rmdir.c: Likewise.
29153         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
29154         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
29155         unless mkdir isn't declared, to speed up 'configure'.
29156         Always create sys/stat.h, since it's unlikely any real sys/stat.h
29157         would define all the S_* symbols.
29158         * modules/canonicalize (Depends-on):
29159         Depend on sys_stat, not stat-macros.
29160         * modules/chown: Likewise.
29161         * modules/euidaccess: Likewise.
29162         * modules/filemode: Likewise.
29163         * modules/file-type: Likewise.
29164         * modules/glob: Likewise.
29165         * modules/isapipe: Likewise.
29166         * modules/lchown: Likewise.
29167         * modules/lstat: Likewise.
29168         * modules/mkancesdirs: Likewise.
29169         * modules/rmdir: Likewise.
29170         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
29171         * modules/modechange: Likewise.
29172         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
29173         (configure.ac): Remove gl_STAT_MACROS.
29174         * modules/sys_stat (Depends-on): Remove stat-macros.
29175
29176 2006-10-27  Bruno Haible  <bruno@clisp.org>
29177
29178         * m4/signed.m4: Remove file.
29179         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
29180         invocation.
29181         * modules/vasnprintf (Files): Remove m4/signed.m4.
29182
29183 2006-10-27  Bruno Haible  <bruno@clisp.org>
29184
29185         Update to GNU gettext 0.16.
29186         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
29187         m4/inttypes-h.m4, m4/signed.m4.
29188         * m4/gettext.m4: Update to GNU gettext 0.16.
29189         * m4/intl.m4: New file, from GNU gettext.
29190         * m4/intldir.m4: New file, from GNU gettext.
29191         * config/srclist.txt: Update
29192
29193 2006-10-27  Eric Blake  <ebb9@byu.net>
29194
29195         * MODULES.html.sh: Document tempname.
29196         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
29197         dependencies.
29198         (Files): Move lib/tempname.c...
29199         * modules/tempname: ...to this new module.
29200         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
29201         (gl_PREREQ_TEMPNAME): Move...
29202         * m4/tempname.m4: ...to this new file.
29203         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
29204         * modules/sys_stat (Depends-on): Add stat-macros.
29205         * lib/stat_.h (includes): Pick up stat macros.
29206         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
29207         if stat macros are broken.
29208         * lib/tempname.c (includes): No need to include "stat-macros.h".
29209         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
29210         (direxists, __path_search) [!_LIBC]: Don't compile these in
29211         gnulib; the tmpdir module covers that.
29212         * lib/tempname.h: New file.
29213
29214 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
29215
29216         * COPYING: Explain how gnulib-tool converts licence headers.
29217         Almost all wording by Eric Blake.
29218
29219 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
29220
29221         * lib/mbchar.h (is_basic_table): Make read-only.
29222         * lib/mbchar.c (is_basic_table): Likewise.
29223         Reported by John Darrington.
29224
29225 2006-10-25  Bruno Haible  <bruno@clisp.org>
29226
29227         * lib/progname.h (set_program_name): Undefine before defining.
29228
29229 2006-10-25  Bruno Haible  <bruno@clisp.org>
29230
29231         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
29232         false for non-gcc C++ compilers.
29233         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
29234
29235 2006-10-24  Bruno Haible  <bruno@clisp.org>
29236
29237         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
29238         iconv implementations like Irix iconv.
29239
29240 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29241
29242         * modules/vararrays: New file.
29243         * m4/vararrays.m4: New file, taken from diffutils.
29244         * MODULES.html.sh: New module vararrays.
29245
29246 2006-10-24  Karl Berry  <karl@gnu.org>
29247
29248         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
29249         Don't call GNU Unix.
29250
29251 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29252
29253         * users.txt: Add Libtool.
29254
29255         Sync from Libtool:
29256
29257         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29258
29259         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
29260         to gnulib's policy of including config.h unconditionally.
29261
29262 2006-10-24  Bruno Haible  <bruno@clisp.org>
29263
29264         * modules/wcwidth (Files): Add m4/wint_t.m4.
29265         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
29266         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
29267
29268 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29269
29270         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
29271         to pacify GCC with some -W flags enabled.  Problem reported by
29272         Bruno Haible.
29273
29274 2006-10-24  Jim Meyering  <jim@meyering.net>
29275
29276         * MODULES.html.sh: Remove uinttostr.  It's not a module.
29277         Reported by Karl Berry.
29278
29279 2006-10-23  Bruno Haible  <bruno@clisp.org>
29280
29281         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
29282
29283 2006-10-24  Bruno Haible  <bruno@clisp.org>
29284
29285         * lib/gl_list.h: Use C comment style, not C++ comment style.
29286
29287 2006-10-23  Eric Blake  <ebb9@byu.net>
29288
29289         * lib/getaddrinfo.c (includes): Add missing include.
29290
29291 2006-10-23  Bruno Haible  <bruno@clisp.org>
29292             Paul Eggert  <eggert@cs.ucla.edu>
29293
29294         Ability to rename obstack_free.
29295         * lib/obstack.h (__obstack_free): New macro. Declare instead of
29296         obstack_free.
29297         (obstack_free): Invoke the __obstack_free macro.
29298         * lib/obstack.c (obstack_free): Use __obstack_free macro.
29299
29300 2006-10-23  Bruno Haible  <bruno@clisp.org>
29301             Paul Eggert  <eggert@cs.ucla.edu>
29302
29303         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
29304         __argc, __argv from the declaration. (They are defined as macros on
29305         mingw.)
29306
29307 2006-10-22  Bruno Haible  <bruno@clisp.org>
29308
29309         * doc/gnulib-intro.texi: New file.
29310         * doc/gnulib.texi: Include it.
29311
29312 2006-10-21  Bruno Haible  <bruno@clisp.org>
29313
29314         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
29315         "Introduction", "Miscellanous Notes", "Particular Modules".
29316
29317 2006-10-21  Bruno Haible  <bruno@clisp.org>
29318
29319         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29320         Change mostlyclean-local rule to avoid sh syntax error from bash
29321         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
29322
29323 2006-10-23  Jim Meyering  <jim@meyering.net>
29324
29325         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
29326         in place of snprintf.
29327
29328         * modules/inttostr (Files): Add lib/uinttostr.c.
29329         * lib/uinttostr.c (inttostr): New file/function.
29330         * lib/inttostr.h (uinttostr): Declare.
29331         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
29332         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
29333         Add uinttostr.
29334         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
29335
29336 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
29337
29338         * lib/canonicalize.c (ELOOP): Define if not already defined.
29339         Problem reported by Bruno Haible in
29340         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
29341
29342 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
29343
29344         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
29345         Problem reported by Perry Smith and Ville Laurikari.
29346
29347         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
29348         uses.
29349
29350 2006-10-19  Bruno Haible  <bruno@clisp.org>
29351
29352         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
29353         for mingw.
29354
29355 2006-10-19  Bruno Haible  <bruno@clisp.org>
29356
29357         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
29358         Needed for mingw.
29359
29360 2006-10-19  Bruno Haible  <bruno@clisp.org>
29361
29362         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
29363
29364 2006-10-19  Bruno Haible  <bruno@clisp.org>
29365
29366         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
29367         it.
29368
29369 2006-10-19  Bruno Haible  <bruno@clisp.org>
29370
29371         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
29372         invocation.
29373
29374 2006-10-19  Bruno Haible  <bruno@clisp.org>
29375
29376         * gnulib-tool (func_create_testdir): Don't include ftruncate and
29377         mountlist by default.
29378
29379 2006-10-16  Bruno Haible  <bruno@clisp.org>
29380
29381         * lib/c-strstr.c: Include c-strstr.h.
29382
29383 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
29384
29385         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
29386         in a slash.
29387
29388 2006-10-18  Bruno Haible  <bruno@clisp.org>
29389
29390         * lib/lock.h [C++]: Wrap definitions in extern "C".
29391
29392 2006-10-18  Bruno Haible  <bruno@clisp.org>
29393
29394         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
29395         gl_LIBOBJS list.
29396
29397 2006-10-18  Bruno Haible  <bruno@clisp.org>
29398
29399         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
29400
29401 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
29402
29403         * lib/xstrtol.h: Include gettext.h.
29404         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
29405         Problem reported by Eric Blake.
29406         * modules/xstrtol (Depends-on): Add gettext-h.
29407
29408 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
29409
29410         * lib/strftime.c (advance): New macro.
29411         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
29412         incomplete type, so you can't add 0 to it.  Problem and patch
29413         reported by Eelco Dolstra for dietlibc.
29414
29415 2006-10-18  Jim Meyering  <jim@meyering.net>
29416
29417         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
29418         type for a local, and rename it: s/up/user_proc/.
29419
29420 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
29421
29422         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
29423         READ_UTMP_USER_PROCESS.
29424         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
29425
29426 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
29427
29428         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
29429         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
29430
29431 2006-10-17  Eric Blake  <ebb9@byu.net>
29432
29433         * lib/sigprocmask.c (sigprocmask): Fix typo.
29434
29435         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
29436
29437         * modules/clean-temp (Makefile.am): Don't add to make output...
29438         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
29439         config.h.
29440
29441 2006-10-17  Bruno Haible  <bruno@clisp.org>
29442
29443         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
29444         differently if DEFAULT_TEXT_DOMAIN is set.
29445
29446 2006-10-16  Bruno Haible  <bruno@clisp.org>
29447
29448         * lib/clean-temp.c: Include fwriteerror.h.
29449
29450 2006-10-16  Bruno Haible  <bruno@clisp.org>
29451
29452         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
29453
29454 2006-10-16  Bruno Haible  <bruno@clisp.org>
29455
29456         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
29457         * lib/sigprocmask.h: Include <sys/types.h>.
29458         (sigset_t): Use the system's definition if present.
29459
29460 2006-10-17  Eric Blake  <ebb9@byu.net>
29461
29462         * lib/xvasprintf.c (includes): Assume config.h.
29463         * lib/xasprintf.c (includes): Likewise.
29464
29465 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
29466
29467         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
29468         at least as wide as intmax_t.
29469
29470 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
29471
29472         (Imported from Automake.)
29473         * build-aux/gnupload: Update to version 1.1 of directive file.
29474
29475 2006-10-16  Eric Blake  <ebb9@byu.net>
29476
29477         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
29478         match Automake 1.10a.
29479
29480 2006-10-14  Bruno Haible  <bruno@clisp.org>
29481
29482         * modules/sigprocmask: New file.
29483         * lib/sigprocmask.h: New file.
29484         * lib/sigprocmask.c: New file.
29485         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
29486         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
29487         request sigprocmask.o.
29488         (gl_PREREQ_SIGPROCMASK): New macro.
29489         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
29490         (Depends-on): Add sigprocmask.
29491         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
29492         gt_SIGNALBLOCKING. Test for 'raise' only once.
29493         * lib/fatal-signal.c: Include sigprocmask.h.
29494         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
29495         unblock_fatal_signals): Define always.
29496         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29497         sigprocmask.
29498
29499 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29500
29501         Sync from Automake.
29502         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
29503         which incorrectly sets the mode of an existing destination
29504         directory.  In some cases the unpatched install-sh could do the
29505         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
29506         system.  We hope this is rare in practice, but it's clearly worth
29507         fixing.  Problem reported by Alex Unleashed in
29508         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
29509         Also, don't bother to check for -m bugs unless we're using -m;
29510         suggested by Stepan Kasal.
29511
29512 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29513
29514         Sync from Automake.
29515         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
29516         `-c' flag, so they appear at the same position as in %FASTDEP%
29517         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
29518         which ignores unknown options only after the first non-option.
29519         Bug report against M4 by Nelson H. F. Beebe.
29520
29521 2006-10-13  Jim Meyering  <jim@meyering.net>
29522
29523         Fix a bug in yesterday's change.
29524         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
29525         p->fts_statp->st_dev would be used uninitialized.
29526         Ensures that we always call fts_stat on the very first entry.
29527         Miklos Szeredi reported that find -xdev stopped working.
29528
29529 2006-10-12  Bruno Haible  <bruno@clisp.org>
29530
29531         * gnulib-tool (func_get_automake_snippet): Append an automatically
29532         computed EXTRA_DIST augmentation.
29533         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
29534         * modules/alloca-opt (Makefile.am): Likewise.
29535         * modules/allocsa (Makefile.am): Likewise.
29536         * modules/arcfour (Makefile.am): Likewise.
29537         * modules/arctwo (Makefile.am): Likewise.
29538         * modules/argmatch (Makefile.am): Likewise.
29539         * modules/argz (Makefile.am): Likewise.
29540         * modules/atexit (Makefile.am): Likewise.
29541         * modules/backupfile (Makefile.am): Likewise.
29542         * modules/byteswap (Makefile.am): Likewise.
29543         * modules/c-strtod (Makefile.am): Likewise.
29544         * modules/c-strtold (Makefile.am): Likewise.
29545         * modules/calloc (Makefile.am): Likewise.
29546         * modules/canon-host (Makefile.am): Likewise.
29547         * modules/canonicalize (Makefile.am): Likewise.
29548         * modules/chdir-long (Makefile.am): Likewise.
29549         * modules/chdir-safer (Makefile.am): Likewise.
29550         * modules/check-version (Makefile.am): Likewise.
29551         * modules/chown (Makefile.am): Likewise.
29552         * modules/cloexec (Makefile.am): Likewise.
29553         * modules/close-stream (Makefile.am): Likewise.
29554         * modules/closeout (Makefile.am): Likewise.
29555         * modules/crc (Makefile.am): Likewise.
29556         * modules/csharpexec (Makefile.am): Likewise.
29557         * modules/cycle-check (Makefile.am): Likewise.
29558         * modules/des (Makefile.am): Likewise.
29559         * modules/dev-ino (Makefile.am): Likewise.
29560         * modules/dirfd (Makefile.am): Likewise.
29561         * modules/dirname (Makefile.am): Likewise.
29562         * modules/dup2 (Makefile.am): Likewise.
29563         * modules/eealloc (Makefile.am): Likewise.
29564         * modules/error (Makefile.am): Likewise.
29565         * modules/euidaccess (Makefile.am): Likewise.
29566         * modules/exclude (Makefile.am): Likewise.
29567         * modules/exitfail (Makefile.am): Likewise.
29568         * modules/fcntl-safer (Makefile.am): Likewise.
29569         * modules/fcntl (Makefile.am): Likewise.
29570         * modules/file-type (Makefile.am): Likewise.
29571         * modules/fileblocks (Makefile.am): Likewise.
29572         * modules/filemode (Makefile.am): Likewise.
29573         * modules/filenamecat (Makefile.am): Likewise.
29574         * modules/fnmatch (Makefile.am): Likewise.
29575         * modules/fopen-safer (Makefile.am): Likewise.
29576         * modules/fpending (Makefile.am): Likewise.
29577         * modules/fprintftime (Makefile.am): Likewise.
29578         * modules/free (Makefile.am): Likewise.
29579         * modules/fsusage (Makefile.am): Likewise.
29580         * modules/ftruncate (Makefile.am): Likewise.
29581         * modules/fts (Makefile.am): Likewise.
29582         * modules/gc-arcfour (Makefile.am): Likewise.
29583         * modules/gc-des (Makefile.am): Likewise.
29584         * modules/gc-hmac-md5 (Makefile.am): Likewise.
29585         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
29586         * modules/gc-md4 (Makefile.am): Likewise.
29587         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
29588         * modules/gc-sha1 (Makefile.am): Likewise.
29589         * modules/gc (Makefile.am): Likewise.
29590         * modules/getaddrinfo (Makefile.am): Likewise.
29591         * modules/getcwd (Makefile.am): Likewise.
29592         * modules/getdelim (Makefile.am): Likewise.
29593         * modules/getdomainname (Makefile.am): Likewise.
29594         * modules/getgroups (Makefile.am): Likewise.
29595         * modules/gethostname (Makefile.am): Likewise.
29596         * modules/gethrxtime (Makefile.am): Likewise.
29597         * modules/getline (Makefile.am): Likewise.
29598         * modules/getloadavg (Makefile.am): Likewise.
29599         * modules/getlogin_r (Makefile.am): Likewise.
29600         * modules/getndelim2 (Makefile.am): Likewise.
29601         * modules/getopt (Makefile.am): Likewise.
29602         * modules/getpagesize (Makefile.am): Likewise.
29603         * modules/getpass-gnu (Makefile.am): Likewise.
29604         * modules/getpass (Makefile.am): Likewise.
29605         * modules/getsubopt (Makefile.am): Likewise.
29606         * modules/gettime (Makefile.am): Likewise.
29607         * modules/gettimeofday (Makefile.am): Likewise.
29608         * modules/getugroups (Makefile.am): Likewise.
29609         * modules/getusershell (Makefile.am): Likewise.
29610         * modules/glob (Makefile.am): Likewise.
29611         * modules/group-member (Makefile.am): Likewise.
29612         * modules/hard-locale (Makefile.am): Likewise.
29613         * modules/hash (Makefile.am): Likewise.
29614         * modules/hmac-md5 (Makefile.am): Likewise.
29615         * modules/hmac-sha1 (Makefile.am): Likewise.
29616         * modules/human (Makefile.am): Likewise.
29617         * modules/idcache (Makefile.am): Likewise.
29618         * modules/imaxabs (Makefile.am): Likewise.
29619         * modules/imaxdiv (Makefile.am): Likewise.
29620         * modules/inet_ntop (Makefile.am): Likewise.
29621         * modules/inet_pton (Makefile.am): Likewise.
29622         * modules/intprops (Makefile.am): Likewise.
29623         * modules/inttostr (Makefile.am): Likewise.
29624         * modules/inttypes (Makefile.am): Likewise.
29625         * modules/isapipe (Makefile.am): Likewise.
29626         * modules/javaversion (Makefile.am): Likewise.
29627         * modules/lchmod (Makefile.am): Likewise.
29628         * modules/lchown (Makefile.am): Likewise.
29629         * modules/localcharset (Makefile.am): Likewise.
29630         * modules/long-options (Makefile.am): Likewise.
29631         * modules/lstat (Makefile.am): Likewise.
29632         * modules/malloc (Makefile.am): Likewise.
29633         * modules/mathl (Makefile.am): Likewise.
29634         * modules/mbchar (Makefile.am): Likewise.
29635         * modules/md2 (Makefile.am): Likewise.
29636         * modules/md4 (Makefile.am): Likewise.
29637         * modules/md5 (Makefile.am): Likewise.
29638         * modules/memcasecmp (Makefile.am): Likewise.
29639         * modules/memchr (Makefile.am): Likewise.
29640         * modules/memcmp (Makefile.am): Likewise.
29641         * modules/memcoll (Makefile.am): Likewise.
29642         * modules/memcpy (Makefile.am): Likewise.
29643         * modules/memmem (Makefile.am): Likewise.
29644         * modules/memmove (Makefile.am): Likewise.
29645         * modules/mempcpy (Makefile.am): Likewise.
29646         * modules/memrchr (Makefile.am): Likewise.
29647         * modules/memset (Makefile.am): Likewise.
29648         * modules/memxor (Makefile.am): Likewise.
29649         * modules/mkancesdirs (Makefile.am): Likewise.
29650         * modules/mkdir-p (Makefile.am): Likewise.
29651         * modules/mkdir (Makefile.am): Likewise.
29652         * modules/mkdtemp (Makefile.am): Likewise.
29653         * modules/mkstemp (Makefile.am): Likewise.
29654         * modules/mktime (Makefile.am): Likewise.
29655         * modules/modechange (Makefile.am): Likewise.
29656         * modules/mountlist (Makefile.am): Likewise.
29657         * modules/nanosleep (Makefile.am): Likewise.
29658         * modules/obstack (Makefile.am): Likewise.
29659         * modules/openat (Makefile.am): Likewise.
29660         * modules/pagealign_alloc (Makefile.am): Likewise.
29661         * modules/pathmax (Makefile.am): Likewise.
29662         * modules/physmem (Makefile.am): Likewise.
29663         * modules/poll (Makefile.am): Likewise.
29664         * modules/posixtm (Makefile.am): Likewise.
29665         * modules/posixver (Makefile.am): Likewise.
29666         * modules/putenv (Makefile.am): Likewise.
29667         * modules/quote (Makefile.am): Likewise.
29668         * modules/quotearg (Makefile.am): Likewise.
29669         * modules/raise (Makefile.am): Likewise.
29670         * modules/read-file (Makefile.am): Likewise.
29671         * modules/readline (Makefile.am): Likewise.
29672         * modules/readlink (Makefile.am): Likewise.
29673         * modules/readtokens (Makefile.am): Likewise.
29674         * modules/readutmp (Makefile.am): Likewise.
29675         * modules/realloc (Makefile.am): Likewise.
29676         * modules/regex (Makefile.am): Likewise.
29677         * modules/rename-dest-slash (Makefile.am): Likewise.
29678         * modules/rename (Makefile.am): Likewise.
29679         * modules/rijndael (Makefile.am): Likewise.
29680         * modules/rmdir (Makefile.am): Likewise.
29681         * modules/rpmatch (Makefile.am): Likewise.
29682         * modules/safe-read (Makefile.am): Likewise.
29683         * modules/safe-write (Makefile.am): Likewise.
29684         * modules/same-inode (Makefile.am): Likewise.
29685         * modules/same (Makefile.am): Likewise.
29686         * modules/save-cwd (Makefile.am): Likewise.
29687         * modules/savedir (Makefile.am): Likewise.
29688         * modules/setenv (Makefile.am): Likewise.
29689         * modules/settime (Makefile.am): Likewise.
29690         * modules/sha1 (Makefile.am): Likewise.
29691         * modules/sig2str (Makefile.am): Likewise.
29692         * modules/snprintf (Makefile.am): Likewise.
29693         * modules/stat-macros (Makefile.am): Likewise.
29694         * modules/stat-time (Makefile.am): Likewise.
29695         * modules/stdbool (Makefile.am): Likewise.
29696         * modules/stdint (Makefile.am): Likewise.
29697         * modules/stdlib-safer (Makefile.am): Likewise.
29698         * modules/stpcpy (Makefile.am): Likewise.
29699         * modules/stpncpy (Makefile.am): Likewise.
29700         * modules/strcase (Makefile.am): Likewise.
29701         * modules/strcasestr (Makefile.am): Likewise.
29702         * modules/strchrnul (Makefile.am): Likewise.
29703         * modules/strcspn (Makefile.am): Likewise.
29704         * modules/strdup (Makefile.am): Likewise.
29705         * modules/strerror (Makefile.am): Likewise.
29706         * modules/strftime (Makefile.am): Likewise.
29707         * modules/strndup (Makefile.am): Likewise.
29708         * modules/strnlen (Makefile.am): Likewise.
29709         * modules/strpbrk (Makefile.am): Likewise.
29710         * modules/strsep (Makefile.am): Likewise.
29711         * modules/strstr (Makefile.am): Likewise.
29712         * modules/strtod (Makefile.am): Likewise.
29713         * modules/strtoimax (Makefile.am): Likewise.
29714         * modules/strtok_r (Makefile.am): Likewise.
29715         * modules/strtol (Makefile.am): Likewise.
29716         * modules/strtoll (Makefile.am): Likewise.
29717         * modules/strtoul (Makefile.am): Likewise.
29718         * modules/strtoull (Makefile.am): Likewise.
29719         * modules/strtoumax (Makefile.am): Likewise.
29720         * modules/strverscmp (Makefile.am): Likewise.
29721         * modules/sys_socket (Makefile.am): Likewise.
29722         * modules/sys_stat (Makefile.am): Likewise.
29723         * modules/sysexits (Makefile.am): Likewise.
29724         * modules/time_r (Makefile.am): Likewise.
29725         * modules/timegm (Makefile.am): Likewise.
29726         * modules/timespec (Makefile.am): Likewise.
29727         * modules/tmpfile-safer (Makefile.am): Likewise.
29728         * modules/trim (Makefile.am): Likewise.
29729         * modules/unistd-safer (Makefile.am): Likewise.
29730         * modules/unlinkdir (Makefile.am): Likewise.
29731         * modules/unlocked-io (Makefile.am): Likewise.
29732         * modules/userspec (Makefile.am): Likewise.
29733         * modules/utime (Makefile.am): Likewise.
29734         * modules/utimecmp (Makefile.am): Likewise.
29735         * modules/utimens (Makefile.am): Likewise.
29736         * modules/vasnprintf (Makefile.am): Likewise.
29737         * modules/vasprintf (Makefile.am): Likewise.
29738         * modules/vsnprintf (Makefile.am): Likewise.
29739         * modules/xalloc (Makefile.am): Likewise.
29740         * modules/xgetcwd (Makefile.am): Likewise.
29741         * modules/xnanosleep (Makefile.am): Likewise.
29742         * modules/xreadlink (Makefile.am): Likewise.
29743         * modules/xstrtod (Makefile.am): Likewise.
29744         * modules/xstrtol (Makefile.am): Likewise.
29745         * modules/xstrtold (Makefile.am): Likewise.
29746         * modules/yesno (Makefile.am): Likewise.
29747         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
29748
29749 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
29750
29751         * modules/error (Makefile.am): Distribute files through
29752         EXTRA_DIST, not lib_SOURCES.
29753
29754 2006-10-12  Eric Blake  <ebb9@byu.net>
29755
29756         * modules/error (Makefile.am): Distribute files in /lib.
29757         * modules/obstack (Makefile.am): Likewise.
29758
29759 2006-10-12  Bruno Haible  <bruno@clisp.org>
29760
29761         * modules/acl (Makefile.am): Distribute all files in lib/ through
29762         EXTRA_DIST.
29763         * modules/arcfour (Makefile.am): Likewise.
29764         * modules/arctwo (Makefile.am): Likewise.
29765         * modules/argmatch (Makefile.am): Likewise.
29766         * modules/argz (Makefile.am): Likewise.
29767         * modules/atexit (Makefile.am): Likewise.
29768         * modules/backupfile (Makefile.am): Likewise.
29769         * modules/c-strtod (Makefile.am): Likewise.
29770         * modules/c-strtold (Makefile.am): Likewise.
29771         * modules/calloc (Makefile.am): Likewise.
29772         * modules/canon-host (Makefile.am): Likewise.
29773         * modules/canonicalize (Makefile.am): Likewise.
29774         * modules/chdir-long (Makefile.am): Likewise.
29775         * modules/chdir-safer (Makefile.am): Likewise.
29776         * modules/check-version (Makefile.am): Likewise.
29777         * modules/chown (Makefile.am): Likewise.
29778         * modules/cloexec (Makefile.am): Likewise.
29779         * modules/close-stream (Makefile.am): Likewise.
29780         * modules/closeout (Makefile.am): Likewise.
29781         * modules/crc (Makefile.am): Likewise.
29782         * modules/cycle-check (Makefile.am): Likewise.
29783         * modules/des (Makefile.am): Likewise.
29784         * modules/dirfd (Makefile.am): Likewise.
29785         * modules/dirname (Makefile.am): Likewise.
29786         * modules/dup2 (Makefile.am): Likewise.
29787         * modules/euidaccess (Makefile.am): Likewise.
29788         * modules/exclude (Makefile.am): Likewise.
29789         * modules/exitfail (Makefile.am): Likewise.
29790         * modules/fcntl-safer (Makefile.am): Likewise.
29791         * modules/file-type (Makefile.am): Likewise.
29792         * modules/fileblocks (Makefile.am): Likewise.
29793         * modules/filemode (Makefile.am): Likewise.
29794         * modules/filenamecat (Makefile.am): Likewise.
29795         * modules/fnmatch (Makefile.am): Likewise.
29796         * modules/fopen-safer (Makefile.am): Likewise.
29797         * modules/fpending (Makefile.am): Likewise.
29798         * modules/fprintftime (Makefile.am): Likewise.
29799         * modules/free (Makefile.am): Likewise.
29800         * modules/fsusage (Makefile.am): Likewise.
29801         * modules/ftruncate (Makefile.am): Likewise.
29802         * modules/fts (Makefile.am): Likewise.
29803         * modules/gc (Makefile.am): Likewise.
29804         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
29805         * modules/getaddrinfo (Makefile.am): Likewise.
29806         * modules/getcwd (Makefile.am): Likewise.
29807         * modules/getdelim (Makefile.am): Likewise.
29808         * modules/getdomainname (Makefile.am): Likewise.
29809         * modules/getgroups (Makefile.am): Likewise.
29810         * modules/gethostname (Makefile.am): Likewise.
29811         * modules/gethrxtime (Makefile.am): Likewise.
29812         * modules/getline (Makefile.am): Likewise.
29813         * modules/getloadavg (Makefile.am): Likewise.
29814         * modules/getlogin_r (Makefile.am): Likewise.
29815         * modules/getopt (Makefile.am): Likewise.
29816         * modules/getpass (Makefile.am): Likewise.
29817         * modules/getpass-gnu (Makefile.am): Likewise.
29818         * modules/getsubopt (Makefile.am): Likewise.
29819         * modules/gettime (Makefile.am): Likewise.
29820         * modules/gettimeofday (Makefile.am): Likewise.
29821         * modules/getugroups (Makefile.am): Likewise.
29822         * modules/getusershell (Makefile.am): Likewise.
29823         * modules/glob (Makefile.am): Likewise.
29824         * modules/group-member (Makefile.am): Likewise.
29825         * modules/hard-locale (Makefile.am): Likewise.
29826         * modules/hash (Makefile.am): Likewise.
29827         * modules/hmac-md5 (Makefile.am): Likewise.
29828         * modules/hmac-sha1 (Makefile.am): Likewise.
29829         * modules/human (Makefile.am): Likewise.
29830         * modules/idcache (Makefile.am): Likewise.
29831         * modules/imaxabs (Makefile.am): Likewise.
29832         * modules/imaxdiv (Makefile.am): Likewise.
29833         * modules/inet_ntop (Makefile.am): Likewise.
29834         * modules/inet_pton (Makefile.am): Likewise.
29835         * modules/inttostr (Makefile.am): Likewise.
29836         * modules/isapipe (Makefile.am): Likewise.
29837         * modules/lchown (Makefile.am): Likewise.
29838         * modules/long-options (Makefile.am): Likewise.
29839         * modules/lstat (Makefile.am): Likewise.
29840         * modules/malloc (Makefile.am): Likewise.
29841         * modules/mathl (Makefile.am): Likewise.
29842         * modules/mbchar (Makefile.am): Likewise.
29843         * modules/md2 (Makefile.am): Likewise.
29844         * modules/md4 (Makefile.am): Likewise.
29845         * modules/md5 (Makefile.am): Likewise.
29846         * modules/memcasecmp (Makefile.am): Likewise.
29847         * modules/memchr (Makefile.am): Likewise.
29848         * modules/memcmp (Makefile.am): Likewise.
29849         * modules/memcoll (Makefile.am): Likewise.
29850         * modules/memcpy (Makefile.am): Likewise.
29851         * modules/memmem (Makefile.am): Likewise.
29852         * modules/memmove (Makefile.am): Likewise.
29853         * modules/mempcpy (Makefile.am): Likewise.
29854         * modules/memrchr (Makefile.am): Likewise.
29855         * modules/memset (Makefile.am): Likewise.
29856         * modules/memxor (Makefile.am): Likewise.
29857         * modules/mkancesdirs (Makefile.am): Likewise.
29858         * modules/mkdir (Makefile.am): Likewise.
29859         * modules/mkdir-p (Makefile.am): Likewise.
29860         * modules/mkdtemp (Makefile.am): Likewise.
29861         * modules/mkstemp (Makefile.am): Likewise.
29862         * modules/mktime (Makefile.am): Likewise.
29863         * modules/modechange (Makefile.am): Likewise.
29864         * modules/mountlist (Makefile.am): Likewise.
29865         * modules/nanosleep (Makefile.am): Likewise.
29866         * modules/openat (Makefile.am): Likewise.
29867         * modules/pagealign_alloc (Makefile.am): Likewise.
29868         * modules/physmem (Makefile.am): Likewise.
29869         * modules/poll (Makefile.am): Likewise.
29870         * modules/posixtm (Makefile.am): Likewise.
29871         * modules/posixver (Makefile.am): Likewise.
29872         * modules/putenv (Makefile.am): Likewise.
29873         * modules/quote (Makefile.am): Likewise.
29874         * modules/quotearg (Makefile.am): Likewise.
29875         * modules/raise (Makefile.am): Likewise.
29876         * modules/read-file (Makefile.am): Likewise.
29877         * modules/readline (Makefile.am): Likewise.
29878         * modules/readlink (Makefile.am): Likewise.
29879         * modules/readtokens (Makefile.am): Likewise.
29880         * modules/readutmp (Makefile.am): Likewise.
29881         * modules/realloc (Makefile.am): Likewise.
29882         * modules/regex (Makefile.am): Likewise.
29883         * modules/rename (Makefile.am): Likewise.
29884         * modules/rename-dest-slash (Makefile.am): Likewise.
29885         * modules/rijndael (Makefile.am): Likewise.
29886         * modules/rmdir (Makefile.am): Likewise.
29887         * modules/rpmatch (Makefile.am): Likewise.
29888         * modules/safe-read (Makefile.am): Likewise.
29889         * modules/safe-write (Makefile.am): Likewise.
29890         * modules/same (Makefile.am): Likewise.
29891         * modules/save-cwd (Makefile.am): Likewise.
29892         * modules/savedir (Makefile.am): Likewise.
29893         * modules/setenv (Makefile.am): Likewise.
29894         * modules/settime (Makefile.am): Likewise.
29895         * modules/sha1 (Makefile.am): Likewise.
29896         * modules/sig2str (Makefile.am): Likewise.
29897         * modules/snprintf (Makefile.am): Likewise.
29898         * modules/stdlib-safer (Makefile.am): Likewise.
29899         * modules/stpcpy (Makefile.am): Likewise.
29900         * modules/stpncpy (Makefile.am): Likewise.
29901         * modules/strcase (Makefile.am): Likewise.
29902         * modules/strcasestr (Makefile.am): Likewise.
29903         * modules/strchrnul (Makefile.am): Likewise.
29904         * modules/strcspn (Makefile.am): Likewise.
29905         * modules/strdup (Makefile.am): Likewise.
29906         * modules/strerror (Makefile.am): Likewise.
29907         * modules/strftime (Makefile.am): Likewise.
29908         * modules/strndup (Makefile.am): Likewise.
29909         * modules/strnlen (Makefile.am): Likewise.
29910         * modules/strpbrk (Makefile.am): Likewise.
29911         * modules/strsep (Makefile.am): Likewise.
29912         * modules/strstr (Makefile.am): Likewise.
29913         * modules/strtod (Makefile.am): Likewise.
29914         * modules/strtoimax (Makefile.am): Likewise.
29915         * modules/strtok_r (Makefile.am): Likewise.
29916         * modules/strtol (Makefile.am): Likewise.
29917         * modules/strtoll (Makefile.am): Likewise.
29918         * modules/strtoul (Makefile.am): Likewise.
29919         * modules/strtoull (Makefile.am): Likewise.
29920         * modules/strtoumax (Makefile.am): Likewise.
29921         * modules/strverscmp (Makefile.am): Likewise.
29922         * modules/time_r (Makefile.am): Likewise.
29923         * modules/timegm (Makefile.am): Likewise.
29924         * modules/tmpfile-safer (Makefile.am): Likewise.
29925         * modules/unistd-safer (Makefile.am): Likewise.
29926         * modules/unlinkdir (Makefile.am): Likewise.
29927         * modules/userspec (Makefile.am): Likewise.
29928         * modules/utime (Makefile.am): Likewise.
29929         * modules/utimecmp (Makefile.am): Likewise.
29930         * modules/utimens (Makefile.am): Likewise.
29931         * modules/vasnprintf (Makefile.am): Likewise.
29932         * modules/vasprintf (Makefile.am): Likewise.
29933         * modules/vsnprintf (Makefile.am): Likewise.
29934         * modules/xalloc (Makefile.am): Likewise.
29935         * modules/xgetcwd (Makefile.am): Likewise.
29936         * modules/xnanosleep (Makefile.am): Likewise.
29937         * modules/xreadlink (Makefile.am): Likewise.
29938         * modules/xstrtod (Makefile.am): Likewise.
29939         * modules/xstrtol (Makefile.am): Likewise.
29940         * modules/xstrtold (Makefile.am): Likewise.
29941         * modules/yesno (Makefile.am): Likewise.
29942
29943 2006-10-12  Jim Meyering  <jim@meyering.net>
29944
29945         * m4/getloadavg.m4: Revert the change below.
29946
29947         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
29948         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
29949         fail with a symlink, which is what coreutils' ./bootstrap now
29950         creates by default.
29951
29952 2006-10-12  Bruno Haible  <bruno@clisp.org>
29953
29954         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
29955         mingw.
29956         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
29957         MSVC and mingw explicitly.
29958
29959 2006-10-11  Simon Josefsson  <jas@extundo.com>
29960             Bruno Haible  <bruno@clisp.org>
29961
29962         Add support for multiple gnulib-tool invocations in the scope of a
29963         single configure.ac file.
29964         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
29965         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
29966         with the same contents as the _LIBADD variable.
29967         (func_emit_initmacro_start, func_emit_initmacro_end,
29968         func_emit_initmacro_done): New functions.
29969         (func_import, func_create_testdir): Invoke them. Allow the identifiers
29970         gl_LIBOBJS and gl_LTLIBOBJS.
29971
29972 2006-10-11  Bruno Haible  <bruno@clisp.org>
29973
29974         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
29975         (func_create_testdir): Don't create po/Makefile.am, don't invoke
29976         autoreconf. Instead, invoke autopoint explicitly but move back the
29977         *.m4 files from gnulib.
29978
29979 2006-10-11  Bruno Haible  <bruno@clisp.org>
29980
29981         * gnulib-tool (func_usage): Make module names after --create-testdir
29982         optional.
29983         (func_create_testdir): If no module was specified, use nearly all
29984         modules.
29985
29986 2006-10-12  Jim Meyering  <jim@meyering.net>
29987
29988         Big performance improvement for fts-based tools that use FTS_NOSTAT.
29989         Avoid spurious inode-mismatch problems on non-POSIX file systems.
29990         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
29991         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
29992         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
29993         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
29994         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
29995         (fts_set_stat_required): New function.
29996         (fts_open): Defer the calls to fts_stat, if possible or requested.
29997         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
29998         into fts_stat itself.
29999         (fts_read): Perform any required (deferred) fts_stat call.
30000         (fts_build): Likewise, for the directory we're about to open and read.
30001         In the readdir loop, carefully decide whether each entry will require
30002         an eventual call to fts_stat, using dirent.d_type info if available.
30003         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
30004         a command line argument into this function.  Update all callers.
30005         Map a return value of FTS_DOT to FTS_D for a command line argument.
30006         * modules/fts (Depends-on): Add d-type.  Alphabetize.
30007         Thanks to Miklos Szeredi for his tenacity and for the initial
30008         bug report about "find" failing on a FUSE-based file system.
30009
30010         * lib/fts.c (fts_open): Use consistent indentation.
30011
30012 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30013
30014         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
30015         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
30016         reported by Jim Meyering.  All uses of cache variables renamed
30017         to match Autoconf's.
30018         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
30019         the other one.
30020
30021         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
30022         Fix misspelling in diagnostic.
30023
30024 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30025
30026         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
30027         defined.  Problem reported by Matthew Woehlke.
30028
30029         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
30030         Add support for Tandem NonStop R series.
30031         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
30032         Use new macro.
30033
30034         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
30035         (has_trailing_slash): Omit size arg; all callers changed.
30036         Omit 'inline', since it doesn't help performance and we'd
30037         need to configure it.
30038         Don't count //, ///, etc. as having a trailing slash.
30039         As a side effect, this removes a C99ism reported by Matthew Woehlke.
30040         (rpl_rename_dest_slash): On failure, use rename's errno rather
30041         than (in some cases) an incorrect or junk errno.
30042         Simplify code by removing need to compute length; this does
30043         cause it to make two passes instead of one over the file name,
30044         but it's worth it.
30045
30046         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
30047         change, since Autoconf's version may no longer be appropriate now
30048         that we are using CVS Autoconf's version.  Add support for Tandem.
30049
30050 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30051             Bruno Haible  <bruno@clisp.org>
30052
30053         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
30054         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
30055         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
30056         gl_AC_TYPE_LONG_LONG.
30057
30058         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
30059         instead of HAVE_LONG_LONG.
30060         * lib/printf-args.c (printf_fetchargs): Likewise.
30061         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
30062         * lib/vasnprintf.c (VASNPRINTF): Likewise.
30063         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
30064         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
30065         gl_AC_TYPE_LONG_LONG.
30066
30067 2006-10-11  Bruno Haible  <bruno@clisp.org>
30068
30069         * m4/longlong.m4: Add comments.
30070         * m4/ulonglong.m4: Likewise.
30071
30072 2006-10-10  Bruno Haible  <bruno@clisp.org>
30073
30074         Make it possible to #define stpcpy, strdup to aliases.
30075         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
30076         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
30077
30078 2006-10-10  Bruno Haible  <bruno@clisp.org>
30079
30080         Make it possible to #define gcd to an alias.
30081         * lib/gcd.c: Include config.h.
30082
30083 2006-10-10  Bruno Haible  <bruno@clisp.org>
30084
30085         Make it possible to #define c_isascii to an alias.
30086         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
30087         defined. Undefine the macros before defining them, to avoid gcc
30088         warnings.
30089         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
30090         define NO_C_CTYPE_MACROS early.
30091
30092 2006-10-10  Bruno Haible  <bruno@clisp.org>
30093
30094         Make it possible to #define set_program_name to an alias.
30095         * lib/progname.c: Don't undefine set_program_name; instead, undefine
30096         ENABLE_RELOCATABLE early.
30097
30098 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30099
30100         Port to Tandem NSK OSS, which has 64-bit signed int but at most
30101         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
30102         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
30103         More generally, don't assume that 64-bit signed int is available
30104         if unsigned int is, and vice versa.
30105         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
30106         unsigned symbols, not on their signed counterparts.
30107         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
30108         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
30109         (UINT64_C, UINTMAX_C):
30110         Likewise.
30111         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
30112         unsigned counterparts.
30113         (Have_long_long, Unsigned): New macros.
30114         (Int): Renamed from INT.
30115         (strtoimax): Use the new macros.
30116         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
30117         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
30118         * modules/inttypes (inttypes.h): Substitute
30119         HAVE_UNSIGNED_LONG_LONG_INT.
30120         * modules/stdint (stdint.h): Likewise.
30121         (Files): Add m4/ulonglong.m4.
30122
30123 2006-10-10  Bruno Haible  <bruno@clisp.org>
30124
30125         Fix a gcc -Wshadow warning.
30126         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
30127         to 'bucket'.
30128         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
30129         gl_linked_indexof_from_to): Likewise.
30130         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
30131         Likewise.
30132         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
30133         Likewise.
30134         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
30135         Reported by Eric Blake.
30136
30137 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
30138
30139         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
30140         for NetBSD.  Problem reported by Bruno Haible.
30141
30142 2006-10-09  Jim Meyering  <jim@meyering.net>
30143
30144         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
30145         Patch from Bruno Haible.
30146
30147 2006-10-09  Jim Meyering  <jim@meyering.net>
30148
30149         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
30150         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
30151         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
30152
30153 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30154
30155         Don't include <config.h> twice; this doesn't work in some cases,
30156         e.g., when config.h has "#define intmax_t long long int" and
30157         we include <config.h>, <inttypes.h>, <config.h> in that order.
30158         Problem reported by Matthew Woehlke in:
30159         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
30160         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
30161         * lib/fts-cycle.c: Don't include config.h.
30162         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
30163         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
30164         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
30165         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
30166         inttypes.h.
30167         * lib/xstrtoumax.c: Likewise.
30168         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
30169         __strtol and the like, so that this module is more like its siblings.
30170         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
30171         Remove; no longer needed now that we assume gnulib inttypes.h.
30172
30173 2006-10-08  Bruno Haible  <bruno@clisp.org>
30174
30175         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
30176         option.
30177
30178 2006-10-07  Jim Meyering  <jim@meyering.net>
30179
30180         * modules/inttypes (inttypes.h): Revert what seems to have been
30181         an inadvertent part of today's change: use "|", not "/" in the
30182         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
30183
30184 2006-10-07  Bruno Haible  <bruno@clisp.org>
30185
30186         * modules/sublist: New file.
30187
30188 2006-10-07  Bruno Haible  <bruno@clisp.org>
30189
30190         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
30191         * modules/argz (argz.h): Likewise.
30192         * modules/arpa_inet (arpa/inet.h): Likewise.
30193         * modules/byteswap (byteswap.h): Likewise.
30194         * modules/configmake (configmake.h): Likewise.
30195         * modules/fcntl (fcntl.h): Likewise.
30196         * modules/fnmatch (fnmatch.h): Likewise.
30197         * modules/getopt (getopt.h): Likewise.
30198         * modules/glob (glob.h): Likewise.
30199         * modules/inttypes (inttypes.h): Likewise.
30200         * modules/netinet_in (netinet/in.h): Likewise.
30201         * modules/poll (poll.h): Likewise.
30202         * modules/stdbool (stdbool.h): Likewise.
30203         * modules/stdint (stdint.h): Likewise.
30204         * modules/sys_select (sys/select.h): Likewise.
30205         * modules/sys_socket (sys/socket.h): Likewise.
30206         * modules/sys_stat (sys/stat.h): Likewise.
30207         * modules/sysexits (sysexits.h): Likewise.
30208         * modules/unistd (unistd.h): Likewise.
30209         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30210         Add a "DO NOT EDIT" comment to the generated file.
30211         (func_import): Likewise for gnulib-comp.m4.
30212
30213 2006-10-07  Bruno Haible  <bruno@clisp.org>
30214
30215         * lib/gl_sublist.h: New file.
30216         * lib/gl_sublist.c: New file.
30217
30218 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30219
30220         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
30221         name (relative to the original working directory) and the file
30222         name component (relative to the temporary working directory).  All
30223         callers changed.
30224         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
30225         * lib/mkdir-p.c (make_dir_parents): Likewise.
30226         * lib/mkdir-p.h (make_dir_parents): Likewise.
30227
30228 2006-10-06  Eric Blake  <ebb9@byu.net>
30229
30230         Define several macros for use by the clean-temp module.
30231         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
30232         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
30233         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
30234
30235         * lib/clean-temp.h (close_stream_temp): New declaration.
30236         * lib/clean-temp.c (includes): Pull in headers according to what
30237         other modules are in use.
30238         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
30239
30240 2006-10-06  Bruno Haible  <bruno@clisp.org>
30241
30242         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
30243         instead of fopen, fwriteerror.
30244
30245 2006-10-06  Bruno Haible  <bruno@clisp.org>
30246
30247         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
30248         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
30249         int.
30250         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
30251         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
30252         Return an error indicator.
30253         Suggested by Eric Blake.
30254
30255 2006-10-06  Bruno Haible  <bruno@clisp.org>
30256
30257         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
30258         Reported by Eric Blake.
30259
30260 2006-10-06  Bruno Haible  <bruno@clisp.org>
30261
30262         * modules/closeout (Description): Mention stderr too.
30263
30264 2006-10-06  Bruno Haible  <bruno@clisp.org>
30265         and Paul Eggert  <eggert@cs.ucla.edu>
30266
30267         * lib/closeout.c (close_stdout): Also close stderr.
30268         * lib/closeout.h: Update comment.
30269
30270 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
30271
30272         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
30273         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
30274         * lib/dirchownmod.c: Include lchown.h.
30275         * lib/lchown.c: Don't include files that lchown.h now includes.
30276         Don't declare chown, since lchown.h now does that.
30277         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
30278         (lchown): Define to rpl_chown if lchown is declared but
30279         does not exist.  Declare using a prototype if lchown is not
30280         declared.  Add a copyright notice.
30281         * lib/mkstemp.h: Include <unistd.h>.
30282         * lib/openat.c: Include lchown.h.
30283
30284         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
30285         we now test for that separately.
30286         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
30287         rather than O_NOFOLLOW, when testing whether it's possible to
30288         avoid a race condition reliably.
30289         * lib/savewd.c (savewd_chdir): Likewise.
30290
30291         Remove macros that are no longer needed now that stdint.h is
30292         reliable.
30293         * lib/fsusage.c (UINTMAX_MAX): Remove.
30294         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
30295         * lib/utimecmp.c (SIZE_MAX): Remove.
30296
30297         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
30298
30299         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
30300         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
30301         O_NOATIME works.
30302
30303 2006-10-05  Bruno Haible  <bruno@clisp.org>
30304
30305         * lib/gl_list.h (gl_sortedlist_search_from_to,
30306         gl_sortedlist_indexof_from_to): New declarations.
30307         (gl_list_implementation): New fields sortedlist_search_from_to,
30308         sortedlist_indexof_from_to.
30309         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
30310         inline functions.
30311         * lib/gl_list.c (gl_sortedlist_search_from_to,
30312         gl_sortedlist_indexof_from_to): New functions.
30313         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
30314         function.
30315         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
30316         (gl_array_sortedlist_search_from_to): New function.
30317         (gl_array_list_implementation): Update.
30318         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
30319         function.
30320         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
30321         (gl_carray_sortedlist_search_from_to): New function.
30322         (gl_carray_list_implementation): Update.
30323         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
30324         gl_linked_sortedlist_indexof_from_to): New functions.
30325         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
30326         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
30327         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
30328         gl_tree_sortedlist_indexof_from_to): New functions.
30329         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
30330         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
30331         Update.
30332         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
30333         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
30334         Update.
30335
30336 2006-10-05  Bruno Haible  <bruno@clisp.org>
30337
30338         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
30339         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
30340         (struct gl_list_implementation): Add fields search_from_to,
30341         indexof_from_to. Remove fields search, indexof.
30342         (gl_list_search): Use the search_from_to method.
30343         (gl_list_search_from, gl_list_search_from_to): New functions.
30344         (gl_list_indexof): Use the indexof_from_to method.
30345         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
30346         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
30347         (gl_list_search_from, gl_list_search_from_to): New functions.
30348         (gl_list_indexof): Use the indexof_from_to method.
30349         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
30350         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
30351         gl_array_indexof. Add start_index, end_index arguments.
30352         (gl_array_search_from_to): Renamed from gl_array_search. Add
30353         start_index, end_index arguments.
30354         (gl_array_remove, gl_array_list_implementation): Update.
30355         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
30356         gl_carray_indexof. Add start_index, end_index arguments.
30357         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
30358         start_index, end_index arguments.
30359         (gl_carray_remove, gl_carray_list_implementation): Update.
30360         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
30361         gl_linked_search. Add start_index, end_index arguments.
30362         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
30363         start_index, end_index arguments.
30364         (gl_linked_remove): Update.
30365         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
30366         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
30367         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
30368         field to 'size_t'.
30369         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
30370         gl_tree_search. Add start_index, end_index arguments.
30371         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
30372         start_index, end_index arguments.
30373         (gl_tree_remove): Update.
30374         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
30375         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
30376         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
30377         function.
30378         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
30379         gl_tree_search. Add start_index, end_index arguments.
30380         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
30381         start_index, end_index arguments.
30382         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
30383         Update.
30384         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
30385
30386 2006-10-05  Bruno Haible  <bruno@clisp.org>
30387
30388         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
30389
30390         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
30391         fwriteerror_temp): New declarations.
30392         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
30393         (descriptors): New variable.
30394         (cleanup): First, close the descriptors.
30395         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
30396         fclose_temp, fwriteerror_temp): New functions.
30397
30398 2006-10-04  Jim Meyering  <jim@meyering.net>
30399
30400         * lib/fts.c (fts_open): Tiny comment change.
30401
30402 2006-10-04  Bruno Haible  <bruno@clisp.org>
30403
30404         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
30405         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
30406         gl_LOCK_BODY.
30407         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
30408         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
30409         gl_LOCK_EARLY_BODY.
30410         (gl_LOCK): Require gl_LOCK_BODY.
30411
30412 2006-10-04  Bruno Haible  <bruno@clisp.org>
30413
30414         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
30415         (gl_oset_search_atleast): New declaration.
30416         (struct gl_oset_implementation): Add field 'search_atleast'.
30417         (gl_oset_search_atleast): New inline function.
30418         * lib/gl_oset.c (gl_oset_search_atleast): New function.
30419         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
30420         (gl_array_oset_implementation): Update.
30421         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
30422         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
30423         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
30424
30425 2006-10-04  Bruno Haible  <bruno@clisp.org>
30426
30427         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
30428
30429 2006-10-03  Bruno Haible  <bruno@clisp.org>
30430
30431         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
30432         from gl_avltreehash_list_implementation.
30433
30434 2006-10-03  Bruno Haible  <bruno@clisp.org>
30435
30436         * lib/gl_oset.c (gl_oset_add): Fix return type.
30437
30438 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
30439
30440         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
30441
30442 2006-10-02  Eric Blake  <ebb9@byu.net>
30443
30444         * modules/strnlen (Depends-on): Add extensions.
30445
30446 2006-10-02  Eric Blake  <ebb9@byu.net>
30447
30448         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
30449         definition in 2.60+.
30450
30451 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30452
30453         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
30454         checks.
30455
30456 2006-10-02  Bruno Haible  <bruno@clisp.org>
30457
30458         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
30459         to the AUTOMAKE_OPTIONS.
30460         Reported by Jim Meyering.
30461
30462 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
30463
30464         Work around bug in Solaris 10 /proc file system:
30465         /proc/self/fd/NNN/.. isn't the parent directory of
30466         the directory whose file descriptor is NNN.  This needs to
30467         be worked around at run time, not compile time, since a
30468         program might be built on Solaris 8, where things work, and
30469         run on Solaris 10.
30470         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
30471         to use the following interface instead:
30472         (OPENAT_BUFFER_SIZE): New macro.
30473         (openat_proc_name): New function.
30474         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
30475         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
30476         Likewise.
30477         * lib/openat-proc.c: New file.
30478         * modules/openat (Files): Add lib/openat-proc.c.
30479         (Depends-on): Add same-inode, stdbool.
30480         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
30481
30482 2006-09-29  Bruno Haible  <bruno@clisp.org>
30483
30484         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
30485         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
30486         argument. Set stdout_closed before testing for ferror, not after.
30487         (fwriteerror, fwriteerror_no_ebadf): New functions.
30488
30489 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30490
30491         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
30492
30493 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
30494
30495         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
30496         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
30497
30498 2006-09-28  Jim Meyering  <jim@meyering.net>
30499
30500         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
30501         Include <unistd.h>.
30502
30503 2006-09-28  Bruno Haible  <bruno@clisp.org>
30504
30505         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
30506         * modules/linkedhash-list (Depends-on): Likewise.
30507         * modules/rbtreehash-list (Depends-on): Likewise.
30508
30509 2006-09-28  Bruno Haible  <bruno@clisp.org>
30510
30511         * lib/strndup.h: Simplify the redefinition of strndup.
30512         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
30513         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
30514
30515 2006-09-28  Bruno Haible  <bruno@clisp.org>
30516
30517         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
30518         * lib/gl_linkedhash_list.c: Likewise.
30519         * lib/gl_rbtreehash_list.c: Likewise.
30520
30521 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
30522
30523         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
30524         getaddrinfo.
30525
30526         * lib/__fpending.h: Don't include <stdio_ext.h> unless
30527         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
30528         it causes <stdio_ext.h> to cause a compile-time error.
30529         Problem reported by Nelson H. F. Beebe.
30530         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
30531         of HAVE_DECL___PENDING.
30532
30533         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
30534         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
30535         declaration.
30536
30537 2006-09-27  Jim Meyering  <jim@meyering.net>
30538
30539         This file could end up with a definition for a function
30540         named __strndup, rather than rpl_strndup on a system with
30541         incomplete weak_alias support.
30542         * lib/strndup.c (strndup): Rename from __strndup.
30543         Remove #defines that used to map __strndup to strndup.
30544         Don't use K&R prototypes.
30545         Remove LIBC-related code, since this file is not sync'd with glibc.
30546         * lib/strndup.h: Revamp, accordingly.
30547         * m4/strndup.m4: Modernize.
30548
30549 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
30550
30551         * modules/savewd (Depends-on): Add 'raise'.
30552         * lib/savewd.c: Include <signal.h>, for 'raise'.
30553
30554 2006-09-26  Jim Meyering  <jim@meyering.net>
30555
30556         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
30557         when we detect Darwin 8.7.0's acl_get_file bug.
30558         Rearrange to perform the new (below) run-test while $LIBS
30559         contains any acl-related library.  Set USE_ACL at the end.
30560         (gl_ACL_GET_FILE): New function.
30561
30562 2006-09-26  Eric Blake  <ebb9@byu.net>
30563
30564         * lib/verror.c: Include <config.h> unconditionally.
30565
30566 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
30567
30568         * modules/clock-time (Maintainer): Add self.
30569         * modules/getlogin_r (Depends-on): Add extensions.
30570
30571 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30572
30573         * modules/clock-time: New module.
30574         * modules/nanosleep (Depends-on): Add clock-time.
30575         * modules/gethrxtime (Depends-on): Likewise.
30576         * modules/gettime (Depends-on): Likewise.
30577         * modules/settime (Depends-on): Likewise.
30578
30579         * modules/fts-lgpl: Depend on openat.
30580         * modules/mkancesdirs: Depend on savewd.
30581         * modules/mkdir-p: Likewise.
30582
30583 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30584
30585         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
30586
30587         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
30588         `gl_have_arbitrary_file_name_length_limit' to
30589         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
30590         actually works between configure runs.
30591
30592 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30593             Bruno Haible  <bruno@clisp.org>
30594
30595         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
30596
30597 2006-09-25  Jim Meyering  <jim@meyering.net>
30598
30599         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
30600         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
30601
30602 2006-09-25  Eric Blake  <ebb9@byu.net>
30603
30604         * gnulib-tool (func_import, func_create_testdir): Fix typos in
30605         exec's in 2006-09-18 patch when shuffling fds.
30606
30607 2006-09-25  Bruno Haible  <bruno@clisp.org>
30608
30609         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
30610         Reported by Jim Meyering.
30611
30612 2006-09-24  Jim Meyering  <jim@meyering.net>
30613
30614         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
30615         compare a pointer against a literal "0".  That caused failures with
30616         at least HP-UX's hpcc.
30617
30618 2006-09-22  Simon Josefsson  <jas@extundo.com>
30619
30620         * modules/gc-sha1:
30621         * modules/gc-md4:
30622         * modules/gc-hmac-sha1:
30623         * modules/gc-hmac-md5:
30624         * modules/gc-des:
30625         * modules/gc-arcfour: Distribute more files.
30626
30627 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30628
30629         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
30630         (gl_linked_iterator_from_to): Initialize struct completely.
30631         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
30632         (gl_tree_iterator_from_to): Likewise
30633         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
30634         * lib/gl_array_list.c [lint] (gl_array_iterator)
30635         (gl_array_iterator_from_to): Likewise.
30636         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
30637         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
30638         (gl_carray_iterator_from_to): Likewise.
30639
30640         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
30641         * lib/md4.c (md4_process_block): Remove unused variable.
30642         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
30643         parentheses for clarity.
30644
30645 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30646
30647         * modules/bison-i18n (Depends-on): Add gettext.
30648
30649 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30650
30651         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
30652         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
30653         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
30654         also add missing comma that caused broken test.
30655         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
30656         stdlib.h, for `abort'.
30657         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
30658         variables.
30659         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
30660         include unistd.h if present, for `rmdir'.
30661         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
30662         variables.
30663         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
30664         in the process include standard headers for prototypes.
30665         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
30666         gets declared on GNU/Linux.
30667         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
30668         unistd.h, for `rmdir'.
30669         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
30670
30671         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
30672         always true.
30673         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
30674
30675         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
30676
30677 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30678
30679         * gnulib-tool (func_version): Create output all at once.  This
30680         may help avoid triggering unnecessary SIGPIPEs, and at any
30681         rate it doesn't hurt.
30682
30683 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30684             Bruno Haible  <bruno@clisp.org>
30685
30686         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
30687         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
30688         * m4/signed.m4 (bh_C_SIGNED): Likewise.
30689
30690         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
30691         (gl_FUNC_VASPRINTF): Invoke it.
30692
30693 2006-09-22  Bruno Haible  <bruno@clisp.org>
30694
30695         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
30696         getloadavg.c as first argument.
30697
30698 2006-09-22  Bruno Haible  <bruno@clisp.org>
30699
30700         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
30701         at the beginning of the gl_INIT macro.
30702         * modules/getloadavg (configure.ac): Pass $gl_source_base to
30703         gl_GETLOADAVG.
30704
30705 2006-09-22  Bruno Haible  <bruno@clisp.org>
30706
30707         * gnulib-tool (func_create_megatestdir): Don't include the config-h
30708         module.
30709         Suggested by Ralf Wildenhues.
30710
30711 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30712
30713         Import this patch from libc:
30714
30715         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
30716
30717         * lib/regex_internal.c (re_string_reconstruct): Handle
30718         offset < pstr->valid_raw_len && pstr->offsets_needed case.
30719         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
30720         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
30721         re_string_context_at.
30722
30723         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
30724         now requires it.
30725         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
30726         gl_REGEX now does it for us.
30727         (gl_REGEX): Add test taken from
30728         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
30729
30730         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
30731         Check that large offsets work.  Modernize Autoconf usages.
30732         Prefer "yes" to mean a good thing rather than a bad.
30733         Don't put "#define mkstemp" in config.h, as this might interfere
30734         with standard system headers that "#define mkstemp mkstemp64".
30735
30736         * modules/mkstemp (Depends-on): Add extensions, so that
30737         mkstemp is visible on some platforms.
30738         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
30739         (Include): Change to "mkstemp.h" from <stdlib.h>.
30740         (Files): Add mkstemp.h.
30741
30742         * lib/mkstemp.h: New file, since some standard headers
30743         #define mkstemp.
30744         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
30745         Include "mkstemp.h".
30746         Make the _LIBC code resemble glibc original more,
30747         e.g., use K&R style.
30748         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
30749         (mkstemp): Remove, since mkstemp.h does this for us.
30750         * lib/stdlib--.h: Include mkstemp.h.
30751
30752         Import this patch from libc:
30753
30754         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
30755
30756         * lib/tempname.c (__gen_tempname): Change attempts_min
30757         into a macro.  Use preprocessor to decide how to initialize
30758         attempts [Coverity CID 67].
30759
30760 2006-09-20  Bruno Haible  <bruno@clisp.org>
30761
30762         * lib/mkdtemp.c: Import from libc.
30763         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
30764                 * sysdeps/posix/tempname.c (__gen_tempname): Change
30765                 attempts_min into a macro.  Use preprocessor to decide how to
30766                 initialize attempts [Coverity CID 67].
30767         2001-11-27  Paul Eggert  <eggert@twinsun.com>
30768                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
30769                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
30770
30771 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30772
30773         * gnulib-tool (func_exit): New function, to allow to pass the
30774         exit status portably through the trap.  Use everywhere.
30775         (--help, --version): Signal a write error.
30776         (trap): catch SIGPIPE, for write errors.
30777         Exit at the end of the trap, with the correct exit status.
30778
30779 2006-09-19  Karl Berry  <karl@gnu.org>
30780
30781         * doc/gnulib.texi: note about the license texinfo files.
30782
30783 2006-09-19  Eric Blake  <ebb9@byu.net>
30784
30785         * gnulib-tool: Avoid space-tab.
30786
30787 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
30788
30789         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
30790         that prevented coreutils 6.1 from building.  Problem reported
30791         by Petter Reinholdtsen.
30792
30793 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
30794
30795         * gnulib-tool (avoidlist): Fix typo that broke options like
30796         --avoid=lock that are used by coreutils bootstrap.
30797
30798 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
30799
30800         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
30801         more systematically.
30802
30803 2006-09-18  Jim Meyering  <jim@meyering.net>
30804
30805         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
30806
30807 2006-09-18  Bruno Haible  <bruno@clisp.org>
30808
30809         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
30810
30811 2006-09-18  Bruno Haible  <bruno@clisp.org>
30812
30813         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
30814         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
30815         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
30816         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
30817         * m4/gettext.m4: Require autoconf >= 2.52.
30818         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
30819         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
30820         of gl_cv_header_inttypes_h.
30821
30822 2006-09-18  Bruno Haible  <bruno@clisp.org>
30823
30824         * lib/javaversion.c: Include configmake.h.
30825
30826 2006-09-18  Bruno Haible  <bruno@clisp.org>
30827
30828         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
30829         avoid that the while loops be executed in a subshell.
30830
30831 2006-09-18  Bruno Haible  <bruno@clisp.org>
30832
30833         * MODULES.html.sh (func_module): Break long lines.
30834         Suggested by Bruce Korb <bkorb@gnu.org>.
30835
30836 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30837
30838         Speed up by a factor of 1.12.
30839         * gnulib-tool (nl): New variable.
30840         (func_import): Rewrite include directive extraction to only read each
30841         directive once.
30842
30843 2006-09-17  Bruno Haible  <bruno@clisp.org>
30844
30845         * modules/javaversion (Makefile.am): Remove DEFS setting.
30846         (Depends-on): Add configmake, for PKGDATADIR definition.
30847
30848 2006-09-17  Bruno Haible  <bruno@clisp.org>
30849
30850         * gnulib-tool (func_create_testdir): Rewrite all files at once.
30851
30852 2006-09-17  Bruno Haible  <bruno@clisp.org>
30853
30854         * gnulib-tool (func_append): New function, stolen from libtool.m4.
30855         (func_modules_transitive_closure, func_modules_add_dummy,
30856         func_modules_to_filelist, func_import, func_create_testdir,
30857         func_create_megatestdir, ...): Use it wherever possible.
30858         Suggested by Ralf Wildenhues.
30859
30860 2006-09-16  Karl Berry  <karl@gnu.org>
30861
30862         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
30863         to avoid sectioning errors.
30864         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
30865         [ifinfo]: blank line after @center-ed titles.
30866         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
30867         Spell FSF address consistently with others.
30868         (These changes approved by rms.)
30869
30870 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30871
30872         Speed up by a factor of 1.61.
30873         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
30874         already checked module names again.
30875
30876 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30877
30878         Speed up by a factor of 1.13.
30879         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
30880         for new_files, and the input to func_add_or_update.
30881
30882 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30883
30884         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
30885         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
30886
30887 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30888
30889         * modules/mkancesdirs (Depends-on): Add fcntl.
30890         * modules/savewd: New file.
30891         * MODULES.html.sh (File system functions): Add savewd.
30892
30893         * modules/configmake (Makefile.am): Add support for the
30894         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
30895
30896 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30897
30898         * m4/savewd.m4: New file.
30899
30900 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30901
30902         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
30903         (dirchownmod): New arg FD.  All callers changed.
30904         Use FD rather than opening the directory ourself, as opening is
30905         now the caller's responsibility.
30906         * lib/dirchownmod.h: Likewise.
30907         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
30908         hosts that require <sys/types.h> before <sys/stat.h>.  Include
30909         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
30910         (test_dir): Remove.
30911         (mkancesdirs): Return length of prefix of FILE that has already
30912         been made, or -2 if there is a child doing the work.  Redo
30913         algorithm so that it is O(N) rather than O(N**2).  Optimize away
30914         ".", and treat ".." specially since it might stray back into
30915         already-created areas.  Use a subprocess if necessary.  New arg
30916         WD; all users changed.  MAKE_DIR function should now return 1
30917         if it creates a directory that is not readable.  Return -2 if
30918         a child process is spun off.
30919         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
30920         Adjust signature to match code.
30921         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
30922         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
30923         all users changed.
30924         * lib/savewd.c, lib/savewd.h: New files.
30925
30926 2006-09-15  Jim Meyering  <jim@meyering.net>
30927
30928         * modules/rename-dest-slash: New module.
30929         * MODULES.html.sh (posix_compat): Add it here.
30930
30931         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
30932
30933 2006-09-15  Jim Meyering  <jim@meyering.net>
30934
30935         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
30936         file.
30937
30938         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
30939
30940 2006-09-15  Jim Meyering  <jim@meyering.net>
30941
30942         * lib/rename-dest-slash.c (has_trailing_slash): Use
30943         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
30944         (rpl_rename_dest_slash): Perform the cheaper trailing slash
30945         test before testing whether SRC is a directory.
30946         Suggestions from Bruno Haible.
30947
30948         Avoid a warning about an unused variable.
30949         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
30950         into the #ifdef block where it's used.
30951
30952         * lib/rename-dest-slash.c: New file.
30953
30954 2006-09-14  Bruno Haible  <bruno@clisp.org>
30955
30956         * lib/allocsa.c: Include <config.h> unconditionally.
30957         * lib/asnprintf.c: Likewise.
30958         * lib/asprintf.c: Likewise.
30959         * lib/c-strcasecmp.c: Likewise.
30960         * lib/c-strcasestr.c: Likewise.
30961         * lib/c-strncasecmp.c: Likewise.
30962         * lib/c-strstr.c: Likewise.
30963         * lib/classpath.c: Likewise.
30964         * lib/clean-temp.c: Likewise.
30965         * lib/concatpath.c: Likewise.
30966         * lib/copy-file.c: Likewise.
30967         * lib/csharpcomp.c: Likewise.
30968         * lib/csharpexec.c: Likewise.
30969         * lib/execute.c: Likewise.
30970         * lib/fatal-signal.c: Likewise.
30971         * lib/findprog.c: Likewise.
30972         * lib/fwriteerror.c: Likewise.
30973         * lib/gl_array_list.c: Likewise.
30974         * lib/gl_array_oset.c: Likewise.
30975         * lib/gl_avltree_list.c: Likewise.
30976         * lib/gl_avltree_oset.c: Likewise.
30977         * lib/gl_avltreehash_list.c: Likewise.
30978         * lib/gl_carray_list.c: Likewise.
30979         * lib/gl_linked_list.c: Likewise.
30980         * lib/gl_linkedhash_list.c: Likewise.
30981         * lib/gl_list.c: Likewise.
30982         * lib/gl_oset.c: Likewise.
30983         * lib/gl_rbtree_list.c: Likewise.
30984         * lib/gl_rbtree_oset.c: Likewise.
30985         * lib/gl_rbtreehash_list.c: Likewise.
30986         * lib/imaxabs.c: Likewise.
30987         * lib/imaxdiv.c: Likewise.
30988         * lib/javacomp.c: Likewise.
30989         * lib/javaexec.c: Likewise.
30990         * lib/javaversion.c: Likewise.
30991         * lib/linebreak.c: Likewise.
30992         * lib/localcharset.c: Likewise.
30993         * lib/lock.c: Likewise.
30994         * lib/mbchar.c: Likewise.
30995         * lib/mbswidth.c: Likewise.
30996         * lib/mkdtemp.c: Likewise.
30997         * lib/pipe.c: Likewise.
30998         * lib/printf-args.c: Likewise.
30999         * lib/printf-parse.c: Likewise.
31000         * lib/progname.c: Likewise.
31001         * lib/progreloc.c: Likewise.
31002         * lib/readlink.c: Likewise.
31003         * lib/sh-quote.c: Likewise.
31004         * lib/stpcpy.c: Likewise.
31005         * lib/stpncpy.c: Likewise.
31006         * lib/strcasecmp.c: Likewise.
31007         * lib/strcasestr.c: Likewise.
31008         * lib/strcspn.c: Likewise.
31009         * lib/striconv.c: Likewise.
31010         * lib/strncasecmp.c: Likewise.
31011         * lib/strnlen1.c: Likewise.
31012         * lib/strstr.c: Likewise.
31013         * lib/strtok_r.c: Likewise.
31014         * lib/tls.c: Likewise.
31015         * lib/tmpdir.c: Likewise.
31016         * lib/unicodeio.c: Likewise.
31017         * lib/unsetenv.c: Likewise.
31018         * lib/vasnprintf.c: Likewise.
31019         * lib/vasprintf.c: Likewise.
31020         * lib/wait-process.c: Likewise.
31021         * lib/xallocsa.c: Likewise.
31022         * lib/xsetenv.c: Likewise.
31023         * lib/xstriconv.c: Likewise.
31024
31025 2006-09-13  Simon Josefsson  <jas@extundo.com>
31026
31027         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
31028         that internally, suggested by Ralf Wildenhues
31029         <Ralf.Wildenhues@gmx.de>.
31030
31031 2006-09-13  Simon Josefsson  <jas@extundo.com>
31032
31033         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
31034         @LIBOBJS@.
31035         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31036
31037 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
31038
31039         * lib/_fpending.c: Include <config.h> unconditionally, since we no
31040         longer worry about uses that don't define HAVE_CONFIG_H.
31041         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
31042         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
31043         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
31044         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
31045         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
31046         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
31047         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
31048         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
31049         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
31050         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
31051         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
31052         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
31053         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
31054         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
31055         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
31056         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
31057         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
31058         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
31059         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
31060         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
31061         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
31062         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
31063         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
31064         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
31065         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
31066         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
31067         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
31068         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
31069         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
31070         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
31071         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
31072         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
31073         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
31074         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
31075         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
31076         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
31077         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
31078         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
31079         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
31080         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
31081         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
31082         Likewise.
31083
31084 2006-09-13  Eric Blake  <ebb9@byu.net>
31085
31086         * lib/getopt.c: Fix typo in last commit.
31087
31088 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
31089
31090         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
31091         dgettext.
31092
31093 2006-09-12  Jim Meyering  <jim@meyering.net>
31094
31095         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
31096         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
31097         Reported by Nelson H. F. Beebe.
31098
31099 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31100
31101         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
31102         program_invocation_name and program_invocation_short_name are
31103         initialized.
31104         * lib/argp-namefrob.h: Move declarations of program_invocation_name
31105         and program_invocation_short_name to argp.h, so they are visible
31106         to user programs.
31107         * lib/argp.h: Likewise
31108
31109 2006-09-10  Bruno Haible  <bruno@clisp.org>
31110
31111         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
31112         m4/inttypes_h.m4, m4/uintmax_t.m4.
31113
31114 2006-09-10  Bruno Haible  <bruno@clisp.org>
31115
31116         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
31117         gl_AC_TYPE_UINTMAX_T.
31118
31119 2006-09-10  Bruno Haible  <bruno@clisp.org>
31120
31121         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
31122
31123 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31124
31125         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
31126         convention.  Text proposed by Bruno Haible.
31127         (struct argp_option): Document the use of N_() wrappers.
31128
31129         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
31130         '\v', and translate the two parts separately, instead of feeding
31131         the whole string to gettext.  This allows to exclude
31132         '\v' from the strings visible to the translator by writing doc
31133         strings as N_("..") "\v" N_("..").
31134
31135 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
31136
31137         * config/srclist.txt: Undo latest change; the bug was fixed.
31138
31139 2006-09-09  Bruno Haible  <bruno@clisp.org>
31140
31141         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
31142         assignments if building a library without libtool.
31143         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
31144         in func_emit_lib_Makefile_am.
31145         (func_import): When building a static library libfoo.a, arrange to
31146         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
31147         (func_create_testdir): Likewise.
31148         * modules/gc (configure.ac, Makefile.am): If building statically,
31149         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
31150         * modules/iconvme (configure.ac, Makefile.am): Likewise.
31151         * modules/striconv (configure.ac, Makefile.am): Likewise.
31152         Based on a suggestion by Ralf Wildenhues.
31153
31154 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31155
31156         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
31157         Check for unistd.h too, since Autoconf doesn't assume POSIX.
31158         Also:
31159
31160         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31161         Add year_2050_test to catch glibc bug 2821
31162         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
31163
31164         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31165         Prefer #ifdef to #if.
31166
31167         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
31168         Return from 'main' instead of calling 'exit'.
31169
31170 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31171
31172         * lib/mktime.c (guess_time_tm): Fix bug where mktime
31173         returned the maximum time_t value rather than (time_t) -1.
31174         Problem originally reported by William Bardwell
31175         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
31176
31177         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
31178         Moved to here ...
31179         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
31180         ... from here.
31181
31182 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31183
31184         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
31185         2821 is fixed.
31186
31187 2006-09-08  Jim Meyering  <jim@meyering.net>
31188
31189         Don't make generated files read-only.  That would bother too many
31190         people.  However, do retain the ability to work when targets are
31191         read-only: remove the destination and temporary files before writing
31192         them (when generated via sed or echo), or by using the -f option for
31193         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
31194         * modules/alloca-opt, modules/argz, modules/arpa_inet:
31195         * modules/byteswap, modules/configmake, modules/fcntl:
31196         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
31197         * modules/localcharset, modules/netinet_in, modules/poll:
31198         * modules/stdbool, modules/stdint, modules/sys_select:
31199         * modules/sys_socket, modules/sys_stat, modules/sysexits:
31200
31201 2006-09-08  Jim Meyering  <jim@meyering.net>
31202
31203         Avoid new build failure on FreeBSD 6.0.
31204         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
31205         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
31206         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
31207
31208 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31209
31210         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
31211
31212 2006-09-07  Jim Meyering  <jim@meyering.net>
31213
31214         Fix global typo in last change: use chmod u-w, not chmod u-x.
31215         Spotted by Paul Eggert and Bruce Korb.
31216         * modules/alloca-opt, modules/argz, modules/arpa_inet:
31217         * modules/byteswap, modules/configmake, modules/fcntl:
31218         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
31219         * modules/localcharset, modules/netinet_in, modules/poll:
31220         * modules/stdbool, modules/stdint, modules/sys_select:
31221         * modules/sys_socket, modules/sys_stat, modules/sysexits:
31222
31223 2006-09-06  Jim Meyering  <jim@meyering.net>
31224
31225         Make generated files be read-only.
31226         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
31227         Ensure that each generated file is now read-only.
31228         * modules/argz: Likewise.
31229         * modules/arpa_inet: Likewise.
31230         * modules/byteswap: Likewise.
31231         * modules/configmake: Likewise.
31232         * modules/fcntl: Likewise.
31233         * modules/fnmatch: Likewise.
31234         * modules/getopt: Likewise.
31235         * modules/glob: Likewise.
31236         * modules/inttypes: Likewise.
31237         * modules/netinet_in: Likewise.
31238         * modules/poll: Likewise.
31239         * modules/stdbool: Likewise.
31240         * modules/stdint: Likewise.
31241         * modules/sys_select: Likewise.
31242         * modules/sys_socket: Likewise.
31243         * modules/sys_stat: Likewise.
31244         * modules/sysexits: Likewise.
31245         * modules/localcharset: Same as above, but continue using temporary
31246         file named "t-$@" (why different?) rather than the "$@-t" used
31247         everywhere else.
31248
31249         * modules/sysexits (Makefile.am): Replace literal occurrences
31250         of "sysexit.h" more readable, and more consistent, "$@".
31251
31252 2006-09-06  Bruno Haible  <bruno@clisp.org>
31253
31254         * modules/striconv: New file.
31255         * modules/xstriconv: New file.
31256         * MODULES.html.sh (Internationalization functions): Add striconv,
31257         xstriconv.
31258
31259 2006-09-06  Bruno Haible  <bruno@clisp.org>
31260
31261         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
31262         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
31263         not using libtool correctly.
31264
31265 2006-09-06  Bruno Haible  <bruno@clisp.org>
31266
31267         * lib/striconv.h: New file.
31268         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
31269         iconvstring.c.
31270         * lib/xstriconv.h: New file.
31271         * lib/xstriconv.c: New file.
31272
31273 2006-09-06  Bruno Haible  <bruno@clisp.org>
31274
31275         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
31276         lib_..._LDFLAGS.
31277
31278 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31279
31280         * lib/argz_.h: Sync from Libtool.
31281
31282         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
31283                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
31284
31285         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
31286
31287 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
31288
31289         * modules/trim: New file.
31290
31291 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
31292
31293         * lib/trim.h: New file.
31294         * lib/trim.c: New file.
31295
31296 2006-09-05  Bruno Haible  <bruno@clisp.org>
31297
31298         * MODULES.html.sh (String handling): Add trim.
31299
31300 2006-09-04  Karl Berry  <karl@gnu.org>
31301
31302         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
31303         until next release.
31304
31305 2006-09-03  Bruno Haible  <bruno@clisp.org>
31306
31307         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
31308         correctly.
31309
31310 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31311
31312         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
31313         not gl_GETLOADAVG.  Omit unneeded semicolons.
31314         Problems reported by Ralf Wildenhues in
31315         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
31316         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
31317         at the end, which is the usual gnulib style.
31318
31319         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
31320         of doing all the work ourselves.
31321         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
31322         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
31323
31324 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31325
31326         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
31327         Problem reported by Ralf Wildenhues in
31328         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
31329
31330         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
31331         HAVE_STRUCT_STATFS_F_FSTYPENAME.
31332
31333 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31334
31335         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
31336         yesterday's patch by changing test -n to test -z.
31337
31338 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31339
31340         * modules/getloadavg (Files): Add m4/getloadavg.m4.
31341         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
31342         the former is now obsolescent.
31343
31344         * modules/chdir-long (Depends-on): Add fcntl.
31345
31346 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31347
31348         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
31349         obsolescent, and programs should use gnulib instead.
31350         * m4/getloadavg.m4: New file, with contents taken from Autoconf
31351         but with prefixes changed.
31352
31353 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31354
31355         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
31356         or stdbool.h, because they might not exist while configuring.
31357
31358         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
31359         Don't include unistd.h or limits.h; not needed, since chdir-long.h
31360         does that for us.
31361         (O_DIRECTORY): Remove.
31362
31363 2006-08-31  Eric Blake  <ebb9@byu.net>
31364
31365         * gnulib-tool: Don't let emacs change spaces to TAB.
31366
31367 2006-08-31  Bruno Haible  <bruno@clisp.org>
31368
31369         * gnulib-tool: When calling func_import more than once, do it in a
31370         subshell.
31371         Reported by Eric Blake <ebb9@byu.net>.
31372
31373 2006-08-31  Bruno Haible  <bruno@clisp.org>
31374
31375         * gnulib-tool (nl): Remove variable.
31376         (sed_transform_lib_file): Use more robust test for config-h module.
31377         (func_import): Fix typo in 2006-08-25 patch.
31378
31379 2006-08-31  Bruno Haible  <bruno@clisp.org>
31380
31381         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
31382         specified, augment Makefile.am variables instead of assigning them.
31383
31384 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
31385
31386         Work around a bug in both the Linux and SunOS 64-bit kernels:
31387         nanosleep mishandles sleeps for longer than 2**31 seconds.
31388         Problem reported by Frank v Waveren in
31389         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
31390         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
31391         Check for nanosleep bug.
31392         (LIB_NANOSLEEP): Append clock_gettime library if needed.
31393
31394 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
31395
31396         Work around a bug in both the Linux and SunOS 64-bit kernels:
31397         nanosleep mishandles sleeps for longer than 2**31 seconds.
31398         Problem reported by Frank v Waveren in
31399         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
31400         * lib/nanosleep.c (BILLION): New constant.
31401         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
31402         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
31403         implementation.
31404
31405 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
31406
31407         * modules/nanosleep (Depends-on): Add gettime.
31408
31409 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
31410         and Simon Josefsson  <jas@extundo.com>
31411         and Oskar Liljeblad  <oskar@osk.mine.nu>
31412
31413         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
31414         * gnulib-tool (func_import): New license type 'unmodifiable license
31415         text'.
31416         * modules/fdl: Use it.  Longer description.
31417         * module/gpl, module/lgpl: New files.
31418
31419 2006-08-30  Jim Meyering  <jim@meyering.net>
31420
31421         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
31422         shadowing the parameter.
31423
31424 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31425
31426         Sync from Libtool:
31427
31428         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31429
31430         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
31431         sharing with gnulib.  Report by Eric Blake.
31432
31433 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
31434
31435         * modules/isapipe: New file.
31436         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
31437
31438 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
31439
31440         * modules/configmake (Makefile.am): Add a comment, and omit
31441         the CONFIGMAKE_ prefix from generated macro names.  Suggested
31442         by Bruno Haible.
31443
31444 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
31445
31446         * m4/isapipe.m4: New file.
31447
31448 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
31449
31450         * lib/isapipe.c, lib/isapipe.h: New files.
31451
31452 2006-08-29  Jim Meyering  <jim@meyering.net>
31453
31454         * modules/configmake (Makefile.am): Make configmake.h depend on
31455         Makefile.  Otherwise, a stale configmake.h could hang around.
31456
31457 2006-08-29  Eric Blake  <ebb9@byu.net>
31458
31459         * lib/error.c (error_at_line, print_errno_message): Match libc, after
31460         resolution of upstream bug 3044.
31461
31462 2006-08-29  Bruno Haible  <bruno@clisp.org>
31463
31464         * modules/localcharset (Depends-on): Add configmake.
31465         (Makefile.am): Remove setting of LIBDIR through DEFS.
31466
31467 2006-08-29  Bruno Haible  <bruno@clisp.org>
31468
31469         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
31470         defined.
31471
31472 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
31473
31474         * modules/fcntl: New file.
31475         * modules/chdir-safer (Depends-on): Add fcntl.
31476         * modules/fts: Likewise.
31477         * modules/mkdir-p: Likewise.
31478
31479         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
31480         This undoes the most recent change, since we're now addressing the
31481         problem in a different way.
31482
31483         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
31484         into output, since the output might be called Makefile.am even
31485         if $makefile_name is something different.
31486         (func_import): Use $makefile_am rather than
31487         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
31488         empty.
31489
31490         * modules/inttypes (Files): Add m4/inttypes-h.m4.
31491
31492 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
31493
31494         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
31495         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
31496         recent change to stdint.m4, since we're now addressing the problem in a
31497         different way.
31498
31499 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
31500
31501         * m4/fcntl_h.m4: New file.
31502
31503 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
31504
31505         * lib/fcntl_.h: New file.
31506         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
31507         the fcntl module.
31508         * lib/dirchownmod.c: Likewise.
31509         * lib/fts.c: Likewise.
31510
31511         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
31512         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
31513         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
31514         just before including <inttypes.h>, to avoid circular inclusion.
31515
31516 2006-08-28  Jim Meyering  <jim@meyering.net>
31517
31518         * doc/visibility.texi: Actually read and correct the grammar of the
31519         sentence affected by yesterday's change.
31520
31521 2006-08-28  Eric Blake  <ebb9@byu.net>
31522
31523         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
31524         needs wrapper.
31525
31526 2006-08-28  Eric Blake  <ebb9@byu.net>
31527
31528         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
31529
31530 2006-08-28  Eric Blake  <ebb9@byu.net>
31531
31532         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
31533
31534 2006-08-28  Bruno Haible  <bruno@clisp.org>
31535
31536         * modules/c-strstr: New file, from GNU gettext.
31537         * MODULES.html.sh (String handling): Add c-strstr.
31538
31539 2006-08-28  Bruno Haible  <bruno@clisp.org>
31540
31541         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
31542         macros.
31543         Reported by Eric Blake.
31544
31545 2006-08-28  Bruno Haible  <bruno@clisp.org>
31546
31547         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
31548         (VASNPRINTF): Return a string of length > INT_MAX without failing.
31549         * lib/vasprintf.c: Include errno.h, limits.h.
31550         (EOVERFLOW): New fallback definition.
31551         (vasprintf): Test here whether the string length is > INT_MAX.
31552         * lib/vsnprintf.c: Include errno.h, limits.h.
31553         (EOVERFLOW): New fallback definition.
31554         (vsnprintf): Fix bug when generated string was too long for the buffer.
31555         Test here whether the string length is > INT_MAX.
31556
31557 2006-08-28  Bruno Haible  <bruno@clisp.org>
31558
31559         * lib/inttypes_.h (SCNX*): Remove definitions.
31560         Reported by Eric Blake.
31561
31562 2006-08-28  Bruno Haible  <bruno@clisp.org>
31563
31564         * lib/c-strstr.h: New file, from GNU gettext.
31565         * lib/c-strstr.c: New file, from GNU gettext.
31566
31567 2006-08-28  Bruno Haible  <bruno@clisp.org>
31568
31569         * gnulib-tool: Reorder some statements.
31570
31571 2006-08-28  Bruno Haible  <bruno@clisp.org>
31572
31573         * gnulib-tool: New option --makefile-name.
31574         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
31575         $makefile_name.
31576         (func_import): Write $makefile_name to the cache file, and read it from
31577         there unless explicitly specified. Use $makefile_name as file name
31578         instead of Makefile.am. Adjust the recommendations accordingly.
31579
31580 2006-08-28  Bruno Haible  <bruno@clisp.org>
31581
31582         * gnulib-tool (func_verify_module): Check against misapplying patch.
31583
31584 2006-08-28  Bruno Haible  <bruno@clisp.org>
31585
31586         * gnulib-tool (func_relativize, func_relconcat): New functions.
31587         Give an error if --local-dir is given with --update.
31588         Remove trailing slashes from $local_gnulib_dir.
31589         (func_import): Store the relativized $local_gnulib_dir in
31590         gnulib-cache.m4, and read it from there if not specified explicitly.
31591
31592 2006-08-28  Bruno Haible  <bruno@clisp.org>
31593
31594         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
31595         is the current directory. Respect also $local_gnulib_dir.
31596
31597 2006-08-28  Bruno Haible  <bruno@clisp.org>
31598             Simon Josefsson  <jas@extundo.com>
31599
31600         BeOS portability.
31601         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
31602
31603 2006-08-27  Jim Meyering  <jim@meyering.net>
31604
31605         * doc/visibility.texi: Remove duplicate word: "pointer".
31606
31607 2006-08-26  Bruno Haible  <bruno@clisp.org>
31608
31609         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
31610         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
31611         (Makefile.am): Create inttypes.h from inttypes_.h.
31612         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
31613
31614         * modules/imaxabs: New file.
31615
31616         * modules/imaxdiv: New file.
31617
31618 2006-08-26  Bruno Haible  <bruno@clisp.org>
31619
31620         * m4/inttypes.m4: New file.
31621         * m4/_inttypes_h.m4: Remove file.
31622         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
31623         PRI_MACROS_BROKEN.
31624         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
31625
31626         * m4/imaxabs.m4: New file.
31627
31628         * m4/imaxdiv.m4: New file.
31629
31630 2006-08-26  Bruno Haible  <bruno@clisp.org>
31631
31632         * lib/inttypes_.h: New file.
31633         * lib/inttypes.h: Remove file.
31634         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
31635
31636         * lib/imaxabs.c: New file.
31637
31638         * lib/imaxdiv.c: New file.
31639
31640 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31641
31642         New config-h module, so that "make" output needn't be cluttered
31643         by -DHAVE_CONFIG_H.
31644         * MODULES.html.sh (Support for building libraries and executables):
31645         Add config-h.
31646         * modules/config-h: New file.
31647         * gnulib-tool (nl, sed_transform_lib_file): New vars.
31648         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
31649         the config-h module is used.
31650
31651         New configmake module, so that "make" output needn't be cluttered
31652         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
31653         * MODULES.html.sh (Support for building libraries and executables):
31654         Add configmake.
31655         * modules/configmake: New file.
31656
31657 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31658
31659         * m4/config-h.m4: New file.
31660
31661 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31662
31663         * config/srclist.txt: Add elisp-comp.
31664
31665 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31666
31667         * MODULES.html.sh (Support for building libraries and executables):
31668         Add elisp-comp.
31669         * build-aux/elisp-comp: New file.
31670         * modules/elisp-comp: New file.
31671
31672 2006-08-24  Bruno Haible  <bruno@clisp.org>
31673
31674         * gnulib-tool (func_create_testdir): Use non-default values of
31675         sourcebase and m4base.
31676
31677 2006-08-24  Bruno Haible  <bruno@clisp.org>
31678
31679         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
31680         HTML structure.
31681
31682 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31683
31684         * modules/openat (Depends-on): Add lchown.
31685
31686 2006-08-23  Bruno Haible  <bruno@clisp.org>
31687
31688         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
31689         of gl_LOCK_EARLY instead of gl_LOCK.
31690
31691 2006-08-23  Bruno Haible  <bruno@clisp.org>
31692
31693         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
31694         on OSF/1 to no.
31695         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
31696
31697 2006-08-23  Bruno Haible  <bruno@clisp.org>
31698
31699         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
31700         as unusable.
31701
31702         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
31703         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
31704         (gl_LOCK): New macro.
31705
31706 2006-08-22  Simon Josefsson  <jas@extundo.com>
31707
31708         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
31709         to md5 module.
31710
31711 2006-08-22  Simon Josefsson  <jas@extundo.com>
31712
31713         * MODULES.html.sh: Add "Support for maintaining and release
31714         projects".
31715
31716         * build-aux/gnupload: New file, from coreutils.
31717
31718 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31719
31720         Avoid the need for AC_LIBSOURCES in m4 macros.
31721         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
31722         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
31723         * modules/check-version (EXTRA_DIST): Add check-version.h.
31724         * modules/crc (EXTRA_DIST): Add crc.h.
31725         * modules/des (EXTRA_DIST): Add des.h.
31726         * modules/gc (EXTRA_DIST): Add gc.h.
31727         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
31728         * modules/getline (EXTRA_DIST): Add getline.h.
31729         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
31730         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
31731         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
31732         * modules/md2 (EXTRA_DIST): Add md2.h.
31733         * modules/md4 (EXTRA_DIST): Add md4.h.
31734         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
31735         * modules/read-file (EXTRA_DIST): Add read-file.h.
31736         * modules/readline (EXTRA_DIST): Add readline.h.
31737         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
31738         rijndael-api-fst.h.
31739
31740 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31741
31742         * m4/rijndael.m4 (gl_ARCFOUR):
31743         * m4/arctwo.m4 (gl_ARCTWO):
31744         * m4/check-version.m4 (gl_CHECK_VERSION):
31745         * m4/crc.m4 (gl_CRC):
31746         * m4/des.m4 (gl_DES):
31747         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
31748         * m4/gc.m4 (gl_GC):
31749         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
31750         * m4/getline.m4 (gl_FUNC_GETLINE):
31751         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
31752         * m4/hmac-md5.m4 (gl_HMAC_MD5):
31753         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
31754         * m4/md2.m4 (gl_MD2):
31755         * m4/md4.m4 (gl_MD4):
31756         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
31757         * m4/read-file.m4 (gl_FUNC_READ_FILE):
31758         * m4/readline.m4 (gl_FUNC_READLINE):
31759         * m4/rijndael.m4 (gl_RIJNDAEL):
31760         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
31761         to get the necessary .h files and whatnot.
31762
31763 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31764
31765         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
31766         gnulib rather than the other way around.
31767         * config/srclistvars.sh (COREUTILS): Remove.
31768
31769 2006-08-22  Jim Meyering  <jim@meyering.net>
31770
31771         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
31772
31773         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
31774
31775 2006-08-22  Eric Blake  <ebb9@byu.net>
31776
31777         * modules/regexprops-generic: New file.
31778         * MODULES.html.sh (Support for building documentation): List it.
31779
31780 2006-08-22  Eric Blake  <ebb9@byu.net>
31781
31782         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
31783         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
31784         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
31785         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
31786
31787 2006-08-22  Bruno Haible  <bruno@clisp.org>
31788
31789         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
31790         and lib_LTLIBRARIES like the other lib_* variables.
31791
31792 2006-08-22  Bruno Haible  <bruno@clisp.org>
31793
31794         * build-aux/x-to-1.in: New file, from GNU gettext.
31795
31796 2006-08-22  Bruno Haible  <bruno@clisp.org>
31797
31798         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
31799         <utmpx.h> exists.
31800
31801 2006-08-22  Bruno Haible  <bruno@clisp.org>
31802
31803         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
31804         <utmpx.h> exists.
31805
31806 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31807
31808         BeOS portability.
31809         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
31810         exist.
31811         Problem reported by Bruno Haible.
31812
31813 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31814
31815         Avoid the need for AC_LIBSOURCES in m4 macros.
31816         * modules/acl (EXTRA_DIST): Add acl.h.
31817         * modules/argmatch (Files): Add m4/argmatch.m4.
31818         (configure.ac): Add gl_ARGMATCH.
31819         (EXTRA_DIST): Renamed from lib_SOURCES, for
31820         consistency with the other modules.  Remove argmatch.c.
31821         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
31822         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
31823         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
31824         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
31825         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
31826         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
31827         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
31828         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
31829         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
31830         * modules/closeout (EXTRA_DIST): Add closeout.h.
31831         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
31832         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
31833         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
31834         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
31835         dirname.h; remove basename.c and stripslash.c.
31836         * modules/exclude (EXTRA_DIST): Add exclude.h.
31837         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
31838         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
31839         * modules/file-type (EXTRA_DIST): Add file-type.h.
31840         * modules/filemode (EXTRA_DIST): Add filemode.h.
31841         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
31842         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
31843         * modules/fpending (EXTRA_DIST): Add __fpending.h.
31844         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
31845         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
31846         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
31847         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
31848         * modules/getdate (EXTRA_DIST): Add getdate.c.
31849         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
31850         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
31851         * modules/getpass (EXTRA_DIST): Add getpass.h.
31852         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
31853         * modules/group-member (EXTRA_DIST): Add group-member.h.
31854         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
31855         * modules/hash (EXTRA_DIST): Add hash.h.
31856         * modules/human (EXTRA_DIST): Add human.h.
31857         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
31858         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
31859         * modules/lchown (EXTRA_DIST): Add lchown.h.
31860         * modules/long-options (EXTRA_DIST): Add long-options.h.
31861         * modules/lstat (EXTRA_DIST): Add lstat.h.
31862         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
31863         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
31864         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
31865         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
31866         * modules/memxor (EXTRA_DIST): Add memxor.h.
31867         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
31868         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
31869         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
31870         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
31871         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
31872         * modules/physmem (EXTRA_DIST): Add physmem.h.
31873         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
31874         * modules/posixver (EXTRA_DIST): Add posixver.h.
31875         * modules/quote (EXTRA_DIST): Add quote.h.
31876         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
31877         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
31878         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
31879         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
31880         regex_internal.h regexec.c.
31881         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
31882         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
31883         * modules/same (EXTRA_DIST): Add same.h.
31884         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
31885         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
31886         * modules/savedir (EXTRA_DIST): Add savedir.h.
31887         * modules/sha1 (EXTRA_DIST): Add sha1.h.
31888         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
31889         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
31890         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
31891         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
31892         * modules/strdup (EXTRA_DIST): Add strdup.h.
31893         * modules/strftime (EXTRA_DIST): Add strftime.h.
31894         * modules/strndup (EXTRA_DIST): Add strndup.h.
31895         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
31896         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
31897         * modules/time_r (EXTRA_DIST): Add time_r.h.
31898         * modules/timespec (EXTRA_DIST): Add timespec.h.
31899         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
31900         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
31901         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
31902         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
31903         * modules/userspec (EXTRA_DIST): Add userspec.h.
31904         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
31905         * modules/utimens (EXTRA_DIST): Add utimens.h.
31906         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
31907         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
31908         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
31909         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
31910         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
31911         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
31912         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
31913         * modules/yesno (EXTRA_DIST): Add yesno.h.
31914
31915 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31916
31917         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
31918
31919         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
31920         * m4/dev-ino.m4, same-inode.m4: Remove.
31921
31922         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
31923         * m4/acl.m4 (AC_FUNC_ACL):
31924         * m4/backupfile.m4 (gl_BACKUPFILE):
31925         * m4/c-strtod.m4 (gl_C99_STRTOLD):
31926         * m4/canon-host.m4 (gl_CANON_HOST):
31927         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
31928         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
31929         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
31930         * m4/cloexec.m4 (gl_CLOEXEC):
31931         * m4/close-stream.m4 (gl_CLOSE_STREAM):
31932         * m4/closeout.m4 (gl_CLOSEOUT):
31933         * m4/dirfd.m4 (gl_FUNC_DIRFD):
31934         * m4/dirname.m4 (gl_DIRNAME):
31935         * m4/exclude.m4 (gl_EXCLUDE):
31936         * m4/exitfail.m4 (gl_EXITFAIL):
31937         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
31938         * m4/file-type.m4 (gl_FILE_TYPE):
31939         * m4/filemode.m4 (gl_FILEMODE):
31940         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
31941         * m4/fpending.m4 (gl_FUNC_FPENDING):
31942         * m4/fprintftime.m4 (gl_FPRINTFTIME):
31943         * m4/fts.m4 (gl_FUNC_FTS):
31944         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
31945         * m4/getdate.m4 (gl_GETDATE):
31946         * m4/gethrxtime.m4 (gl_GETHRXTIME):
31947         * m4/getpagesize.m4 (gl_GETPAGESIZE):
31948         * m4/getpass.m4 (gl_FUNC_GETPASS):
31949         * m4/gettime.m4 (gl_GETTIME):
31950         * m4/getugroups.m4 (gl_GETUGROUPS):
31951         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
31952         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
31953         * m4/hard-locale.m4 (gl_HARD_LOCALE):
31954         * m4/hash.m4 (gl_HASH):
31955         * m4/idcache.m4 (gl_IDCACHE):
31956         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
31957         * m4/lchown.m4 (gl_FUNC_LCHOWN):
31958         * m4/long-options.m4 (gl_LONG_OPTIONS):
31959         * m4/lstat.m4 (gl_FUNC_LSTAT):
31960         * m4/md5.m4 (gl_MD5):
31961         * m4/memcasecmp.m4 (gl_MEMCASECMP):
31962         * m4/memcoll.m4 (gl_MEMCOLL):
31963         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
31964         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
31965         * m4/memxor.m4 (gl_MEMXOR):
31966         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
31967         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
31968         * m4/modechange.m4 (gl_MODECHANGE):
31969         * m4/mountlist.m4 (gl_MOUNTLIST):
31970         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
31971         * m4/openat.m4 (gl_FUNC_OPENAT):
31972         * m4/pathmax.m4 (gl_PATHMAX):
31973         * m4/physmem.m4 (gl_PHYSMEM):
31974         * m4/posixtm.m4 (gl_POSIXTM):
31975         * m4/posixver.m4 (gl_POSIXVER):
31976         * m4/quote.m4 (gl_QUOTE):
31977         * m4/quotearg.m4 (gl_QUOTEARG):
31978         * m4/readtokens.m4 (gl_READTOKENS):
31979         * m4/readutmp.m4 (gl_READUTMP):
31980         * m4/regex.m4 (gl_REGEX):
31981         * m4/safe-read.m4 (gl_SAFE_READ):
31982         * m4/safe-write.m4 (gl_SAFE_WRITE):
31983         * m4/same.m4 (gl_SAME):
31984         * m4/save-cwd.m4 (gl_SAVE_CWD):
31985         * m4/savedir.m4 (gl_SAVEDIR):
31986         * m4/settime.m4 (gl_SETTIME):
31987         * m4/sha1.m4 (gl_SHA1):
31988         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
31989         * m4/stat-macros.m4 (gl_STAT_MACROS):
31990         * m4/stat-time.m4 (gl_STAT_TIME):
31991         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
31992         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
31993         * m4/strdup.m4 (gl_FUNC_STRDUP):
31994         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
31995         * m4/strndup.m4 (gl_FUNC_STRNDUP):
31996         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
31997         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
31998         * m4/time_r.m4 (gl_TIME_R):
31999         * m4/timespec.m4 (gl_TIMESPEC):
32000         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
32001         * m4/unlinkdir.m4 (gl_UNLINKDIR):
32002         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
32003         * m4/userspec.m4 (gl_USERSPEC):
32004         * m4/utimecmp.m4 (gl_UTIMECMP):
32005         * m4/utimens.m4 (gl_UTIMENS):
32006         * m4/xalloc.m4 (gl_XALLOC):
32007         * m4/xgetcwd.m4 (gl_XGETCWD):
32008         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
32009         * m4/xreadlink.m4 (gl_XREADLINK):
32010         * m4/xstrtod.m4 (gl_XSTRTOD):
32011         * m4/yesno.m4 (gl_YESNO):
32012         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
32013         to get the necessary .h files and whatnot.
32014
32015 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
32016             Bruno Haible  <bruno@clisp.org>
32017
32018         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
32019         /bin/sh understanding of '!' conditional negation.
32020
32021 2006-08-21  Jim Meyering  <jim@meyering.net>
32022
32023         * modules/openat (Depends-on): Really alphabetize.
32024
32025         * modules/acl (Depends-on): Add error and quote.
32026
32027         * check-module (find_included_lib_files): Add at-func.c to the
32028         ok-to-include-more-than-once white list.
32029
32030         * modules/openat (Depends-on): Add lstat.  Alphabetize.
32031
32032 2006-08-21  Bruno Haible  <bruno@clisp.org>
32033
32034         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32035         Emit a pkgdata_DATA variable only if some snippets add contents to it.
32036         Reported by Martin Lambers <marlam@marlam.de>.
32037
32038 2006-08-21  Bruno Haible  <bruno@clisp.org>
32039
32040         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
32041         specify an installation location, don't emit a noinst_LIBRARIES or
32042         noinst_LTLIBRARIES assignment.
32043
32044 2006-08-21  Bruno Haible  <bruno@clisp.org>
32045
32046         BeOS portability.
32047         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
32048         BeOS has mbrtowc() but no <wctype.h>.
32049
32050 2006-08-21  Bruno Haible  <bruno@clisp.org>
32051
32052         BeOS portability.
32053         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
32054         exist.
32055
32056 2006-08-21  Bruno Haible  <bruno@clisp.org>
32057
32058         BeOS portability.
32059         * lib/mbchar.h: Include <wctype.h> only if it exists.
32060
32061 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32062
32063         Remove files that are no longer needed by their respective modules.
32064         * m4/obstack.m4: Remove.
32065         * m4/strerror_r.m4: Remove.
32066         * m4/uint32_t.m4: Remove.
32067         * m4/uintptr_t.m4: Remove.
32068         * m4/ullong_max.m4: Remove.
32069         * m4/xstrtoimax.m4: Remove.
32070         * m4/xstrtoumax.m4: Remove.
32071
32072         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
32073         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
32074         dependencies now capture this.
32075
32076         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
32077         Do not use AC_LIBSOURCES, since gnulib modules now do this.
32078         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
32079         * m4/human.m4 (gl_HUMAN): Likewise.
32080         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
32081         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
32082
32083         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
32084
32085         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
32086         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
32087         stdint.
32088         * m4/human.m4 (gl_HUMAN): Likewise.
32089         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
32090         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
32091         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
32092         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
32093         * m4/xstrtol (gl_XSTRTOL): Likewise.
32094
32095         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
32096         AC_TYPE_LONG_LONG_INT.
32097         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
32098         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
32099         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
32100         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
32101
32102         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
32103         on stdbool.
32104
32105         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
32106         (gl_PREREQ_XSTRTOUL): Remove.
32107
32108         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
32109
32110         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
32111         mode.
32112
32113 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32114
32115         Add and change modules to make it easier for coreutils to use
32116         gnulib-tool.
32117         * modules/backupfile (Files): Remove m4/d-ino.m4.
32118         (Depends-on): Add d-ino.
32119         * modules/cycle-check (Depends-on): Add stdint.
32120         (lib_SOURCES): Add cycle-check.h.
32121         * modules/d-ino: New module.
32122         * modules/d-type: New module.
32123         * modules/error (Files): Remove m4/strerror_r.m4.
32124         * modules/filemode (Files): Add m4/st_dm_mode.m4.
32125         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
32126         m4/inttypes_h.m4, m4/uintmax_t.m4.
32127         (Depends-on): Add stdint.
32128         (lib_SOURCES): Add fsusage.h.
32129         * modules/getcwd (Files): Remove d-ino.m4.
32130         (Depends-on): Add d-ino.
32131         * modules/getndelim2 (Depends-on): Add stdint.
32132         * modules/glob (Files): Remove m4/d-type.m4.
32133         (Depends-on): Add d-type.
32134         * modules/host-os: New module.
32135         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
32136         m4/inttypes_h.m4, m4/uintmax_t.m4.
32137         * Depends-on: Add stdint.
32138         (lib_SOURCES): Add human.h.
32139         * modules/inttostr (Files): Remove m4/intmax_t.m4,
32140         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
32141         m4/uintmax_t.m4, m4/ulonglong.m4.
32142         (Depends-on): Add stdint.
32143         (EXTRA_DIST): Add inttostr.h.
32144         * modules/lchmod: New module.
32145         * modules/link-follow: New module.
32146         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
32147         (Depends-on): Add lchmod.
32148         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
32149         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
32150         (Depends-on): Add stdint.
32151         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
32152         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
32153         (Depends-on): Add stdint.
32154         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
32155         * modules/perl: New module.
32156         * modules/regex (Depends-on): Add stdint.
32157         * modules/rmdir-errno: New module.
32158         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
32159         m4/intmax_t.m4.
32160         (Depends-on): Add stdint.
32161         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
32162         m4/uintmax_t.m4.
32163         (Depends-on): Add stdint.
32164         * modules/unlink-busy: New module.
32165         * modules/utimecmp (Depends-on): Add stdint.
32166         * modules/uptime: New module.
32167         * modules/winsz-ioctl: New module.
32168         * modules/winsz-termios: New module.
32169         * modules/xnanosleep (Depends-on): Add nanosleep.
32170         * modules/ullong_max: Remove.
32171         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
32172         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
32173         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
32174         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
32175         (Depends-on): Add inttypes.
32176         (lib_SOURCES): Add xstrtol.h.
32177         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
32178         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
32179         * MODULES.html.sh: Move 'assert' into the assert section.
32180         Move 'dummy' into the linking section.
32181         Remove ullong_max.
32182         Add section for compatibility checks for POSIX:2001 functions,
32183         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
32184         winsz-ioctl, and winsz-termios into it.
32185         Add lchmod.
32186         Add top-level Misc section and put host-os, perl, and uptime
32187         into it.
32188
32189 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32190
32191         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
32192         now assume the stdint module.  Do not include inttypes.h.
32193         * lib/fsusage.h: Likewise.
32194         * lib/getndelim2.c: Likewise.
32195         * lib/human.h: Likewise.
32196         * lib/inttostr.h: Likewise.
32197         * lib/obstack.c: Likewise.
32198         * lib/regex_internal.h: Likewise.
32199         * lib/tempname.c: Likewise.
32200         * lib/utimecmp.c: Likewise.
32201         * lib/xstrtol.h: Likewise.
32202
32203         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
32204
32205         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
32206         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
32207         * lib/xtime.h: Likewise.
32208
32209 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32210
32211         * modules/openat (Files): Add lib/fchmodat.c.
32212         Fixes problem reported by Jay Youngman.
32213
32214 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32215
32216         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
32217         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
32218
32219 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
32220             Bruno Haible  <bruno@clisp.org>
32221
32222         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
32223         and is a script that invokes bison. Tighten the code. Add comments.
32224
32225 2006-08-18  Jim Meyering  <jim@meyering.net>
32226
32227         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
32228         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
32229         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
32230         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
32231
32232 2006-08-18  Bruno Haible  <bruno@clisp.org>
32233
32234         * modules/bison-i18n: New file.
32235         * MODULES.html.sh (Internationalization functions): Add it.
32236
32237 2006-08-18  Bruno Haible  <bruno@clisp.org>
32238
32239         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
32240         sys/statvfs.h. When getmntinfo was found, check its declaration and
32241         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
32242
32243 2006-08-18  Bruno Haible  <bruno@clisp.org>
32244
32245         * m4/bison-i18n.m4: New file, from bison.
32246
32247 2006-08-18  Bruno Haible  <bruno@clisp.org>
32248
32249         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
32250         (ME_DUMMY): Treat "kernfs" as a dummy.
32251         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
32252
32253 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32254
32255         Update from coreutils.
32256
32257         2006-08-15  Jim Meyering  <jim@meyering.net>
32258
32259         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
32260
32261         2006-01-17  Jim Meyering  <jim@meyering.net>
32262
32263         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
32264
32265         2006-01-11  Jim Meyering  <jim@meyering.net>
32266
32267         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
32268         Check for the lchmod function.
32269
32270 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32271
32272         Update from coreutils.
32273
32274         * lib/__fpending.h: Add copyright notice.
32275         * lib/fprintftime.h: Likewise.
32276         * lib/savedir.c: Use (C) in copyright notice.
32277         * lib/savedir.h: Likewise.
32278
32279         2006-08-15  Jim Meyering  <jim@meyering.net>
32280
32281         * lib/at-func.c: New file, with the logic of all emulated at-functions.
32282         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
32283         in support of the EXPECTED_ERRNO macro.
32284         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
32285         definitions.  Instead, define the appropriate symbols and include
32286         "at-func.c".
32287         * lib/mkdirat.c (mkdirat): Likewise.
32288         * lib/fchmodat.c (fchmodat): Likewise.
32289         (ENOSYS): Remove definition.
32290         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
32291         it.  Don't include "unistd--.h" -- it wasn't ever used.
32292
32293         2006-01-17  Jim Meyering  <jim@meyering.net>
32294
32295         Rewrite fts.c not to change the current working directory,
32296         by using openat, fstatat, fdopendir, etc..
32297
32298         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
32299         (HAVE_OPENAT_SUPPORT): Define.
32300         [_LIBC] (fchdir): Don't undef or define; no longer used.
32301         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
32302         Now, this `function' always succeeds, and consumes its file descriptor
32303         parameter -- so callers must not close such FDs.  Update callers.
32304         (diropen_fd, opendirat, cwd_advance_fd): New functions.
32305         (diropen): Add parameter, SP.  Adjust all callers.
32306         Implement using diropen_fd, rather than open.
32307         (fts_open): Initialize new member, fts_cwd_fd.
32308         Remove fts_rft-setting code.
32309         (fts_close): Close fts_cwd_fd, if necessary.
32310         (__opendir2): Define in terms of opendir or opendirat,
32311         depending on whether the FST_NOCHDIR flag is set.
32312         (fts_build): Since fts_safe_changedir consumes its FD, and since
32313         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
32314         and close the dup'd file descriptor upon failure.
32315         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
32316         (fts_safe_changedir): Tweak semantics to reflect that this function
32317         now calls cwd_advance_fd and hence consumes its FD argument.
32318         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
32319         [struct FTS] (fts_rft): Remove now-unused member.
32320         [struct FTS] (fts_cycle.state): Improve comment.
32321
32322         * lib/openat.c (openat_needs_fchdir): New function.
32323         * lib/openat.h (openat_needs_fchdir): Declare it.
32324
32325 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
32326
32327         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
32328         Problem and fix reported by Pádraig Brady in
32329         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
32330
32331 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32332
32333         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
32334
32335 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32336
32337         * lib/memcoll.c (memcoll): Optimize for the common case where the
32338         arguments are bytewise equal.
32339
32340 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32341
32342         * doc/regexprops-generic.texi: Add a copyright notice.
32343
32344 2006-08-15  Bruno Haible  <bruno@clisp.org>
32345
32346         * modules/tmpdir (License): Change to LGPL.
32347
32348 2006-08-15  Bruno Haible  <bruno@clisp.org>
32349
32350         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
32351         module.
32352
32353 2006-08-14  Simon Josefsson  <jas@extundo.com>
32354
32355         * config/srclist.txt: Add gnupload.
32356
32357 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32358
32359         Change copyright notice from LGPL 2 to GPL 2, since that's the
32360         standard form used in the gnulib repository.
32361         * tests/test-lock.c: Likewise.
32362         * tests/test-stdint.c: Likewise.
32363         * tests/test-tls.c: Likewise.
32364
32365         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
32366         prelude-manager.  User shorter URLs for GNU projects, without '?'.
32367         Add copyright notice.
32368
32369         * check-module: Add copyright notice.  Output a copyright
32370         notice if "--version" is specified.
32371         * modules/COPYING: New file.
32372         * tests/test-getaddrinfo.c: Add copyright notice.
32373         * tests/test-verify.c: Likewise.
32374
32375 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32376
32377         Change copyright notice from LGPL 2 to GPL 2, since that's the
32378         standard form used in the gnulib repository.
32379         * lib/lock.c: LGPL -> GPL.
32380         * lib/lock.h: Likewise.
32381         * lib/strnlen1.c: Likewise.
32382         * lib/strnlen1.h: Likewise.
32383         * lib/tls.c: Likewise.
32384         * lib/tls.h: Likewise.
32385         * lib/tmpdir.c: Likewise.
32386
32387         * lib/TODO: Remove; this belongs only in coreutils.
32388
32389 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32390
32391         Add copyright notices to long-enough files that lack them, since
32392         otherwise the files aren't clearly free.  Use the same notice that
32393         getdate.texi already uses.
32394         * doc/alloca-opt.texi: Add copyright notice.
32395         * doc/alloca.texi: Likewise.
32396         * doc/ctime.texi: Likewise.
32397         * doc/functions.texi: Likewise.
32398         * doc/gcd.texi: Likewise.
32399         * doc/gnulib-tool.texi: Likewise.
32400         * doc/inet_ntoa.texi: Likewise.
32401         * doc/visibility.texi: Likewise.
32402
32403         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
32404         * doc/quote.texi: Add copyright notice.
32405
32406         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
32407         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
32408         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
32409         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
32410         is now obsolete, and give a pointer to the Sun list.
32411         Add copyright notice.
32412
32413 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32414
32415         * config/srclistvars.sh: Add copyright notice.
32416
32417 2006-08-14  Eric Blake  <ebb9@byu.net>
32418
32419         Import the following change from libc:
32420
32421         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
32422
32423         Upstream bug 2997.
32424         * lib/misc/error.c: Add space between program name and message if file
32425         name is missing.
32426
32427 2006-08-12  Karl Berry  <karl@gnu.org>
32428
32429         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
32430         remove, these originate in gnulib now.
32431
32432 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32433
32434         * doc/Makefile (standards.info standards.html standards.dvi):
32435         Also depend on make-stds.texi.
32436
32437 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
32438
32439         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
32440         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
32441
32442         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
32443         in wchar_t.  Problem reported by Eric Blake.
32444
32445         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
32446         LEN is smaller than SIZE.  Suggested by Bruno Haible.
32447         Also, help the compiler to keep LEN in a register.
32448
32449 2006-08-11  Eric Blake  <ebb9@byu.net>
32450
32451         * users.txt: Sort.  Add tar.
32452
32453 2006-08-11  Bruno Haible  <bruno@clisp.org>
32454
32455         * users.txt: New file.
32456
32457 2006-08-11  Bruno Haible  <bruno@clisp.org>
32458
32459         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
32460         before <wchar.h>. Needed for OSF/1 and BSD/OS.
32461
32462 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32463
32464         * modules/snprintf (Depends-on): Remove minmax.
32465         (Maintainer): Add self and Bruno.
32466
32467 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32468
32469         * lib/.cppi-disable: Add snprintf.h, socket_.h.
32470         * lib/snprintf.c: Include <errno.h> and <limits.h>.
32471         (EOVERFLOW): Define if the system does not.
32472         Do not include "minmax.h"; it wasn't used.
32473         (snprintf): Don't assume size_t promotes to an unsigned type.
32474         Fix bug when generated string was too long for the buffer: the
32475         buffer's contents are supposed to be the initial prefix of the
32476         output.  Don't assume vasnprintf returns EOVERFLOW if the size
32477         exceeds INT_MAX; do the check ourselves.
32478
32479         Import the following changes from libc:
32480
32481         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
32482
32483         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
32484         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
32485         set wc to the byte which couldn't be converted.
32486         (re_string_reconstruct): Don't clear valid_raw_len before calling
32487         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
32488         tip_context using re_string_context_at.
32489
32490         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
32491
32492         * lib/posix/regex.h: g++ still cannot handled [restrict].
32493
32494         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
32495
32496         * lib/posix/regex.h: Remove special handling for VMS.
32497
32498 2006-08-10  Jim Meyering  <jim@meyering.net>
32499
32500         * modules/same-inode: New module.
32501         * modules/dev-ino: New module.
32502         * modules/cycle-check: Depend on these modules, rather than simply
32503         including their .h files.
32504         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
32505         required via m4/cycle-check.m4.
32506         * modules/same: Depend on new same-inode module, rather than
32507         including same-inode.h.
32508         * modules/chdir-safer: New file.
32509
32510         * modules/chown (Depends-on): Add stat-macros.
32511
32512 2006-08-10  Jim Meyering  <jim@meyering.net>
32513
32514         * m4/cycle-check.m4: New file.
32515         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
32516         * m4/dev-ino.m4, m4/same-inode.m4: New files.
32517
32518 2006-08-10  Eric Blake  <ebb9@byu.net>
32519
32520         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
32521         in from original proposal.
32522
32523 2006-08-10  Eric Blake  <ebb9@byu.net>
32524         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32525
32526         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
32527         namespace.
32528
32529 2006-08-10  Bruno Haible  <bruno@clisp.org>
32530
32531         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
32532         as well.
32533
32534 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
32535
32536         Sync from coreutils.
32537
32538         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
32539
32540         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
32541         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
32542
32543 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
32544
32545         * modules/restrict: Remove; no longer needed now that we assume
32546         Autoconf 2.59 or later.
32547         * MODULES.html.sh: Remove 'restrict'.
32548         * modules/argp (Depends-on): Remove 'restrict'.
32549         * modules/base64 (Depends-on): Likewise.
32550         * modules/gc (Depends-on): Likewise.
32551         * modules/getaddrinfo (Depends-on): Likewise.
32552         * modules/glob (Depends-on): Likewise.
32553         * modules/inet_ntop (Depends-on): Likewise.
32554         * modules/inet_pton (Depends-on): Likewise.
32555         * modules/memxor (Depends-on): Likewise.
32556         * modules/regex (Depends-on): Likewise.
32557         * modules/strtok_r (Depends-on): Likewise.
32558         * modules/time_r (Depends-on): Likewise.
32559
32560 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
32561
32562         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
32563         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
32564         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32565         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
32566         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
32567         * m4/memxor.m4 (gl_MEMXOR): Likewise.
32568         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
32569         gl_C_RESTRICT replaced by AC_C_RESTRICT.
32570
32571         Merge from coreutils.
32572         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
32573         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
32574         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
32575         * m4/time_r.m4 (gl_TIME_R): Likewise.
32576
32577 2006-08-09  Karl Berry  <karl@gnu.org>
32578
32579         * config/srclist.txt: no more gettext-tools, per Bruno.
32580
32581 2006-08-08  Eric Blake  <ebb9@byu.net>
32582
32583         * modules/verror: New module.
32584         * MODULES.html.sh: Document it.
32585
32586 2006-08-08  Eric Blake  <ebb9@byu.net>
32587
32588         * lib/verror.h, lib/verror.c: New files.
32589
32590 2006-08-08  Eric Blake  <ebb9@byu.net>
32591
32592         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
32593         verror_at_line output complies with GNU Coding Standards even when
32594         file is NULL.
32595
32596 2006-08-07  Bruno Haible  <bruno@clisp.org>
32597
32598         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
32599         versions of AIX.
32600         Reported by Ralf Wildenhues.
32601
32602 2006-08-07  Bruno Haible  <bruno@clisp.org>
32603
32604         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
32605         in an AC_DEFUN. Needed so that the autoconf snippets can use
32606         AC_REQUIRE.
32607
32608 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32609
32610         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32611         Initialize pkgdata_DATA.
32612         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
32613         overriding it.
32614
32615 2006-08-06  Eric Blake  <ebb9@byu.net>
32616
32617         * lib/error.h: Fold in some upstream changes from glibc.
32618         * lib/error.c: Likewise.
32619
32620 2006-08-04  Bruno Haible  <bruno@clisp.org>
32621
32622         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32623         Make the mostlyclean-local rule depend on mostlyclean-generic.
32624         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
32625
32626 2006-07-31  Bruno Haible  <bruno@clisp.org>
32627
32628         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
32629         <stdlib.h>, <string.h>.
32630
32631 2006-07-30  Bruno Haible  <bruno@clisp.org>
32632
32633         * modules/readlink (License): Change to LGPL.
32634
32635 2006-07-30  Bruno Haible  <bruno@clisp.org>
32636
32637         * modules/javaversion (Makefile.am): Distribute javaversion.java and
32638         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
32639         set PKGDATADIR to point to it.
32640
32641 2006-07-30  Bruno Haible  <bruno@clisp.org>
32642
32643         * modules/csharpexec (configure.ac): Comment out macro invocation.
32644         * modules/javaexec (configure.ac): Likewise.
32645         * modules/javacomp-script (configure.ac): Likewise.
32646
32647         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
32648
32649 2006-07-30  Bruno Haible  <bruno@clisp.org>
32650
32651         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
32652         linked-list.
32653
32654 2006-07-30  Bruno Haible  <bruno@clisp.org>
32655
32656         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
32657
32658 2006-07-30  Bruno Haible  <bruno@clisp.org>
32659
32660         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32661         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
32662         get removed.
32663
32664 2006-07-29  Bruno Haible  <bruno@clisp.org>
32665
32666         Make it possible for gnulib-tool to work with locally modified or
32667         augmented gnulib repositories.
32668         * gnulib-tool (func_usage): Document --local-dir option.
32669         (local_gnulib_dir): New variable.
32670         Handle --local-dir option.
32671         (func_lookup_file): New function.
32672         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
32673         (func_get_description, func_get_filelist, func_get_description,
32674         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
32675         func_get_automake_snippet, func_get_include_directive,
32676         func_get_license, func_get_maintainer): Use func_lookup_file.
32677         (func_import, func_create_testdir): Use func_lookup_file.
32678
32679 2006-07-29  Bruno Haible  <bruno@clisp.org>
32680
32681         * modules/setenv (Depends-on): Add unistd.
32682
32683 2006-07-29  Bruno Haible  <bruno@clisp.org>
32684
32685         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
32686
32687 2006-07-29  Bruno Haible  <bruno@clisp.org>
32688
32689         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
32690
32691 2006-07-29  Bruno Haible  <bruno@clisp.org>
32692
32693         * gnulib-tool (import, update): If there is no Makefile.am, look at
32694         aclocal.m4, instead of bailing out.
32695
32696 2006-07-29  Bruno Haible  <bruno@clisp.org>
32697
32698         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
32699         Categorize the options by when they are useful.
32700
32701 2006-07-29  Bruno Haible  <bruno@clisp.org>
32702
32703         * gnulib-tool (func_usage): Document option --no-libtool.
32704         Handle option --no-libtool.
32705         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
32706         for changed semantics of $libtool variable.
32707         (func_import): Likewise. If libtool is not used, show this through
32708         an option --no-libtool.
32709         (func_create_testdir): Update.
32710
32711 2006-07-29  Bruno Haible  <bruno@clisp.org>
32712
32713         * gnulib-tool (func_import): Extend error message about missing
32714         --doc-base.
32715
32716 2006-07-29  Bruno Haible  <bruno@clisp.org>
32717
32718         * gnulib-tool (func_import): Don't create the $docbase directory if
32719         there is no file to store there.
32720
32721 2006-07-29  Bruno Haible  <bruno@clisp.org>
32722
32723         * gnulib-tool (autoconf_minversion): If a --dir option is given and
32724         relevant, look for configure.ac there, not in the current directory.
32725         Also use a simple search for AC_PREREQ, not "autoconf --trace".
32726
32727 2006-07-29  Bruno Haible  <bruno@clisp.org>
32728
32729         * gnulib-tool (SORT): New variable.
32730         (func_usage): Undocument --assume-autoconf option.
32731         Remove --assume-autoconf option handling.
32732         (autoconf_minversion): Determine from the contents of configure.ac.
32733         (func_import): Remove autoconf_minversion handling.
32734         Suggested by Eric Blake.
32735
32736 2006-07-29  Bruno Haible  <bruno@clisp.org>
32737
32738         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
32739
32740 2006-07-29  Bruno Haible  <bruno@clisp.org>
32741
32742         * config/srclist.txt (*setenv.[ch]): Remove rules.
32743
32744 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32745
32746         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
32747
32748 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32749
32750         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
32751         arpa/inet.h.
32752
32753 2006-07-28  Simon Josefsson  <jas@extundo.com>
32754
32755         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
32756         * modules/inet_pton (Depends-on): Likewise.
32757
32758 2006-07-28  Simon Josefsson  <jas@extundo.com>
32759
32760         * m4/netinet_in_h.m4: New file.
32761
32762 2006-07-28  Simon Josefsson  <jas@extundo.com>
32763
32764         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
32765         #include's.
32766
32767 2006-07-28  Simon Josefsson  <jas@extundo.com>
32768
32769         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
32770         #include's.
32771
32772 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
32773
32774         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
32775         setgid on directories only if they set these bits.
32776         * lib/modechange.h: Remove obsolete comment about masks.
32777
32778 2006-07-28  Eric Blake  <ebb9@byu.net>
32779
32780         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
32781         macro expansion.
32782
32783 2006-07-28  Bruno Haible  <bruno@clisp.org>
32784
32785         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
32786
32787 2006-07-28  Bruno Haible  <bruno@clisp.org>
32788
32789         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
32790
32791 2006-07-28  Bruno Haible  <bruno@clisp.org>
32792
32793         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
32794         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
32795         Define fallbacks.
32796         Avoids link error on FreeBSD 4.x.
32797         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32798
32799         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
32800         encoding.
32801         * lib/mbswidth.c (iswcntrl): Likewise.
32802
32803 2006-07-27  Bruno Haible  <bruno@clisp.org>
32804
32805         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
32806         test.
32807
32808 2006-07-27  Bruno Haible  <bruno@clisp.org>
32809
32810         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
32811         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
32812         defined.
32813
32814 2006-07-26  Eric Blake  <ebb9@byu.net>
32815
32816         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
32817
32818 2006-07-26  Eric Blake  <ebb9@byu.net>
32819
32820         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
32821         like mingw that lack mkstemp.
32822         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
32823         avoid compilation warning on mingw.
32824
32825 2006-07-26  Bruno Haible  <bruno@clisp.org>
32826
32827         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
32828         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
32829         INT_FAST*_MIN, INTPTR_MIN.
32830
32831 2006-07-25  Bruno Haible  <bruno@clisp.org>
32832
32833         * modules/version-etc (Depends-on): Add stdarg.
32834
32835 2006-07-25  Bruno Haible  <bruno@clisp.org>
32836
32837         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
32838         complex commands.
32839
32840 2006-07-25  Bruno Haible  <bruno@clisp.org>
32841
32842         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
32843         defined in <stdarg.h> or config.h.
32844
32845 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
32846
32847         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
32848         (gl_STDIO_SAFER): Remove.
32849
32850 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
32851
32852         * MODULES.html.sh (File stream based Input/Output):
32853         Add fopen-safer, tmpfile-safer; remove stdio-safer.
32854         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
32855         * modules/fopen-safer, modules/tmpfile-safer: New files.
32856         * modules/stdio-safer: Remove.
32857
32858 2006-07-24  Bruno Haible  <bruno@clisp.org>
32859
32860         * modules/tmpdir: New file.
32861         * MODULES.html.sh (File system functions): Add it.
32862
32863 2006-07-24  Bruno Haible  <bruno@clisp.org>
32864
32865         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
32866         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
32867
32868 2006-07-24  Bruno Haible  <bruno@clisp.org>
32869
32870         * modules/clean-temp: New file.
32871
32872 2006-07-24  Bruno Haible  <bruno@clisp.org>
32873
32874         * m4/tmpdir.m4: New file, from GNU gettext.
32875
32876 2006-07-24  Bruno Haible  <bruno@clisp.org>
32877
32878         * lib/tmpdir.h: New file, from GNU gettext.
32879         * lib/tmpdir.c: New file, from GNU gettext.
32880
32881 2006-07-24  Bruno Haible  <bruno@clisp.org>
32882
32883         * lib/clean-temp.h: New file, from GNU gettext.
32884         * lib/clean-temp.c: New file, from GNU gettext.
32885
32886 2006-07-23  Eric Blake  <ebb9@byu.net>
32887
32888         * modules/stdio-safer (Files): Add tmpfile-safer.c.
32889         (Depends-on): Add binary-io.
32890
32891 2006-07-23  Eric Blake  <ebb9@byu.net>
32892
32893         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
32894
32895 2006-07-23  Eric Blake  <ebb9@byu.net>
32896
32897         * lib/tmpfile-safer.c: New file.
32898         * lib/stdio-safer.h (fopen_safer): Add prototype.
32899         * lib/stdio--.h (tmpfile): Make safer.
32900
32901 2006-07-23  Bruno Haible  <bruno@clisp.org>
32902
32903         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
32904         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
32905         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
32906         gl_linked_remove_at): Use it.
32907
32908 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32909         and Simon Josefsson <jas@extundo.com>
32910
32911         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
32912
32913         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
32914
32915 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32916
32917         * modules/close-stream: New file.
32918         * modules/closeout (Description): Make it clear that it exits
32919         with a diagnostic on error.
32920         (Depends-on): Add close-stream.  Remove fpending, stdbool.
32921         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
32922
32923 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32924
32925         * m4/close-stream.m4: New file.
32926
32927 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32928
32929         * lib/close-stream.c, lib/close-stream.h: New files.
32930
32931 2006-07-22  Bruno Haible  <bruno@clisp.org>
32932
32933         Merge from GNU gettext 0.15.
32934
32935         2006-05-01  Bruno Haible  <bruno@clisp.org>
32936
32937                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
32938
32939         2006-07-22  Bruno Haible  <bruno@clisp.org>
32940
32941                 * modules/javaversion: New file.
32942                 * MODULES.html.sh (Java): Add javaversion.
32943
32944         2006-03-12  Bruno Haible  <bruno@clisp.org>
32945
32946                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
32947
32948         2005-12-04  Bruno Haible  <bruno@clisp.org>
32949
32950                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
32951                 (untested).
32952
32953         2006-06-21  Bruno Haible  <bruno@clisp.org>
32954
32955                 Avoid warnings from recent versions of mcs.
32956                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
32957                 -o, -L, -r any more. Use options documented since mcs-1.0
32958                 instead. Similarly for -g.
32959
32960         2005-12-04  Bruno Haible  <bruno@clisp.org>
32961
32962                 * build-aux/csharpcomp.sh.in: Suffix for resources is
32963                 .resources, not .resource.
32964
32965         2005-07-09  Bruno Haible  <bruno@clisp.org>
32966
32967                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
32968                 add a .dll suffix.
32969                 Reported by Mark Junker <mjscod@gmx.de>.
32970
32971         2006-07-22  Bruno Haible  <bruno@clisp.org>
32972
32973                 * modules/gettext: Upgrade to gettext-0.15.
32974                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
32975                 m4/visibility.m4.
32976                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
32977
32978 2006-07-22  Bruno Haible  <bruno@clisp.org>
32979
32980         Merge from GNU gettext 0.15.
32981
32982         2006-03-25  Bruno Haible  <bruno@clisp.org>
32983
32984                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
32985
32986         2006-07-21  Bruno Haible  <bruno@clisp.org>
32987
32988                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
32989                 "1.1".
32990
32991         2006-05-09  Bruno Haible  <bruno@clisp.org>
32992
32993                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
32994                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
32995                 for the conftestver execution.
32996
32997         2006-05-01  Bruno Haible  <bruno@clisp.org>
32998
32999                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
33000                 optional target-version argument. Verify that the compiler
33001                 groks source of the specified source-version, or add -source
33002                 option as necessary. Verify that the compiler produces
33003                 bytecode in the specified target-version, or add -target and
33004                 -source options as necessary. Make the result of the test
33005                 available as variable CONF_JAVAC. Also log error output in
33006                 config.log.
33007
33008         2006-03-11  Bruno Haible  <bruno@clisp.org>
33009
33010                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
33011
33012         2006-05-09  Bruno Haible  <bruno@clisp.org>
33013
33014                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
33015                 CLASSPATH_SEPARATOR to a semicolon.
33016
33017         2006-03-12  Bruno Haible  <bruno@clisp.org>
33018
33019                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
33020                 available as variable CONF_JAVA, for subsequent autoconf
33021                 tests. Also log error output in config.log.
33022
33023         2006-07-19  Bruno Haible  <bruno@clisp.org>
33024
33025                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
33026                 that getline works on glibc2 systems. Needed to avoid trouble
33027                 in relocatable.c.
33028                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
33029
33030         2005-12-04  Bruno Haible  <bruno@clisp.org>
33031
33032                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
33033                 launcher (untested).
33034
33035         2005-12-04  Bruno Haible  <bruno@clisp.org>
33036
33037                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
33038
33039         2006-07-22  Bruno Haible  <bruno@clisp.org>
33040
33041                 * gettext.m4: Update from GNU gettext-0.15.
33042                 * nls.m4: Likewise.
33043                 * po.m4: Likewise.
33044                 * inttypes-pri.m4: Likewise.
33045                 * inttypes-h.m4: Renamed from inttypes.m4.
33046                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
33047
33048 2006-07-22  Bruno Haible  <bruno@clisp.org>
33049
33050         Merge from GNU gettext 0.15.
33051
33052         2005-07-05  Bruno Haible  <bruno@clisp.org>
33053
33054                 * printf-args.c (printf_fetchargs): Work around broken
33055                 definition of wint_t on mingw.
33056
33057         2005-02-12  Bruno Haible  <bruno@clisp.org>
33058
33059                 * xallocsa.h: Add extern "C" for C++.
33060
33061         2006-05-17  Bruno Haible  <bruno@clisp.org>
33062
33063                 Cygwin portability.
33064                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
33065
33066         2006-04-30  Bruno Haible  <bruno@clisp.org>
33067
33068                 * progreloc.c: Include <mach-o/dyld.h> if available.
33069                 (find_executable): Use _NSGetExecutablePath when possible.
33070
33071         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
33072
33073                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
33074                 function.
33075
33076         2005-12-29  Bruno Haible  <bruno@clisp.org>
33077
33078                 * progreloc.c (set_program_name_and_installdir): Fix
33079                 compilation error.
33080
33081         2005-12-04  Bruno Haible  <bruno@clisp.org>
33082
33083                 Cygwin portability.
33084                 * progreloc.c: Include <windows.h> also on Cygwin.
33085                 (find_executable): Add support for Cygwin.
33086                 (set_program_name_and_installdir): Handle also platforms with
33087                 nonempty EXEEXT.
33088
33089         2006-07-11  Bruno Haible  <bruno@clisp.org>
33090
33091                 * javacomp.c: Fix a comment.
33092                 Reported by Jim Meyering.
33093
33094         2006-04-30  Bruno Haible  <bruno@clisp.org>
33095
33096                 * javacomp.h (compile_java_class): Add source_version,
33097                 target_version arguments.
33098                 * javacomp.c: Rewritten to choose only a compiler that
33099                 respects the specified source_version and target_version.
33100
33101         2006-06-27  Bruno Haible  <bruno@clisp.org>
33102
33103                 Assume correct S_ISDIR macro.
33104                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
33105
33106         2006-07-22  Bruno Haible  <bruno@clisp.org>
33107
33108                 * javaversion.h: New file, from GNU gettext.
33109                 * javaversion.c: New file, from GNU gettext.
33110                 * javaversion.java: New file, from GNU gettext.
33111                 * javaversion.class: New file, from GNU gettext.
33112
33113         2006-05-17  Bruno Haible  <bruno@clisp.org>
33114
33115                 Cygwin portability.
33116                 * javaexec.c (execute_java_class): Test for jview program
33117                 also on Cygwin.
33118
33119         2006-04-09  Bruno Haible  <bruno@clisp.org>
33120
33121                 * fatal-signal.c: Don't include string.h.
33122                 (at_fatal_signal): Use a copying loop instead of memcpy.
33123
33124         2005-12-04  Bruno Haible  <bruno@clisp.org>
33125
33126                 * csharpexec.c: Add support for 'clix' launcher (untested).
33127                 (execute_csharp_using_sscli): New function.
33128                 (execute_csharp_program): Call it.
33129
33130         2006-06-21  Bruno Haible  <bruno@clisp.org>
33131
33132                 Avoid warnings from recent versions of mcs.
33133                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
33134                 -o, -L, -r any more. Use options documented since mcs-1.0
33135                 instead. Similarly for -g.
33136
33137         2005-07-09  Bruno Haible  <bruno@clisp.org>
33138
33139                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
33140                 add a .dll suffix.
33141                 Reported by Mark Junker <mjscod@gmx.de>.
33142
33143         2006-06-17  Bruno Haible  <bruno@clisp.org>
33144
33145                 * config.charset: Update for NetBSD 3.0.
33146
33147         2006-05-17  Bruno Haible  <bruno@clisp.org>
33148
33149                 Cygwin portability.
33150                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
33151
33152         2006-05-16  Bruno Haible  <bruno@clisp.org>
33153
33154                 * localcharset.c [CYGWIN]: Include <windows.h>.
33155                 (get_charset_aliases): For Cygwin, return the same CPxxx
33156                 aliases list as under WIN32.
33157                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
33158                 the environment variables. Fall back to GetACP().
33159
33160         2006-04-05  Bruno Haible  <bruno@clisp.org>
33161
33162                 * config.charset: Update Juan Manuel Guerrero's address.
33163
33164         2005-02-12  Bruno Haible  <bruno@clisp.org>
33165
33166                 * allocsa.h: Add extern "C" for C++.
33167
33168         2005-02-10  Bruno Haible  <bruno@clisp.org>
33169
33170                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
33171                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
33172
33173         2006-07-22  Bruno Haible  <bruno@clisp.org>
33174
33175                 * gettext.h: Update to GNU gettext-0.15.
33176
33177 2006-07-22  Bruno Haible  <bruno@clisp.org>
33178
33179         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
33180         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
33181         lib-prefix.m4, longdouble.m4, ssize_t.m4.
33182
33183 2006-07-21  Eric Blake  <ebb9@byu.net>
33184
33185         * modules/stdlib-safer: New file.
33186         * MODULES.html.sh (File stream based Input/Output): Add
33187         stdlib-safer.
33188
33189 2006-07-21  Eric Blake  <ebb9@byu.net>
33190
33191         * lib/stdlib-safer.h: New file from coreutils, required by
33192         stdlib--.h.
33193
33194 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
33195
33196         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
33197
33198 2006-07-20  Bruno Haible  <bruno@clisp.org>
33199
33200         * gnulib-tool: Recognize new option --assume-autoconf.
33201         (autoconf_minversion): New variable.
33202         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
33203
33204 2006-07-20  Bruno Haible  <bruno@clisp.org>
33205
33206         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
33207
33208 2006-07-19  Derek R. Price  <derek@ximbiot.com>
33209
33210         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
33211         Reindent and repaginate.
33212
33213 2006-07-19  Derek Price  <derek@ximbiot.com>
33214
33215         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
33216         Correct grammar.
33217
33218 2006-07-17  Bruno Haible  <bruno@clisp.org>
33219
33220         * modules/list: New file.
33221         * modules/array-list: New file.
33222         * modules/carray-list, modules/carray-list-tests: New files.
33223         * modules/linked-list, modules/linked-list-tests: New files.
33224         * modules/avltree-list, modules/avltree-list-tests: New files.
33225         * modules/rbtree-list, modules/rbtree-list-tests: New files.
33226         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
33227         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
33228         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
33229         * modules/oset: New file.
33230         * modules/array-oset: New file.
33231         * modules/avltree-oset, modules/avltree-oset-tests: New files.
33232         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
33233         * tests/test-carray_list.c: New file.
33234         * tests/test-linked_list.c: New file.
33235         * tests/test-avltree_list.c: New file.
33236         * tests/test-rbtree_list.c: New file.
33237         * tests/test-linkedhash_list.c: New file.
33238         * tests/test-avltreehash_list.c: New file.
33239         * tests/test-rbtreehash_list.c: New file.
33240         * tests/test-avltree_oset.c: New file.
33241         * tests/test-rbtree_oset.c: New file.
33242         * MODULES.html.sh (Container data structures): New section.
33243
33244 2006-07-17  Bruno Haible  <bruno@clisp.org>
33245
33246         * m4/gl_list.m4: New file.
33247
33248 2006-07-17  Bruno Haible  <bruno@clisp.org>
33249
33250         * lib/gl_list.h: New file.
33251         * lib/gl_list.c: New file.
33252         * lib/gl_array_list.h: New file.
33253         * lib/gl_array_list.c: New file.
33254         * lib/gl_carray_list.h: New file.
33255         * lib/gl_carray_list.c: New file.
33256         * lib/gl_linked_list.h: New file.
33257         * lib/gl_linked_list.c: New file.
33258         * lib/gl_anylinked_list1.h: New file.
33259         * lib/gl_anylinked_list2.h: New file.
33260         * lib/gl_avltree_list.h: New file.
33261         * lib/gl_avltree_list.c: New file.
33262         * lib/gl_anyavltree_list1.h: New file.
33263         * lib/gl_anyavltree_list2.h: New file.
33264         * lib/gl_rbtree_list.h: New file.
33265         * lib/gl_rbtree_list.c: New file.
33266         * lib/gl_anyrbtree_list1.h: New file.
33267         * lib/gl_anyrbtree_list2.h: New file.
33268         * lib/gl_anytree_list1.h: New file.
33269         * lib/gl_anytree_list2.h: New file.
33270         * lib/gl_linkedhash_list.h: New file.
33271         * lib/gl_linkedhash_list.c: New file.
33272         * lib/gl_anyhash_list1.h: New file.
33273         * lib/gl_anyhash_list2.h: New file.
33274         * lib/gl_avltreehash_list.h: New file.
33275         * lib/gl_avltreehash_list.c: New file.
33276         * lib/gl_rbtreehash_list.h: New file.
33277         * lib/gl_rbtreehash_list.c: New file.
33278         * lib/gl_anytreehash_list1.h: New file.
33279         * lib/gl_anytreehash_list2.h: New file.
33280
33281         * lib/gl_oset.h: New file.
33282         * lib/gl_oset.c: New file.
33283         * lib/gl_array_oset.h: New file.
33284         * lib/gl_array_oset.c: New file.
33285         * lib/gl_avltree_oset.h: New file.
33286         * lib/gl_avltree_oset.c: New file.
33287         * lib/gl_rbtree_oset.h: New file.
33288         * lib/gl_rbtree_oset.c: New file.
33289         * lib/gl_anytree_oset.h: New file.
33290
33291 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
33292
33293         * m4/mkancesdirs.m4: New file.
33294         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
33295         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
33296         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
33297         it.
33298
33299 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
33300
33301         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
33302         * lib/mkancesdirs.h: New files.
33303         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
33304         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
33305         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
33306         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
33307         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
33308         callers changed.  Revamp internals significantly, by not
33309         attempting to create directories that are temporarily more
33310         permissive than the final results.  Do not attempt to use
33311         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
33312         This removes some race conditions, fixes some bugs, and simplifies
33313         things.  Use new dirchownmod function to do owner and mode changes.
33314         * lib/mkdir-p.h: Likewise.
33315         * lib/modechange.c (octal_to_mode): New function.
33316         (struct mode_change): New member mentioned.
33317         (make_node_op_equals): New arg mentioned.  All callers changed.
33318         (mode_compile): Keep track of which mode bits the user has explicitly
33319         mentioned.
33320         (mode_adjust): New arg DIR, so that we implement the X op correctly.
33321         New arg PMODE_BITS, to keep track of which mode bits the user
33322         mentioned; it treats S_ISUID and S_ISGID speciall.
33323         All callers changed.
33324         * lib/modechange.h: Likewise.
33325
33326 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
33327
33328         * MODULES.html.sh: Add mkancestors.
33329         * modules/mkancesdirs: New module.
33330         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
33331         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
33332         The chdir-safer and afs files are now orphans; I'll remove them
33333         unless someone speaks up.
33334         Add lib/dirchownmod.c, lib/dirchownmod.h.
33335         (Depends-on): Remove alloca, chown, save-cwd, dirname.
33336         Add lchown, mkancesdirs.
33337         (Maintainer): Add self.
33338
33339 2006-07-15  Karl Berry  <karl@gnu.org>
33340
33341         * gnulib-tool: help message wording/arrangement.
33342
33343 2006-07-14  Simon Josefsson  <jas@extundo.com>
33344
33345         * doc/gnulib.texi (Libtool and Windows): New section.
33346
33347 2006-07-12  Simon Josefsson  <jas@extundo.com>
33348
33349         * modules/gendocs (License): Fix license, approved by Karl.
33350
33351 2006-07-12  Eric Blake  <ebb9@byu.net>
33352
33353         * MODULES.html.sh: Add gendocs.
33354
33355 2006-07-11  Eric Blake  <ebb9@byu.net>
33356
33357         * modules/fdl: New module, to install doc/fdl.texi.
33358         * MODULES.html.sh: Add new section for documentation modules.
33359         * gnulib-tool: Avoid space-tab.
33360         (--doc-base): New option, to manage files from doc.
33361
33362 2006-07-11  Eric Blake  <ebb9@byu.net>
33363
33364         * m4/absolute-header.m4: Fix comments to match recent change.
33365
33366 2006-07-11  Eric Blake  <ebb9@byu.net>
33367
33368         * gnulib-tool: List --doc-base before --tests-base.
33369
33370 2006-07-11  Derek R. Price  <derek@ximbiot.com>
33371
33372         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
33373
33374 2006-07-11  Bruno Haible  <bruno@clisp.org>
33375
33376         * README: Mention where to put documentation.
33377
33378 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33379
33380         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
33381
33382 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
33383
33384         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
33385         to stdint.m4.
33386
33387 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
33388
33389         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
33390         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
33391         "no/such/file/stdint.h" when there is no such file, so that
33392         the resulting C code can be parsed by dodgy compilers.
33393         Problems reported by Bob Proulx.
33394
33395 2006-07-10  Derek R. Price  <derek@ximbiot.com>
33396
33397         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
33398         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
33399         macros into the GNU _D_EXACT_NAMLEN.
33400         * lib/savedir.c:  Likewise.
33401         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
33402
33403 2006-07-10  Derek R. Price  <derek@ximbiot.com>
33404         and Paul Eggert  <eggert@cs.ucla.edu>
33405
33406         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
33407         * m4/savedir.m4:
33408         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
33409         macros into the GNU _D_EXACT_NAMLEN.
33410
33411 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33412
33413         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
33414         around the absolute name, to work around a problem with the HP-UX
33415         11.23 native C compiler, reported by Bob Proulx.
33416
33417 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33418
33419         * doc/maintain.texi, make-stds.texi: Sync from
33420         <http://savannah.gnu.org/projects/gnustandards>.
33421
33422 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33423
33424         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
33425
33426 2006-07-09  Jim Meyering  <jim@meyering.net>
33427
33428         * m4/glob.m4: Remove a doubled word in a comment.
33429
33430 2006-07-09  Jim Meyering  <jim@meyering.net>
33431
33432         * lib/argp-pv.c: Remove a doubled word in a comment.
33433         * lib/check-version.c (check_version): Likewise.
33434         * lib/javacomp.c (compile_java_class): Likewise.
33435
33436 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
33437
33438         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
33439         for the benefit of people using Autoconf 2.60.  If you want to
33440         support older Autoconf versions you can copy m4/onceonly_2_57.m4
33441         (or m4/onceonly.m4, if pre-2.57) manually.
33442
33443 2006-07-08  Jim Meyering  <jim@meyering.net>
33444
33445         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
33446         comment.
33447         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
33448         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
33449         comment.
33450
33451 2006-07-08  Jim Meyering  <jim@meyering.net>
33452
33453         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
33454
33455 2006-07-07  Simon Josefsson  <jas@extundo.com>
33456
33457         * tests/test-crc.c: Change expected crc value, the test vector
33458         were probably computed using the old broken crc.c?
33459
33460 2006-07-06  Simon Josefsson  <jas@extundo.com>
33461
33462         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
33463         now the canonical place for the M4 file).
33464
33465         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
33466         from the sys_socket dependency now.
33467
33468         * modules/inet_pton (Files): Ditto.
33469
33470         * modules/inet_ntop (Files): Ditto.
33471
33472 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33473
33474         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
33475         not gl_PREREQ_GETUSERSHELL.
33476
33477 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33478
33479         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
33480         with only one argument, for Autoconf 2.60.
33481         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
33482         expand to nothing, so add a shell command to avoid syntax error.
33483         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
33484
33485 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33486
33487         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
33488
33489 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33490
33491         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
33492         no longer needed.  Check for isblank decl.
33493         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
33494         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
33495         of existence.
33496
33497 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33498
33499         * lib/getloadavg.c: Use __VMS, not VMS.
33500         * lib/getopt.c: Likewise.
33501         * lib/getpagesize.h: Likewise.
33502         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
33503         and probably does not work.
33504
33505 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33506
33507         * lib/.cppi-disable: Add wcwidth.
33508         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
33509         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
33510         (ISGRAPH): Remove.  All uses changed to isgraph.
33511         (FOLD) [!defined _LIBC]: Remove special case.
33512         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
33513         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
33514         HAVE_ISBLANK.
33515         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
33516         case.
33517
33518 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
33519
33520         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
33521         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
33522         brackets.  Other minor changes to suppress some compiler
33523         warnings.
33524
33525 2006-07-06  Derek R. Price  <derek@ximbiot.com>
33526         and Paul Eggert  <eggert@cs.ucla.edu>
33527
33528         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
33529         of invoking obsolescent AC_HEADER_DIRENT macro.
33530         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
33531         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
33532         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
33533         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
33534         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
33535         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33536         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
33537         * m4/readdir.m4: Remove; no longer needed.
33538
33539 2006-07-06  Derek R. Price  <derek@ximbiot.com>
33540         and Paul Eggert  <eggert@cs.ucla.edu>
33541
33542         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
33543         Don't worry about this obsolete case any more.
33544         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
33545         directories.
33546         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
33547         worry about this obsolete case any more.
33548         * lib/fts.c: Likewise.
33549         * lib/getcwd.c: Likewise.
33550         * lib/glob.h: Likewise.
33551         * lib/savedir.c: Likewise.
33552
33553 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33554
33555         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
33556         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
33557         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
33558         needed.
33559         All uses removed.
33560         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
33561         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
33562         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
33563         needed.
33564         * m4/getdate.m4 (gl_GETDATE): Likewise.
33565         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
33566         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
33567         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
33568         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
33569         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
33570         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33571         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
33572         needed.
33573
33574 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33575
33576         * lib/memcasecmp.c: Include <limits.h>.
33577         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
33578         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
33579         Don't assume isdigit succeeds only on '0' through '9'.
33580
33581 2006-07-05  Eric Blake  <ebb9@byu.net>
33582
33583         * modules/getaddrinfo (Depends-on): Add snprintf.
33584
33585 2006-07-05  Eric Blake  <ebb9@byu.net>
33586
33587         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
33588         to avoid 'header present but could not be compiled' on cygwin.
33589
33590 2006-07-05  Eric Blake  <ebb9@byu.net>
33591
33592         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
33593         missing from netdb.h.
33594         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
33595
33596 2006-07-05  Derek R. Price  <derek@ximbiot.com>
33597
33598         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
33599         no longer needed.
33600         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
33601         * m4/getdate.m4 (gl_GETDATE): Likewise.
33602         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
33603         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
33604         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
33605         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
33606         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33607
33608 2006-07-05  Derek R. Price  <derek@ximbiot.com>
33609
33610         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
33611         All uses of is_space replaced by isspace.
33612         * lib/exit.h: Don't talk about STDC_HEADERS.
33613         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
33614         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
33615         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
33616         replaced by isprint etc.
33617         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
33618         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
33619         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
33620         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
33621         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
33622         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
33623
33624 2006-07-05  Bruno Haible  <bruno@clisp.org>
33625
33626         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
33627         the function exists, before testing against AIX.
33628         Reported by Martin Lambers <marlam@marlam.de>.
33629
33630 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
33631
33632         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
33633         From Mark D. Baushke.
33634
33635 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
33636
33637         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
33638         to the absolute name, not just one, to bypass Sun C 5.8's
33639         "warning: #include of /usr/include/... may be non-portable".
33640
33641 2006-07-04  Eric Blake  <ebb9@byu.net>
33642
33643         * modules/dirname-tests: New test module.
33644         * tests/test-dirname.c: New file, replacing dirname.c
33645         TEST_DIRNAME section that was recently deleted.
33646
33647 2006-07-04  Bruno Haible  <bruno@clisp.org>
33648
33649         Assume ANSI C header files and <ctype.h> functions.
33650         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
33651         (mbsnwidth): Use isprint, iscntrl instead.
33652
33653 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33654
33655         Merge from coreutils.
33656         * MODULES.html.sh: Add xstrtold.
33657         * modules/xstrtold: New file.
33658         * modules/cycle-check (Files): Add lib/same-inode.h.
33659         * modules/dirname (Files): Add m4/double-slash-root.m4.
33660         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
33661         * modules/mkdir-p (Files): Add lib/same-inode.h.
33662         * modules/same (Files): Add lib/same-inode.h.
33663
33664 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33665
33666         * m4/absolute-header.m4: Renamed from full-header-path.m4.
33667         This is to keep the terminology clean; POSIX talks about
33668         "absolute pathnames", not "full pathnames", but the GNU
33669         Coding Standards say to use "path" for something else;
33670         so use "absolute" to keep both sides happy.
33671         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
33672         Set gl_absolute_header, not gl_full_header_path.
33673         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
33674         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
33675         All uses changed.
33676
33677         Merge from coreutils.
33678
33679         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
33680
33681         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
33682         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
33683         want to require the building of c-strtod.o.
33684         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
33685         needs -lm directly.
33686         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
33687
33688         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
33689
33690         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
33691         --as-needed option if available.  Problem reported by Albert Chin in
33692         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
33693         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
33694         cc merely issues a bunch of annoying warnings for --as-needed
33695         (this problem was reported by Bob Proulx).  Also, try linking with
33696         -lm to detect a bug in binutils 2.16 (this problem was reported
33697         by Ralf Wildenhues).
33698
33699         2006-06-18  Jim Meyering  <jim@meyering.net>
33700
33701         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
33702         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
33703         macro.
33704         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
33705         also check for glibc-2.4's abort-inducing bug.
33706
33707         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
33708         Low-probability clean-up should be to use rmdir to get rid of
33709         the just-created directory, not unlink.
33710
33711         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
33712         configure fail, and request a bug report to inform us about it.
33713         Add a comment that, barring reports to the contrary, in 2007 we'll
33714         assume ftruncate is universally available.
33715
33716         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
33717
33718         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
33719
33720         2006-03-12  Jim Meyering  <jim@meyering.net>
33721
33722         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
33723         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
33724         * m4/same.m4 (gl_SAME): Likewise.
33725         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
33726
33727         2006-03-11  Eric Blake  <ebb9@byu.net>
33728
33729         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
33730         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
33731         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
33732         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
33733
33734 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33735
33736         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
33737         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
33738         reported by Mark D. Baushke, one in
33739         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
33740
33741         Merge from coreutils.
33742
33743         * lib/.cppi-disable: Add stdint_.h.
33744         * lib/.cvsignore: Add stdint.h.
33745
33746         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
33747
33748         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
33749         both double and long double versions.
33750         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
33751         * lib/xstrtold.c: New file.
33752         * lib/xstrtod.h (xstrtold): New decl.
33753
33754         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33755
33756         * lib/filemode.c (setst): Remove.
33757         (strmode): Rewrite to avoid setst.  This makes the code shorter,
33758         (arguably) clearer, and the generated code is a bit smaller on my
33759         Debian GNU/Linux stable x86 host.
33760
33761         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
33762
33763         * lib/filemode.c: Include "filemode.h" first, to test the interface.
33764         Assume that filemode.h includes sys/types.h and sys/stat.h.
33765         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
33766         (ftypelet): Reorder to put common cases first, for efficiency.
33767         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
33768         to do 'M'.
33769         (strmode): Renamed from mode_string, and now stores 12 bytes instead
33770         of 10, for compatibility with FreeBSD.  All callers changed.
33771         (filemodestring): Now stores 12 bytes instead of 10, and sets file
33772         types that can't be deduced solely from st_mode.  First arg is now a
33773         const pointer.
33774         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
33775         (strmode): Renamed from mode_string.
33776         (filemodestring): New decl.
33777         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
33778         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
33779         needed.
33780         (S_ISPORT, S_ISWHT): New macros, if not already defined.
33781
33782         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
33783
33784         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
33785         fsusage.h now does that.  Include fsusage.h first, to test interface.
33786         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
33787         at most one method (the old code could have generated decls that
33788         didn't conform to C89, not that this was ever exercised).
33789         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
33790
33791         2006-03-19  Jim Meyering  <jim@meyering.net>
33792
33793         Work even in a chroot where d_ino values for entries in "/"
33794         don't match the stat.st_ino values for the same names.
33795         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
33796         number, iterate through all entries again, using lstat instead.
33797         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
33798         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
33799
33800         * lib/getcwd.c (__getcwd): Clarify a comment.
33801         Use memcpy in place of a call to strcpy.
33802
33803         2006-03-12  Jim Meyering  <jim@meyering.net>
33804
33805         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
33806         matches that of the current directory (which we're about to chdir ".."
33807         out of), then save the dev-ino of the parent, instead.
33808
33809         * lib/same-inode.h (SAME_INODE): New file/macro.
33810         * lib/chdir-safer.c (SAME_INODE): Remove definition.
33811         Include "same-inode.h", instead.
33812         * lib/same.c: Likewise.
33813         * lib/cycle-check.h: Include "same-inode.h".
33814         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
33815         * lib/cycle-check.c (SAME_INODE): Remove definition.
33816         * lib/root-dev-ino.h: Include "same-inode.h".
33817
33818         2006-03-11  Eric Blake  <ebb9@byu.net>
33819
33820         * lib/same.c (same_name): s/base_name/last_component/
33821         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
33822         * lib/filenamecat.c (file_name_concat): Likewise.
33823
33824         2006-03-11  Eric Blake  <ebb9@byu.net>,
33825                     Paul Eggert  <eggert@cs.ucla.edu>
33826
33827         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
33828         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
33829         drive prefix.
33830         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
33831         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
33832         (last_component): New method.
33833         * lib/dirname.c (dir_len): Determine when drive letters need a
33834         subsequent slash.  Preserve // when it is special.
33835         (dir_name): Don't append dot when drive letter is absolute.
33836         [TEST_DIRNAME]: Move into a full-blown gnulib test.
33837         * lib/basename.c (base_name): New semantics - malloc the result.
33838         Preserve // when it is special.  Preserve relative files that look
33839         like drive letters.
33840         (base_len): Preserve // when it is special.
33841         (last_component): New method, similar to old base_name semantics.
33842         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
33843         base_name.  Strip redundant slashes from ///.
33844
33845 2006-07-03  Jim Meyering  <jim@meyering.net>
33846
33847         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
33848         macro is used before the first cycle_check call.
33849
33850 2006-07-03  Eric Blake  <ebb9@byu.net>
33851
33852         * modules/dirname (Depends-on): Add xstrndup.
33853
33854 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33855
33856         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
33857         test cases, so that config.log is a bit easier to follow.
33858
33859 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33860
33861         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
33862         both are 64 bits, since this seems to be the tradition, and this
33863         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
33864         we ever run into a host that prefers long long to long in this
33865         case, we'll need another configure-time test.  Problem reported by
33866         Jim Meyering.
33867
33868 2006-07-02  Eric Blake  <ebb9@byu.net>
33869
33870         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
33871
33872 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33873
33874         * modules/inttypes (Depends-on): No longer depends on stdint.
33875         * modules/stdint (Description): Say more about assumptions.
33876         Say that the fast types might differ.  Say macros are used.
33877         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
33878         (Makefile.am): Revise list of substituted symbols to match
33879         new stdint.m4.
33880         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
33881         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
33882         * tests/test-stdint.c (verify_same_types)
33883         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
33884         the code conforms to C99/C89.
33885         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
33886         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
33887
33888 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33889
33890         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
33891         but fix a bug, by requiring at least 64 bits.
33892         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
33893         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
33894         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
33895         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
33896
33897         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
33898         changes.  Make 2.59 a prerequisite.  Check and substitute for
33899         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
33900         inttypes.h.  Do not use special include files; just use the
33901         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
33902         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
33903         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
33904         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
33905         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
33906         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
33907         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
33908         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
33909         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
33910         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
33911         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
33912         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
33913         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
33914         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
33915         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
33916         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
33917         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
33918         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
33919         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
33920         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
33921         WINT_MAX.  Check for C99 conformance more strictly, by detecting
33922         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
33923         not check for things that C99 does not require, e.g., int8_t.  If
33924         a test isn't needed unless <stdint.h> isn't working, and is
33925         unlikely to be needed for any other reason, then don't do it
33926         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
33927         size_t, since we assume C89 freestanding at least.  Do not check
33928         for sig_atomic_t, wchar_t, or wint_t, since the code now does
33929         the right thing even if the types are not defined.  Instead use:
33930         (gl_STDINT_TYPE_PROPERTIES): New macro.
33931         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
33932         testing whether <sys/types.h> clashes, as Autoconf does this for
33933         us now.  All uses removed.
33934         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
33935         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
33936         (gl_CHECK_TYPE_SAME):
33937         Remove; no longer needed.
33938         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
33939         exists, since we'll return 0 anyway in that case.
33940         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
33941
33942 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33943
33944         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
33945         possible collision with system files.
33946         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
33947         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
33948         WCHAR_MIN and WCHAR_MAX in this case.
33949         (<stddef.h>): Do not include; no longer needed.
33950         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
33951         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
33952         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
33953         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
33954         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
33955         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
33956         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
33957         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
33958         !defined(__c99))]: Include in this case too, since it's harmless
33959         now.
33960         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
33961         dangerous to do so.
33962         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
33963         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
33964         (_STDINT_MIN, _STDINT_MAX): New macros.
33965         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
33966         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
33967         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
33968         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
33969         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
33970         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
33971         macros, not typedefs; this simplifies things quite a bit.
33972         Use long int for all types narrower than int64_t.
33973         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
33974         Define in terms of long long int or int64_t or long int,
33975         not int64_t or int32_t.  This saves some compile-time testing.
33976         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
33977         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
33978         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
33979         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
33980         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
33981         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
33982         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
33983         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
33984         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
33985         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
33986         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
33987         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
33988         undef any previous version and define our own version, for
33989         simplicity and consistency with the new macros for types.
33990         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
33991         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
33992         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
33993         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
33994         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
33995         @WINT_T_SUFFIX@ to keep things simple here.
33996         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
33997         Simplify by assuming typical 8/16/32/64 host, since we're
33998         already doing that elsewhere anyway.
33999         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
34000         and assume long long int is 64 bits if available.  This
34001         speeds up 'configure'.
34002
34003 2006-07-01  Eric Blake  <ebb9@byu.net>
34004
34005         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
34006         Reported by Andreas Buening.
34007
34008 2006-07-01  Eric Blake  <ebb9@byu.net>
34009
34010         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
34011
34012 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
34013
34014         * lib/getaddrinfo.c: fixed typo
34015
34016 2006-06-29  Jim Meyering  <jim@meyering.net>
34017
34018         * modules/strftime (Maintainer): Add my name, since with the
34019         FPRINTFTIME changes strftime.c has forked from glibc.
34020
34021 2006-06-29  Eric Blake  <ebb9@byu.net>
34022
34023         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
34024
34025 2006-06-29  Eric Blake  <ebb9@byu.net>
34026
34027         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
34028
34029 2006-06-29  Eric Blake  <ebb9@byu.net>
34030
34031         * lib/stat_.h: New file.
34032
34033 2006-06-29  Eric Blake  <ebb9@byu.net>
34034
34035         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
34036         unused static function.
34037
34038 2006-06-29  Eric Blake  <ebb9@byu.net>
34039
34040         * doc/functions.texi (Function Portability): Document missing lstat
34041         on mingw.
34042
34043 2006-06-29  Eric Blake  <ebb9@byu.net>
34044
34045         * MODULES.html.sh: Add sys_stat.
34046         * modules/sys_stat: New module.
34047         * modules/mkstemp (Depends-on): Add sys_stat.
34048
34049 2006-06-29  Derek R. Price  <derek@ximbiot.com>
34050
34051         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
34052
34053 2006-06-29  Derek R. Price  <derek@ximbiot.com>
34054
34055         * m4/c-bs-a.m4: Removed.
34056
34057 2006-06-29  Derek R. Price  <derek@ximbiot.com>
34058
34059         * lib/strftime.c: Assume strftime() exists.
34060
34061 2006-06-29  Derek Price  <derek@ximbiot.com>
34062
34063         * modules/c-bs-a: Removed - \a is C89.
34064         * MODULES.html.sh: Remove c-bs-a.
34065
34066 2006-06-29  Bruno Haible  <bruno@clisp.org>
34067
34068         * modules/wcwidth (License): Change to LGPL.
34069
34070 2006-06-28  Simon Josefsson  <jas@extundo.com>
34071
34072         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
34073         on _WIN32.
34074
34075         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
34076         getnameinfo.
34077
34078 2006-06-28  Simon Josefsson  <jas@extundo.com>
34079
34080         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
34081
34082 2006-06-28  Simon Josefsson  <jas@extundo.com>
34083
34084         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
34085         functions there.  It will succeed on Windows XP, but on Windows
34086         2000 and (presumably) earlier, it will fail, and use the internal
34087         re-implementation.
34088         (use_win32_p): New function.
34089         (getaddrinfo): Use strtoul on servname, to support numeric ports.
34090         Support AI_NUMERICSERV to disable getservbyname.
34091         (getnameinfo): New function, only supports
34092         NI_NUMERICHOST|NI_NUMERICSERV for now.
34093
34094         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
34095         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
34096         getnameinfo.
34097
34098 2006-06-28  Eric Blake  <ebb9@byu.net>
34099
34100         * modules/wcwidth: New file.
34101         * modules/mbchar (Depends-on): Add wcwidth.
34102         * modules/mbswidth (Depends-on): Add wcwidth.
34103         * MODULES.html.sh: Add wcwidth.
34104
34105 2006-06-28  Eric Blake  <ebb9@byu.net>
34106
34107         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
34108         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
34109
34110 2006-06-28  Eric Blake  <ebb9@byu.net>
34111
34112         * lib/xvasprintf.h: Fix comments.
34113
34114 2006-06-28  Eric Blake  <ebb9@byu.net>
34115
34116         * lib/mbchar.h (wcwidth): Include wcwidth.h.
34117         * lib/mbswidth.c (wcwidth): Move from here...
34118         * lib/wcwidth.h: ...to this new file.
34119
34120 2006-06-28  Derek R. Price  <derek@ximbiot.com>
34121
34122         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
34123
34124         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
34125         it's obsolete.
34126         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
34127
34128 2006-06-28  Derek R. Price  <derek@ximbiot.com>
34129
34130         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
34131         Autoconf 2.60 says this stuff was obsolete.
34132
34133 2006-06-28  Bruno Haible  <bruno@clisp.org>
34134
34135         * modules/wcwidth (Files): Add m4/wchar_t.m4.
34136
34137 2006-06-28  Bruno Haible  <bruno@clisp.org>
34138
34139         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
34140         gt_TYPE_WCHAR_T.
34141
34142 2006-06-28  Bruno Haible  <bruno@clisp.org>
34143
34144         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
34145         declaration for wcwidth.
34146         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
34147
34148 2006-06-28  Bruno Haible  <bruno@clisp.org>
34149
34150         * lib/mkdtemp.c [MINGW]: Include <io.h>.
34151         (mkdir): Define using _mkdir.
34152
34153 2006-06-28  Bruno Haible  <bruno@clisp.org>
34154
34155         * lib/getaddrinfo.h: Fix POSIX URL.
34156         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
34157         _WIN32.
34158         (use_win32_p): Make static.
34159         (getaddrinfo): Reject service name if it is empty or does not consist
34160         solely of decimal digits, or if its value is > 65535.
34161         (getnameinfo): Remove useless casts.
34162
34163 2006-06-27  Simon Josefsson  <jas@extundo.com>
34164
34165         * modules/sys_select: New file, suggested by Bruno Haible, Paul
34166         Eggert and Martin Lambers.
34167
34168 2006-06-27  Simon Josefsson  <jas@extundo.com>
34169
34170         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
34171         Eggert and Martin Lambers.
34172
34173 2006-06-27  Bruno Haible  <bruno@clisp.org>
34174
34175         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
34176         result to 0, not to empty.
34177         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
34178
34179 2006-06-27  Bruno Haible  <bruno@clisp.org>
34180
34181         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
34182
34183 2006-06-26  Simon Josefsson  <jas@extundo.com>
34184
34185         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
34186         present.
34187
34188 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
34189
34190         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
34191         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
34192         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
34193
34194 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
34195
34196         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
34197
34198 2006-06-26  Bruno Haible  <bruno@clisp.org>
34199
34200         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
34201
34202 2006-06-26  Bruno Haible  <bruno@clisp.org>
34203
34204         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
34205
34206 2006-06-26  Bruno Haible  <bruno@clisp.org>
34207
34208         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
34209         SGI C compiler in pre-C99 mode.
34210         Suggested by Mark D. Baushke and Larry Jones.
34211
34212 2006-06-26  Bruno Haible  <bruno@clisp.org>
34213
34214         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
34215         WCHAR_MAX.
34216         Reported by Mark D. Baushke and Larry Jones.
34217
34218 2006-06-26  Bruno Haible  <bruno@clisp.org>
34219
34220         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
34221         in pre-C99 mode.
34222         Suggested by Mark D. Baushke and Larry Jones.
34223
34224 2006-06-23  Simon Josefsson  <jas@extundo.com>
34225             Bruno Haible  <bruno@clisp.org>
34226
34227         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
34228         Emit mostlyclean-local rule.
34229         (func_emit_tests_Makefile_am): Likewise.
34230         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
34231
34232 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
34233
34234         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
34235
34236 2006-06-23  Bruno Haible  <bruno@clisp.org>
34237
34238         * tests/test-stdint.c: Update to match ISO C 99 Technical
34239         Corrigendum 1.
34240
34241 2006-06-23  Bruno Haible  <bruno@clisp.org>
34242
34243         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
34244
34245 2006-06-23  Bruno Haible  <bruno@clisp.org>
34246
34247         * lib/stdint_.h: Treat IRIX like OpenBSD.
34248
34249 2006-06-23  Bruno Haible  <bruno@clisp.org>
34250
34251         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
34252         ISO C 99 Technical Corrigendum 1.
34253
34254 2006-06-22  Simon Josefsson  <jas@extundo.com>
34255
34256         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
34257         MinGW.
34258
34259 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34260
34261         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
34262         needed.  Some compiler complained about some of them.  Problem reported
34263         by Larry Jones in
34264         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
34265
34266 2006-06-21  Simon Josefsson  <jas@extundo.com>
34267
34268         * tests/test-getaddrinfo.c: New file.
34269
34270         * modules/getaddrinfo-tests: New file.
34271
34272         * MODULES.html.sh: Add inet_pton.
34273
34274         * modules/inet_pton: New file.
34275
34276 2006-06-21  Simon Josefsson  <jas@extundo.com>
34277
34278         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
34279         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
34280         of using the (limited) gnulib implementation on Windows XP.
34281
34282         * m4/inet_pton.m4: New file.
34283
34284 2006-06-21  Simon Josefsson  <jas@extundo.com>
34285
34286         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
34287         variable.
34288
34289         * lib/socket_.h: Don't define WINVER.
34290
34291         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
34292         slightly modified to work in gnulib.
34293
34294 2006-06-21  Simon Josefsson  <jas@extundo.com>
34295
34296         * doc/gnulib.texi (Windows sockets): Add.
34297
34298 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
34299
34300         * lib/read-file.c (fread_file): Start with buffer allocation of
34301         0 bytes rather than 1 byte; this simplifies the code.
34302         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
34303         code to free buffer and save/restore errno.
34304         (internal_read_file): Remove unused local.
34305
34306 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
34307
34308         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
34309         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
34310         Problem reported by Denis Excoffier in
34311         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
34312
34313 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34314
34315         * modules/sys_socket, modules/socklen: Include sys/types since
34316         FreeBSD 4.x's sys/socket.h needs it.
34317
34318 2006-06-19  Simon Josefsson  <jas@extundo.com>
34319
34320         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
34321
34322 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
34323
34324         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
34325
34326 2006-06-19  Bruno Haible  <bruno@clisp.org>
34327
34328         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
34329         and FULL_PATH_INTTYPES_H in angle brackets.
34330         Reported by Mark D. Baushke <mdb@gnu.org>.
34331
34332 2006-06-17  Eric Blake  <ebb9@byu.net>
34333
34334         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
34335         errno.
34336
34337 2006-06-17  Bruno Haible  <bruno@clisp.org>
34338
34339         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
34340         <sys/inttypes.h>.
34341
34342 2006-06-17  Bruno Haible  <bruno@clisp.org>
34343
34344         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
34345         whether errno is declared. Assume <errno.h> declares errno.
34346
34347 2006-06-17  Bruno Haible  <bruno@clisp.org>
34348
34349         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
34350
34351 2006-06-17  Bruno Haible  <bruno@clisp.org>
34352
34353         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
34354         problem on Solaris 2.5.1.
34355
34356 2006-06-16  Eric Blake  <ebb9@byu.net>
34357
34358         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
34359         * lib/unicodeio.c [!defined errno]: Likewise.
34360         * lib/strtol.c [!defined errno]: Likewise.
34361         * lib/strtod.c [!defined errno]: Likewise.
34362
34363 2006-06-15  Eric Blake  <ebb9@byu.net>
34364
34365         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
34366
34367 2006-06-15  Eric Blake  <ebb9@byu.net>
34368
34369         * config/srclist.txt (ssize_t.m4): Lose sync.
34370
34371 2006-06-15  Bruno Haible  <bruno@clisp.org>
34372
34373         * modules/stdint (Files): Include m4/full-header-path.m4,
34374         m4/size_max.m4, m4/wchar_t.m4.
34375         (Makefile.am): Many more substitutions.
34376         * modules/stdint-tests: New file.
34377         * tests/test-stdint.c: New file.
34378
34379 2006-06-15  Bruno Haible  <bruno@clisp.org>
34380
34381         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
34382         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
34383         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
34384         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
34385         gl_CHECK_TYPE_SAME): New macros.
34386
34387 2006-06-15  Bruno Haible  <bruno@clisp.org>
34388
34389         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
34390
34391 2006-06-15  Bruno Haible  <bruno@clisp.org>
34392
34393         * lib/stdint_.h: Rewritten to be fully auto-configured.
34394         Fixes bug on HP-UX/IA64.
34395
34396 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
34397
34398         * lib/getdate.y (__attribute__): Don't define if already defined.
34399         Problem reported by Larry Jones.
34400         * lib/utimens.c (__attribute__): Likewise.
34401
34402 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
34403
34404         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
34405         reported by Andreas Schwab.
34406
34407 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34408             Bruno Haible  <bruno@clisp.org>
34409
34410         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
34411         check for the declaration of strnlen and a run test that exposes the
34412         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
34413         rpl_strndup.
34414
34415 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34416             Bruno Haible  <bruno@clisp.org>
34417
34418         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
34419
34420 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34421
34422         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
34423         compile test, for Tru64 4.0D.
34424
34425 2006-05-28  Karl Berry  <karl@gnu.org>
34426
34427         * config/srclist.txt (printf-args.c): lose sync.
34428
34429 2006-05-26  Martin Lambers  <marlam@marlam.de>
34430
34431         * lib/getpass.c: Updates the test for the native W32 API, and adds
34432         missing includes, thus fixing compilation warnings.
34433
34434 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
34435
34436         * lib/exclude.c (exclude_fnmatch): New function.
34437         (excluded_file_name): Call exclude_fnmatch.
34438         * lib/exclude.h (excluded_file_name): New prototype
34439
34440 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
34441
34442         * lib/tempname.c (small_open, large_open): New macros.
34443         (__open, __open64) [!_LIBC]: Remove.
34444         (__gen_tempname): Use small_open and large_open instead of __open
34445         and __open64.  This fixes a portability bug on HP-UX 11.11i
34446         reported by Simon Wing-Tang in
34447         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
34448
34449 2006-05-24  Bruno Haible  <bruno@clisp.org>
34450
34451         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
34452         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
34453         Reported by Thorsten Maerz <torte@netztorte.de> via
34454         Aaron Stone <aaron@serendipity.cx>.
34455
34456 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
34457
34458         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
34459         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
34460         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
34461         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
34462         not really conditional on the cache.
34463         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
34464
34465 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
34466
34467         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
34468         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
34469         (my_usleep): Don't mishandle maximum value.
34470
34471 2006-05-19  Jim Meyering  <jim@meyering.net>
34472
34473         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
34474
34475 2006-05-17  Bruno Haible  <bruno@clisp.org>
34476
34477         Cygwin portability.
34478         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
34479
34480 2006-05-17  Bruno Haible  <bruno@clisp.org>
34481
34482         * lib/stdint_.h: Fix recognition of Cygwin.
34483
34484 2006-05-15  Bruno Haible  <bruno@clisp.org>
34485
34486         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
34487         on libtool patch by Ralf Wildenhues.
34488
34489 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34490
34491         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
34492         test for C99 conformance; (bool) 0.5 is an integer constant
34493         expression, but (bool) -0.5 is not.  Problem reported by Fedor
34494         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
34495
34496 2006-05-11  Simon Josefsson  <jas@extundo.com>
34497
34498         * m4/xvasprintf.m4: Fix obvious typo.
34499
34500 2006-05-11  Jim Meyering  <jim@meyering.net>
34501
34502         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
34503         James Lemley.
34504
34505 2006-05-10  Simon Josefsson  <jas@extundo.com>
34506
34507         * lib/md4.c: Typo fix, update copyright years.
34508         (K1, K2): Don't use L because it turn computations into 64-bit on
34509         64-bit platforms.
34510
34511 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
34512
34513         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
34514         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
34515         unwanted sign propagation, e.g., on hosts with 64-bit int.
34516         There still are some problems with reeelly weird theoretical hosts
34517         (e.g., 33-bit int) but it's not worth worrying about now.
34518         * lib/sha1.c (rol): Likewise.
34519         (K1, K2, K3, K4): Remove unnecessary L suffix.
34520
34521 2006-05-10  Bruno Haible  <bruno@clisp.org>
34522
34523         * lib/des.c: Cast to avoid warnings.
34524
34525 2006-05-09  Bruno Haible  <bruno@clisp.org>
34526
34527         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
34528         (Depends-on): Depend also on xsize, stdarg.
34529         (configure.ac): Add gl_XVASPRINTF.
34530
34531 2006-05-09  Bruno Haible  <bruno@clisp.org>
34532
34533         * m4/xvasprintf.m4: New file.
34534
34535 2006-05-09  Bruno Haible  <bruno@clisp.org>
34536
34537         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
34538         (EOVERFLOW): Define fallback value.
34539         (xstrcat): New function.
34540         (xvasprintf): Recognize the special case of a string concatenation.
34541
34542 2006-05-08  Eric Blake  <ebb9@byu.net>
34543
34544         * gnulib-tool (func_version): Base copyright year on CVS date.
34545         (func_emit_copyright_notice): New function.
34546         (func_emit_lib_Makefile_am): Use it.
34547         (func_emit_tests_Makefile_am): Likewise.
34548         (func_import): Likewise.
34549
34550 2006-05-08  Bruno Haible  <bruno@clisp.org>
34551
34552         * modules/stdarg: New file.
34553         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
34554
34555 2006-05-08  Bruno Haible  <bruno@clisp.org>
34556
34557         * m4/stdarg.m4: New file, from GNU gettext.
34558
34559 2006-05-08  Bruno Haible  <bruno@clisp.org>
34560
34561         * config/srclist.txt (build-aux/config.rpath): different from latest
34562         release.
34563
34564 2006-05-08  Bruno Haible  <bruno@clisp.org>
34565
34566         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
34567
34568 2006-05-05  Jim Meyering  <jim@meyering.net>
34569
34570         * m4/warning.m4: New file, derived from bison's file by the same name.
34571
34572 2006-05-03  Bruno Haible  <bruno@clisp.org>
34573
34574         * lib/stdint_.h: Shorter URL.
34575         * lib/inttypes.h: Likewise.
34576
34577 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34578
34579         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
34580
34581 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34582
34583         * lib/verify.h: Document the internals better.  Most of this change
34584         was written by Bruno Haible.
34585
34586 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34587
34588         * doc/verify.texi: New file, partly based on a proposal by
34589         Bruno Haible.
34590
34591 2006-05-02  Bruno Haible  <bruno@clisp.org>
34592
34593         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
34594         test from here...
34595         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
34596
34597 2006-04-29  Bruno Haible  <bruno@clisp.org>
34598
34599         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
34600         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
34601
34602 2006-04-29  Bruno Haible  <bruno@clisp.org>
34603
34604         * gnulib-tool: Make --update option actually work.
34605
34606 2006-04-29  Bruno Haible  <bruno@clisp.org>
34607
34608         * doc/gcd.texi: New file.
34609         * doc/gnulib.texi: Include it.
34610
34611 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
34612
34613         * lib/getdate.y (get_date): When adding relative date, start with the
34614         initial time, not with the result of the first mktime call.
34615
34616 2006-04-25  Bruno Haible  <bruno@clisp.org>
34617
34618         * gnulib-tool (func_import): Output the include directives in three
34619         blocks, sorted separately.
34620         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34621
34622 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
34623
34624         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
34625         to define main with arguments, for C++.  Reported by Eric Blake.
34626         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
34627         Prefer 'int main ()' to 'int main (void)', for C++.
34628         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
34629         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
34630         for 'main', for C99 and C++.
34631
34632 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
34633
34634         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
34635         Don't assume that exit status -1 is valid.
34636         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
34637         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
34638         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
34639         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
34640         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
34641         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
34642         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
34643         functions can be used without declaring them, or that you can
34644         exit with status -1.
34645         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
34646
34647 2006-04-24  Karl Berry  <karl@gnu.org>
34648
34649         * config/srclist.txt (longdouble.m4): sync lost.
34650
34651 2006-04-24  Eric Blake  <ebb9@byu.net>
34652
34653         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
34654
34655 2006-04-24  Bruno Haible  <bruno@clisp.org>
34656
34657         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
34658         poll() implementation in AIX.
34659         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34660
34661 2006-04-24  Bruno Haible  <bruno@clisp.org>
34662
34663         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
34664         assigned exactly once.
34665
34666 2006-04-23  Claudio Fontana  <claudio@gnu.org>
34667             Bruno Haible  <bruno@clisp.org>
34668
34669         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
34670         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
34671         for AM_CPPFLAGS.
34672
34673 2006-04-23  Bruno Haible  <bruno@clisp.org>
34674
34675         * modules/copy-file: Depend on unistd.
34676         * modules/execute: Likewise.
34677         * modules/fatal-signal: Likewise.
34678         * modules/findprog: Likewise.
34679         * modules/mkdtemp : Likewise.
34680         * modules/pipe: Likewise.
34681         * modules/wait-process: Likewise.
34682
34683 2006-04-23  Bruno Haible  <bruno@clisp.org>
34684
34685         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
34686         condition was already detected.
34687         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34688
34689 2006-04-23  Bruno Haible  <bruno@clisp.org>
34690
34691         * lib/copy-file.c: Include <unistd.h> unconditionally.
34692         * lib/execute.c: Likewise.
34693         * lib/fatal-signal.c: Likewise.
34694         * lib/findprog.c: Likewise.
34695         * lib/mkdtemp.c: Likewise.
34696         * lib/pipe.h: Likewise.
34697         * lib/pipe.c: Likewise.
34698         * lib/wait-process.h: Likewise.
34699
34700 2006-04-23  Bruno Haible  <bruno@clisp.org>
34701
34702         * gnulib-tool (func_usage): Fix --import description. Document
34703         --update.
34704         (func_import): Create temporary file in a temporary directory, if
34705         --dry-run is specified. Silence errors from 'grep' when there are no
34706         m4 files in $m4dir.
34707         (func_create_testdir): Silence errors from 'grep' when there are no
34708         m4 files in $m4dir.
34709         Reported by Karl Berry <karl@freefriends.org>.
34710
34711 2006-04-20  Bruno Haible  <bruno@clisp.org>
34712
34713         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
34714         one argument, so that the code will be portable to Autoconf 2.60.
34715         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
34716         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
34717         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
34718
34719 2006-04-19  Derek Price  <derek@ximbiot.com>
34720             Eric Blake  <ebb9@byu.net>
34721
34722         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
34723         rather than "/full/path.h".  Update comment to match.  Shorten &
34724         generalize m4_translit call via AS_TR_CPP.
34725
34726 2006-04-19  Derek Price  <derek@ximbiot.com>
34727             Eric Blake  <ebb9@byu.net>
34728
34729         * lib/inttypes.h: Correct grammar in comment.
34730
34731 2006-04-18  Derek Price  <derek@ximbiot.com>
34732             Paul Eggert  <eggert@cs.ucla.edu>
34733
34734         * modules/inttypes: New file.
34735         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
34736
34737 2006-04-18  Derek Price  <derek@ximbiot.com>
34738             Paul Eggert  <eggert@cs.ucla.edu>
34739
34740         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
34741         New files.
34742
34743 2006-04-18  Derek Price  <derek@ximbiot.com>
34744             Paul Eggert  <eggert@cs.ucla.edu>
34745
34746         * lib/inttypes.h: New file.
34747         * lib/strtoimax.c: Assume <inttypes.h>.
34748
34749 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
34750
34751         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
34752         isn't mounted.  Problem reported by Kir Kolyshkin.
34753
34754 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34755
34756         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
34757         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
34758         Derek R. Price.
34759         * lib/regex.h (RE_DUP_MAX): Update comment to match current
34760         implementation.
34761
34762 2006-04-12  Eric Blake  <ebb9@byu.net>
34763
34764         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
34765         is now done automatically by the corresponding Autoconf macro.
34766
34767 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
34768
34769         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
34770         time_r.h.
34771
34772 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34773
34774         Merge regex changes from libc, removing some of our
34775         POSIX-conformance changes that were rejected and redoing them in a
34776         less-intrusive way.
34777
34778         * lib/regcomp.c (re_compile_internal, init_dfa):
34779         Length arg is now size_t, not Idx.  All uses changed.
34780         (peek_token): Forward decl now says internal_function.
34781         (__re_error_msgid, __re_error_msgid_idx):
34782         Now static rather than extern with attribute_hidden.
34783         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
34784         For some reason libc prefers K&R style defns for external functions.
34785         (regerror) [!defined _LIBC]: Likewise.
34786         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
34787         (seek_collating_symbol_entry, lookup_collation_sequence_value):
34788         (build_range_exp, build_collating_symbol):
34789         Use K&R-style defn.
34790         (re_compile_fastmap): Use '\0' to memset, not 0.
34791         (utf8_sb_map): Make the calculations more obvious.
34792         (init_dfa, parse_bracket_exp, build_charclass_op):
34793         Call calloc and cast result, as glibc does.
34794         (init_word_char, fetch_token, peek_token, peek_token_bracket):
34795         (build_range_exp, build_collating_symbol):
34796         Now internal functions.
34797
34798         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
34799
34800         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
34801         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
34802         Don't depend on VMS; depend on __VMS instead, for POSIX
34803         namespace cleanness.
34804         (regoff_t): Define to ssize_t, not long int.
34805
34806         Remove the REG_ macros named below.  Instead, make the old names
34807         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
34808         __USE_GNU_REGEX.
34809         (REG_BACKSLASH_ESCAPE_IN_LISTS):
34810         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
34811         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
34812         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
34813         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
34814         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
34815         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
34816         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
34817         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
34818         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
34819         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
34820         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
34821         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
34822         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
34823         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
34824         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
34825         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
34826         (REG_NREGS):
34827         Remove.  All uses replaced by the old RE_* names.
34828         (RE_BACKSLASH_ESCAPE_IN_LISTS):
34829         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
34830         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
34831         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
34832         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
34833         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
34834         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
34835         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
34836         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
34837         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
34838         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
34839         Don't bother having these macros be independent of each others'
34840         values, since they no longer exist in the POSIX name space.
34841
34842         Rename the following member names back to their old names,
34843         unless !__USE_GNU_REGEX.  All uses changed back.
34844         (buffer): Renamed from re_buffer.
34845         (allocated): Renamed from re_allocated.
34846         (used): Renamed from re_used.
34847         (syntax): Renamed from re_syntax.
34848         (fastmap): Renamed from re_fastmap.
34849         (translate): Renamed from re_translate.
34850         (can_be_null): Renamed from re_can_be_null.
34851         (regs_allocated): Renamed from re_regs_allocated.
34852         (fastmap_accurate): Renamed from re_fastmap_accurate.
34853         (no_sub): Renamed from re_no_sub.
34854         (not_bol): Renamed from re_not_bol.
34855         (not_eol): Renamed from re_not_eol.
34856         (newline_anchor): Renamed from re_newline_anchor.
34857         (num_regs): Renamed from rm_num_regs.
34858         (start): Renamed from rm_start.
34859         (end): Renamed from rm_end.
34860
34861         (free_state): Move up a bit.
34862
34863         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
34864         #define to be empty.
34865         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
34866         when that is what is intended.
34867         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
34868         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
34869         (MAX): New macro.
34870         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
34871         All uses changed back to re_malloc, etc.  It's now the caller's
34872         responsibility to check for overflow; all callers changed.
34873         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
34874         (re_x2nrealloc): Remove.
34875         (free_state): Remove decl.
34876
34877         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
34878         (re_set_registers, re_exec):
34879         Use K&R-style defn.
34880
34881         2006-01-31  Roland McGrath  <roland@redhat.com>
34882
34883         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
34884         Reported by Mike Frysinger <vapier@gentoo.org>.
34885
34886         2006-01-15  Andreas Jaeger  <aj@suse.de>
34887
34888         [BZ #1950]
34889         * lib/regex_internal.c (re_string_reconstruct): Adjust for
34890         build_wcs_upper_buffer change.
34891         (build_wcs_upper_buffer): Change return type.
34892
34893         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
34894
34895         * lib/regex_internal.h: Include <stdint.h> if available.
34896
34897         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
34898
34899         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
34900
34901         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
34902
34903         * lib/regcomp.c: Adjust for changed secondary hash function.
34904
34905         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
34906
34907         * lib/regex.h: Pretty printing.
34908         Clean up namespace a bit.
34909
34910         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
34911
34912         * lib/regexec.c (update_cur_sifted_state, check_arrival,
34913         check_arrival_add_next_nodes): Avoid using uninitialized variable.
34914
34915         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34916                     Ulrich Drepper  <drepper@redhat.com>
34917
34918         [BZ #1302]
34919         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
34920         changed.
34921         (bitset_word_t): Renamed from bitset_word.  All uses changed.
34922
34923         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
34924
34925         [BZ #281]
34926         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
34927         * lib/regcomp.c: Remove unnecessary uses of
34928         unsigned RE_TRANSLATE_TYPE.
34929         * lib/regex_internal.h: Likewise.
34930         * lib/regex_internal.c: Likewise.
34931         * lib/regexec.c: Likewise.
34932         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
34933
34934         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
34935
34936         * lib/regexec.c (find_recover_state): Remove unnecessary
34937         initialization.
34938         (transit_state_bkref): Make DFA a const pointer.
34939         (get_subexp): Likewise.
34940         (check_arrival): Likewise.
34941         (update_cur_sifted_state): Likewise.
34942         (re_search_internal): Likewise.
34943         (prune_impossible_nodes): Likewise.
34944         (acquire_init_state_context): Likewise.
34945         (proceed_next_node): Likewise.
34946         (set_regs): Likewise.
34947         (free_fail_stack_return): Likewise.
34948         (check_arrival_expand_ecl): Mark DFA parameter as const.
34949         (check_arrival_expand_ecl_sub): Likewise.
34950         (check_subexp_limits): Likewise.
34951         (sub_epsilon_src_nodes):  Likewise.
34952         (add_epsilon_src_nodes):  Likewise.
34953         (merge_state_array): Likewise.
34954         (update_regs): Likewise.
34955         (build_trtable): Likewise.
34956         (sift_states_backward): Mark MCTX parameter as const.
34957         (build_sifted_states): Likewise.
34958         (update_cur_sifted_state): Likewise.
34959         (sift_states_mkref): Likewise.
34960         (check_arrival_expand_ecl): Mark eclosure as const.
34961         (check_dst_limits_calc_pos_1): Likewise.
34962         * lib/regex_internal.h (re_match_context_t): Make dfa a const
34963         pointer.
34964
34965         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
34966
34967         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
34968         (transit_state_sb): Likewise.
34969         (transit_state_mb): Likewise.
34970         (sift_states_iter_mb): Likewise.
34971         (check_arrival_add_next_nodes): Likewise.
34972         (check_node_accept_bytes): Change first parameter to pointer-to-const.
34973         [_LIBC] (re_search_2_stub): Use mempcpy.
34974
34975         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
34976         mbrtowc for very simple UTF-8 case.
34977
34978         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
34979         a pointer-to-const.
34980         (re_acquire_state_context): Likewise.
34981         * lib/regex_internal.h: Adjust prototypes.
34982
34983         * lib/regex.c: Prevent using C++ compilers.
34984
34985         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
34986         (re_acquire_state_context): Likewise.
34987
34988 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34989
34990         * modules/regex (Depends-on): Add ssize_t.
34991
34992 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34993
34994         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
34995         translation table.
34996
34997 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34998
34999         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
35000
35001 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
35002             Bruno Haible  <bruno@clisp.org>
35003
35004         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
35005         <sys/types.h> and <inttypes.h>.
35006
35007 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35008
35009         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
35010         `__error_t_defined', so argp.h will not typedef the former.
35011
35012 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
35013
35014         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
35015         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
35016         glibc names.  Even if glibc is changed to conform to POSIX, the
35017         traditional names will be available anyway, since regex depends on
35018         the extensions module.  Also, fix a longstanding typo in the
35019         implementation of Spencer ERE test #75 from grep 2.3.  Problems
35020         reported by Emanuele Giaquinta.  Also, change sense of cached
35021         variable, so that the message makes sense.
35022
35023 2006-03-24  Simon Josefsson  <jas@extundo.com>
35024
35025         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
35026         including some doc fixes.
35027         (base64_encode_alloc): Fix +1 bug on allocation failures.
35028
35029 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35030
35031         * lib/base64.c (base64_encode): Do not read past end of array with
35032         unsanitized input on systems with CHAR_BIT > 8.
35033
35034 2006-03-24  Eric Blake  <ebb9@byu.net>
35035
35036         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
35037
35038 2006-03-22  Karl Berry  <karl@gnu.org>
35039
35040         * config/srclist.txt (*setenv.[ch]): get from coreutils.
35041         * config/srclistvars.sh (COREUTILS): new var.
35042
35043 2006-03-17  Jim Meyering  <jim@meyering.net>
35044
35045         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
35046         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
35047
35048 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
35049
35050         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
35051         no longer needs it.  Instead, check that regoff_t is as least
35052         as wide as ptrdiff_t.
35053
35054         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
35055         so that our regex.h stays compatible with the installed regex.
35056         This is helpful for installers who configure --without-included-regex.
35057         Problem reported by Emanuele Giaquinta.
35058
35059 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
35060
35061         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
35062         Typedef to long int, not to off_, as POSIX will likely change
35063         in that direction.
35064
35065 2006-03-15  Eric Blake  <ebb9@byu.net>
35066
35067         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
35068
35069 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
35070
35071         * lib/argp-help.c (validate_uparams): Fix typo
35072         * lib/argp-parse.c (argp_default_options): Consistently begin help
35073         messages with a lowercase letter.
35074
35075 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
35076
35077         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
35078         overrun buffers and shouldn't be used (much as gets shouldn't be
35079         used).
35080         * lib/time_r.c (asctime_r, ctime_r): Likewise.
35081
35082 2006-03-08  Simon Josefsson  <jas@extundo.com>
35083
35084         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
35085         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35086
35087 2006-03-08  Simon Josefsson  <jas@extundo.com>
35088
35089         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
35090         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35091
35092 2006-03-08  Simon Josefsson  <jas@extundo.com>
35093
35094         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
35095         signal that configure disabled the device.
35096
35097 2006-03-08  Simon Josefsson  <jas@extundo.com>
35098
35099         * build-aux/maint.mk: Fix refresh-po, to handle no translated
35100         languages.
35101
35102 2006-03-07  Simon Josefsson  <jas@extundo.com>
35103
35104         * modules/getopt (Depends-on): Add unistd.
35105
35106         * modules/unistd: New file.
35107
35108 2006-03-07  Simon Josefsson  <jas@extundo.com>
35109
35110         * modules/gc-random: New file.
35111
35112 2006-03-07  Simon Josefsson  <jas@extundo.com>
35113
35114         * m4/unistd_h.m4: New file.
35115
35116 2006-03-07  Simon Josefsson  <jas@extundo.com>
35117
35118         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
35119         test to be side-effect free by storing the result in the cache
35120         variable gl_cv_lib_readline, and moving the assignment of
35121         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
35122         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35123
35124 2006-03-07  Simon Josefsson  <jas@extundo.com>
35125
35126         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
35127         error on missing devices (the functions will return an error).
35128
35129         * m4/gc.m4: Move random stuff to gc-random.m4
35130
35131 2006-03-07  Simon Josefsson  <jas@extundo.com>
35132
35133         * lib/unistd_.h: New file.
35134
35135 2006-03-07  Simon Josefsson  <jas@extundo.com>
35136
35137         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
35138
35139 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
35140
35141         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
35142         Problem reported by Juan Manuel Guerrero.
35143
35144 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
35145
35146         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
35147         the unistd module.
35148         * lib/getlogin_r.c: Likewise.
35149         * lib/getlogin_r.h: Likewise.
35150         * lib/glob.c: Likewise.
35151         * lib/pagealign_alloc.c: Likewise.
35152         * lib/unistd_.h: Remove; no longer needed.
35153
35154 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
35155
35156         * MODULES.html.sh (Support for systems lacking POSIX:2001):
35157         Add unistd.
35158         * modules/c-stack (Depends-on): Add unistd.
35159         * modules/getlogin_r: Likewise.
35160         * modules/glob: Likewise.
35161         * modules/pagealign_alloc: Likewise.
35162         * modules/unistd (Files): Remove lib/unistd_.h.
35163         (EXTRA_DIST): Remove.
35164         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
35165         need unistd_.h.
35166         (MOSTLYCLEANFILES): Remove unistd.h-t.
35167
35168 2006-03-03  Simon Josefsson  <jas@extundo.com>
35169
35170         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
35171
35172 2006-03-03  Simon Josefsson  <jas@extundo.com>
35173
35174         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
35175         libidn and bison.
35176
35177 2006-03-03  Simon Josefsson  <jas@extundo.com>
35178
35179         * build-aux/maint.mk: Add indent target.
35180
35181 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
35182
35183         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
35184         our replacement poll.h in any case, to avoid a differing
35185         declaration from a system header.  Seen on AIX.
35186
35187 2006-03-01  Simon Josefsson  <jas@extundo.com>
35188
35189         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
35190         <kasal@ucw.cz>.
35191
35192 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
35193
35194         * modules/gettime (Depends-on): Add extensions module.
35195         * modules/nanosleep (Depends-on): Likewise.
35196         * modules/settime (Depends-on): Likewise.
35197
35198 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
35199
35200         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
35201         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
35202         pedantically.
35203         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
35204         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
35205
35206         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
35207         not "==".  Reported by Ralf Wildenhues.
35208
35209 2006-03-01  Karl Berry  <karl@gnu.org>
35210
35211         * doc/Copyright/request-*: new files, synced from gnuorg.
35212
35213 2006-03-01  Karl Berry  <karl@gnu.org>
35214
35215         * config/srclist.txt (Copyright/*): new entries.
35216
35217 2006-02-28  Simon Josefsson  <jas@extundo.com>
35218
35219         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
35220
35221 2006-02-27  Simon Josefsson  <jas@extundo.com>
35222
35223         * lib/base64.h: Indent #define's.  From Jim Meyering
35224         <jim@meyering.net>.
35225
35226 2006-02-27  Jim Meyering  <jim@meyering.net>
35227
35228         Revert the change of 2006-02-24, so these files can continue
35229         to be sync'd from gettext.
35230         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
35231         of `config.h'.
35232
35233 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
35234
35235         * modules/intprops: New file.
35236         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
35237         Add intprops.
35238         * modules/getloadavg (Files): Remove lib/intprops.h.
35239         (Depends-on): Add intprops.
35240         * modules/human: Likewise.
35241         * modules/inttostr: Likewise.
35242         * modules/openat: Likewise.
35243         * modules/sig2str: Likewise.
35244         * modules/userspec: Likewise.
35245         * modules/utimecmp: Likewise.
35246         * modules/xnanosleep: Likewise.
35247         * modules/xstrtol: Likewise.
35248
35249 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
35250
35251         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
35252         * modules/lock-tests (TESTS): Use $(EXEEXT).
35253         * modules/tls-tests: Likewise.
35254         * modules/argp-tests: Likewise.
35255         (check_PROGRAMS): New var, replacing...
35256         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
35257
35258 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35259
35260         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
35261         `config.h'.
35262
35263 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
35264
35265         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
35266
35267 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35268
35269         Sync from coreutils.
35270         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
35271         gl_CHDIR_SAFER.
35272
35273 2006-02-22  Jim Meyering  <jim@meyering.net>
35274
35275         Sync from coreutils.
35276         * m4/chdir-safer.m4: New file.
35277
35278 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
35279
35280         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
35281         AT_FDCWD exceeds INT_MAX.
35282         * lib/openat.h (AT_FDCWD): Likewise.
35283
35284 2006-02-17  Eric Blake  <address@hidden>
35285
35286         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
35287
35288 2006-02-16  Simon Josefsson  <jas@extundo.com>
35289
35290         * modules/getaddrinfo (Depends-on): Add sys_socket.
35291
35292 2006-02-15  Simon Josefsson  <jas@extundo.com>
35293
35294         * build-aux/maint.mk: Add dsyntax-check rule.
35295
35296 2006-02-15  Eric Blake  <ebb9@byu.net>
35297
35298         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
35299         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
35300         'present but cannot compile' warnings on cygwin.
35301         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
35302         use ws2tcpip.h if sys/socket.h works.
35303         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
35304         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
35305
35306 2006-02-14  Simon Josefsson  <jas@extundo.com>
35307
35308         * modules/maintainer-makefile (Files): Rename.
35309
35310         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
35311         and (the local) Makefile.cfg to maint-cfg.mk.
35312
35313         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
35314         to the latter.
35315
35316         * modules/maintainer-makefile: New module.
35317
35318         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
35319         severaly stripped to make it possible to build it up from scratch
35320         with reliable tests.
35321
35322         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
35323         fixes to permit overriding the default actions when configure and
35324         makefile are not available.
35325
35326 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
35327
35328         Sync from coreutils.
35329         * modules/lstat (Depends-on): Don't depend on xalloc.
35330         (License): Change from GPL to LGPL, since this is now simply a
35331         replacement for a libc function.
35332
35333 2006-02-14  Jim Meyering  <jim@meyering.net>
35334
35335         Sync from coreutils.
35336
35337         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
35338         failure on deficient systems, and simplify gnulib lgpl dependencies.
35339         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
35340         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
35341
35342         * lib/xalloc-die.c: Remove unused definition of N_.
35343
35344 2006-02-14  Jim Meyering  <jim@meyering.net>
35345
35346         Sync from coreutils.
35347         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
35348         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
35349         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
35350         double-quote uses of that variable, to accommodate the rare case in
35351         which getmntent is available in none of the libraries checked.  This
35352         happens at least on FreeBSD 5.0.
35353
35354 2006-02-13  Simon Josefsson  <jas@extundo.com>
35355
35356         * gnulib-tool (Usage): Fix --import, from
35357         karl@freefriends.org (Karl Berry).
35358
35359 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
35360
35361         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
35362
35363 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
35364
35365         * lib/argp-namefrob.h: Restore changes accidentally lost during the
35366         "autoupdate" on 2005-12-12.
35367
35368 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
35369
35370         * modules/closeout (Depends-on): Remove atexit.
35371
35372 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
35373
35374         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
35375         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
35376
35377 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
35378
35379         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
35380         __EXTENSIONS__ if this causes compilation to fail.  Problem
35381         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
35382         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
35383
35384 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
35385
35386         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
35387         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
35388         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
35389         All uses changed.
35390
35391 2006-01-26  Simon Josefsson  <jas@extundo.com>
35392
35393         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
35394         prototype is visible on mingw32.
35395
35396         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
35397         for mingw32.
35398
35399         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
35400         mingw32).
35401
35402 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
35403
35404         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
35405         attempt to open for write; this always fails, at least on POSIX
35406         hosts.  This reinstates the 2006-01-09 change, which was
35407         inadvertently removed.
35408
35409 2006-01-26  Bruno Haible  <bruno@clisp.org>
35410
35411         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
35412         Reported by Paul Eggert.
35413
35414 2006-01-26  Bruno Haible  <bruno@clisp.org>
35415             Paul Eggert  <eggert@cs.ucla.edu>
35416
35417         * lib/stdbool_.h (_Bool)
35418         [(! (defined __cplusplus || defined __BEOS__)
35419           && !defined __GNUC__
35420           && !(defined __HP_cc || defined __xlc__
35421                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
35422                || defined __sgi))]:
35423         #define to signed char in these cases too; this simplifies
35424         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
35425         etc., separately) and makes it more conservative.
35426
35427 2006-01-25  Simon Josefsson  <jas@extundo.com>
35428
35429         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
35430         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
35431         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
35432
35433 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
35434
35435         * lib/argp-namefrob.h: Bugfix. Remove stray #
35436
35437 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
35438
35439         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
35440         so that we test the test.
35441         Check for yet another HP-UX cc bug involving *bool |= bool.
35442
35443 2006-01-25  Karl Berry  <karl@gnu.org>
35444
35445         * config/srclist.txt (vasnprintf.c): sync lost.
35446
35447 2006-01-25  Jim Meyering  <jim@meyering.net>
35448
35449         Sync from the stable (b5) branch of coreutils:
35450
35451         * lib/fts.c (fts_children): Don't let close() clobber errno from
35452         failed fchdir().
35453
35454         * lib/fts.c (fts_stat): When following a symlink-to-directory,
35455         don't necessarily interpret stat-fails+lstat-succeeds as indicating
35456         a dangling symlink.  That can also happen at least for ELOOP.
35457         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
35458         FYI, this bug predates the inclusion of fts.c in coreutils.
35459
35460         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
35461         in their own block, so pre-c99 compilers don't object.
35462
35463         Avoid the double-free (first in fts_read, second in fts_close) that
35464         would occur when an `active' directory is made inaccessible (e.g.,
35465         via chmod a-x) during a traversal.
35466         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
35467         before returning.  Reproduce this failure by
35468         mkdir -p a/b; cd a; chmod a-x . b
35469         Reported by Stavros Passas.
35470
35471 2006-01-25  Jim Meyering  <jim@meyering.net>
35472
35473         * lib/fileblocks.c: Remove more useless parentheses.
35474         * lib/readutmp.h: Likewise.
35475
35476 2006-01-25  Bruno Haible  <bruno@clisp.org>
35477
35478         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
35479         warnings.
35480         Reported by Paul Eggert.
35481
35482 2006-01-25  Bruno Haible  <bruno@clisp.org>
35483
35484         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
35485         rid of a trap command. For Solaris sh.
35486         Reported by Mark D. Baushke <mdb@gnu.org>.
35487
35488 2006-01-24  Simon Josefsson  <jas@extundo.com>
35489
35490         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
35491         Bruno.
35492
35493 2006-01-24  Karl Berry  <karl@gnu.org>
35494
35495         * config/srclist.txt (argp-namefrob.h): sync lost.
35496
35497 2006-01-24  Jim Meyering  <jim@meyering.net>
35498
35499         * modules/openat (Files): Add lib/intprops.h.
35500         From Mark D. Baushke.
35501
35502 2006-01-24  Jim Meyering  <jim@meyering.net>
35503
35504         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
35505         Reported by Mark D. Baushke.
35506
35507 2006-01-24  Jim Meyering  <jim@meyering.net>
35508
35509         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
35510
35511 2006-01-24  Bruno Haible  <bruno@clisp.org>
35512
35513         * modules/strnlen (Maintainer): Change from glibc to all.
35514
35515 2006-01-24  Bruno Haible  <bruno@clisp.org>
35516
35517         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
35518         Patch by Paul Eggert.
35519
35520 2006-01-24  Bruno Haible  <bruno@clisp.org>
35521
35522         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
35523         already has it.
35524         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
35525         2005-11-26.
35526
35527         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
35528         'signed char' to avoid problems with the built-in _Bool type.
35529         Reported by Paul Eggert on 2005-11-26.
35530
35531 2006-01-24  Bruno Haible  <bruno@clisp.org>
35532
35533         * gnulib-tool (func_import): Avoid constructing complicated sed
35534         expressions inside backquote.
35535         Report and solution by Mark D. Baushke <mdb@gnu.org>.
35536
35537 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
35538
35539         These changes imported from libc.
35540         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
35541         test and two separate function calls.
35542         * lib/strndup.c (__strndup): Add libc_hidden_def.
35543
35544 2006-01-23  Simon Josefsson  <jas@extundo.com>
35545
35546         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
35547         Remove the test_*_SOURCES variable: automake infers it by default.
35548         * modules/tls-tests: Likewise.
35549
35550 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35551
35552         Work around porting bugs reported by Dieter in
35553         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
35554         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
35555         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
35556         Include "getopt.h" first, to check interface.
35557         (getenv): Declare only if defined HAVE_DECL_GETENV &&
35558         !HAVE_DECL_GETENV.
35559         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
35560         (__strndup): Revert to K&R-style function dfns, the glibc style.
35561         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
35562         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
35563         Include strnlen.h first, to get prototype properly.
35564         (strnlen): Renamed from __strnlen.
35565         Remove weak alias.
35566
35567 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35568
35569         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
35570
35571 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35572
35573         * config/srclist.txt: Adjust to reflect glibc reorganization.
35574         This affects only comments.
35575
35576 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35577
35578          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
35579          Reported by Bruce Korb <bkorb@gnu.org>.
35580
35581 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
35582
35583         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
35584         to pacify gcc -Wswitch-default.
35585
35586 2006-01-22  Bruno Haible  <bruno@clisp.org>
35587
35588         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
35589         temporary buffer for sprintf, take into account the precision also
35590         for 'd', 'i', 'u', 'o', 'x', 'X'.
35591
35592 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
35593
35594         * modules/argp-tests: New module
35595         * tests/test-argp.c: New file
35596         * tests/test-argp-2.sh: New file
35597
35598 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
35599
35600         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
35601         (__argp_base_name): Removed
35602         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
35603         typo.
35604         (__argp_base_name): Provide macro definition or extern declaration
35605         depending on the configuration
35606
35607 2006-01-20  Simon Josefsson  <jas@extundo.com>
35608
35609         * modules/inet_ntop (Depends-on): Depend on sys_socket.
35610
35611 2006-01-20  Simon Josefsson  <jas@extundo.com>
35612
35613         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
35614
35615 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35616
35617         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
35618         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
35619         Suggested by Bruno Haible.
35620
35621 2006-01-20  Karl Berry  <karl@gnu.org>
35622
35623         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
35624         until changes propagate, I guess.
35625
35626 2006-01-19  Simon Josefsson  <jas@extundo.com>
35627
35628         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
35629
35630 2006-01-19  Simon Josefsson  <jas@extundo.com>
35631
35632         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
35633
35634 2006-01-19  Simon Josefsson  <jas@extundo.com>
35635
35636         * gnulib-tool: Set check_PROGRAMS.
35637
35638         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
35639         modules/des-tests, modules/gc-arcfour-tests,
35640         modules/gc-arctwo-tests, modules/gc-des-tests,
35641         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
35642         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
35643         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
35644         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
35645         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
35646         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
35647         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
35648         test_*_SOURCES.
35649
35650 2006-01-18  Simon Josefsson  <jas@extundo.com>
35651
35652         * modules/socklen (Depends-on): Depend on sys_socket.
35653
35654 2006-01-18  Simon Josefsson  <jas@extundo.com>
35655
35656         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
35657         modules/des-tests, modules/gc-arcfour-tests,
35658         modules/gc-arctwo-tests, modules/gc-des-tests,
35659         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
35660         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
35661         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
35662         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
35663         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
35664         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
35665         $(EXEEXT) to automake TESTS variable, for mingw32.
35666
35667 2006-01-17  Simon Josefsson  <jas@extundo.com>
35668
35669         * modules/socklen (Include): Need sys/socket.h.
35670
35671 2006-01-17  Bruno Haible  <bruno@clisp.org>
35672
35673         * modules/ssize_t (Include): Add <sys/types.h>.
35674
35675 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
35676
35677         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
35678         it's not portable and it doesn't work with cross-compiles.
35679         Problem reported by Bruno Haible.  Fix missing-$ typo in
35680         'test "gl_cv_ignore_unused_libraries" ...' that prevented
35681         -zignore from being used with Sun's C compiler.
35682
35683 2006-01-12  Simon Josefsson  <jas@extundo.com>
35684
35685         * lib/base64.c: Fix warning, reported by Bruno Haible
35686         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
35687
35688 2006-01-12  Bruno Haible  <bruno@clisp.org>
35689
35690         * modules/ldd: New file.
35691         * build-aux/ldd.sh.in: New file.
35692         * MODULES.html.sh (Support for building libraries and executables): Add
35693         ldd.
35694
35695 2006-01-12  Bruno Haible  <bruno@clisp.org>
35696
35697         * m4/ldd.m4: New file.
35698
35699 2006-01-12  Bruno Haible  <bruno@clisp.org>
35700
35701         * gnulib-tool (func_import, func_create_testdir): Don't go into an
35702         endless loop while replacing $auxdir with build-aux.
35703
35704 2006-01-11  Simon Josefsson  <jas@extundo.com>
35705
35706         * lib/stdint_.h (SIZE_MAX): Add missing (.
35707
35708 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
35709
35710         Sync from coreutils.
35711         * lib/md5.c: Fix commentary typos.
35712         (alignof, UNALIGNED_P): No need for a GCC-specific version.
35713         * lib/md5.h (__attribute__): Remove; unused.
35714         * lib/sha1.c: Fix commentary to match md5 better.
35715         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
35716         so that we don't need to worry about alignment.  All uses changed.
35717         This merges the 2005-10-28 md5 change into sha1.
35718
35719 2006-01-11  Jim Meyering  <jim@meyering.net>
35720
35721         Sync from coreutils.
35722         * lib/md5.c (OP): Fix spacing.
35723
35724 2006-01-11  Bruno Haible  <bruno@clisp.org>
35725
35726         Ensure automatic ordering between gl_LOCK and gl_ARGP.
35727         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
35728         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
35729
35730 2006-01-11  Bruno Haible  <bruno@clisp.org>
35731
35732         Ensure automatic ordering between gl_LOCK and gl_ARGP.
35733         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
35734         the "early" section as well.
35735
35736 2006-01-11  Bruno Haible  <bruno@clisp.org>
35737
35738         Avoid "ar: no archive members specified" error on MacOS X.
35739         * gnulib-tool (func_modules_add_dummy): New function.
35740         (func_import, func_create_testdir): Invoke it.
35741
35742 2006-01-11  Bruno Haible  <bruno@clisp.org>
35743
35744         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
35745         with $auxdir in AC_CONFIG_FILES statements.
35746
35747 2006-01-11  Bruno Haible  <bruno@clisp.org>
35748
35749         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35750         Initialize also noinst_HEADERS to empty.
35751
35752 2006-01-11  Bruno Haible  <bruno@clisp.org>
35753
35754         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
35755         variables.
35756         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
35757         autoreconf.
35758
35759 2006-01-11  Bruno Haible  <bruno@clisp.org>
35760
35761         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
35762         overridable by the user.
35763         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35764
35765 2006-01-10  Simon Josefsson  <jas@extundo.com>
35766
35767         * modules/sys_socket: New file.
35768
35769 2006-01-10  Simon Josefsson  <jas@extundo.com>
35770
35771         * m4/sys_socket_h.m4: New file.
35772
35773 2006-01-10  Simon Josefsson  <jas@extundo.com>
35774
35775         * lib/socket_.h: New file.
35776
35777 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35778
35779         * modules/readutmp (Maintainer): Add myself.
35780
35781 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35782
35783         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
35784         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
35785         People who are still concerned with buggy memcmp implementations
35786         can invoke gl_FUNC_MEMCMP themselves.
35787
35788 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35789
35790         * lib/regex_internal.h (BITSET_WORD_BITS):
35791         Work around a bug in 64-bit PGC (before version 6.1-2), where the
35792         preprocessor mishandles large unsigned values as if they were signed.
35793         Problem reported by Claudio Fontana in
35794         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
35795
35796 2006-01-10  Jim Meyering  <jim@meyering.net>
35797
35798         Avoid the double-free (first in fts_read, second in fts_close) that
35799         would occur when an `active' directory is made inaccessible (e.g.,
35800         via chmod a-x) during a traversal.
35801         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
35802         before returning.  Reproduce this failure by
35803         mkdir -p a/b; cd a; chmod a-x . b
35804         Reported by Stavros Passas.
35805
35806         Sync from coreutils.
35807         * lib/sha1.c: Tweak grammar in a comment.
35808
35809 2006-01-10  Jim Meyering  <jim@meyering.net>
35810
35811         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
35812         Patch by Joerg Sonnenberger.
35813
35814 2006-01-10  Bruno Haible  <bruno@clisp.org>
35815
35816         * modules/readutmp: Depend on module free.
35817         * modules/strtok_r: Depend on module restrict.
35818
35819 2006-01-10  Bruno Haible  <bruno@clisp.org>
35820
35821         * modules/gettext (configure.ac): Add an invocation of
35822         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
35823
35824 2006-01-10  Bruno Haible  <bruno@clisp.org>
35825
35826         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
35827         Reported by Werner Lemberg <wl@gnu.org>.
35828
35829 2006-01-10  Bruno Haible  <bruno@clisp.org>
35830
35831         * lib/localcharset.c: Update from GNU gettext.
35832
35833 2006-01-10  Bruno Haible  <bruno@clisp.org>
35834
35835         * lib/argp.h (__const): Remove macro. Use const instead.
35836         * lib/argp-fmtstream.h (__const): Likewise.
35837         * lib/glob_.h (__const): Remove macro.
35838         * lib/glob-libc.h: Use const instead of __const.
35839
35840 2006-01-10  Bruno Haible  <bruno@clisp.org>
35841
35842         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
35843         variable.
35844         Needed to avoid an automake error regarding the 'gettext' module.
35845
35846 2006-01-09  Simon Josefsson  <jas@extundo.com>
35847
35848         * modules/inet_ntop (Depends-on): Add restrict.
35849
35850 2006-01-09  Simon Josefsson  <jas@extundo.com>
35851
35852         * modules/gc-rijndael-tests (License): Put under LGPL.
35853
35854         * modules/gc-des-tests (License): Likewise.
35855
35856         * modules/gc-arcfour-tests (License): Likewise.
35857
35858         * modules/gc-arctwo-tests (License): Likewise.
35859
35860         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
35861
35862         * modules/gc-hmac-sha1-tests (Files): Likewise.
35863
35864         * modules/gc-hmac-md5-tests (License): Likewise.
35865
35866         * modules/gc-sha1-tests (License): Likewise.
35867
35868         * modules/gc-md5-tests (License): Likewise.
35869
35870         * modules/gc-md4-tests (License): Likewise.
35871
35872         * modules/gc-md2-tests (License): Likewise.
35873
35874         * modules/gc-tests (License): Likewise.
35875
35876         * modules/des-tests (License): Likewise.
35877
35878         * modules/md4-tests (License): Likewise.
35879
35880         * modules/md2-tests (License): Likewise.
35881
35882 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35883
35884         Sync from coreutils:
35885
35886         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
35887         * modules/lib-ignore: New file.
35888         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
35889         chdir-safer.m4, lchmod.m4.
35890         * modules/openat: Add mkdirat.c, openat-priv.h.
35891
35892 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35893
35894         Sync from coreutils.
35895         * m4/lib-ignore.m4: New file.
35896         * m4/lchmod.m4: New file.
35897
35898 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35899
35900         Sync from coreutils.
35901         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
35902         for write access: POSIX says that must fail.
35903         * lib/fts.c (diropen): Likewise.
35904         * lib/save-cwd.c (save_cwd): Likewise.
35905         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
35906         well, for minor improvements on hosts that lack O_DIRECTORY.
35907         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
35908         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
35909         Fall back on chown if open failed with EACCES.
35910
35911         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
35912         Report an error at compile-time if only a 1-second nominal clock
35913         resolution is found.
35914
35915         * lib/lchmod.h: New file.
35916         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
35917         (make_dir_parents): Use lchown rather than chown, and
35918         lchmod rather than chmod.
35919
35920         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
35921         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
35922         "proc" reported by n0dalus.
35923
35924         * lib/mountlist.c: Include <limits.h>.
35925         (dev_from_mount_options)
35926         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
35927         New function.  It no longer assumes "dev=" has the System V meaning
35928         on Linux (since it doesn't).  It also parses "dev=" more carefully.
35929         (read_file_system_list)
35930         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
35931         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
35932         dev= in that case.
35933
35934         * lib/posixtm.h (PDS_PRE_2000): New macro.
35935         * lib/posixtm.c (year): Arg is now syntax_bits rather than
35936         allow_century.  All usages changed.  Reject dates outside the range
35937         1969-1999 if PDS_PRE_2000 is used.
35938
35939 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35940
35941         Sync from coreutils.
35942         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
35943         (Time of day items): Mention the possibility of leap seconds.
35944         Problem reported by Dr. David Alan Gilbert.
35945
35946 2006-01-09  Jim Meyering  <jim@meyering.net>
35947
35948         Sync from coreutils.
35949
35950         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
35951
35952         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
35953
35954         * lib/modechange.c (mode_compile): Reject an invalid mode string
35955         that starts with an octal digit.  From Andreas Gruenbacher.
35956
35957         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
35958         and dup to open_safer and dup_safer, respectively.
35959         (openat_permissive): Fix typo in comment.
35960
35961         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
35962         "gettext.h"; either no longer needed or are guaranteed by openat.h.
35963         (_): Remove; no longer needed.
35964         (openat): Renamed from rpl_openat; no need for rpl_openat
35965         since openat.h renames openat for us.
35966         Replace most of the body with a call to openat_permissive,
35967         to avoid duplicate code.
35968         Port to (probably hypothetical) environments were mode_t is
35969         wider than int.
35970         (openat_permissive): Require mode arg, so that we can check
35971         types better.  Put it just after flags.  Change cwd failure
35972         indicator from pointer-to-bool to pointer-to-errno-value.
35973         All callers changed.
35974         Invoke openat_save_fail and/or openat_restore_fail if
35975         cwd_errno is null, so that openat can call us.
35976         (openat_permissive, fdopendir, fstatat, unlinkat):
35977         Simplify errno handling to avoid some duplicate code,
35978         as it's OK to set errno on success.
35979         * lib/openat.h: Revamp code so that function macros depend on
35980         __OPENAT_PREFIX only, not also on AT_FDCWD.
35981         (openat_ro): Remove.  Caller changed to use openat_permissive.
35982         (openat_permissive): Now a macro, if not a function.
35983         (openat_restore_fail, openat_save_fail): Now always functions,
35984         since mkdirat needs them even if __OPENAT_PREFIX is defined.
35985
35986         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
35987         and openat.c.
35988         * lib/mkdirat.c: Include openat-priv.h.
35989         Remove definitions of macros defined therein.
35990         * lib/openat.c: Likewise.
35991
35992         * lib/mkdirat.c (mkdirat): New file and function.
35993         * lib/openat.h (mkdirat): Declare.
35994
35995         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
35996
35997         * lib/openat.h (openat_permissive): Declare.
35998         (openat_ro): Define.
35999
36000         * lib/openat.c (EXPECTED_ERRNO): New macro.
36001         (openat_permissive): New function -- used in remove.c rewrite.
36002         (all functions): Set errno just before returning, only if there
36003         was an actual failure.
36004         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
36005
36006         Emulate openat-family functions using Linux's procfs, if possible.
36007         Idea and some code based on Ulrich Drepper's glibc changes.
36008
36009         * lib/openat.c: (BUILD_PROC_NAME): New macro.
36010         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
36011         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
36012         before falling back on save_cwd and restore_cwd.
36013         (fdopendir, fstatat, unlinkat): Likewise.
36014
36015         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
36016         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
36017
36018         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
36019         as second argument to va_arg.  Otherwise, some versions of gcc
36020         warn that `if this code is reached, the program will abort'.
36021
36022 2006-01-09  Jim Meyering  <jim@meyering.net>
36023
36024         Sync from coreutils.
36025         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
36026         Require openat-priv.h.
36027
36028 2006-01-09  Bruno Haible  <bruno@clisp.org>
36029
36030         * modules/strnlen (Include): Use strnlen.h.
36031
36032 2006-01-09  Bruno Haible  <bruno@clisp.org>
36033
36034         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
36035
36036 2006-01-09  Bruno Haible  <bruno@clisp.org>
36037
36038         * lib/sysexit_.h (EX_OK): New macro.
36039         Suggested by Martin Lambers <marlam@marlam.de>.
36040
36041 2006-01-09  Bruno Haible  <bruno@clisp.org>
36042
36043         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
36044         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
36045
36046 2006-01-09  Bruno Haible  <bruno@clisp.org>
36047
36048         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
36049         numbers.
36050
36051 2006-01-09  Bruno Haible  <bruno@clisp.org>
36052
36053         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
36054         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
36055         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
36056         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
36057
36058 2006-01-09  Bruno Haible  <bruno@clisp.org>
36059
36060         * build-aux/javacomp.sh.in: New file, moved from lib/.
36061         * modules/javacomp-script (Files): Update.
36062         (configure.ac): Add AC_CONFIG_FILES invocation.
36063         (EXTRA_DIST): Remove variable.
36064
36065         * build-aux/javaexec.sh.in: New file, moved from lib/.
36066         * modules/javaexec (Files): Update.
36067         (configure.ac): Add AC_CONFIG_FILES invocation.
36068         (EXTRA_DIST): Remove javaexec.sh.in.
36069
36070         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
36071         * modules/csharpcomp-script (Files): Update.
36072         (configure.ac): Add AC_CONFIG_FILES invocation.
36073         (EXTRA_DIST): Remove variable.
36074
36075         * build-aux/csharpexec.sh.in: New file, moved from lib/.
36076         * modules/csharpexec (Files): Update.
36077         (configure.ac): Add AC_CONFIG_FILES invocation.
36078         (EXTRA_DIST): Remove csharpexec.sh.in.
36079
36080 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
36081
36082         Sync from coreutils.
36083
36084         Add POSIX ACL support
36085         * lib/acl.h (copy_acl, set_acl): Add declarations.
36086         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
36087         systems other than Linux.
36088         (chmod_or_fchmod): New function: use fchmod when possible,
36089         and chmod otherwise.
36090         (file_has_acl): Add a POSIX ACL implementation, with a
36091         Linux-specific subcase.
36092         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
36093         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
36094         acls are unsupported.
36095         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
36096         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
36097         are unsupported.
36098
36099 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
36100
36101         Sync from coreutils.
36102         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
36103
36104 2006-01-07  Bruno Haible  <bruno@clisp.org>
36105
36106         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
36107         gl_EARLY.
36108
36109 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36110
36111         * lib/strftime.c (tzname): Don't declare if it is already #defined.
36112         Problem reported for Mingw by Mark Junker.
36113
36114 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36115
36116         * README: Gnulib normally doesn't generate a tarball.
36117
36118 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
36119
36120         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
36121         long int, not int, for nanosecond counts, so that people who are
36122         used to POSIX struct timespec won't be surprised.  Reported by Jim
36123         Meyering.
36124
36125 2005-12-28  Bruno Haible  <bruno@clisp.org>
36126
36127         * build-aux/config.rpath: Update from GNU gettext.
36128
36129 2005-12-16  Jim Meyering  <jim@meyering.net>
36130
36131         * modules/fprintftime: New module.
36132         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
36133
36134 2005-12-16  Jim Meyering  <jim@meyering.net>
36135
36136         * m4/fprintftime.m4: New file.
36137
36138 2005-12-16  Jim Meyering  <jim@meyering.net>
36139
36140         * lib/fprintftime.c, lib/fprintftime.h: New files.
36141
36142 2005-12-15  Simon Josefsson  <jas@extundo.com>
36143
36144         * modules/socklen (configure.ac): Fix M4 macro name, to align with
36145         new m4/socklen.m4.
36146
36147 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
36148
36149         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
36150         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
36151
36152 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
36153
36154         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
36155         * lib/argp-help.c (fill_in_uparams): Check if the constructed
36156         struct uparams is valid. Fall back to the default values if it is
36157         not.
36158
36159 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36160
36161         * modules/argp (Files): Add argp-pin.c
36162         (Depends-on): dirname
36163         (lib_SOURCES): Add argp-pin.c
36164
36165 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36166
36167         * m4/argp.m4:  Check if program_invocation_name and
36168         program_invocation_short_name are declared and define appropriate
36169         macros if they are not.
36170
36171 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36172
36173         * lib/argp-help.c (__argp_base_name): New function
36174         (__argp_short_program_name): Rewrite using __argp_base_name
36175         * lib/argp-namefrob.h: Define program_invocation_name and
36176         program_invocation_short_name if requested
36177         (__argp_base_name): Add prototype
36178         * lib/argp-parse.c (argp_def): Use gettext wrappers
36179         (argp_default_parser): Use __argp_base_name
36180         * lib/argp-pin.c: New file. Defines program_invocation_name and
36181         program_invocation_short_name on systems that lack them.
36182
36183 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
36184
36185         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
36186         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
36187         porting problem reported by Georg Schwarz in
36188         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
36189
36190 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
36191
36192         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
36193         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
36194         porting problem reported by Georg Schwarz in
36195         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
36196
36197 2005-12-05  Bruno Haible  <bruno@clisp.org>
36198
36199         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
36200         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
36201         Reported by Mark Junker <mjscod@gmx.de>.
36202
36203 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
36204
36205         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
36206         Use implementation from Albert Chin, with some
36207         comments/corrections by Stepan Kasal and myself.
36208
36209 2005-12-02  Bruno Haible  <bruno@clisp.org>
36210
36211         * gnulib-tool (func_import): Accept GPLed build tool modules when
36212         --lgpl is given.
36213         * modules/csharpcomp-script: New file.
36214         * modules/csharpcomp: Depend on it.
36215         * modules/javacomp-script: New file.
36216         * modules/javacomp: Depend on it.
36217         Suggested by Simon Josefsson.
36218
36219 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
36220
36221         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
36222         statement, to work around an HP-UX 10.20 compiler bug reported by
36223         Peter O'Gorman.
36224
36225 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
36226
36227         * modules/savedir (Depends-on): Add openat.
36228
36229 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
36230
36231         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
36232         (uintmax_t) [defined uintmax_t]: Do not declare.
36233         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
36234         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
36235         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
36236         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
36237         sake of portability to weird hosts that C allows (though we don't
36238         know of any practical examples).
36239
36240         * lib/savedir.h (fdsavedir): New decl.
36241         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
36242         contains most of the former guts of savedir.
36243         (savedir): Use savedirstream.
36244         Include "openat.h".
36245
36246 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
36247
36248         * modules/obstack (Files): Add m4/ulonglong.m4.
36249         Problem reported by Davide Angelocola.
36250
36251 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
36252
36253         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
36254         coreutils no longer futzes with rounding modes.
36255
36256 2005-11-14  Jim Meyering  <jim@meyering.net>
36257
36258         * lib/mkstemp-safer.c: Include <config.h>, required for possible
36259         replacement of mkstemp.
36260
36261 2005-11-10  Simon Josefsson  <jas@extundo.com>
36262
36263         * lib/readline.c: Remove EOL.
36264
36265 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
36266
36267         * modules/gethrxtime (Depends-on): Add gettime.
36268
36269 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
36270
36271         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
36272         or gettimeofday; no longer needed.
36273
36274 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
36275
36276         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
36277         time business.
36278         (gethrxtime) [! (HAVE_NANOUPTIME
36279         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
36280         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
36281         our own approximation.
36282
36283 2005-11-08  Eric Blake  <ebb9@byu.net>
36284
36285         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
36286
36287 2005-11-08  Eric Blake  <ebb9@byu.net>
36288
36289         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
36290
36291 2005-11-04  Bruno Haible  <bruno@clisp.org>
36292
36293         * gnulib-tool: Implement --update mode.
36294
36295 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
36296
36297         Fix porting problem reported by Theodoros V. Kalamatianos.
36298         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
36299         Don't assume that futimes failing means we must fail.
36300
36301 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
36302
36303         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
36304         variables to suggest the intended function of the PATH_MAX check.
36305
36306 2005-10-30  Kean Johnston  <jkj@sco.com>
36307
36308         Trivial changes to support SCO systems.
36309         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
36310         as PATH_MAX.
36311         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
36312         where __ptr is null when no I/O is pending.
36313
36314 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
36315
36316         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
36317         leave errno alone.  Problem reported by Dmitry V. Levin.
36318
36319 2005-10-28  Simon Josefsson  <jas@extundo.com>
36320
36321         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
36322         Test more.
36323
36324         * tests/test-gc-md2.c, tests/test-md2.c: New files.
36325
36326         * modules/md2, modules/md2-tests: New files.
36327
36328 2005-10-28  Simon Josefsson  <jas@extundo.com>
36329
36330         * m4/inet_ntop.m4: More tests.
36331
36332         * m4/gc-md2.m4, md2.m4: New file.
36333
36334 2005-10-28  Simon Josefsson  <jas@extundo.com>
36335
36336         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
36337         "restrict" keywords, as per POSIX.  Protect the function
36338         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
36339         Don't use K&R prototypes.  Check the sprintf return values.
36340         Re-define EAFNOSUPPORT if not present.  Indent.
36341
36342         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
36343         suggested by Bruno Haible <bruno@clisp.org>.
36344
36345         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
36346
36347         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
36348
36349         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
36350         libgcrypt).
36351
36352         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
36353
36354         * lib/md2.h, lib/md2.c: New files.
36355
36356 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
36357
36358         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
36359         errno alone.  Problem reported by Frederic Jolliton.
36360
36361 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
36362
36363         * modules/verify (License): Change from GPL to LGPL.  This is a
36364         tiny module and there are apparently near-equivalents that are
36365         under the BSD license.
36366
36367 2005-10-24  Simon Josefsson  <jas@extundo.com>
36368
36369         * modules/sha1: Relicense to LGPL.
36370
36371 2005-10-24  Simon Josefsson  <jas@extundo.com>
36372
36373         * lib/md4.h: Shrink buffer size, now that we changed the type.
36374
36375 2005-10-23  Simon Josefsson  <jas@extundo.com>
36376
36377         * gnulib-tool (func_import): Fix --tests-base.
36378
36379 2005-10-22  Simon Josefsson  <jas@extundo.com>
36380
36381         * modules/arcfour (Depends-on): Need stdint.
36382
36383 2005-10-22  Simon Josefsson  <jas@extundo.com>
36384
36385         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
36386         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
36387
36388 2005-10-22  Simon Josefsson  <jas@extundo.com>
36389
36390         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
36391         suggested by Bruno Haible <bruno@clisp.org>.
36392
36393 2005-10-22  Simon Josefsson  <jas@extundo.com>
36394
36395         * lib/crc.h: Include stddef.h, for size_t.
36396
36397 2005-10-22  Simon Josefsson  <jas@extundo.com>
36398
36399         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
36400         arcfour_context struct (simplify test vector testing in GNU
36401         Shishi).
36402
36403 2005-10-21  Simon Josefsson  <jas@extundo.com>
36404
36405         * modules/des, modules/des-tests: New files.
36406
36407         * modules/gc-des, modules/gc-des-tests: New files.
36408
36409         * tests/test-des.c, tests/test-gc-des.c: New file.
36410
36411 2005-10-21  Simon Josefsson  <jas@extundo.com>
36412
36413         * modules/arctwo, modules/arctwo-tests: New files.
36414
36415         * tests/test-arctwo.c: New file.
36416
36417         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
36418
36419         * tests/test-gc-arctwo.c: New file.
36420
36421 2005-10-21  Simon Josefsson  <jas@extundo.com>
36422
36423         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
36424         Bruno Haible <bruno@clisp.org>.
36425
36426         * m4/gc-des.m4: New file.
36427
36428 2005-10-21  Simon Josefsson  <jas@extundo.com>
36429
36430         * m4/arctwo.m4: New file.
36431
36432         * m4/gc-arctwo.m4: New file.
36433
36434 2005-10-21  Simon Josefsson  <jas@extundo.com>
36435
36436         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
36437         block.
36438
36439 2005-10-21  Simon Josefsson  <jas@extundo.com>
36440
36441         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
36442         <bruno@clisp.org>.
36443
36444         * lib/hmac-sha1.c (hmac_sha1): Likewise.
36445
36446         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
36447         Bruno Haible <bruno@clisp.org>.
36448
36449         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
36450         <bruno@clisp.org>.
36451
36452 2005-10-21  Simon Josefsson  <jas@extundo.com>
36453
36454         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
36455
36456 2005-10-21  Simon Josefsson  <jas@extundo.com>
36457
36458         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
36459
36460 2005-10-21  Simon Josefsson  <jas@extundo.com>
36461
36462         * lib/des.h, lib/des.c: New files.
36463
36464         * lib/gc-gnulib.c: Support DES.c
36465
36466 2005-10-21  Simon Josefsson  <jas@extundo.com>
36467
36468         * lib/arctwo.h, lib/arctwo.c: New files.
36469
36470         * lib/gc-gnulib.c: Support ARCTWO.
36471
36472 2005-10-21  Simon Josefsson  <jas@extundo.com>
36473
36474         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
36475         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36476
36477 2005-10-21  Simon Josefsson  <jas@extundo.com>
36478
36479         * gnulib-tool (func_import, func_create_testdir): Define automake
36480         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
36481         Makefile.am snippet),
36482         suggested by Bruno Haible <bruno@clisp.org>.
36483
36484         * modules/gc (Makefile.am): Use it.
36485
36486 2005-10-21  Bruno Haible  <bruno@clisp.org>
36487
36488         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
36489         patch.
36490
36491 2005-10-19  Simon Josefsson  <jas@extundo.com>
36492
36493         * tests/test-gc-rijndael.c: New file.
36494
36495         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
36496
36497 2005-10-19  Simon Josefsson  <jas@extundo.com>
36498
36499         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
36500         interface too.
36501
36502 2005-10-19  Simon Josefsson  <jas@extundo.com>
36503
36504         * tests/test-gc-arcfour.c: New file.
36505
36506         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
36507
36508 2005-10-19  Simon Josefsson  <jas@extundo.com>
36509
36510         * modules/gc-md4, modules/gc-md4-tests: New file.
36511
36512         * tests/test-gc-md4.c: New file.
36513
36514 2005-10-19  Simon Josefsson  <jas@extundo.com>
36515
36516         * m4/gc-md4.m4: New file.
36517
36518 2005-10-19  Simon Josefsson  <jas@extundo.com>
36519
36520         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
36521         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
36522         <kasal@ucw.cz>.
36523
36524 2005-10-19  Simon Josefsson  <jas@extundo.com>
36525
36526         * m4/gc-arcfour.m4: New file.
36527
36528         * m4/gc-rijndael.m4: New file.
36529
36530 2005-10-19  Simon Josefsson  <jas@extundo.com>
36531
36532         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
36533
36534 2005-10-19  Simon Josefsson  <jas@extundo.com>
36535
36536         * lib/gc-gnulib.c: Support ARCFOUR.
36537
36538 2005-10-19  Simon Josefsson  <jas@extundo.com>
36539
36540         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
36541         support.
36542
36543         * lib/gc.h: Add ECB enum type.
36544
36545         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
36546
36547 2005-10-18  Simon Josefsson  <jas@extundo.com>
36548
36549         * tests/test-md5.c: New file.
36550
36551         * modules/md5-tests: New file.
36552
36553 2005-10-18  Simon Josefsson  <jas@extundo.com>
36554
36555         * tests/test-md4.c: New file.
36556
36557         * modules/md4, modules/md4-tests: New files.
36558
36559 2005-10-18  Simon Josefsson  <jas@extundo.com>
36560
36561         * m4/md4.m4: New file.
36562
36563 2005-10-18  Simon Josefsson  <jas@extundo.com>
36564
36565         * lib/md4.h, lib/md4.c: New files, based on md5.?.
36566
36567 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
36568
36569         * gnulib-tool (func_create_testdir): Omit the second check whether
36570         BUILT_SOURCES in nonempty.
36571
36572 2005-10-17  Simon Josefsson  <jas@extundo.com>
36573
36574         * tests/test-rijndael.c: New file.
36575
36576 2005-10-17  Simon Josefsson  <jas@extundo.com>
36577
36578         * modules/sha1: Depend on stdint instead of md5.
36579
36580         * modules/md5: Depend on stdint, remove uint32_t.
36581
36582 2005-10-17  Simon Josefsson  <jas@extundo.com>
36583
36584         * modules/gc-sha1-tests: New file.
36585
36586         * tests/test-gc-sha1.c: New file.
36587
36588 2005-10-17  Simon Josefsson  <jas@extundo.com>
36589
36590         * m4/md5.m4: Remove call to uint32_t.m4.
36591
36592 2005-10-17  Simon Josefsson  <jas@extundo.com>
36593
36594         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
36595
36596         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
36597         md5.h.
36598
36599         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
36600
36601         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
36602
36603 2005-10-17  Simon Josefsson  <jas@extundo.com>
36604
36605         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
36606
36607 2005-10-17  Simon Josefsson  <jas@extundo.com>
36608
36609         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
36610
36611 2005-10-17  Simon Josefsson  <jas@extundo.com>
36612
36613         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
36614
36615         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
36616
36617 2005-10-17  Bruno Haible  <bruno@clisp.org>
36618
36619         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
36620         that it can also be used in a test.
36621
36622 2005-10-16  Bruno Haible  <bruno@clisp.org>
36623
36624         * gnulib-tool (func_emit_tests_Makefile_am): Also define
36625         TESTS_ENVIRONMENT, so that individual tests can augment it.
36626
36627         * gnulib-tool (func_create_testdir): Use an intermediate target for
36628         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
36629         macros, like $(ALLOCA_H), which cannot be passed through the command
36630         line.
36631
36632 2005-10-15  Simon Josefsson  <jas@extundo.com>
36633
36634         * modules/rijndael-tests: New file.
36635
36636         * modules/rijndael: New file.
36637
36638 2005-10-15  Simon Josefsson  <jas@extundo.com>
36639
36640         * m4/rijndael.m4: New file.
36641
36642 2005-10-15  Simon Josefsson  <jas@extundo.com>
36643
36644         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
36645
36646         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
36647
36648 2005-10-14  Simon Josefsson  <jas@extundo.com>
36649
36650         * tests/test-arcfour.c: New file.
36651
36652         * modules/arcfour, modules/arcfour-tests: New files.
36653
36654 2005-10-14  Simon Josefsson  <jas@extundo.com>
36655
36656         * m4/arcfour.m4: New file.
36657
36658 2005-10-14  Simon Josefsson  <jas@extundo.com>
36659
36660         * lib/arcfour.h, lib/arcfour.c: New files.
36661
36662 2005-10-14  Roland McGrath  <roland@redhat.com>
36663
36664         Import from libc.  [BZ #1331]
36665         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
36666         macro argument.
36667         Reported by Matej Vela <vela@debian.org>.
36668
36669 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
36670
36671         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
36672         include <wchar.h>; no longer needed.
36673
36674 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
36675
36676         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
36677
36678 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
36679         and  Ulrich Drepper  <drepper@redhat.com>
36680
36681         Import from libc.
36682         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
36683         instead of inline stream orientation test and two separate
36684         function calls.  Pay no attention to USE_IN_LIBIO.
36685
36686 2005-10-13  Simon Josefsson  <jas@extundo.com>
36687
36688         * modules/gc-hmac-md5-tests: New file.
36689
36690         * tests/test-gc-hmac-sha1.c: New file.
36691
36692         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
36693
36694         * modules/gc-hmac-md5-tests: New file.
36695
36696         * tests/test-gc-md5.c: New file.
36697
36698         * modules/gc-md5-tests: New file.
36699
36700 2005-10-13  Simon Josefsson  <jas@extundo.com>
36701
36702         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
36703         Move memory allocation outside of loop.
36704
36705 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
36706
36707         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
36708         intermediate directory is in a read-only file system.  Problem
36709         reported by Eric Blake.
36710
36711 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
36712
36713         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
36714
36715 2005-10-12  Simon Josefsson  <jas@extundo.com>
36716
36717         * tests/test-hmac-sha1.c: New file.
36718
36719         * modules/hmac-sha1-tests: New file.
36720
36721         * modules/hmac-sha1: New file.
36722
36723 2005-10-12  Simon Josefsson  <jas@extundo.com>
36724
36725         * modules/gc-sha1: New file.
36726
36727 2005-10-12  Simon Josefsson  <jas@extundo.com>
36728
36729         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
36730
36731         * tests/test-gc-pbkdf2-sha1.c: New file.
36732
36733 2005-10-12  Simon Josefsson  <jas@extundo.com>
36734
36735         * modules/gc-md5, modules/gc-hmac-md5: New files.
36736
36737         * modules/gc (Files): Remove md5, memxor and hmac files.
36738
36739 2005-10-12  Simon Josefsson  <jas@extundo.com>
36740
36741         * m4/gc-pbkdf2-sha1.m4: New file.
36742
36743         * m4/gc-hmac-sha1.m4: New file.
36744
36745         * m4/gc-sha1: New file.
36746
36747         * m4/hmac-sha1.m4: New file.
36748
36749 2005-10-12  Simon Josefsson  <jas@extundo.com>
36750
36751         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
36752
36753         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
36754
36755 2005-10-12  Simon Josefsson  <jas@extundo.com>
36756
36757         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
36758         suggested by Bruno Haible <bruno@clisp.org>.
36759
36760 2005-10-12  Simon Josefsson  <jas@extundo.com>
36761
36762         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
36763
36764 2005-10-12  Simon Josefsson  <jas@extundo.com>
36765
36766         * lib/gc-pbkdf2-sha1.c: New file.
36767
36768         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
36769
36770 2005-10-12  Simon Josefsson  <jas@extundo.com>
36771
36772         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
36773
36774         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
36775
36776 2005-10-12  Simon Josefsson  <jas@extundo.com>
36777
36778         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
36779         GC_USE_HMAC_MD5, respectively.
36780
36781         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
36782         (gc_md5): Fix typo.
36783
36784         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
36785
36786         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
36787
36788         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
36789
36790 2005-10-12  Bruno Haible  <bruno@clisp.org>
36791
36792         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
36793         Reported by Stepan Kasal <kasal@ucw.cz>.
36794
36795 2005-10-11  Simon Josefsson  <jas@extundo.com>
36796
36797         * tests/test-crc.c: New file.
36798
36799         * modules/crc, modules/crc-tests: New files.
36800
36801 2005-10-11  Simon Josefsson  <jas@extundo.com>
36802
36803         * m4/crc.m4: New file.
36804
36805 2005-10-11  Simon Josefsson  <jas@extundo.com>
36806
36807         * lib/gc.h: Add gc_hash and gc_hash_buffer.
36808
36809         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
36810
36811         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
36812
36813 2005-10-11  Simon Josefsson  <jas@extundo.com>
36814
36815         * lib/crc.h, lib/crc.c: New files.
36816
36817         * lib/gc.h (gc_hash_buffer): Add doc.
36818
36819 2005-10-11  Bruno Haible  <bruno@clisp.org>
36820
36821         * modules/c-strcasestr: New file.
36822         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
36823
36824 2005-10-11  Bruno Haible  <bruno@clisp.org>
36825
36826         * modules/c-strcase: New file.
36827         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
36828
36829 2005-10-11  Bruno Haible  <bruno@clisp.org>
36830
36831         * lib/strcasecmp.c: Include limits.h.
36832         (strcasecmp): Avoid integer overflow on exotic platforms.
36833         * lib/strncasecmp.c: Include limits.h.
36834         (strncasecmp): Avoid integer overflow on exotic platforms.
36835         Reported by Paul Eggert.
36836
36837 2005-10-11  Bruno Haible  <bruno@clisp.org>
36838
36839         * lib/c-strcasestr.h: New file, from GNU gettext.
36840         * lib/c-strcasestr.c: New file, from GNU gettext.
36841
36842 2005-10-11  Bruno Haible  <bruno@clisp.org>
36843
36844         * lib/c-strcase.h: New file, from GNU gettext.
36845         * lib/c-strcasecmp.c: New file, from GNU gettext.
36846         * lib/c-strncasecmp.c: New file, from GNU gettext.
36847
36848 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
36849
36850         * modules/mempcpy (License): GPL -> LGPL.
36851         * modules/strchrnul (License): Likewise.
36852         * modules/sysexits (License): Likewise.
36853
36854 2005-10-08  Simon Josefsson  <jas@extundo.com>
36855
36856         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
36857
36858 2005-10-07  Simon Josefsson  <jas@extundo.com>
36859
36860         * m4/memxor.m4: Remove gl_C_RESTRICT call.
36861
36862 2005-10-06  Simon Josefsson  <jas@extundo.com>
36863
36864         * tests/test-hmac-md5.c: New file.
36865
36866         * modules/hmac-md5-tests: New file.
36867
36868         * modules/hmac-md5: New file.
36869
36870 2005-10-06  Simon Josefsson  <jas@extundo.com>
36871
36872         * m4/hmac-md5.m4: New file.
36873
36874         * m4/memxor.m4: Require gl_C_RESTRICT.
36875
36876 2005-10-06  Simon Josefsson  <jas@extundo.com>
36877
36878         * lib/memxor.c (memxor): Avoid casts and warnings.
36879
36880 2005-10-06  Simon Josefsson  <jas@extundo.com>
36881
36882         * lib/hmac-md5.c: New file.
36883
36884         * lib/hmac.h: New file.
36885
36886 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36887
36888         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
36889         promotes to int, not unsigned int, to catch the AIX 5.3
36890         compiler bug.
36891
36892 2005-10-05  Simon Josefsson  <jas@extundo.com>
36893
36894         * modules/memxor: New file.
36895
36896         * modules/iconv (Files): Move config.rpath to havelib, it is used
36897         there.
36898
36899         * modules/havelib (Files): Add config.rpath.
36900
36901 2005-10-05  Simon Josefsson  <jas@extundo.com>
36902
36903         * m4/memxor.m4: New file.
36904
36905 2005-10-05  Simon Josefsson  <jas@extundo.com>
36906
36907         * lib/memxor.c (memxor): Fix compiler error.
36908
36909         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
36910         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
36911
36912         * lib/memxor.h, lib/memxor.c: New files.
36913
36914         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
36915         we assume all systems have it, suggested by Jim Meyering
36916         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
36917         any systems lack sys/socket.h; mingw32 is known to lack it, but we
36918         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
36919         same reasons.
36920
36921 2005-10-05  Simon Josefsson  <jas@extundo.com>
36922
36923         * config/srclist.txt: Add glibc bug 1423 for md5.h.
36924
36925 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
36926
36927         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
36928         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
36929         needed, since the source code now assumes these .h files.
36930
36931 2005-10-05  Derek Price  <derek@ximbiot.com>
36932
36933         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
36934
36935 2005-10-05  Bruno Haible  <bruno@clisp.org>
36936
36937         * modules/stdint (License): Change to LGPL.
36938
36939 2005-10-04  Simon Josefsson  <jas@extundo.com>
36940
36941         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
36942         D. Baushke" <mdb@gnu.org>.
36943
36944 2005-10-04  Bruno Haible  <bruno@clisp.org>
36945
36946         * lib/verify.h (verify_true): Provide alternative definition for C++.
36947
36948 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
36949
36950         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
36951         (SSIZE_MAX): New macro, if not already defined.
36952         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
36953         than 2 GiB.
36954
36955 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36956
36957         Sync from coreutils.
36958         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
36959         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
36960         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
36961         ULLONG_MAX doesn't work with 2.7.2.1.
36962
36963 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36964
36965         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
36966         From Ben Pfaff.
36967
36968         * modules/exclude (Depends-on): Depend on verify.
36969         * modules/strtoimax (Depends-on): Likewise.
36970         * modules/utimecmp (Depends-on): Likewise.
36971
36972 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36973
36974         * lib/exclude.c: Include verify.h.
36975         (verify): Remove.  All callers changed to use verify.h's version.
36976         * lib/strtoimax.c: Likewise.
36977         * lib/utimecmp.c: Likewis.e
36978
36979         Sync from coreutils.
36980         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
36981         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
36982         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
36983         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
36984         bother returning ENOSYS if settimeofday or stime fails; just let
36985         them return whatever errno they want to return.
36986         * lib/utimens.c: Include unistd.h, for dup2.
36987         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
36988         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
36989
36990 2005-10-02  Jim Meyering  <jim@meyering.net>
36991
36992         Sync from coreutils.
36993         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
36994         from glibc-2.2.5 that fails for read-only files.
36995
36996 2005-10-02  Jim Meyering  <jim@meyering.net>
36997
36998         Sync from coreutils.
36999         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
37000         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
37001         `#if HAVE_CONFIG_H'.
37002         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
37003         Remove AT_FDCWD test.
37004         Do not consume the fd unless successful.
37005         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
37006         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
37007         block, so that we don't even try to compile it if settimeofday is
37008         available.  This works around a compilation failure on OSF1 V5.1,
37009         due to stime requiring a `long int*' while tv_sec is `int'.
37010
37011 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
37012
37013         Sync from coreutils.
37014         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
37015         against `yes', rather than just testing for nonempty.
37016
37017 2005-10-01  Simon Josefsson  <jas@extundo.com>
37018
37019         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
37020         and Darwin.
37021
37022         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
37023         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
37024         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
37025         freeaddrinfo and gai_strerror are declared by the POSIX headers.
37026         Check if struct addrinfo is declared.
37027
37028 2005-10-01  Simon Josefsson  <jas@extundo.com>
37029
37030         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
37031         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
37032         AI_* and EAI_* definitions.  Protect function declarations.
37033
37034 2005-10-01  Jim Meyering  <jim@meyering.net>
37035
37036         Sync from coreutils.
37037
37038         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
37039         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
37040         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
37041         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
37042         in the inet and nsl libraries.  Required on Solaris 5.7.
37043
37044 2005-10-01  Jim Meyering  <jim@meyering.net>
37045
37046         Sync from coreutils.
37047         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
37048         in the inet and nsl libraries.  Required on Solaris 5.7.
37049
37050 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
37051
37052         * lib/getdelim.c (getdelim): Remove unused variables.
37053
37054 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
37055
37056         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
37057         so that the code works even with ancient cpp.  Portability problem
37058         with GCC 2.7.2.1 reported by Thomas M.Ott.
37059
37060 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
37061
37062         * modules/regex (Depends-on): Add strcase.
37063
37064         * modules/gethostname (Licence): Change from GPL to LGPL, since
37065         gethostname.c is a trivial implementation of a standard library
37066         function.
37067         * modules/poll (License): Change from GPL to LGPL, since it's
37068         derived from LGPL code.
37069
37070 2005-09-27  Jim Meyering  <jim@meyering.net>
37071
37072         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
37073         HAVE_CONFIG_H.
37074
37075         * lib/intprops.h (signed_type_or_expr__): Define.
37076         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
37077         for unsigned types.
37078
37079 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
37080
37081         * lib/verify.h (verify_expr): Remove, replacing with:
37082         (verify_true): New macro that returns true instead of void.
37083         (verify_type__): Remove.
37084         (verify): Use verify_true rather than verify_type__.
37085
37086 2005-09-26  Bruno Haible  <bruno@clisp.org>
37087
37088         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
37089         is necessary.
37090         (lib_SOURCES): Remove mbchar.c.
37091         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
37092         (Files): Add m4/mbrtowc.m4.
37093         * modules/mbiter: Likewise.
37094         * modules/mbuiter: Likewise.
37095
37096 2005-09-26  Bruno Haible  <bruno@clisp.org>
37097
37098         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
37099         compile mbchar.c if they are not both present.
37100         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
37101         * m4/mbiter.m4 (gl_MBITER): Likewise.
37102         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
37103         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
37104         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
37105
37106 2005-09-25  Jim Meyering  <jim@meyering.net>
37107
37108         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
37109         also uses socklen_t.
37110
37111 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
37112
37113         * lib/utimens.c (ENOSYS): Define if not already defined.
37114         (futimens): Support having a null PATH if the file descriptor
37115         is nonnegative.
37116
37117         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
37118         Remove.
37119         (__attribute): Define to empty unless GCC 3.1 or later.
37120         This works around a core dump on OpenBSD 3.4, which has GCC
37121         2.95.3, which dumps core when given __attribute__(()).  It also
37122         simplifies other tests, since we really don't want to bother with
37123         worrying about which ancient version of GCC supported what.
37124         Original problem reported by Yoann Vandoorselaere, with part of
37125         the fix suggested by Derek Price.
37126
37127 2005-09-24  Jim Meyering  <jim@meyering.net>
37128
37129         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
37130         so we can once again use a positive bitfield width of 1 -- now we
37131         don't have to explain why we were using a bitfield width of 2.
37132
37133 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
37134
37135         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
37136         and similarly for the other external symbols.  Problem reported
37137         by James Gallager.
37138
37139         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
37140         bug reported by Jim Meyering.
37141
37142         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
37143         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
37144         not needed, since socklen is a prerequisite module.
37145
37146 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
37147
37148         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
37149         Problem reported by Eric Blake.
37150         (getaddrinfo): Initialize se so that it's not garbage.
37151         Redo internal storage allocation so that it doesn't make unportable
37152         assumptions about alignment.
37153         Fix a memory leak.
37154
37155         * lib/utimens.c (futimens): Use futimesat if available.
37156         Prefer it to futimes since it doesn't have the futimes bug.
37157
37158         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
37159         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
37160         Instead, declare a function that returns a pointer to an array,
37161         and use verify_type__ to declare the size of the array.
37162         Problem and germ of a solution reported by Bruno Haible.
37163         (verify_type__): Use 2, not 1, for bitfield size, to avoid
37164         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
37165
37166 2005-09-23  Jim Meyering  <jim@meyering.net>
37167
37168         Sync from coreutils.
37169         Correct build failure (socklen_t not defined) on at least
37170         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
37171         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
37172
37173 2005-09-23  Jim Meyering  <jim@meyering.net>
37174
37175         * modules/getaddrinfo (Depends-on): Add socklen.
37176
37177 2005-09-23  Bruno Haible  <bruno@clisp.org>
37178
37179         * tests/test-verify.c: New file.
37180
37181 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
37182
37183         Sync from coreutils.
37184
37185         * modules/argmatch (Depends-on): Add verify.
37186         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
37187         unistd-safer.
37188         * modules/save-cwd (Depends-on): Likewise.
37189
37190         * modules/openat (Files): Add lib/openat-die.c.
37191         (Depends-on): Remove error, exitfail.
37192         Add dirname.
37193
37194         * modules/verify: New file.
37195         * MODULES.html.sh (Diagnostics <assert.h>): New section,
37196         with "verify" module.
37197
37198 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
37199
37200         Sync from coreutils.
37201
37202         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
37203         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
37204         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
37205         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
37206         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
37207         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
37208         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
37209         Don't bother checking for string.h, stdlib.h, unistd.h.
37210         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
37211         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
37212         module's job.
37213         * m4/jm-macros.m4 (gl_MACROS): Likewise.
37214         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
37215
37216         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
37217         (gl_GETDATE): Use it.
37218
37219         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
37220
37221 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
37222
37223         Sync from coreutils.
37224
37225         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
37226         stat-time.h.
37227         * lib/argmatch.h: Include verify.h
37228         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
37229         (ARGMATCH_ASSERT): Remove; unused.
37230         * lib/canonicalize.c: Assume STDC_HEADERS.
37231         * lib/exclude.c: Include "strcase.h".
37232         * lib/regex_internal.h [!defined _LIBC]: Likewise.
37233         * lib/getusershell.c: Include stdio--.h rather than stdio.h
37234         and stdio-safer.h.
37235         (getusershell): Call fopen, not fopen_safer.
37236         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
37237         Do not include unistd-safer.h.
37238         (save_cwd): Don't call fd_safer; no longer needed
37239         now that we include fcntl--.h.
37240
37241         * lib/getdate.y (relative_time): New type.
37242         (RELATIVE_TIME_0): New constant.
37243         (parser_control): Use relative_time instead of doing it ourselves.
37244         (%union): Add new relative_time rel member.
37245         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
37246         Now typeless.
37247         (relunit, relunit_snumber): Now of type rel.
37248         (zone, rel, relunit, get_date): Adjust to above changes.
37249
37250         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
37251         Do not include unistd-safer.h.
37252         (getloadavg): Don't call fd_safer; no longer needed
37253         now that we include fcntl--.h.
37254
37255         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
37256         (make_dir_parents): Treat ENOSYS like EEXIST.
37257
37258         Improve quality of diagnostics on restore_cwd failure.
37259         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
37260         (make_dir_parents): Last arg is now int * (for errno), not bool *.
37261         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
37262         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
37263         each time through the loop.  Do not diagnose restore_cwd failure;
37264         that is the caller's job (and perhaps the caller does not care).
37265
37266         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
37267         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
37268         If the file already exists but is not a directory, don't bother
37269         to try to make its parents.
37270         Close potential file descriptor leak if we can't chdir("/") (!).
37271         Don't always return true if chdir($PWD) fails; return true only
37272         if the requested action was done successfully (except for the
37273         chdir($PWD)).
37274         Don't log final directory unless we actually made it.
37275         Refactor to avoid duplicate code to fix up permissions.
37276         Don't attempt to fix up parent permissions if chdir($PWD) fails.
37277
37278         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
37279         to make it a bit faster and (I hope) clearer.
37280         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
37281         Fix bug in formats like %2N.
37282
37283         * lib/verify.h: New file.
37284
37285 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
37286
37287         Sync from coreutils.
37288         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
37289
37290 2005-09-22  Jim Meyering  <jim@meyering.net>
37291
37292         Sync from coreutils.
37293
37294         * m4/lstat.m4 (gl_FUNC_LSTAT):
37295         Use AC_LIBSOURCES to require lstat.c and lstat.h.
37296         Remove obsolete comment.
37297         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
37298         * m4/xstrtod.m4: Likewise.
37299
37300         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
37301
37302 2005-09-22  Jim Meyering  <jim@meyering.net>
37303
37304         Sync from coreutils.
37305
37306         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
37307
37308         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
37309         the .tm_year member, since otherwise gcc-4.0 would now warn about
37310         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
37311
37312         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
37313         order to avoid an unsuppressible warning from gcc on 64-bit systems.
37314
37315         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
37316         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
37317         when run in a time zone for which daylight savings time is in effect
37318         for the starting date.
37319
37320         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
37321         stop us from restricting permissions of just-created absolute-named
37322         directories.
37323         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
37324         to restore initial working directory.
37325         * lib/mkdir-p.c (make_dir_parents): New parameter:
37326         different_working_dir, to tell caller if/when we change the working
37327         directory and are unable to return to the initial one.
37328         * lib/mkdir-p.h (make_dir_parents): Update prototype.
37329         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
37330         `return false'.  This fixes a bug introduced on 2004-07-30.
37331
37332         * lib/openat.c (fdopendir): Be sure to close the supplied
37333         file descriptor before returning.  This makes our replacement
37334         implementation a little closer to Solaris's, where fdopendir
37335         ties the file descriptor to the returned DIR* pointer.
37336         * lib/openat.c (unlinkat): New function.
37337         * lib/openat.h (unlinkat): Add prototype.
37338         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
37339         (openat_restore_fail): Rename from openat_restore_die.
37340         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
37341
37342         Provide an alternative to exiting immediately upon save_cwd or
37343         restore_cwd failure.  Now, an application can arrange e.g.,
37344         to perform a longjump in that case.
37345         * lib/openat.c: Include dirname.h.
37346         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
37347         (rpl_openat, fdopendir, fstatat): Call openat_save_die
37348         and openat_restore_die rather than calling error directly.
37349         Don't include "error.h" or "exitfail.h"; they're no longer needed.
37350
37351         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
37352         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
37353         define.
37354
37355         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
37356         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
37357                             int utc, int nanoseconds);
37358         Background:
37359         date should not have to allocate a megabyte of virtual memory to
37360         handle a format argument like +%1048575T.  When implemented with
37361         strftime, it must allocate such a buffer, use strftime to fill it
37362         in, print it, then free it.
37363         With fprintftime, it simply prints everything and exits.
37364         With no need for memory allocation, that's one fewer way to fail.
37365         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
37366         optional field width, not before, so we accept %9:z, not %:9z.
37367         (my_strftime): Be sure to use L_('x') for literals.
37368
37369         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
37370         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
37371         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
37372         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
37373         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
37374         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
37375         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
37376         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
37377         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
37378         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
37379         * lib/xgethostname.c, lib/xreadlink.c:
37380         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
37381
37382         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
37383         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
37384         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
37385         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
37386         and don't include <sys/file.h>).
37387
37388 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
37389
37390         Sync from coreutils.
37391
37392         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
37393         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
37394         [!LDAV_DONE]: Avoid unused variable warning.
37395
37396 2005-09-21  Bruno Haible  <bruno@clisp.org>
37397
37398         * lib/unicodeio.h (unicode_to_mb): New declaration.
37399
37400 2005-09-20  Derek Price  <derek@ximbiot.com>
37401
37402         * lib/getaddrinfo.c: Don't include <netdb.h> included from
37403         getaddrinfo.h.
37404
37405 2005-09-20  Bruno Haible  <bruno@clisp.org>
37406
37407         * gnulib-tool: Remove trailing slashes from the values specified for
37408         --source-base, --m4-base, --tests-base, --aux-dir.
37409         Suggested by Simon Josefsson <jas@extundo.com>.
37410
37411 2005-09-20  Bruno Haible  <bruno@clisp.org>
37412
37413         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
37414         func_modules_to_filelist, func_import, func_create_testdir): Make all
37415         sorting results locale-independent, so that gnulib-cache.m4 doesn't
37416         change when gnulib-tool is invoked in a different locale.
37417
37418 2005-09-19  Simon Josefsson  <jas@extundo.com>
37419
37420         * m4/socklen.m4: Fix typo.
37421
37422 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37423
37424         Use a consistent style for including <config.h>.
37425         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
37426         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
37427         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
37428         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
37429         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
37430         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
37431         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
37432         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
37433         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
37434         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
37435         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
37436         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
37437         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
37438         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
37439         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
37440         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
37441         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
37442         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
37443         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
37444         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
37445         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
37446         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
37447         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
37448         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
37449         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
37450         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
37451         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
37452         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
37453         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
37454         lib/xstrtoumax.c, lib/yesno.c:
37455         Standardize inclusion of config.h.
37456         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
37457         lib/inttostr.h:  Removed inclusion of config.h from header files.
37458         * lib/inttostr.c:  Adjusted in-tree users.
37459         * lib/timespec.h: Remove superfluous warning to include config.h.
37460         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
37461         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
37462         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
37463         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
37464         config.h with HAVE_CONFIG_H.
37465
37466 2005-09-19  Jim Meyering  <jim@meyering.net>
37467
37468         * modules/pathmax (License): Change to LGPL.
37469
37470 2005-09-19  Derek Price  <derek@ximbiot.com>
37471
37472         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
37473
37474 2005-09-19  Bruno Haible  <bruno@clisp.org>
37475
37476         * gnulib-tool (import): Provide default for --tests-base.
37477
37478 2005-09-19  Bruno Haible  <bruno@clisp.org>
37479
37480         * doc/quote.texi: New file, extracted from gnulib.texi.
37481         * doc/ctime.texi: New file, extracted from gnulib.texi.
37482         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
37483         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
37484         * doc/gnulib.texi: Include them.
37485
37486 2005-09-18  Bruno Haible  <bruno@clisp.org>
37487
37488         Portability fix.
37489         * gnulib-tool (func_readlink): New function.
37490         (func_ln_if_changed): Use it.
37491
37492 2005-09-18  Bruno Haible  <bruno@clisp.org>
37493
37494         * gnulib-tool: Support --with-tests also with --import.
37495         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
37496         (func_import): Use variables $testsbase and $inctests. Emit a
37497         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
37498         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
37499         SUBDIRS += $testsdir.
37500         (func_create_testdir): Update.
37501
37502 2005-09-18  Bruno Haible  <bruno@clisp.org>
37503
37504         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
37505         instead of $dry_run.
37506         (func_cp_if_changed, func_mv_if_changed): Remove functions.
37507         (func_ln_if_changed): Don't handle dry-run here.
37508         (func_import): In dry-run mode, detect more precisely which actions
37509         would be performed, and don't use "...ing" verbs.
37510
37511 2005-09-18  Bruno Haible  <bruno@clisp.org>
37512
37513         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
37514         (func_import): Use join on two temporary files instead of three nested
37515         loops, in order to determine which files are new or old.
37516
37517 2005-09-18  Bruno Haible  <bruno@clisp.org>
37518
37519         * gnulib-tool (func_import): Comment out code that spits out the
37520         new files with --dry-run.
37521
37522 2005-09-18  Bruno Haible  <bruno@clisp.org>
37523
37524         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
37525
37526 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
37527
37528         * lib/stat-time.h: New file.
37529         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
37530         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
37531         in a different way.
37532         (timespec_cmp): New function.
37533         * lib/utimecmp.c: Include stat-time.h.
37534         (SYSCALL_RESOLUTION): Depend on whether various struct stat
37535         members exist, not on the obsolescent ST_MTIM_NSEC.
37536         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
37537
37538 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
37539
37540         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
37541
37542 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
37543
37544         * MODULES.html.sh (File system functions): Add stat-time.
37545         * modules/stat-time: New file.
37546         * modules/timespec (Files): Remove m4/st_mtim.m4; this
37547         is now done in a different way, by the stat-time module.
37548         * modules/utimecmp (Depends-on): Add stat-time.
37549
37550 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
37551
37552         * m4/st_mtim.m4: Remove.  Superseded by...
37553         * m4/stat-time.m4: New file.
37554         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
37555         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
37556
37557 2005-09-15  Derek Price  <derek@ximbiot.com>
37558
37559         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
37560
37561 2005-09-15  Derek Price  <derek@ximbiot.com>
37562
37563         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
37564         * lib/regex_internal.c: Ditto, using this...
37565         (__GNUC_PREREQ): ...new macro.
37566         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
37567         using...
37568         (__GNUC_PREREQ): ...this new macro.
37569
37570         * lib/strstr.h: Include string.h. Define strstr as a macro here.
37571
37572 2005-09-15  Derek Price  <derek@ximbiot.com>
37573             Paul Eggert  <eggert@cs.ucla.edu>
37574
37575         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
37576         changes, consolidating in...
37577         * lib/regex_internal.h: ...this file.
37578
37579 2005-09-13  Jim Meyering  <jim@meyering.net>
37580
37581         * lib/canon-host.c: Filter through gnu indent and reword comments
37582         slightly.
37583         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
37584
37585 2005-09-13  Derek Price  <derek@ximbiot.com>
37586
37587         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
37588         failure.
37589         Reported by Jim Meyering  <jim@meyering.net>.
37590
37591 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
37592
37593         * lib/base64.c: Typo.
37594         (base64_encode): Put b64str in initialized data section.
37595
37596 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
37597
37598         Merge glibc and coreutils changes into gnulib, plus a few
37599         extra fixes.
37600         * lib/md5.c: Use #error rather than a string.
37601         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
37602         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
37603         (__attribute__): Define to empty for non recent-GCC.
37604         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
37605         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
37606         Renamed from their non-__ counterparts, with new macros replacing
37607         them if not _LIBC.  Add __THROW attribute.
37608         (rol): Remove.
37609         (struct md5_ctx): Align buffer if using GCC.
37610         * lib/sha1.h (struct sha1_ctx): Likewise.
37611         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
37612         The old name was backwards.
37613         (NOTSWAP): Remove; not used.
37614         (rol): New macro, moved here from md5.h.
37615         (sha1_process_block): Remove a FIXME that doesn't make sense.
37616
37617 2005-09-12  Derek Price  <derek@ximbiot.com>
37618
37619         Return usable errors from canon-host.
37620         * lib/canon-host.h: New file.
37621         * lib/canon-host.c (canon_host): Wrap...
37622         (canon_host_r): ...this new function, which now relies exclusively on
37623         getaddrinfo.
37624         (ch_strerror): New function.
37625         (last_cherror): New global.
37626         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
37627         interface.
37628         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
37629         void *.
37630         (freeaddrinfo): Free ai->ai_canonname when set.
37631
37632 2005-09-12  Derek Price  <derek@ximbiot.com>
37633
37634         Make canon-host require getaddrinfo.
37635         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
37636         AC_LIBSOURCE canon-host.h.  Call...
37637         (gl_PREREQ_CANON_HOST): ...this new function, which requires
37638         gl_GETADDRINFO.
37639         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
37640
37641 2005-09-12  Derek Price  <derek@ximbiot.com>
37642
37643         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
37644         LGPL.
37645         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
37646
37647 2005-09-12  Derek Price  <derek@ximbiot.com>
37648
37649         * lib/gai_strerror.c: Include config.h when available.  Include
37650         getaddrinfo.h before other headers to test interface.
37651         Reported by Larry Jones <lawrence.jones@ugs.com>.
37652
37653 2005-09-12  Derek Price  <derek@ximbiot.com>
37654             Paul Eggert  <eggert@cs.ucla.edu>
37655
37656         * modules/glob (Files): Add glob-libc.h.
37657
37658 2005-09-12  Derek Price  <derek@ximbiot.com>
37659             Paul Eggert  <eggert@cs.ucla.edu>
37660
37661         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
37662         glob_.h, glob-libc.h.
37663         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
37664
37665 2005-09-12  Derek Price  <derek@ximbiot.com>
37666             Paul Eggert  <eggert@cs.ucla.edu>
37667
37668         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
37669         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
37670         protecting things that should be done only in gnulib contexts.
37671         * lib/glob_.h: New file, containing only the glob things needed for
37672         gnulib.
37673         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
37674         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
37675         (glob, globfree, glob_pattern_p): Now defined simply in terms of
37676         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
37677         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
37678         and to respect the namespace rules better.
37679
37680 2005-09-08  Simon Josefsson  <jas@extundo.com>
37681
37682         * modules/socklen: New file.
37683
37684 2005-09-08  Simon Josefsson  <jas@extundo.com>
37685
37686         * m4/socklen.m4: New file.
37687
37688 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37689
37690         * modules/utimens (Files): Add m4/utimbuf.m4, since
37691         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
37692         Reported by Sergey Poznyakoff.
37693
37694 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37695
37696         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
37697         definitions, since that's the preferred style in glibc.
37698         Fix a minor spacing issue, and update copyright notice to match
37699         glibc's.
37700
37701 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37702
37703         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
37704
37705 2005-09-06  Simon Josefsson  <jas@extundo.com>
37706
37707         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
37708         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
37709
37710 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37711
37712         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
37713         warning.
37714
37715 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37716
37717         * config/srclist.txt: Add glibc bug 1302.
37718
37719 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
37720
37721         Change bitset word type from unsigned int to unsigned long int,
37722         as this has better performance on typical 64-bit hosts.
37723         Port bitset code to hosts with unusual word sizes.
37724         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
37725         (build_collating_symbol):
37726         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
37727         argument is a bitset.  This is merely a style issue, but it makes
37728         it clearer that an entire array is expected.
37729         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
37730         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
37731         Port to the case where bitset_word is not the same as unsigned int.
37732         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
37733         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
37734         Likewise.
37735         * lib/regexec.c (check_dst_limits_calc_pos_1,
37736         check_subexp_matching_top):
37737         (build_trtable, group_nodes_into_DFAstates):
37738         Likewise.
37739         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
37740         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
37741         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
37742         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
37743         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
37744         * lib/regcomp.c (optimize_subexps, lower_subexp):
37745         Work even if bitset_word has holes in its bitwise representation.
37746         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
37747         * lib/regexec.c (check_dst_limits_calc_pos_1,
37748         check_subexp_matching_top):
37749         Likewise.
37750         * lib/regex_internal.c (re_string_reconstruct):
37751         Don't assume UCHAR_MAX == 255.
37752         * lib/regex_internal.h (bitset_set_all): Likewise.
37753         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
37754         All uses changed.
37755         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
37756         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
37757         All uses changed.
37758         (BITSET_WORD_MAX): New macro.
37759         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
37760         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
37761         (bitset_empty, bitset_copy):
37762         Prefer sizeof (bitset) to multiplying it out ourselves.
37763         (bitset_not_merge): Remove; unused.
37764         (bitset_contain): Return bool, not unsigned int with one bit on.
37765         All callers changed.
37766         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
37767         alignment than re_node_set; do this by defining a new internal
37768         type struct dests_alloc and using it to allocate memory.
37769
37770 2005-09-05  Bruno Haible  <bruno@clisp.org>
37771
37772         * gnulib-tool (func_import): Fix comparison in handling of symbolic
37773         links.
37774
37775 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
37776
37777         * modules/size_max (Makefile.am): Add size_max.h
37778
37779 2005-09-04  Derek Price  <derek@ximbiot.com>
37780
37781         * gnulib-tool (func_import): Fix reversed $symbolic logic.
37782
37783 2005-09-03  Simon Josefsson  <jas@extundo.com>
37784
37785         * gnulib-tool: Fix typo.
37786
37787 2005-09-03  Simon Josefsson  <jas@extundo.com>
37788
37789         * config/srclist.txt: Add glibc bug 1293.
37790
37791 2005-09-03  Derek Price  <derek@ximbiot.com>
37792
37793         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
37794         From Larry Jones <lawrence.jones@ugs.com>.
37795
37796 2005-09-02  Simon Josefsson  <jas@extundo.com>
37797
37798         * modules/socklen: New file.
37799
37800 2005-09-02  Simon Josefsson  <jas@extundo.com>
37801
37802         * modules/havelib: New module.
37803
37804         * modules/gettext, modules/iconv, modules/lock, modules/readline:
37805         Use havelib.
37806
37807 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
37808
37809         Check for arithmetic overflow when calculating sizes, to prevent
37810         some buffer-overflow issues.  These patches are conservative, in the
37811         sense that when I couldn't determine whether an overflow was possible,
37812         I inserted a run-time check.
37813         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
37814         macros.
37815         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
37816         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
37817         (re_xnrealloc, re_x2nrealloc): New inline functions.
37818         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
37819         parse_bracket_exp):
37820         (build_equiv_class, build_charclass): Check for arithmetic overflow
37821         in size expression calculations.
37822         * lib/regex_internal.c (re_string_realloc_buffers):
37823         (build_wcs_upper_buffer, re_node_set_add_intersect):
37824         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
37825         (re_dfa_add_node, register_state): Likewise.
37826         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
37827         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
37828         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
37829         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
37830
37831 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
37832
37833         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
37834         m4/ulonglong.m4.  Problem reported by Martin Lambers.
37835
37836 2005-09-02  Bruno Haible  <bruno@clisp.org>
37837
37838         Support for lib vs. lib64 distinction on biarch platforms.
37839         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
37840         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
37841         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
37842
37843 2005-09-02  Bruno Haible  <bruno@clisp.org>
37844
37845         * gnulib-tool (import): In the other first-use case, provide defaults
37846         as well.
37847
37848 2005-09-02  Bruno Haible  <bruno@clisp.org>
37849
37850         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
37851         patches not yet found in the latest gettext release.
37852
37853 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37854
37855         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
37856         to avoid a collision with bits/local_lim.h in glibc.
37857         All uses changed.  Problem reported by Dmitry V. Levin in
37858         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
37859
37860         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
37861         bugs in int versus size_t comparisons.
37862         (re_string_context_at): Fix bug where the code assumed that
37863         Idx is signed.
37864
37865         Use bool where appropriate.
37866         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
37867         All callers changed.
37868         (calc_eclosure_iter): Likewise, for ROOT arg.
37869         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
37870         (build_charclass_op): Likewise, for NON_MATCH arg.
37871         * lib/regex_internal.c (re_string_allocate, re_string_construct):
37872         (re_string_construct_common): Likewise, for ICASE arg.
37873         * lib/regexec.c (re_search_2_stub, re_search_stub):
37874         Likewise, for RET_LEN arg.
37875         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
37876         (set_regs): Likewise, for FL_BACKTRACK arg.
37877         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
37878         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
37879         (calc_eclosure_iter, parse_bracket_exp):
37880         Use bool for internal variables that are booleans.
37881         * lib/regexec.c (re_search_internal, check_matching,
37882         proceed_next_node):
37883         (set_regs, build_sifted_states, sift_states_bkref):
37884         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
37885         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
37886         (find_collation_sequence_value):
37887         Likewise.
37888         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
37889         (re_node_set_compare):
37890         Return bool, not int. All callers changed.
37891         * lib/regexec.c (check_halt_node_context, check_dst_limits):
37892         (build_trtable, check_node_accept): Likewise.
37893         * lib/regex_internal.h: Include stdbool.h.
37894
37895         Fix bugs uncovered when converting to bool.
37896         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
37897         failure instead of charging ahead blindly.
37898         * lib/regex_internal.c (register_state): Likewise.
37899         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
37900         for freeing internal storage.
37901         (group_nodes_into_DFA_states): Use unsigned int, not int, for
37902         bitset pieces used as boolean, to avoid undefined behavior
37903         on hosts that do int overflow checking.
37904
37905 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37906
37907         * config/srclist.txt: Add glibc bugs 1285-1287.
37908
37909 2005-09-01  Jim Meyering  <jim@meyering.net>
37910
37911         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
37912         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
37913         Require gl_STAT_MACROS, too.
37914
37915 2005-09-01  Bruno Haible  <bruno@clisp.org>
37916
37917         * gnulib-tool (import): In the first-use case, provide defaults.
37918
37919 2005-09-01  Bruno Haible  <bruno@clisp.org>
37920
37921         * gnulib-tool (func_import): Remove the .tmp files.
37922
37923 2005-09-01  Bruno Haible  <bruno@clisp.org>
37924
37925         * gnulib-tool (func_import): Fix handling of symbolic links.
37926
37927 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37928
37929         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
37930         old glibc regex code mishandles strings longer than 2**31 bytes.
37931         This patch fixes this when the regex code is used in gnulib
37932         (i.e., outside glibc).
37933
37934         This patch should not affect the use of the regex code inside
37935         glibc.  No doubt this problem also needs to be handled for glibc
37936         as well, but the result will be an incompatible change to the
37937         glibc ABI, and the old ABI will have to be supported too.  That
37938         can be the the subject for another patch.
37939
37940         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
37941         governing whether the rest of this patch is active.  By default,
37942         the macro is disabled and the patch has no effect.
37943         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
37944         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
37945         (struct re_pattern_buffer, re_search, re_search_2, re_match):
37946         (re_match_2, re_set_registers): Use the new types.
37947         * lib/regex_internal.h (Idx, re_hashval_t): New types.
37948         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
37949         New macros.
37950         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
37951         (re_string_context_at, bin_tree_t, re_dfastate_t):
37952         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
37953         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
37954         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
37955         (re_string_char_size_at, re_string_wchar_at):
37956         (re_string_elem_size_at):
37957         Use the new types and macros to port to 64-bit hosts.
37958         Use unsigned types for internal values, so that the code
37959         mostly works even for arrays larger than SSIZE_MAX.
37960         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
37961         (search_duplicated_node, calc_eclosure_iter, fetch_number):
37962         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
37963         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
37964         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
37965         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
37966         (calc_inveclosure, parse_dup_op, build_range_exp):
37967         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
37968         (fetch_number, create_token_tree, mark_opt_subexp):
37969         Likewise.
37970         * lib/regex_internal.c (re_string_construct_common,
37971         create_ci_newstate):
37972         (create_cd_newstate, re_string_allocate, re_string_construct):
37973         (re_string_realloc_buffers, build_wcs_upper_buffer):
37974         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
37975         (re_string_reconstruct, re_string_peek_byte_case):
37976         (re_string_fetch_byte_case, re_string_context_at):
37977         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
37978         (re_node_set_init_copy, re_node_set_add_intersect):
37979         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
37980         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
37981         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
37982         (re_acquire_state, re_acquire_state_context, register_state):
37983         Likewise.
37984         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
37985         search_cur_bkref_entry):
37986         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
37987         (re_search_internal, re_search_2_stub, re_search_stub)
37988         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
37989         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
37990         (update_cur_sifted_state, check_dst_limits):
37991         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
37992         (check_subexp_limits, sift_states_bkref, merge_state_array):
37993         (check_subexp_matching_top, get_subexp, get_subexp_sub):
37994         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
37995         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
37996         (expand_bkref_cache, check_node_accept_bytes):
37997         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
37998         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
37999         (acquire_init_state_context, check_halt_node_context):
38000         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
38001         (sift_states_backward, clean_state_log_if_needed):
38002         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
38003         (find_recover_state, transit_state_sb, transit_state_mb):
38004         (transit_state_bkref, build_trtable, match_ctx_clean):
38005         Likewise.
38006         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
38007         to work around an assumption that REG_MISSING is negative.
38008
38009         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
38010         (seek_collating_symbol_entry) [defined _LIBC]:
38011         (lookup_collation_sequence_value) [defined _LIBC]:
38012         (build_range_exp, build_collating_symbol) [defined _LIBC]:
38013         Use prototypes rather than old-style function definitions.
38014         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
38015         (transit_state_sb) [0]:
38016         (find_collation_sequence_value) [defined _LIBC]: Likewise.
38017
38018         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
38019         rm_eo.
38020
38021         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
38022         (optimize_subexps, lower_subexp):
38023         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
38024         since the signed shift might overflow.  Use 1u<<31 instead.
38025         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
38026         Likewise.
38027         * lib/regexec.c (check_dst_limits_calc_pos_1,
38028         check_subexp_matching_top): Likewise.
38029
38030         * lib/regcomp.c (optimize_subexps, lower_subexp):
38031         Use CHAR_BIT rather than 8, for clarity.
38032         * lib/regexec.c (check_dst_limits_calc_pos_1):
38033         (check_subexp_matching_top): Likewise.
38034         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
38035         have to worry about portability issues when shifting it left.
38036         Remove no-longer-needed test for table_size > 0.
38037         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
38038         in a word, as the resulting behavior is undefined.
38039         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
38040         in one case, a <= should have been an <, and in another case the
38041         whole test was missing.
38042         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
38043         the standard name CHAR_BIT.
38044         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
38045         this is not true on one's complement and signed-magnitude hosts.
38046
38047         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
38048         next_last_offset.
38049         (struct re_dfa_t): Remove unused member states_alloc.
38050         * lib/regcomp.c (init_dfa): Don't initialize unused members.
38051
38052 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38053
38054         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
38055         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
38056         and large-file glibc and in 32-bit large-file Solaris.
38057
38058 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38059
38060         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
38061         lengths fit in regoff_t; this isn't true if regoff_t is the same
38062         width as size_t.
38063         * lib/regex.c (re_search_internal): 5th arg is LAST_START
38064         (= START + RANGE) instead of RANGE.  This avoids overflow
38065         problems when regoff_t is the same width as size_t.
38066         All callers changed.
38067         (re_search_2_stub): Check for overflow when adding the
38068         sizes of the two strings.
38069         (re_search_stub): Check for overflow when adding START
38070         to RANGE; if it occurs, substitute the extreme value.
38071
38072 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38073
38074         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
38075
38076 2005-08-31  Jim Meyering  <jim@meyering.net>
38077
38078         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
38079         a pointer-to-const.
38080         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
38081         (register_state): Likewise.
38082         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
38083         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
38084         (group_nodes_into_DFAstates): Likewise.
38085
38086 2005-08-31  Jim Meyering  <jim@meyering.net>
38087
38088         * check-module: Add a FIXME comment.
38089
38090 2005-08-31  Eric Blake  <ebb9@byu.net>
38091
38092         * modules/unistd-safer (Files): Add unistd--.h.
38093         * modules/stdio-safer (Files): Add stdio--.h.
38094
38095 2005-08-31  Derek Price  <derek@ximbiot.com>
38096
38097         * lib/getdelim.c (getdelim): Return EOF on EOF.
38098         Reported by Larry Jones <lawrence.jones@ugs.com>.
38099
38100 2005-08-31  Bruno Haible  <bruno@clisp.org>
38101
38102         Avoid unnecessary diffs in the generated lib/Makefile.am.
38103         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
38104         the generated files.
38105         (func_import): Don't set cmd.
38106
38107 2005-08-31  Bruno Haible  <bruno@clisp.org>
38108
38109         * lib/strstr.c: Include <stddef.h>, for NULL.
38110         * lib/strcasestr.c: Likewise.
38111         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
38112
38113 2005-08-31  Bruno Haible  <bruno@clisp.org>
38114
38115         * gnulib-tool: New option --macro-prefix.
38116         (func_import): Use macro_prefix.
38117         (import): Handle option --macro-prefix.
38118
38119 2005-08-31  Bruno Haible  <bruno@clisp.org>
38120
38121         * gnulib-tool (import): Rename most ac_* variables to cached_*.
38122         Also use new variables cached_lgpl, cached_libtool.
38123
38124 2005-08-31  Bruno Haible  <bruno@clisp.org>
38125
38126         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
38127         always instantiating them.
38128
38129 2005-08-31  Bruno Haible  <bruno@clisp.org>
38130
38131         * gnulib-tool (func_import): Read the previous cached settings
38132         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
38133         earlier added by gnulib but are now dropped. Warn when a gnulib file
38134         overwrites a non-gnulib file.
38135
38136 2005-08-31  Bruno Haible  <bruno@clisp.org>
38137
38138         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
38139         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
38140         projects that don't keep autogenerated files in CVS. Put into
38141         actioncmd only the specified modules, not the transitive closure.
38142
38143 2005-08-31  Bruno Haible  <bruno@clisp.org>
38144
38145         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
38146         Create directories that shall be filled.
38147         (import): Don't look for gl_* macros in configure.ac. Recurse across
38148         all directories containing a gnulib-cache.m4 files, if meaningful.
38149
38150 2005-08-31  Bruno Haible  <bruno@clisp.org>
38151
38152         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
38153         (import): Set seen_libtool when we see gl_LIBTOOL.
38154
38155 2005-08-31  Bruno Haible  <bruno@clisp.org>
38156
38157         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
38158         declaration macro definitions from generated gnulib.m4.
38159
38160 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
38161
38162         * lib/iconvme.h: Add prototype for iconv_alloc.
38163
38164 2005-08-29  Simon Josefsson  <jas@extundo.com>
38165
38166         * lib/iconvme.c: Fix errno.
38167
38168 2005-08-29  Bruno Haible  <bruno@clisp.org>
38169
38170         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
38171         that it works when the directory contains spaces.
38172
38173 2005-08-29  Bruno Haible  <bruno@clisp.org>
38174
38175         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
38176
38177 2005-08-29  Bruno Haible  <bruno@clisp.org>
38178
38179         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
38180         Emit more advice.
38181
38182 2005-08-29  Bruno Haible  <bruno@clisp.org>
38183         and Stepan Kasal  <kasal@ucw.cz>
38184
38185         * check-module: If more parameters are given, check each of them
38186         separately; add more exceptions, as noted by Jim Meyering.
38187         (check_module): New procedure.
38188         (%exempt_header): Now contains all exceptions.
38189
38190 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
38191
38192         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
38193
38194 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
38195
38196         * lib/iconvme.c: Split iconv_string into iconv_alloc.
38197
38198 2005-08-28  Bruno Haible  <bruno@clisp.org>
38199
38200         * m4/gnulib-tool.m4: New file.
38201
38202 2005-08-27  Jim Meyering  <jim@meyering.net>
38203
38204         * modules/unistd-safer (Files): Add pipe-safer.c.
38205         * modules/fcntl-safer (Files): Add creat-safer.c.
38206
38207 2005-08-27  Jim Meyering  <jim@meyering.net>
38208
38209         * m4/stdlib-safer.m4: New file.  From coreutils.
38210         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
38211         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
38212         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
38213         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
38214         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
38215
38216 2005-08-27  Jim Meyering  <jim@meyering.net>
38217
38218         * lib/fopen-safer.c: Merge minor changes from coreutils.
38219         * lib/dup-safer.c: Likewise.
38220         * lib/fd-safer.c: Likewise.
38221
38222         Merge from coreutils.
38223         * lib/stdio--.h: New file.
38224         * lib/stdlib--.h: New file.
38225         * lib/mkstemp-safer.c: New file.
38226
38227         GNU tar needs these.
38228         * lib/pipe-safer.c: New file.
38229         * lib/creat-safer.c: New file.
38230         * lib/fcntl--.h (creat): Define to creat_safer.
38231         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
38232         * lib/unistd--.h (pipe): Define to pipe_safer.
38233         * lib/unistd-safer.h: Declare pipe_safer.
38234
38235 2005-08-26  Simon Josefsson  <jas@extundo.com>
38236
38237         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
38238         Haible <bruno@clisp.org>.
38239
38240 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
38241
38242         * lib/regex_internal.h: Remove all references to
38243         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
38244         or better.
38245         (bitset_not, bitset_merge, bitset_not_merge):
38246         (bitset_mask, re_string_allocate, re_string_construct):
38247         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
38248         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
38249         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
38250         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
38251         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
38252         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
38253         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
38254         (re_acquire_state_context):
38255         Remove unnecessary forward decls.
38256         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
38257         Put __attribute at function definition,
38258         now that the function decl has been removed.
38259         * lib/regex_internal.c (re_string_peek_byte_case):
38260         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
38261         Likewise.
38262
38263 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
38264
38265         * m4/regex.m4: Add AC_PREREQ(2.50).
38266         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
38267
38268 2005-08-25  Simon Josefsson  <jas@extundo.com>
38269
38270         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
38271         __fsetlocking.
38272
38273 2005-08-25  Simon Josefsson  <jas@extundo.com>
38274
38275         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
38276         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
38277         GLIBC specific code.
38278
38279 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
38280
38281         Make regex safe for g++.  This fixes one real bug (an "err"
38282         that should have been "*err").  g++ problem reported by
38283         Sam Steingold.
38284         * lib/regex_internal.h (re_calloc): New macro, consistent with
38285         re_malloc etc.  All callers of calloc changed to use re_calloc.
38286         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
38287         not int.  All callers changed.
38288         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
38289         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
38290         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
38291         (find_recover_state): Change "err" to "*err"; this fixes what
38292         appears to be a real bug.
38293         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
38294         versus int.
38295
38296 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
38297
38298         * modules/regex (Depends-on): Add malloc, since the code
38299         assumes that !malloc(0) means failure.
38300
38301 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
38302
38303         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
38304
38305         alloca modernization/simplification for regex.
38306         * lib/regex.c: Remove portability cruft for alloca.  This no longer
38307         needs to be at the start of the file, and can be moved into
38308         regex_internal.h and simplified.
38309         * lib/regex_internal.h: Include <alloca.h>.
38310         (__libc_use_alloca) [!defined _LIBC]: New macro.
38311         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
38312         now works outside glibc.
38313
38314 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
38315
38316         * config/srclist.txt: Add glibc bugs 1241, 1245.
38317
38318 2005-08-25  Jim Meyering  <jim@meyering.net>
38319
38320         * lib/open-safer.c: Include <config.h>.
38321         Otherwise, we'd lose LARGEFILE support in any file using
38322         e.g. "fcntl--.h"
38323
38324 2005-08-25  Bruno Haible  <bruno@clisp.org>
38325
38326         * m4/minmax.m4: Require autoconf 2.52.
38327         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
38328         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
38329         alternatives of translit over the alphabet.
38330         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
38331
38332 2005-08-24  Simon Josefsson  <jas@extundo.com>
38333
38334         * tests/test-getpass.c: New file.
38335
38336 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
38337
38338         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
38339         for GNU regex features.
38340
38341 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
38342
38343         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
38344         * lib/regex.h (regerror): Likewise.
38345
38346         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
38347         requires this.  (The code never needed it.)
38348
38349         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
38350         All uses of recently-renamed identifiers changed to use the new,
38351         POSIX-compliant names.  The code will build and run just fine
38352         without these changes, but it's better to eat our own dog food
38353         and use the standard-conforming names.
38354
38355         * lib/regex.h: Fix a multitude of POSIX name space violations.
38356         These changes have an effect only for programs that define
38357         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
38358         do not change anything for programs compiled in the normal way.
38359         Also, there is no effect on the ABI.
38360
38361         (_REGEX_SOURCE): New macro.
38362         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
38363         defined and _GNU_SOURCE is not; this fixes a name space violation.
38364
38365         Rename the following macros to obey POSIX requirements.
38366         The old names are still visible as macros if _REGEX_SOURCE is defined.
38367         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
38368         RE_BACKSLASH_ESCAPE_IN_LISTS.
38369         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
38370         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
38371         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
38372         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
38373         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
38374         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
38375         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
38376         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
38377         (REG_INTERVALS): renamed from RE_INTERVALS.
38378         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
38379         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
38380         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
38381         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
38382         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
38383         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
38384         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
38385         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
38386         RE_UNMATCHED_RIGHT_PAREN_ORD.
38387         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
38388         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
38389         (REG_DEBUG): renamed from RE_DEBUG.
38390         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
38391         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
38392         unusual, since we can't clash with the POSIX REG_ICASE.
38393         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
38394         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
38395         (REG_NO_SUB): renamed from RE_NO_SUB.
38396         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
38397         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
38398         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
38399         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
38400         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
38401         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
38402         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
38403         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
38404         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
38405         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
38406         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
38407         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
38408         RE_SYNTAX_POSIX_MINIMAL_BASIC.
38409         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
38410         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
38411         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
38412         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
38413         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
38414         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
38415         (REG_FIXED): Renamed from REGS_FIXED.
38416         (REG_NREGS): Renamed from RE_NREGS.
38417
38418         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
38419         of other REG_* macros, since POSIX says the user is allowed to
38420         #undef these macros selectively.
38421
38422         (reg_errcode_t): Update comment stating what other tables need
38423         to be consistent.
38424
38425         Rename the following enum values to obey POSIX requirements.
38426         The old names are still visible as macros.
38427         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
38428         is not defined, since GNU is supposed to be a superset of POSIX as
38429         much as possible, and since we want reg_errcode_t to be a signed
38430         type for implementation consistency.
38431         (_REG_NOERROR): Renamed from REG_NOERROR.
38432         (_REG_NOMATCH): Renamed from REG_NOMATCH.
38433         (_REG_BADPAT): Renamed from REG_BADPAT.
38434         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
38435         (_REG_ECTYPE): Renamed from REG_ECTYPE.
38436         (_REG_EESCAPE): Renamed from REG_EESCAPE.
38437         (_REG_ESUBREG): Renamed from REG_ESUBREG.
38438         (_REG_EBRACK): Renamed from REG_EBRACK.
38439         (_REG_EPAREN): Renamed from REG_EPAREN.
38440         (_REG_EBRACE): Renamed from REG_EBRACE.
38441         (_REG_BADBR): Renamed from REG_BADBR.
38442         (_REG_ERANGE): Renamed from REG_ERANGE.
38443         (_REG_ESPACE): Renamed from REG_ESPACE.
38444         (_REG_BADRPT): Renamed from REG_BADRPT.
38445         (_REG_EEND): Renamed from REG_EEND.
38446         (_REG_ESIZE): Renamed from REG_ESIZE.
38447         (_REG_ERPAREN): Renamed from REG_ERPAREN.
38448         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
38449         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
38450         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
38451         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
38452
38453         (_REG_RE_NAME, _REG_RM_NAME): New macros.
38454         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
38455         changed.  But support the old name if the new one is not defined
38456         and if _REGEX_SOURCE.
38457
38458         Change the following member names in struct re_pattern_buffer.
38459         The old names are still supported if !_REGEX_SOURCE.
38460         The new names are always supported, regardless of _REGEX_SOURCE.
38461         (re_buffer): Renamed from buffer.
38462         (re_allocated): Renamed from allocated.
38463         (re_used): Renamed from used.
38464         (re_syntax): Renamed from syntax.
38465         (re_fastmap): Renamed from fastmap.
38466         (re_translate): Renamed from translate.
38467         (re_can_be_null): Renamed from can_be_null.
38468         (re_regs_allocated): Renamed from regs_allocated.
38469         (re_fastmap_accurate): Renamed from fastmap_accurate.
38470         (re_no_sub): Renamed from no_sub.
38471         (re_not_bol): Renamed from not_bol.
38472         (re_not_eol): Renamed from not_eol.
38473         (re_newline_anchor): Renamed from newline_anchor.
38474
38475         Change the following member names in struct re_registers.
38476         The old names are still supported if !_REGEX_SOURCE.
38477         The new names are always supported, regardless of _REGEX_SOURCE.
38478         (rm_num_regs): Renamed from num_regs.
38479         (rm_start): Renamed from start.
38480         (rm_end): Renamed from end.
38481
38482         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
38483         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
38484         Prepend __ to parameter names.
38485
38486         Undo yesterday's changes.
38487
38488 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
38489
38490         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
38491         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
38492         lib/regex.c.
38493
38494 2005-08-24  Jim Meyering  <jim@meyering.net>
38495
38496         Sync from coreutils.
38497         * m4/fcntl-safer.m4: New file.
38498
38499         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
38500         and object files for this module.
38501
38502 2005-08-24  Jim Meyering  <jim@meyering.net>
38503
38504         Sync from coreutils.
38505         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
38506
38507 2005-08-24  Jim Meyering  <jim@meyering.net>
38508
38509         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
38510         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
38511
38512 2005-08-24  Jim Meyering  <jim@meyering.net>
38513
38514         * modules/fcntl-safer: New module.
38515         * modules/fts (Depends-on): Add fcntl-safer.
38516         * MODULES.html.sh (File descriptor based Input/Output):
38517         Add fcntl-safer.
38518
38519 2005-08-24  Bruno Haible  <bruno@clisp.org>
38520
38521         Support for unit test modules.
38522         * modules/README: Mention tests modules.
38523         * modules/TEMPLATE-TESTS: New file.
38524         * gnulib-tool: New options --extract-tests-module, --with-tests and
38525         --tests-base (unused for the moment).
38526         (testsbase, inctests): New variables.
38527         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
38528         (func_verify_module): Exclude TEMPLATE-TESTS.
38529         (func_verify_nontests_module, func_verify_tests_module): New functions.
38530         (func_get_dependencies): Add implicit dependency for tests modules.
38531         (func_get_tests_module): New function.
38532         (func_modules_transitive_closure): When --with-tests was specified,
38533         include the unit tests as well, unless explicitly avoided.
38534         (func_emit_lib_Makefile_am): Ignore the tests modules here.
38535         (func_emit_tests_Makefile_am): New function.
38536         (func_create_testdir): When --with-tests was specified, emit a
38537         tests/ directory.
38538         * MODULES.html.sh (Future developments): Update.
38539
38540 2005-08-24  Bruno Haible  <bruno@clisp.org>
38541
38542         * modules/tls-tests: New file.
38543         * tests/test-tls.c: New file, from GNU gettext.
38544
38545 2005-08-24  Bruno Haible  <bruno@clisp.org>
38546
38547         * modules/lock-tests: New file.
38548         * tests/test-lock.c: New file, from GNU gettext.
38549
38550 2005-08-24  Bruno Haible  <bruno@clisp.org>
38551
38552         * lib/lock.h: Add multiple inclusion guard.
38553         * lib/tls.h: Add multiple inclusion guard.
38554
38555 2005-08-24  Bruno Haible  <bruno@clisp.org>
38556
38557         * gnulib-tool: Add support for the --aux-dir option to
38558         --create-testdir, --create-megatestdir, --test, --megatest.
38559         (func_create_testdir, func_create_megatestdir): Optionally emit a
38560         AC_CONFIG_AUX_DIR directive.
38561         (create-testdir, create-megatestdir, test, megatest): Provide a
38562         default value for $auxdir.
38563
38564 2005-08-24  Bruno Haible  <bruno@clisp.org>
38565
38566         * gnulib-tool (import): Use compound statement instead of subshell
38567         where possible.
38568
38569 2005-08-24  Bruno Haible  <bruno@clisp.org>
38570
38571         * gnulib-tool (import): Change --aux-dir default to "build-aux".
38572
38573 2005-08-24  Bruno Haible  <bruno@clisp.org>
38574
38575         * gnulib-tool (func_version): Update.
38576
38577 2005-08-24  Bruno Haible  <bruno@clisp.org>
38578
38579         * gnulib-tool (func_import, func_create_testdir,
38580         func_create_megatestdir): Quote all autoconf macro arguments.
38581
38582 2005-08-24  Bruno Haible  <bruno@clisp.org>
38583
38584         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
38585         option --force, because --force causes the aclocal.m4 of each
38586         subdirectory to be newer than the corresponding config.h.in.
38587
38588 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
38589
38590         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
38591         All contents moved to gl_REGEX.
38592         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
38593         assume that it does.
38594
38595 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
38596
38597         * lib/regex.h (REG_NOSYS)
38598         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
38599         Define, since POSIX requires it as of 2001.
38600         (_REG_ENOSYS)
38601         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
38602         New private symbol, used to keep the enum signed in all cases.
38603         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
38604         Youngman in
38605         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
38606
38607         * lib/regex_internal.c (re_string_skip_chars, register_state):
38608         (calc_state_hash):
38609         Remove forward decls; no longer needed now that we use prototypes.
38610         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
38611         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
38612         (clean_state_log_if_needed): Likewise.
38613
38614 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
38615
38616         * config/srclist.txt: Add glibc bugs 1231-1233.
38617
38618 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38619
38620         Fix problems reported by Sam Steingold in
38621         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
38622         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
38623         assumed that reg_errcode_t is a signed type, which is not
38624         necessarily true if _XOPEN_SOURCE is not defined.
38625         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
38626         since some compilers warn about it otherwise.
38627
38628 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38629
38630         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
38631         (init_word_char, create_initial_state, duplicate_node_closure):
38632         (fetch_token, peek_token_bracket, build_range_exp):
38633         (build_collating_symbol): Remove forward decls; no longer needed
38634         now that we use prototypes.
38635
38636         * lib/regcomp.c:
38637         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
38638         (re_compile_fastmap_iter, regcomp, regerror, regfree):
38639         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
38640         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
38641         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
38642         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
38643         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
38644         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
38645         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
38646         (build_range_exp, build_collating_symbol, parse_bracket_exp):
38647         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
38648         (build_charclass, build_charclass_op, fetch_number, create_tree):
38649         (create_token_tree, mark_opt_subexp, duplicate_tree):
38650         Use prototypes rather than old-style definitions.
38651
38652         * lib/regex_internal.c:
38653         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
38654         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
38655         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
38656         (re_string_reconstruct, re_string_peek_byte_case):
38657         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
38658         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
38659         (re_node_set_init_copy, re_node_set_add_intersect):
38660         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
38661         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
38662         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
38663         (re_acquire_state, re_acquire_state_context, register_state):
38664         (create_ci_newstate, create_cd_newstate, free_state):
38665         Likewise.
38666         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
38667         re_search_2):
38668         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
38669         (re_search_internal, prune_impossible_nodes):
38670         (acquire_init_state_context, check_matching, static):
38671         (check_halt_node_context, check_halt_state_context, proceed_next_node):
38672         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
38673         (update_regs, sift_states_backward, build_sifted_states):
38674         (clean_state_log_if_needed, merge_state_array):
38675         (update_cur_sifted_state, add_epsilon_src_nodes):
38676         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
38677         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
38678         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
38679         (find_recover_state, check_subexp_matching_top, transit_state_mb):
38680         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
38681         (check_arrival, check_arrival_add_next_nodes):
38682         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
38683         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
38684         (check_node_accept_bytes, check_node_accept, extend_buffers):
38685         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
38686         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
38687         (sift_ctx_init):
38688         Likewise.
38689
38690         * lib/regex_internal.h:
38691         (re_string_allocate, re_string_construct, re_string_reconstruct):
38692         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
38693         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
38694         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
38695         (re_string_context_at, re_string_peek_byte_case):
38696         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
38697         is defined, since we now use prototypes always.
38698
38699         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
38700         C89 or better.  All uses removed.
38701
38702 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38703
38704         * config/srclist.txt: Add glibc bugs 1220-1227.
38705
38706 2005-08-20  Jim Meyering  <jim@meyering.net>
38707
38708         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
38709         of unused local, dfa.
38710
38711 2005-08-20  Bruno Haible  <bruno@clisp.org>
38712
38713         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
38714
38715 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38716
38717         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
38718         (re_node_set_insert_last, re_dfa_add_node):
38719         Rename local variables to avoid GCC shadowing warnings.
38720
38721 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38722
38723         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
38724         [defined lint]: Suppress bogus uninitialized-variable warnings.
38725
38726         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
38727         and let the caller return REG_ESPACE if out of space.  This
38728         removes an uninitialied-variable warning with GCC 4.0.1, and also
38729         avoids taking the address of a local variable.  All callers
38730         changed.
38731
38732 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38733
38734         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
38735         $LIBCSRC/posix/regexec.c.
38736         Add glibc bug 1217 for regcomp.c.
38737
38738 2005-08-19  Jim Meyering  <jim@meyering.net>
38739
38740         * lib/regexec.c (proceed_next_node): Redo local variables to
38741         avoid GCC shadowing warnings.
38742
38743 2005-08-18  Bruno Haible  <bruno@clisp.org>
38744
38745         * lib/strstr.c (strstr): Fix return value in multibyte case.
38746         * lib/strcasestr.c (strcasestr): Likewise.
38747
38748 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38749
38750         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
38751
38752 2005-08-17  Jim Meyering  <jim@meyering.net>
38753
38754         Make the %s format (seconds since the epoch) work for a negative
38755         number and when used with a zero-padded field width, e.g. %015s.
38756
38757         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
38758         label so that it precedes the code to set `digits'.  Otherwise,
38759         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
38760         print `00-22'.  Now, it prints `-0022', as it should.
38761
38762 2005-08-17  Bruno Haible  <bruno@clisp.org>
38763
38764         * modules/strstr (Files): Add m4/mbrtowc.m4.
38765         (Depends-on): Add mbuiter.
38766
38767 2005-08-17  Bruno Haible  <bruno@clisp.org>
38768
38769         * modules/strcasestr: New file.
38770         * MODULES.html.sh (String handling, based on ANSI C 89): Add
38771         strcasestr.
38772
38773 2005-08-17  Bruno Haible  <bruno@clisp.org>
38774
38775         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
38776
38777 2005-08-17  Bruno Haible  <bruno@clisp.org>
38778
38779         * modules/mbuiter: New file.
38780         * MODULES.html.sh (Extended multibyte and wide character utilities):
38781         Add mbuiter.
38782
38783 2005-08-17  Bruno Haible  <bruno@clisp.org>
38784
38785         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
38786         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
38787
38788 2005-08-17  Bruno Haible  <bruno@clisp.org>
38789
38790         * m4/strcasestr.m4: New file.
38791
38792 2005-08-17  Bruno Haible  <bruno@clisp.org>
38793
38794         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
38795         * lib/strstr.c: Completely rewritten, with multibyte locale support.
38796
38797 2005-08-17  Bruno Haible  <bruno@clisp.org>
38798
38799         * lib/strcasestr.h: New file.
38800         * lib/strcasestr.c: New file.
38801
38802 2005-08-17  Bruno Haible  <bruno@clisp.org>
38803
38804         * lib/strcasecmp.c: Use mbuiter.h.
38805
38806 2005-08-17  Bruno Haible  <bruno@clisp.org>
38807
38808         * lib/mbuiter.h: New file.
38809
38810 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
38811
38812         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
38813         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
38814         and gl_GETOPT are both invoked via different paths (as happens
38815         with GNU tar CVS because it uses both argp and getopt), the former
38816         wins.
38817
38818 2005-08-16  Bruno Haible  <bruno@clisp.org>
38819
38820         * modules/tls: New file.
38821         * MODULES.html.sh (Multithreading): Add tls.
38822
38823 2005-08-16  Bruno Haible  <bruno@clisp.org>
38824
38825         * modules/strnlen1: New file.
38826         * MODULES.html.sh (String handling): Add strnlen1.
38827
38828 2005-08-16  Bruno Haible  <bruno@clisp.org>
38829
38830         * modules/strcase (Files): Add m4/mbrtowc.m4.
38831         (Depends-on): Add strnlen1, mbchar.
38832
38833 2005-08-16  Bruno Haible  <bruno@clisp.org>
38834
38835         * modules/mbiter: New file.
38836         * MODULES.html.sh (Extended multibyte and wide character utilities):
38837         Add mbiter.
38838
38839 2005-08-16  Bruno Haible  <bruno@clisp.org>
38840
38841         * modules/mbfile: New file.
38842         * MODULES.html.sh (Extended multibyte and wide character utilities):
38843         Add mbfile.
38844
38845 2005-08-16  Bruno Haible  <bruno@clisp.org>
38846
38847         * modules/mbchar: New file.
38848         * MODULES.html.sh (Extended multibyte and wide character utilities):
38849         New section.
38850
38851 2005-08-16  Bruno Haible  <bruno@clisp.org>
38852
38853         * m4/tls.m4: New file, from GNU gettext.
38854
38855 2005-08-16  Bruno Haible  <bruno@clisp.org>
38856
38857         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
38858         always.
38859         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
38860
38861 2005-08-16  Bruno Haible  <bruno@clisp.org>
38862
38863         * m4/mbiter.m4: New file.
38864
38865 2005-08-16  Bruno Haible  <bruno@clisp.org>
38866
38867         * m4/mbfile.m4: New file.
38868
38869 2005-08-16  Bruno Haible  <bruno@clisp.org>
38870
38871         * m4/mbchar.m4: New file.
38872
38873 2005-08-16  Bruno Haible  <bruno@clisp.org>
38874
38875         * lib/tls.h: New file, from GNU gettext.
38876         * lib/tls.c: New file, from GNU gettext.
38877
38878 2005-08-16  Bruno Haible  <bruno@clisp.org>
38879
38880         * lib/strnlen1.h: New file.
38881         * lib/strnlen1.c: New file.
38882
38883 2005-08-16  Bruno Haible  <bruno@clisp.org>
38884
38885         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
38886         (mbi_init): Update.
38887         (mbi_avail, mbi_advance): Let the iteration end before the terminating
38888         NUL byte, not after it.
38889
38890 2005-08-16  Bruno Haible  <bruno@clisp.org>
38891
38892         * lib/strcase.h (strcasecmp): Add note in comments.
38893         * lib/strncasecmp.c: Use code from strcasecmp.c.
38894         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
38895         (strcasecmp): Work correctly in multibyte locales.
38896
38897 2005-08-16  Bruno Haible  <bruno@clisp.org>
38898
38899         * lib/mbiter.h: New file.
38900
38901 2005-08-16  Bruno Haible  <bruno@clisp.org>
38902
38903         * lib/mbfile.h: New file.
38904
38905 2005-08-16  Bruno Haible  <bruno@clisp.org>
38906
38907         * lib/mbchar.h: New file.
38908         * lib/mbchar.c: New file.
38909
38910 2005-08-16  Bruno Haible  <bruno@clisp.org>
38911
38912         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
38913         the valid ones. Makes the comparison operations transitive:
38914         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
38915         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
38916
38917 2005-08-15  Simon Josefsson  <jas@extundo.com>
38918
38919         * modules/ssize_t (License): Change to 'unlimited'.
38920
38921         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
38922
38923 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38924
38925         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
38926         Add comments for each pending glibc patch.
38927
38928 2005-08-15  Bruno Haible  <bruno@clisp.org>
38929
38930         * lib/regex.h (__restrict_arr): Don't define to __restrict if
38931         __cplusplus is defined.
38932
38933 2005-08-14  Jim Meyering  <jim@meyering.net>
38934
38935         Sync from coreutils.
38936
38937         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
38938         Use the hash-table-based cycle-detection code not just when
38939         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
38940         Reported by James Youngman in
38941         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
38942         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
38943         FTS_TIGHT_CYCLE_CHECK.
38944         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
38945         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
38946         once again.
38947         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
38948         * lib/fts.c (fd_safer): Remove decl.
38949         Include fcntl--.h rather than unistd-safer.h
38950         (fts_safe_changedir): Don't call fd_safer; no longer needed
38951         now that we include fcntl--.h.
38952
38953 2005-08-12  Simon Josefsson  <jas@extundo.com>
38954
38955         * modules/getndelim2: Use ssize_t module.
38956         * modules/getnline: Likewise.
38957         * modules/safe-read: Likewise.
38958         * modules/xreadlink: Likewise.
38959
38960         * modules/ssize_t: New file.
38961
38962 2005-08-12  Simon Josefsson  <jas@extundo.com>
38963
38964         * m4/readline.m4: Look for termcap, curses or ncurses if required.
38965
38966 2005-08-12  Simon Josefsson  <jas@extundo.com>
38967
38968         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38969         ssize_t.
38970
38971 2005-08-12  Simon Josefsson  <jas@extundo.com>
38972
38973         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
38974         readline, getdelim and check_version.
38975         (Support for systems lacking ISO C 99: Sizes of integer types):
38976         Add size_max.
38977
38978 2005-08-12  Bruno Haible  <bruno@clisp.org>
38979
38980         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
38981
38982 2005-08-11  Simon Josefsson  <jas@extundo.com>
38983
38984         * modules/readline: New file.
38985
38986         * modules/strnlen (Files): Add strnlen.h.
38987
38988 2005-08-11  Simon Josefsson  <jas@extundo.com>
38989
38990         * m4/readline.m4: New file.
38991
38992 2005-08-11  Simon Josefsson  <jas@extundo.com>
38993
38994         * lib/readline.h, readline.c: New file.
38995
38996 2005-08-11  Simon Josefsson  <jas@extundo.com>
38997
38998         * doc/gnulib.texi (Initial import, Finishing touches): Mention
38999         gl_AVOID.
39000
39001 2005-08-11  Bruno Haible  <bruno@clisp.org>
39002
39003         * lib/strnlen.h (strnlen): Change parameter name to match comment.
39004
39005 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
39006
39007         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
39008
39009 2005-08-10  Simon Josefsson  <jas@extundo.com>
39010
39011         * tests/test-iconvme.c: New file.
39012
39013 2005-08-10  Simon Josefsson  <jas@extundo.com>
39014
39015         * m4/strnlen.m4: New file.
39016
39017         * m4/strndup.m4: Don't check for strnlen declaration, done in
39018         strnlen.m4.
39019
39020 2005-08-10  Simon Josefsson  <jas@extundo.com>
39021
39022         * lib/strndup.c: Use strnlen.h.
39023
39024         * lib/strnlen.h: New file.
39025
39026 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
39027
39028         * README: Typos.
39029
39030 2005-08-02  Simon Josefsson  <jas@extundo.com>
39031
39032         * modules/readline: New file.
39033
39034 2005-08-02  Simon Josefsson  <jas@extundo.com>
39035
39036         * modules/getdelim: New file.
39037
39038         * modules/getline: Rewrite, don't use getndelim2.
39039
39040 2005-08-02  Simon Josefsson  <jas@extundo.com>
39041
39042         * m4/getline.m4: Separate out getdelim stuff into separate module.
39043
39044         * m4/getdelim.m4: New file.
39045
39046 2005-08-02  Simon Josefsson  <jas@extundo.com>
39047
39048         * lib/getline.h, getline.c: Rewrite.
39049
39050         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
39051
39052 2005-07-31  Bruno Haible  <bruno@clisp.org>
39053
39054         * lib/lock.h (gl_lock_initializer): New macro.
39055         (gl_lock_define_initialized): Use it.
39056         (gl_rwlock_initializer): New macro.
39057         (gl_rwlock_define_initialized): Use it.
39058         (gl_recursive_lock_initializer): New macro.
39059         (gl_recursive_lock_define_initialized): Use it.
39060
39061 2005-07-30  Karl Berry  <karl@gnu.org>
39062
39063         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
39064         Report from Ben Pfaff, regarding getopt.
39065
39066 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
39067
39068         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
39069         normal way.
39070         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
39071         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
39072         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
39073         (gl_GETOPT): Use the new macros.  Most of the implementation
39074         is moved to the new macros.  This is for programs like Emacs
39075         that don't want all the functionality of gl_GETOPT.
39076
39077 2005-07-26  Bruno Haible  <bruno@clisp.org>
39078
39079         * m4/lock.m4: Update from GNU gettext.
39080
39081 2005-07-26  Bruno Haible  <bruno@clisp.org>
39082
39083         * lib/lock.h: Update from GNU gettext.
39084         * lib/lock.c: Update from GNU gettext.
39085
39086 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
39087
39088         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
39089         obsolescent AC_TRY_RUN.  Include the default includes files, for
39090         'exit'.
39091
39092 2005-07-24  Bruno Haible  <bruno@clisp.org>
39093
39094         * modules/visibility: New file.
39095         * MODULES.html.sh (Misc): Add visibility.
39096
39097 2005-07-24  Bruno Haible  <bruno@clisp.org>
39098
39099         * m4/visibility.m4: New file.
39100
39101 2005-07-24  Bruno Haible  <bruno@clisp.org>
39102
39103         * doc/visibility.texi: New file.
39104
39105 2005-07-22  Bruno Haible  <bruno@clisp.org>
39106
39107         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
39108         $(ALLOCA_H), redundant through BUILT_SOURCES.
39109         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
39110         redundant through BUILT_SOURCES.
39111         * modules/byteswap (Makefile.am): Remove explicit dependency on
39112         $(BYTESWAP_H), redundant through BUILT_SOURCES.
39113         * modules/fnmatch (Makefile.am): Remove explicit dependency on
39114         $(FNMATCH_H), redundant through BUILT_SOURCES.
39115         * modules/getopt (Makefile.am): Remove explicit dependency on
39116         $(GETOPT_H), redundant through BUILT_SOURCES.
39117         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
39118         redundant through BUILT_SOURCES.
39119         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
39120         redundant through BUILT_SOURCES.
39121         * modules/stdbool (Makefile.am): Remove explicit dependency on
39122         $(STDBOOL_H), redundant through BUILT_SOURCES.
39123         * modules/stdint (Makefile.am): Remove explicit dependency on
39124         $(STDINT_H), redundant through BUILT_SOURCES.
39125         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
39126         Remove explicit dependency on $(SYSEXITS_H).
39127         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
39128
39129 2005-07-18  Simon Josefsson  <jas@extundo.com>
39130
39131         * lib/check-version.c (check_version): Accept identical versions too.
39132
39133 2005-07-18  Bruno Haible  <bruno@clisp.org>
39134
39135         * modules/lock: New file.
39136         * MODULES.html.sh (Multithreading): New section.
39137
39138 2005-07-18  Bruno Haible  <bruno@clisp.org>
39139
39140         * m4/lock.m4: New file, from GNU gettext.
39141
39142 2005-07-18  Bruno Haible  <bruno@clisp.org>
39143
39144         * lib/lock.h: New file, from GNU gettext.
39145         * lib/lock.c: New file, from GNU gettext.
39146
39147 2005-07-18  Bruno Haible  <bruno@clisp.org>
39148
39149         * lib/lock.h (gl_once_t): New type.
39150         (gl_once_define, gl_once): New macros.
39151         * lib/lock.c (fresh_once): New variable.
39152         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
39153         functions.
39154
39155 2005-07-16  Simon Josefsson  <jas@extundo.com>
39156
39157         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
39158         workaround, suggested by Bruno.
39159
39160 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
39161
39162         * modules/xalloc (Depends-on): Add xalloc-die.
39163         * modules/xvasprintf (Depends-on): Add xalloc-die.
39164
39165 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
39166
39167         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
39168         with a minor change.
39169
39170 2005-07-15  Bruno Haible  <bruno@clisp.org>
39171
39172         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
39173         When using lib/poll.c, define poll as rpl_poll.
39174
39175 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
39176
39177         * modules/argp (Depends-on): Remove unlocked-io.
39178
39179 2005-07-14  Derek Price  <derek@ximbiot.com>
39180
39181         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
39182         for glob symlink bug.
39183
39184 2005-07-14  Bruno Haible  <bruno@clisp.org>
39185
39186         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
39187         Instead, test for *_unlocked function declarations directly.
39188
39189 2005-07-11  Simon Josefsson  <jas@extundo.com>
39190
39191         * modules/size_max: New file.
39192
39193         * modules/xsize: Depend on size_max module for size_max.m4.
39194
39195 2005-07-11  Simon Josefsson  <jas@extundo.com>
39196
39197         * lib/size_max.h: New file.
39198
39199 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
39200
39201         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
39202         copyright symbol and the year.
39203         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
39204         (version_etc_va): Use parameterized copyright notice.
39205         Reword to conform to the current GNU coding standards.
39206
39207 2005-07-11  Karl Berry  <karl@gnu.org>
39208
39209         * doc/gnulib.texi (Quoting): new node.
39210         (Initial import): more info, from Patrice.
39211
39212 2005-07-11  Bruno Haible  <bruno@clisp.org>
39213
39214         * gnulib-tool (func_usage): Document option --avoid.
39215         (Command line options): Handle --avoid.
39216         (func_acceptable): New function.
39217         (func_modules_transitive_closure): Use it.
39218
39219 2005-07-11  Bruno Haible  <bruno@clisp.org>
39220
39221         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
39222         Reported by Jim Meyering.
39223
39224 2005-07-10  Bruno Haible  <bruno@clisp.org>
39225
39226         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
39227         Needed when size_t is smaller than 'unsigned int'.
39228         Reported by Paul Eggert.
39229
39230 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39231
39232         * modules/argp (Depends-on): Add unlocked-io
39233
39234 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39235
39236         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
39237         block of defines.
39238
39239 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
39240
39241         * config/srclist.txt: Comment out regcomp.c, since we have a porting
39242         fix now.
39243
39244 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
39245         and Paul Eggert  <eggert@cs.ucla.edu>
39246
39247         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
39248         in wint_t, not wchar_t.  Remove now-unnecessary cast.
39249
39250 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
39251
39252         * modules/regex (Files): Add lib/regex_internal.c,
39253         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
39254         (Depends-on): Add extensions.
39255         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
39256
39257 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
39258
39259         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
39260         pathconf.
39261         * m4/same.m4 (gl_SAME): Likewise.
39262         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
39263
39264         * m4/regex.m4: Adjust to new libc regex implementation.
39265         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
39266         all the .c and .h parts of (the new) regex.
39267         Quote the m4 stuff better.
39268         Check for RE_ICASE bug of old gnulib.
39269         Check for REG_STARTEND of recent libc.
39270         Rename local variables from jm_* to gl_*.
39271         Quote operand of "test -f".
39272         Say "recent enough" version of libc, not "version 2".
39273         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
39274         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
39275         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
39276         Remove check for btowc, isascii.
39277         Require AM_LANGINFO_CODESET.
39278
39279 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
39280
39281         * lib/regex.c, regex.h: Sync from libc.
39282         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
39283         * lib/regexec.c:
39284         New files, synced from libc, except that regex_internal.h
39285         currently has a small porting fix.
39286
39287 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
39288
39289         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
39290         regex_internal.c, regexec.c.
39291         Add regex_internal.h too, but as a comment, since the libc version
39292         is currently broken in gnulib mode.
39293
39294 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39295
39296         Support programs like Emacs that use gnulib but not gettext.
39297         * MODULES.html.sh (Internationalization functions): Add gettext-h.
39298         * modules/gettext-h: New file.
39299         * modules/gettext (Files): Remove lib/gettext.h.
39300         (Depends-on): Add gettext-h.
39301         (Makefile.am): Remove lib_SOURCES.
39302         * modules/argmatch, modules/c-stack, modules/closeout:
39303         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
39304         * modules/execute, modules/file-type, modules/getaddrinfo:
39305         * modules/getopt, modules/human, modules/javacomp:
39306         * modules/javaexec, modules/mkdir-p, modules/obstack:
39307         * modules/openat, modules/pagealign_alloc, modules/pipe:
39308         * modules/quotearg, modules/regex, modules/rpmatch:
39309         * modules/unicodeio, modules/userspec, modules/version-etc:
39310         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
39311         * modules/xsetenv:
39312         Depend on gettext-h, not gettext.
39313
39314 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
39315
39316         * gnulib-tool (func_import): Add support for 'public domain' license.
39317         * modules/alloca, modules/atexit, modules/memmove:
39318         Now public domain, not GPL.
39319         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
39320         * modules/realloc, modules/strerror, modules/strtod:
39321         Now LGPL, not GPL.
39322
39323 2005-07-05  Bruno Haible  <bruno@clisp.org>
39324
39325         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
39326         autoconf CVS. Needed for mingw.
39327
39328 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
39329
39330         Remove the dependency of the strftime module on the tzset module.
39331         * modules/strftime (Depends-on): Remove dependency on tzset.
39332
39333 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
39334
39335         Remove the dependency of the strftime module on the tzset module.
39336         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
39337         gl_FUNC_TZSET_CLOBBER.
39338
39339 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
39340
39341         Remove the dependency of the strftime module on the tzset module.
39342         * lib/strftime.c (my_strftime)
39343         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
39344         Copy the input structure, to work around some of the bug with
39345         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
39346         Solaris releases, you should also use the tzset module, but we won't
39347         require it as a dependency any more since we don't want LGPLed code
39348         to depend on GPLed code.
39349
39350 2005-07-02  Jim Meyering  <jim@meyering.net>
39351
39352         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
39353         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
39354         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
39355         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
39356
39357 2005-07-02  Jim Meyering  <jim@meyering.net>
39358
39359         * lib/backupfile.c (backup_args): Change a `0' to NULL.
39360
39361 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
39362
39363         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
39364         declares only 'struct timespec;' (!).
39365
39366 2005-07-01  Jim Meyering  <jim@meyering.net>
39367
39368         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
39369         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
39370         * lib/save-cwd.c, tempname.c:
39371         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
39372         and don't include <sys/file.h>).
39373
39374 2005-06-29  Jim Meyering  <jim@meyering.net>
39375
39376         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
39377         type name.  Use the variable name instead.
39378         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
39379         Likewise.
39380
39381 2005-06-28  Simon Josefsson  <jas@extundo.com>
39382
39383         * modules/check-version (Files): Add check-version.m4.
39384
39385 2005-06-28  Simon Josefsson  <jas@extundo.com>
39386
39387         * m4/check-version.m4: New file, suggested by Jim Meyering
39388         <jim@meyering.net>.
39389
39390 2005-06-28  Simon Josefsson  <jas@extundo.com>
39391
39392         * lib/check-version.h, lib/check-version.c: New files.
39393
39394 2005-06-28  Simon Josefsson  <jas@extundo.com>
39395
39396         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
39397         collision with global variable.  Better indentation.  Don't
39398         increment buffer pointer beyond buffer end.  Based on comments
39399         from Paul Eggert <eggert@cs.ucla.edu>.
39400
39401         * lib/base64.h: Indent.
39402
39403 2005-06-28  Simon Josefsson  <jas@extundo.com>
39404
39405         * doc/gnulib.texi (Library version handling): New section.
39406
39407 2005-06-28  Jim Meyering  <jim@meyering.net>
39408
39409         * check-module (find_included_lib_files): Hard-code another
39410         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
39411         but modules/fts-lgpl (correctly) does not list those files.
39412
39413         * modules/canonicalize (Files): Add lib/pathmax.h.
39414
39415 2005-06-25  Simon Josefsson  <jas@extundo.com>
39416
39417         * modules/check-version: New file.
39418
39419 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
39420
39421         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
39422         initializer of struct addrinfo, as an indication that we don't
39423         care how many members the structure has.
39424
39425 2005-06-24  Derek Price  <derek@ximbiot.com>
39426         and Bruno Haible  <bruno@clisp.org>
39427
39428         Remove stat module & update lstat.
39429         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
39430         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39431         * m4/stat.m4: Remove this file.
39432
39433 2005-06-24  Derek Price  <derek@ximbiot.com>
39434         and Bruno Haible  <bruno@clisp.org>
39435
39436         Remove stat module & update lstat.
39437         * lib/stat.c: Remove this file...
39438         (slash_aware_lstat): ...moving this content and its support...
39439         * lib/lstat.c (rpl_lstat): ...into here.
39440         * lib/lstat.h: New file.
39441
39442 2005-06-24  Derek Price  <derek@ximbiot.com>
39443         and Bruno Haible  <bruno@clisp.org>
39444
39445         Remove stat module & update lstat.
39446         * config/srclist.txt (libc sources): Remove stat.
39447
39448 2005-06-24  Derek Price  <derek@ximbiot.com>
39449         and Bruno Haible  <bruno@clisp.org>
39450
39451         Remove stat module & update lstat.
39452         * MODULES.html.sh (stat): Remove.
39453         * MODULES.html: Regenerated.
39454         * modules/lstat (Description): Correct function name.
39455         (Files): Add "lstat.h".
39456         (Depends-on): Remove stat, add xalloc, stat-macros.
39457         * modules/stat: Remove this file.
39458         (Include): Add "lstat.h", remove <sys/stat.h>.
39459
39460 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
39461
39462         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
39463         (ranged_convert): Don't save conversion in a temporary struct.
39464         This causes a warning with GCC 4.0.0, and anyway in the typical
39465         case it's not worth the extra 100 bytes or so of code.
39466         (ranged_convert, __mktime_internal): When calling a function via a
39467         pointer P, use P () rather than (*P) (), as we now assume C89 or
39468         better.
39469
39470 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39471
39472         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
39473         "who -r" failed to give output.  Problem reported by Tim Waugh.
39474
39475         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
39476         (xcalloc): Use it to avoid needless tests.
39477         Problem reported by Jim Meyering.
39478
39479 2005-06-20  Derek Price  <derek@ximbiot.com>
39480
39481         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
39482         unnecessary for Autoconfs > 2.59c.
39483
39484 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39485
39486         * lib/argp.h (__option_is_short): Check upper limit of
39487         __key. Isprint() requires its argument to have the value
39488         of an unsigned char or EOF.
39489
39490 2005-06-16  Jim Meyering  <jim@meyering.net>
39491
39492         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
39493         when either N or S is zero.
39494
39495 2005-06-16  Derek Price  <derek@ximbiot.com>
39496
39497         * m4/bison.m4: Declare YACC & YFLAGS precious.
39498
39499 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
39500
39501         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
39502         multibyte string or pattern, fall back on unibyte matching.
39503         Problem reported by James Youngman.
39504
39505 2005-06-08  Bruno Haible  <bruno@clisp.org>
39506
39507         * modules/csharpcomp: New file.
39508         * MODULES.html.sh (C#): Add csharpcomp.
39509
39510 2005-06-08  Bruno Haible  <bruno@clisp.org>
39511
39512         * m4/csharpcomp.m4: New file, from GNU gettext.
39513
39514 2005-06-08  Bruno Haible  <bruno@clisp.org>
39515
39516         * lib/csharpcomp.h: New file, from GNU gettext.
39517         * lib/csharpcomp.c: New file, from GNU gettext.
39518         * lib/csharpcomp.sh.in: New file, from GNU gettext.
39519
39520 2005-06-08  Bruno Haible  <bruno@clisp.org>
39521
39522         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
39523         warning on mingw.
39524
39525 2005-06-07  Derek Price  <derek@ximbiot.com>
39526
39527         Sync from CVS.
39528         * lib/glob_.h: Indent nested #ifdef.
39529
39530 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
39531
39532         Sync from coreutils.
39533         Use "file name" when talking about file names, instead of "filename"
39534         or "path", as per the GNU coding standards.
39535         * lib/mkdir-p.c: Renamed from makepath.c.
39536         (make_dir_parents): Renamed from make_path.  All callers changed.
39537         * lib/mkdir-p.h: Likewise.  All includers changed.
39538         * lib/filenamecat.c: Renamed from path-concat.c.
39539         (file_name_concat): Renamed from path_concat.  All callers changed.
39540         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
39541         * lib/filenamecat.h: Likewise.  All includers changed.
39542         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
39543         in comments or local variable names.
39544         * lib/basename.c: Likewise.
39545         * lib/canonicalize.c, canonicalize.h: Likewise.
39546         * lib/dirname.c, dirname.h: Likewise.
39547         * lib/euidaccess.c: Likewise.
39548         * lib/exclude.c: Likewise
39549         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
39550         * lib/fsusage.c, fsuage.h: Likewise.
39551         * lib/fts.c, fts_.h: Likewise.
39552         * lib/getcwd.c: Likewise.
39553         * lib/getloadavg.c: Likewise.
39554         * lib/mkstemp.c: Likewise.
39555         * lib/mountlist.c, mountlist.h: Likewise.
39556         * lib/openat.c, openat.h: Likewise.
39557         * lib/readlink-stub.c: Likewise.
39558         * lib/readutmp.c, readutmp.h: Likewise.
39559         * lib/rename.c: Likewise.
39560         * lib/rmdir.c: Likewise.
39561         * lib/same.c: Likewise.
39562         * lib/savedir.c: Likewise.
39563         * lib/stripslash.c: Likewise.
39564         * lib/tempname.c: Likewise.
39565         * lib/xreadlink.c: Likewise.
39566         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
39567         All uses changed.
39568         * lib/exclude.h: Likewise.
39569
39570         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
39571         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
39572         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
39573         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
39574         * lib/pathmax.h: Include <limits.h> unconditionally, since other
39575         files have been getting away with it for years (MORE/BSD 4.3
39576         is extinct now).
39577         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
39578         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
39579
39580         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
39581         Define to 256, not 255, as per modern POSIX.
39582
39583 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
39584
39585         Sync from coreutils.
39586         Use "file name" when talking about file names, instead of "filename"
39587         or "path", as per the GNU coding standards.
39588         * MODULES.html.sh: mkdir-p renamed from makepath.
39589         filenamecat renamed from path-concat.
39590         * modules/filenamecat: Renamed from modules/path-concat.
39591         (Files): filenamecat.h and filenamecat.c renamed from
39592         path-concat.h and path-concat.c.
39593         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
39594         (Include): filenamecat.h, not path-concat.h.
39595         * modules/mkdir-p: Renamed from modules/makepath.
39596         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
39597         makepath.c.
39598         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
39599         (Include): mkdir-p.h, not makepath.h.
39600
39601 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
39602
39603         Sync from coreutils.
39604         * m4/mkdir-p.m4: Renamed from makepath.m4.
39605         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
39606         Rename files from makepath.c to mkdir-p.c, and from
39607         makepath.h to mkdir-p.h.
39608         * m4/filenamecat.m4: Renamed from path-concat.m4.
39609         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
39610         Rename files from path-concat.c to filenamecat.c,
39611         and from path-concat.h to filenamecat.h.
39612         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
39613         "file name" in local variables or comments.
39614         * m4/rename.m4: Likewise.
39615
39616 2005-06-01  Bruno Haible  <bruno@clisp.org>
39617
39618         * modules/csharpexec: New file.
39619         * MODULES.html.sh (C#): New section.
39620
39621 2005-06-01  Bruno Haible  <bruno@clisp.org>
39622
39623         * m4/csharp.m4: New file, from GNU gettext.
39624         * m4/csharpexec.m4: New file, from GNU gettext.
39625
39626 2005-06-01  Bruno Haible  <bruno@clisp.org>
39627
39628         * lib/csharpexec.h: New file, from GNU gettext.
39629         * lib/csharpexec.c: New file, from GNU gettext.
39630         * lib/csharpexec.sh.in: New file, from GNU gettext.
39631
39632 2005-05-31  Derek Price  <derek@ximbiot.com>
39633             Paul Eggert  <eggert@cs.ucla.edu>
39634
39635         Sync from cvs.
39636         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
39637
39638 2005-05-31  Derek Price  <derek@ximbiot.com>
39639             Paul Eggert  <eggert@cs.ucla.edu>
39640
39641         Sync from cvs.
39642         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
39643
39644 2005-05-29  Derek Price  <derek@ximbiot.com>
39645
39646         * config/srclist.txt (glob_.h, glob.c): Add these files.
39647
39648 2005-05-29  Derek Price  <derek@ximbiot.com>
39649
39650         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
39651         * modules/glob: New file.
39652         * modules/getlogin_r: Add link to POSIX spec in description.
39653
39654 2005-05-29  Derek Price  <derek@ximbiot.com>
39655             Paul Eggert  <eggert@cs.ucla.edu>
39656
39657         * m4/glob.m4: New file.
39658
39659 2005-05-29  Derek Price  <derek@ximbiot.com>
39660             Paul Eggert  <eggert@cs.ucla.edu>
39661
39662         * lib/glob_.h, lib/glob.c: New files.
39663
39664 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
39665
39666         * modules/fts (Files): Remove m4/inttypes-pri.m4.
39667         * modules/fts-lgpl (Depends-on): Remove gettext.
39668
39669 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
39670
39671         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
39672         and don't require gt_INTTYPES_PRI.
39673
39674 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
39675
39676         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
39677
39678         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
39679         the configuration hassle isn't worth it.
39680         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
39681         (LONGEST_MODIFIER, PRIuMAX): Remove.
39682
39683 2005-05-27  Bruno Haible  <bruno@clisp.org>
39684
39685         * lib/getlogin_r.h: Remove second include of <stddef.h>.
39686
39687 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
39688
39689         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
39690         _POSIX_PTHREAD_SEMANTICS for Solaris.
39691
39692 2005-05-25  Derek Price  <derek@ximbiot.com>
39693
39694         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
39695
39696 2005-05-25  Derek Price  <derek@ximbiot.com>
39697             Paul Eggert  <eggert@cs.ucla.edu>
39698
39699         * modules/getlogin_r, m4/getlogin_r.m4: New files.
39700         * lib/getlogin_r.c, getlogin_r.h: New files.
39701
39702 2005-05-25  Bruno Haible  <bruno@clisp.org>
39703             Derek Price  <derek@ximbiot.com>
39704
39705         * lib/getlogin_r.h: Simplify API documentation.
39706
39707 2005-05-23  Derek Price  <derek@ximbiot.com>
39708
39709         * modules/minmax (Files): Add m4/minmax.m4.
39710         (configure.ac): Add gl_MINMAX.
39711
39712 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39713
39714         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
39715         so that unistd-safer.h (GPL'ed code) need not be included.
39716
39717 2005-05-22  Bruno Haible  <bruno@clisp.org>
39718
39719         * m4/minmax.m4: New file.
39720         Based on a patch by Derek Price <derek@ximbiot.com>.
39721
39722 2005-05-22  Bruno Haible  <bruno@clisp.org>
39723
39724         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
39725         (INT64_MIN): Fix definition.
39726         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
39727
39728         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
39729         NEED_SIGNED_INT_TYPES.
39730
39731         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
39732         HAVE_SYSTEM_INTTYPES.
39733
39734 2005-05-22  Bruno Haible  <bruno@clisp.org>
39735
39736         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
39737         Also include <sys/param.h> if it defines MIN, MAX.
39738         Based on a patch by Derek Price <derek@ximbiot.com>.
39739
39740 2005-05-21  Jim Meyering  <jim@meyering.net>
39741
39742         * modules/fts (Files): Add m4/inttypes-pri.m4.
39743         (Depends-on): Add lstat and remove gettext.  Alphabetize.
39744
39745 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39746
39747         New fts module.
39748         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
39749         (setup_dir, free_dir): New functions.
39750         (enter_dir, leave_dir): Define trivial
39751         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
39752         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
39753         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
39754         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
39755         Move to fts-cycle.c.
39756         (fts_open): Use setup_dir.
39757         (fts_close): Use free_dir.
39758         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
39759         This adds a label and some gotos, but the alternatives were messier.
39760         Check for memory allocation failure when entering a dir.
39761         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
39762         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
39763         (FTS): New member fts_cycle, that is a union that contains the
39764         old active_dir_ht and cycle_state.  All uses changed to mention
39765         fts_cycle.ht and fts_cycle.state.
39766         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
39767         fts.c, with the following changes:
39768         (setup_dir, free_dir): New functions.
39769         (enter_dir): Now returns bool.  Return true if successful, false
39770         if memory exhausted.  All callers changed.
39771         Do not bother partly cleaning up on
39772         memory allocation failure; that is free_dir's job.
39773         However, free ad if hash_insert fails, to avoid memory leak.
39774         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
39775         fts->fts_options to see which union member to use.
39776
39777 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39778
39779         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
39780         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
39781
39782 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39783
39784         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
39785
39786 2005-05-20  Jim Meyering  <jim@meyering.net>
39787
39788         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
39789         Now a macro, to pacify GCC.
39790
39791 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
39792
39793         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
39794         of -1.
39795
39796 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
39797
39798         * lib/chown.c (rpl_chown): Return -1 on failure.
39799
39800 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
39801
39802         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
39803         Don't check for stddef.h.
39804         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
39805         don't use its results.
39806         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
39807         since we include them unconditionally.  Don't require
39808         AM_STDBOOL_H, since stdbool is a prerequisite.
39809         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
39810         since we assume C89 or better.
39811         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
39812         as we don't use their results.
39813         Don't check for fchdir, memmove, memset, strrchr, as we use
39814         them unconditionally.
39815         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
39816         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
39817
39818 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
39819
39820         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
39821         Include <stddef.h> unconditionally, since we assume C89 now.
39822         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
39823         * lib/fts.c: Include fts_.h first, to check interface.
39824         Do not include intprops.h; no longer needed.
39825         Include cycle-check.h and hash.h, since fts_.h no longer does.
39826         Remove unnecessary casts of closedir to void.
39827         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
39828         decide whether to decrement nlinks.
39829         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
39830         (FTS): Use struct hash_table * instead of Hash_table, so that
39831         we no longer need to include hash.h here.
39832
39833 2005-05-18  Jim Meyering  <jim@meyering.net>
39834
39835         * modules/dirfd (License): Change to LGPL.  Most of the code
39836         is already in the public domain.
39837
39838 2005-05-18  Jim Meyering  <jim@meyering.net>
39839
39840         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
39841         Reported by Yoann Vandoorselaere.
39842
39843 2005-05-17  Jim Meyering  <jim@meyering.net>
39844
39845         * m4/fts.m4: New file, from coreutils.
39846
39847 2005-05-17  Jim Meyering  <jim@meyering.net>
39848
39849         * lib/fts.c, lib/fts_.h: New files, from coreutils.
39850
39851 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39852
39853         Sync from coreutils.
39854         * m4/unlinkdir.m4: New file.
39855
39856 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39857
39858         Sync from coreutils.
39859         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
39860         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
39861         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
39862         White space changes only.
39863         * lib/makepath.c (make_path): Port to hosts where leading "//" is
39864         special.
39865         * lib/yesno.c: Include getline.h, not ctype.h.
39866         (yesno): Don't remove leading white space; POSIX doesn't allow it.
39867         Use getline to remove arbitrary restriction on response length.
39868
39869 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39870
39871         * config/srclist-update: Spell out "Street" in FSF postal
39872         mail address; this is the style the FSF seems to prefer.
39873
39874         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
39875         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
39876         this updates FSF postal mail address.
39877
39878         Sync from coreutils.
39879         * modules/unlinkdir: New file.
39880         * modules/yesno (Depends-on): Add getline.
39881         * MODULES.html.sh (File system functions): Add unlinkdir.
39882
39883 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39884
39885         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
39886         lib/strsep.h:
39887         Change the initial comment to refer to GPL, not LGPL.
39888         gnulib-tool will change it to LGPL as needed.
39889
39890         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
39891         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
39892         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
39893         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
39894         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
39895         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
39896         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
39897         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
39898         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
39899         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
39900         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
39901         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
39902         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
39903         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
39904         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
39905         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
39906         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
39907         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
39908         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
39909         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
39910         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
39911         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
39912         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
39913         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
39914         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
39915         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
39916         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
39917         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
39918         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
39919         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
39920         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
39921         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
39922         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
39923         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
39924         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
39925         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
39926         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
39927         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
39928         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
39929         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
39930         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
39931         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
39932         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
39933         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
39934         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
39935         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
39936         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
39937         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
39938         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
39939         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
39940         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
39941         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
39942         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
39943         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
39944         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
39945         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
39946         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
39947         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
39948         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
39949         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
39950         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
39951         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
39952         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
39953         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
39954         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
39955         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
39956         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
39957         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
39958         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
39959         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
39960         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
39961         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
39962         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
39963         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
39964         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
39965         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
39966         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
39967         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
39968         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
39969         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
39970         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
39971         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
39972         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
39973         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
39974         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
39975         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
39976         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
39977         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
39978         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
39979         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
39980         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
39981         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
39982         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
39983         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
39984         lib/yesno.c, lib/yesno.h:
39985         Update FSF postal mail address.
39986
39987 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39988
39989         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
39990         tests/test-memmem.c, tests/test-stpncpy.c:
39991         Update FSF postal mail address.
39992
39993 2005-05-13  Bruno Haible  <bruno@clisp.org>
39994
39995         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
39996         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
39997         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
39998         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
39999         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
40000         Add support for 64-bit integers in the MSVC compiler.
40001
40002 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40003
40004         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
40005
40006 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
40007
40008         * gnulib-tool (func_import): Sort and uniquify recommended includes.
40009
40010 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
40011
40012         * doc/getdate.texi (General date syntax): Don't say that date
40013         date --iso-8601=ns generates acceptable dates; it doesn't yet.
40014         Problem reported by Nic Ferrier.
40015
40016 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40017
40018         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
40019         specified in ai_socktype. Fix invalid ai_protocol
40020         check. ai_protocol is usually set to 0 or depending on
40021         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
40022         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
40023         ai_socktype / ai_protocol in the returned addrinfo structure.
40024
40025 2005-05-10  Simon Josefsson  <jas@extundo.com>
40026
40027         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
40028         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
40029
40030 2005-05-10  Karl Berry  <karl@gnu.org>
40031
40032         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
40033         (from http://www.gnu.org/licenses).
40034         * doc/COPYING.LIB: also rename to COPYING.LESSER.
40035         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
40036         fdl.texi suffices.
40037
40038 2005-05-10  Karl Berry  <karl@gnu.org>
40039
40040         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
40041         (COPYING.DOC): remove.
40042
40043         * config/srclist-update: new FSF address.
40044
40045 2005-05-10  Derek Price  <derek@ximbiot.com>
40046
40047         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
40048         possible.
40049
40050 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40051             Bruno Haible  <bruno@clisp.org>
40052
40053         * modules/inet_ntop: New file.
40054         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40055         inet_ntop.
40056
40057 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40058             Bruno Haible  <bruno@clisp.org>
40059
40060         * m4/inet_ntop.m4: New file.
40061
40062 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40063             Bruno Haible  <bruno@clisp.org>
40064
40065         * lib/inet_ntop.h: New file.
40066         * lib/inet_ntop.c: New file, from glibc with modifications.
40067
40068 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
40069
40070         * modules/time_r (License): Change to LGPL.
40071         * modules/extensions (License): Change to LGPL.  Actually,
40072         the license is more permissive than that, but currently gnulib-tool
40073         doesn't know how to handle more-permissive licenses.
40074
40075         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
40076         Problem reported by Dave Love.
40077
40078 2005-05-08  Jim Meyering  <jim@meyering.net>
40079
40080         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
40081         blank.
40082
40083 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
40084
40085         * modules/argmatch (Depends-on): Add stdbool.
40086         * modules/backupfile (Depends-on): Likewise.
40087         * modules/chdir-long (Depends-on): Likewise.
40088         * modules/closeout (Depends-on): Likewise.
40089         * modules/cycle-check (Depends-on): Likewise.
40090         * modules/dirname (Depends-on): Likewise.
40091         * modules/fnmatch (Depends-on): Likewise.
40092         * modules/fsusage (Depends-on): Likewise.
40093         * modules/fwriteerror (Depends-on): Likewise.
40094         * modules/getcwd (Depends-on): Likewise.
40095         * modules/getloadavg (Depends-on): Likewise.
40096         * modules/hard-locale (Depends-on): Likewise.
40097         * modules/makepath (Depends-on): Likewise.
40098         * modules/mountlist (Depends-on): Likewise.
40099         * modules/nanosleep (Depends-on): Likewise.
40100         * modules/posixtm (Depends-on): Likewise.
40101         * modules/quotearg (Depends-on): Likewise.
40102         * modules/readtokens (Depends-on): Likewise.
40103         * modules/readtokens0 (Depends-on): Likewise.
40104         * modules/readutmp (Depends-on): Likewise.
40105         * modules/save-cwd (Depends-on): Likewise.
40106         * modules/strftime (Depends-on): Likewise.
40107         * modules/userspec (Depends-on): Likewise.
40108         * modules/utimecmp (Depends-on): Likewise.
40109         * modules/xgetcwd (Depends-on): Likewise.
40110         * modules/xnanosleep (Depends-on): Likewise.
40111         * modules/xstrtod (Depends-on): Likewise.
40112         * modules/yesno (Depends-on): Likewise.
40113
40114 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
40115
40116         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
40117         needless checks.
40118
40119 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
40120
40121         Merge from coreutils.  Among other things,
40122         add bulletproofing for cases where stdin, stdout, or stderr are closed.
40123         * lib/fd-safer.c: New file.
40124         * lib/fcntl-safer.h, open-safer.c: Remove.
40125         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
40126         * lib/dup-safer.c: Include unistd-safer.h first.
40127         Don't include errno.h.
40128         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
40129         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
40130         * lib/file-type.c: Rely on file-type.h change.
40131         * lib/getloadavg.c: Include unistd-safer.h.
40132         (getloadavg): Use safer open.
40133         * lib/getusershell.c: Include "stdio-safer.h".
40134         (getusershell): Use safer fopen.
40135         * lib/long-options.c (long_options): Use NULL rather than 0.
40136         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
40137         'free'.
40138         * lib/modechange.c: Likewise.
40139         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
40140         (MODE_DONE): New constant.
40141         (struct mode_change): Remove 'next' member.
40142         (make_node_op_equals): New function; like the old one of the
40143         same name, except it allocates an array.
40144         (mode_compile, mode_create_from_ref): Use it.
40145         (mode_compile): Allocate result as an array, not a linked list.
40146         Parse octal string ourself, so that we catch mistakes like "+0".
40147         (mode_adjust): Arg is an array, not a linked list.
40148         * lib/modechange.c: Include stat-macros.h, xalloc.h.
40149         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
40150         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
40151         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
40152         Remove.  This is now stat-macros.h's job.
40153         (talloc): Remove.  All callers replaced by xalloc, so that
40154         our invokers don't have to worry about reporting memory failures.
40155         (make_node_op_equals): Remove.
40156         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
40157         New constants.
40158         (struct mode_change): Moved here from modechange.h.
40159         (mode_append_entry): Remove.
40160         (mode_compile): Remove MASKED_OPS arg, since it encouraged
40161         apps to have incorrect behavior.  Use simpler algorithm for head
40162         and tail.  Don't futz with umask; that's now the job of mode_adjust.
40163         Detect more invalid usages rather than having somewhat-random behavior.
40164         Don't insert an "a=" action, as that leads to incorrect behavior.
40165         (mode_compile, mode_create_from_ref): Return NULL on error instead
40166         of an enum, since now there's only one way to have an error.  All
40167         callers changed.
40168         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
40169         at the correct time.  Simplify calculation of "+u" and its ilk.
40170         Don't mishandle "+X".
40171         (mode_free): Remove "register" and localize decls.
40172         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
40173         (struct mode_change): Move to modechange.c; callers don't
40174         need to see this stuff.
40175         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
40176         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
40177         (mode_change, mode_adjust): Reflect the new signatures noted above.
40178         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
40179         that might redefine system include files.
40180         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
40181         (my_usleep): Use NULL rather than (void *) 0.
40182         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
40183         Use siginterrupt to specify that system calls should be interrupted.
40184         (rpl_nanosleep): Move initialization of suspended closer to call of
40185         my_usleep.
40186         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
40187         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
40188         (desirable_utmp_entry): New function.
40189         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
40190         using x2nrealloc, to simplify logic.
40191         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
40192         size calculation.  Do not assume utmp file is a regular file.
40193         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
40194         (READ_UTMP_CHECK_PIDS): New constant.
40195         * lib/save-cwd.c: Include unistd-safer.h.
40196         (save_cwd): Use fd_safer.
40197         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
40198         [!_LIBC] Include "stat-macros.h" instead.
40199         * lib/unistd-safer.h (fd_safer): New decl.
40200
40201 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
40202
40203         * modules/getloadavg (Depends-on): Add unistd-safer.
40204         * modules/getusershell (Depends-on): Add stdio-safer.
40205         * modules/lstat (Depends-on): Remove xalloc.
40206         * modules/mkstemp (Depends-on): Add stat-macros.
40207         * modules/modechange (Depends-on): Remove xstrtol.
40208         Add stat-macros, xalloc.
40209         * modules/save-cwd (Depends-on): Add unistd-safer.
40210         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
40211         * modules/unistd-safer (Files): Add lib/fd-safer.c
40212         (Makefile.am): Remove lib_SOURCES.
40213
40214         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
40215         Remove fcntl-safer; unistd-safer supersedes it.
40216
40217 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
40218
40219         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
40220         AC_HEADER_STAT.
40221         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
40222         (gl_PREREQ_CHOWN): Remove.
40223         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
40224         it.  Don't require AC_HEADER_STAT.
40225         (gl_PREREQ_LSTAT): Remove.
40226         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
40227         Don't require AC_HEADER_STAT.
40228         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
40229         (gl_PREREQ_RMDIR): Remove.
40230         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
40231         mention stat-macros.h or AC_HEADER_STAT, since we'll make
40232         the stat-macros module a prerequisite.
40233         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
40234         * m4/filemode.m4 (gl_FILEMODE): Likewise.
40235         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
40236         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
40237         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
40238         variable names.
40239         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
40240         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
40241         variable prefixes.
40242         * m4/fcntl-safer.m4: Remove.
40243         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
40244         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
40245         Invoke gl_PREREQ_FD_SAFER.
40246         (gl_PREREQ_FD_SAFER): New macro.
40247         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
40248         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
40249         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
40250         Remove duplicate call to AC_LIBOBJ(readutmp).
40251         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
40252
40253         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
40254         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
40255
40256 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
40257
40258         * MODULES.html.sh (Misc): Add byteswap.
40259
40260 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
40261
40262         * modules/getcwd (Depends-on): Add extensions.
40263         * modules/openat (Depends-on): Likewise.
40264
40265 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
40266
40267         * modules/byteswap: New file.
40268
40269 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
40270
40271         * m4/byteswap.m4: New file.
40272
40273 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
40274
40275         * lib/byteswap_.h: New file.
40276
40277 2005-04-25  Karl Berry  <karl@gnu.org>
40278
40279         * m4/gettext.m4: Update from GNU gettext 0.14.4.
40280
40281 2005-04-25  Albert Chin  <china@thewrittenword.com>
40282
40283         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
40284         Toolkit C bug.
40285
40286 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
40287
40288         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
40289         (func_ln_if_changed) Remove forcibly for no error message
40290         in case file does not exist.
40291
40292 2005-04-19  Simon Josefsson  <jas@extundo.com>
40293
40294         * gnulib-tool (Options): Make --symlink mean --symbolic.
40295
40296 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
40297
40298         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
40299
40300 2005-04-16  Simon Josefsson  <jas@extundo.com>
40301
40302         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
40303
40304 2005-04-15  Simon Josefsson  <jas@extundo.com>
40305
40306         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
40307
40308 2005-04-15  Simon Josefsson  <jas@extundo.com>
40309
40310         * gnulib-tool: Rename --symlink to --symbolic.
40311
40312 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
40313
40314         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
40315         symbolic links to files instead of copying/moving.  Add --aux-dir,
40316         specifying directory relative --dir where auxiliary build tools
40317         are placed.
40318
40319 2005-04-14  Bruno Haible  <bruno@clisp.org>
40320
40321         * modules/allocsa (License): Change to LGPL.
40322         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
40323
40324 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
40325
40326         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
40327         that "UTC +1 second" continues to work.  Problem reported
40328         by Dmitry V. Levin.
40329         (relunit_snumber): New rule.
40330         (relunit): Use it.
40331
40332 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
40333
40334         * lib/getdate.y (universal_time_zone_table): New constant.
40335         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
40336         universal_time_zone_table.
40337         (lookup_zone): Prefer universal_time_zone_table to
40338         local_time_zone_table, so that "GMT" time stamps are allowed in
40339         London during the summer.  Problem reported by Ian Abbott.
40340
40341 2005-04-12  Jim Meyering  <jim@meyering.net>
40342
40343         * lib/human.c (humblock): Set *options even when returning due to
40344         xstrtoumax conversion failure.  Thanks to a used-uninitialized
40345         warning from gcc-4.
40346
40347 2005-04-09  Jim Meyering  <jim@meyering.net>
40348
40349         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
40350         -Wuninitialized: initialize tm0.tm_year.
40351
40352 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
40353
40354         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
40355         count, since there's no maximum.  All uses changed.
40356         Add member dsts_seen.
40357         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
40358         not being INT_MAX.
40359         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
40360         Use pc_rels_seen to decide whther a date is absolute.
40361
40362         * lib/getdate.y (number): Don't overwrite year.
40363         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
40364         check.
40365
40366 2005-04-02  Simon Josefsson  <jas@extundo.com>
40367
40368         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
40369         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
40370
40371 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
40372
40373         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
40374         where no absolute path name can be longer than PATH_MAX.
40375
40376 2005-03-27  Jim Meyering  <jim@meyering.net>
40377
40378         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
40379
40380 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
40381
40382         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
40383         "one's complement" -> "ones' complement" in comment, as per Knuth.
40384         "value of type" -> "type or expression" in comment.
40385         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
40386
40387 2005-03-26  Jim Meyering  <jim@meyering.net>
40388
40389         Comment nits.
40390         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
40391         Correct typos: s/or/of/.
40392
40393 2005-03-26  Jim Meyering  <jim@meyering.net>
40394
40395         * modules/check-include-files: Move to ../ and rename to...
40396         * check-module: ...this.
40397
40398 2005-03-25  Jim Meyering  <jim@meyering.net>
40399
40400         * modules/xvasprintf (Files): Add xalloc.h.
40401
40402 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
40403
40404         * modules/gettext (Files): config/config.rpath ->
40405         build-aux/config.rpath
40406         * modules/iconv (Files): Likewise.
40407         Problem reported by Oskar Liljeblad.
40408
40409 2005-03-23  Jim Meyering  <jim@meyering.net>
40410
40411         * modules/check-include-files: New script to check for
40412         missing dependencies, multiple includes, etc.
40413
40414         * modules/c-strtold (Depends-on): Add xalloc.
40415         * modules/c-strtod (Depends-on): Add xalloc.
40416         * modules/hash (Depends-on): Add xalloc.
40417         (Files): Remove lib/xalloc.h.
40418
40419         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
40420         * modules/userspec (Files): Add lib/inttostr.h.
40421
40422 2005-03-23  Jim Meyering  <jim@meyering.net>
40423
40424         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
40425
40426 2005-03-22  Jim Meyering  <jim@meyering.net>
40427
40428         * modules/stat-macros: New module.
40429         * modules/canonicalize, modules/euidaccess, modules/file-type,
40430         * modules/filemode, modules/lchown, modules/makepath,
40431         * modules/rmdir, modules/stat: Depend on new stat-macros module
40432         rather than listing lib/stat-macros.h manually.
40433         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
40434
40435 2005-03-22  Jim Meyering  <jim@meyering.net>
40436
40437         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
40438
40439 2005-03-22  Bruno Haible  <bruno@clisp.org>
40440
40441         * config/srclist.txt: Replace target directory 'config' with
40442         'build-aux'.
40443         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
40444         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
40445         ../build-aux/.
40446
40447 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
40448
40449         * modules/chdir-long (Depends-on): Add mempcpy.
40450
40451         * modules/acl, modules/backupfile, modules/c-strtod,
40452         modules/c-strtold, modules/canon-host, modules/canonicalize,
40453         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
40454         modules/exclude, modules/exitfail, modules/file-type,
40455         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
40456         modules/getdate, modules/getline, modules/getpagesize,
40457         modules/getpass, modules/getugroups, modules/group-member,
40458         modules/hard-locale, modules/hash, modules/human, modules/idcache,
40459         modules/inttostr, modules/long-options, modules/makepath,
40460         modules/md5, modules/memcasecmp, modules/memcoll,
40461         modules/modechange, modules/mountlist, modules/path-concat,
40462         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
40463         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
40464         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
40465         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
40466         modules/strftime, modules/strndup, modules/strverscmp,
40467         modules/timespec, modules/unlocked-io, modules/userspec,
40468         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
40469         modules/yesno:
40470         Remove lib_SOURCES line from Makefile.am section, as this is now
40471         done automatically by the corresponding Autoconf macro.
40472
40473 2005-03-21  Jim Meyering  <jim@meyering.net>
40474
40475         Changes imported from coreutils.
40476
40477         * lib/cycle-check.c: Don't include xalloc.h.
40478
40479         * lib/path-concat.c: Don't include assert.h.
40480         (path_concat): Remove assertion that would have triggered
40481         for ABASE starting with more than one slash.
40482         Reported by Andreas Schwab.
40483
40484         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
40485         properly when ABASE is an absolute file name.
40486         Correct the description of this function.
40487         Include <assert.h>.
40488         Add an assertion and a test driver.
40489         This fixes a bug introduced on 2004-07-02.
40490         Andreas Schwab reported the resulting failure of cp --parents:
40491         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
40492
40493 2005-03-21  Jim Meyering  <jim@meyering.net>
40494
40495         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
40496         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
40497
40498 2005-03-21  Jim Meyering  <jim@meyering.net>
40499         and  Paul Eggert  <eggert@cs.ucla.edu>
40500
40501         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
40502         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
40503         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
40504         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
40505         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
40506         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
40507         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
40508         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
40509         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
40510         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
40511         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
40512         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
40513         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
40514         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
40515         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
40516         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
40517         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
40518         for these modules.
40519
40520 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
40521
40522         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
40523         (which shouldn't happen), generate nothing instead of returning 0
40524         immediately, so that nstrftime (NULL, ...) doesn't return 0.
40525
40526 2005-03-16  Bruno Haible  <bruno@clisp.org>
40527
40528         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
40529         HAVE_LONGLONG_64BIT.
40530
40531 2005-03-16  Bruno Haible  <bruno@clisp.org>
40532
40533         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
40534         HAVE_LONGLONG_64BIT.
40535
40536 2005-03-16  Bruno Haible  <bruno@clisp.org>
40537
40538         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
40539         HAVE_LONGLONG_64BIT.
40540
40541 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
40542
40543         * lib/strftime.c (my_strftime): Prepend space to format so that we can
40544         reliably distinguish strftime failure from empty output on POSIX
40545         hosts.
40546
40547 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
40548
40549         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
40550         (iconv_string): Don't guess a size-zero buffer, as that might cause
40551         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
40552         result would be 'too large', where 'too large' is (heuristically)
40553         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
40554         overflow concerns.  This will prevent some unwanted malloc failures
40555         when the inputs are very large.
40556
40557 2005-03-15  Karl Berry  <karl@gnu.org>
40558
40559         * config/srclist.txt (config.rpath): from gettext.
40560         * config/config.rpath: update.
40561
40562 2005-03-15  Bruno Haible  <bruno@clisp.org>
40563
40564         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
40565         to 'negate'.
40566
40567         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
40568         variable.
40569
40570         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
40571         results.
40572
40573 2005-03-14  Simon Josefsson  <jas@extundo.com>
40574
40575         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
40576         <fx@gnu.org>.
40577
40578 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
40579
40580         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
40581         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
40582         intprops.h.
40583         * lib/strtol.c: Likewise.
40584
40585 2005-03-14  Jim Meyering  <jim@meyering.net>
40586
40587         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
40588         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
40589         to be nonzero so that we (and caller) can detect the difference
40590         between a valid zero-length expansion and an error return, even
40591         when the underlying strftime fails before writing anything into
40592         that location.
40593
40594 2005-03-14  Bruno Haible  <bruno@clisp.org>
40595
40596         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
40597         Update from GNU gettext 0.14.3.
40598
40599 2005-03-10  Jim Meyering  <jim@meyering.net>
40600
40601         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
40602
40603 2005-03-10  Jim Meyering  <jim@meyering.net>
40604
40605         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
40606         so that this module works on systems without fchdir.
40607
40608 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40609
40610         Factor int-properties macros into a single file, except for
40611         glibc-related files.
40612         * lib/intprops.h: New file.
40613         * lib/getloadavg.c: Include it instead of limits.h.
40614         (INT_STRLEN_BOUND): Remove.
40615         * lib/human.c: Include intprops.h.
40616         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
40617         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
40618         302/1000.
40619         * lib/inttostr.h: Include intprops.h instead of limits.h.
40620         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
40621         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
40622         for consistency with intprops.h.
40623         (time_t_is_integer, twos_complement_arithmetic): Use them.
40624         * lib/sig2str.h: Include <signal.h>, intprops.h.
40625         (INT_STRLEN_BOUND): Remove.
40626         * lib/strftime.c (TYPE_SIGNED): Remove.
40627         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
40628         * lib/strtol.c: Adjust comments to match intprops.h.
40629         * lib/userspec.c: Include intprops.h.
40630         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
40631         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
40632         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
40633         instead of rolling our own expressions.
40634         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
40635
40636         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
40637         instead of int.
40638         (my_strftime): Do not mishandle years close to INT_MAX, by doing
40639         the right thing even if adding 1900 would overflow.  Similarly
40640         for tm_mon + 1 and tm_yday + 1.
40641         Make %Y always equivalent to %C%y, and similarly for %G and %g.
40642         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
40643         (DO_SIGNED_NUMBER): New macro.
40644         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
40645
40646 2005-03-07  Bruno Haible  <bruno@clisp.org>
40647
40648         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
40649
40650 2005-03-07  Bruno Haible  <bruno@clisp.org>
40651
40652         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
40653
40654 2005-03-04  Derek R. Price  <derek@ximbiot.com>
40655
40656         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
40657         (func_import): Only replace files via --import when they have actually
40658         changed.
40659
40660 2005-03-03  Derek R. Price  <derek@ximbiot.com>
40661
40662         * m4/mmap-anon.m4: New file.
40663         * m4/pagealign_alloc.m4: New file.
40664
40665 2005-03-03  Derek R. Price  <derek@ximbiot.com>
40666             Bruno Haible  <bruno@clisp.org>
40667
40668         * modules/pagealign_alloc: New file.
40669         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
40670
40671 2005-03-03  Derek R. Price  <derek@ximbiot.com>
40672             Bruno Haible  <bruno@clisp.org>
40673
40674         * lib/pagealign_alloc.h: New file.
40675         * lib/pagealign_alloc.c: New file.
40676
40677 2005-03-03  Bruno Haible  <bruno@clisp.org>
40678
40679         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
40680         Use an all-permissive copyright notice, recommended by RMS.
40681
40682 2005-03-02  Bruno Haible  <bruno@clisp.org>
40683
40684         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
40685         of AIX, the replacement has to be done only after <string.h> is
40686         included, therefore not in config.h. stpncpy.h does the replacement,
40687         and stpncpy.c uses it.
40688
40689 2005-03-02  Bruno Haible  <bruno@clisp.org>
40690
40691         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
40692         stpncpy.c uses it.
40693
40694 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40695
40696         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
40697         The workaround isn't strictly needed for POSIX conformance, and
40698         it's too much of a pain to configure and maintain.  We'll ask
40699         people to fix their kernels instead.
40700         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
40701         (NANOSLEEP_BUG_WORKAROUND): Remove.
40702         (xnanosleep): Remove the workaround.
40703
40704 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40705
40706         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
40707         Reported by Derek Price.
40708         (Include): Add "timespec.h".
40709
40710         * modules/xnanosleep (Depends-on): Remove gethrxtime.
40711
40712 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40713
40714         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
40715         to detect nanosleep bug.
40716
40717 2005-03-01  Bruno Haible  <bruno@clisp.org>
40718
40719         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
40720
40721 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
40722
40723         * modules/gethrxtime: New file.
40724         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
40725         (Depends-on): Add gethrxtime.
40726         (configure.ac): Add gl_XNANOSLEEP.
40727         (Makefile.am): Remove lib_SOURCES line.
40728
40729 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
40730
40731         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
40732         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
40733
40734 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
40735
40736         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
40737         * lib/timespec.h (gettime): Return void, since it always
40738         succeeds now.  All uses changed.
40739         * lib/gettime.c (gettime) Likewise.
40740         [HAVE_NANOTIME]: Prefer nanotime.
40741         Assume gettimeofday succeeds, as POSIX requires.
40742         Assime time () succeeds, since other code already does.
40743         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
40744         (timespec_subtract): Remove.
40745         (NANOSLEEP_BUG_WORKAROUND): New constant.
40746         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
40747         things considerably.  Use it only on GNU/Linux hosts, since the
40748         workaround shouldn't be needed elsewhere.
40749
40750 2005-02-24  Bruno Haible  <bruno@clisp.org>
40751
40752         * modules/gettext (Files): Add m4/glibc2.m4.
40753
40754 2005-02-24  Bruno Haible  <bruno@clisp.org>
40755
40756         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
40757         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
40758         * m4/progtest.m4:
40759         Update from GNU gettext 0.14.2.
40760         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
40761
40762 2005-02-24  Bruno Haible  <bruno@clisp.org>
40763
40764         * lib/localcharset.c: Update from GNU gettext 0.14.2.
40765         * lib/config.charset: Update from GNU gettext 0.14.2.
40766
40767 2005-02-24  Bruno Haible  <bruno@clisp.org>
40768
40769         * lib/gettext.h: Update from GNU gettext 0.14.2.
40770
40771 2005-02-23  Simon Josefsson  <jas@extundo.com>
40772
40773         * m4/iconvme.m4: New file.
40774
40775 2005-02-23  Jim Meyering  <jim@meyering.net>
40776
40777         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
40778         change.
40779         Thanks to Bruno Haible for catching it.
40780
40781 2005-02-22  Simon Josefsson  <jas@extundo.com>
40782
40783         * modules/iconvme: New file.
40784
40785         * MODULES.html.sh: Add iconvme.
40786
40787 2005-02-22  Simon Josefsson  <jas@extundo.com>
40788
40789         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
40790
40791 2005-02-22  Simon Josefsson  <jas@extundo.com>
40792
40793         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
40794
40795 2005-02-22  Jim Meyering  <jim@meyering.net>
40796
40797         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
40798         s/ifndef/ifdef/.
40799
40800 2005-02-20  Neil Conway  <neilc@samurai.com>
40801
40802         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
40803         returned by OSX/Darwin if the specified buffer is not large
40804         enough for the hostname.
40805
40806 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40807
40808         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
40809         pass it to _help, otherwise the latter coredumps trying to
40810         dereference state.root_argp.
40811
40812 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40813
40814         * modules/chdir-long (Depends-on): Add memrchr.
40815         * modules/memrchr (Files): Add lib/memrchr.h.
40816         (Include): "memrchr.h".
40817
40818 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40819
40820         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
40821
40822 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40823
40824         * lib/memrchr.h: New file.
40825         * lib/chdir-long.c: Include it.
40826         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
40827         Don't bother including stddef.h.
40828
40829 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
40830
40831         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
40832         inclusion.
40833         Include <sys/types.h>, for dev_t.
40834         (ME_DUMMY, ME_REMOTE): Move from here....
40835         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
40836         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
40837         Dmitry V. Levin.
40838         Include mountlist.h first, to test the interface.
40839
40840 2005-01-29  Bruno Haible  <bruno@clisp.org>
40841
40842         * lib/progname.c (program_name): Initialize.
40843         Needed when linking statically on MacOS X.
40844
40845 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40846
40847         Sync from coreutils.
40848         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
40849         (Depends-on): Add c-strtod.
40850         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
40851
40852 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40853
40854         Sync from coreutils.
40855         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
40856
40857         Remove files that are specific to coreutils.
40858         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
40859
40860 2005-01-28  Bruno Haible  <bruno@clisp.org>
40861
40862         * modules/javacomp: New file.
40863         * MODULES.html.sh (Java): Add javacomp.
40864
40865 2005-01-28  Bruno Haible  <bruno@clisp.org>
40866
40867         * m4/javacomp.m4: New file, from GNU gettext.
40868
40869 2005-01-28  Bruno Haible  <bruno@clisp.org>
40870
40871         * lib/javacomp.sh.in: New file, from GNU gettext.
40872         * lib/javacomp.h: New file, from GNU gettext.
40873         * lib/javacomp.c: New file, from GNU gettext.
40874
40875 2005-01-26  Simon Josefsson  <jas@extundo.com>
40876
40877         * lib/gai_strerror.c: Use GPL in header.
40878
40879 2005-01-26  Bruno Haible  <bruno@clisp.org>
40880
40881         * modules/javaexec: New file.
40882         * MODULES.html.sh (Java): Add javaexec.
40883
40884 2005-01-26  Bruno Haible  <bruno@clisp.org>
40885
40886         * m4/javaexec.m4: New file, from GNU gettext.
40887
40888 2005-01-26  Bruno Haible  <bruno@clisp.org>
40889
40890         * lib/javaexec.sh.in: New file, from GNU gettext.
40891         * lib/javaexec.h: New file, from GNU gettext.
40892         * lib/javaexec.c: New file, from GNU gettext.
40893
40894 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40895
40896         * modules/lchown (Depends-on): Remove lchown.h
40897
40898 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40899
40900         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
40901         must be defined if the header file was not found, in order
40902         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
40903
40904 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40905
40906         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
40907         initializers for struct pentry_state.
40908         (__argp_error): Check return value of __asprintf
40909         (__argp_failure): Translate error message
40910
40911         * lib/argp-parse.c: Removed braces around the expansion of N_()
40912
40913 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40914
40915         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
40916         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
40917         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
40918         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
40919         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
40920         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
40921         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
40922         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
40923         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
40924         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
40925         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
40926         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
40927         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
40928         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
40929         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
40930         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
40931         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
40932         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
40933         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
40934         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
40935         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
40936         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
40937         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
40938         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
40939         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
40940         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
40941         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
40942         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
40943         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
40944         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
40945         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
40946         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
40947         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
40948         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
40949         xstrtol.m4, xstrtoumax.m4, yesno.m4:
40950         Use an all-permissive copyright notice, recommended by RMS.
40951
40952 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
40953
40954         * modules/chdir-long (Depends-on): Remove mempcpy.
40955
40956 2005-01-21  Jim Meyering  <jim@meyering.net>
40957
40958         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
40959         same value as for Solaris 9.
40960
40961         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
40962         component length.  This included changing the parameter to be
40963         of type `char *' rather than `char const *'.
40964         * lib/chdir-long.h (chdir_long): Update prototype.
40965
40966         * lib/openat.c (fdopendir, fstatat): New functions.
40967         * lib/openat.h: Include headers required for use of DIR and struct
40968         stat.
40969         [AT_SYMLINK_NOFOLLOW]: Define.
40970         (fdopendir, fstatat): Add prototypes.
40971
40972 2005-01-21  Bruno Haible  <bruno@clisp.org>
40973
40974         * modules/classpath: New file.
40975         * MODULES.html.sh (Java): Add classpath.
40976
40977 2005-01-21  Bruno Haible  <bruno@clisp.org>
40978
40979         * lib/classpath.h: New file, from GNU gettext.
40980         * lib/classpath.c: New file, from GNU gettext.
40981
40982 2005-01-20  Simon Josefsson  <jas@extundo.com>
40983
40984         * modules/version-etc-fsf: New file.
40985
40986 2005-01-20  Simon Josefsson  <jas@extundo.com>
40987
40988         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
40989         * lib/version-etc.c: Remove version_etc_copyright.
40990         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
40991         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
40992
40993 2005-01-20  Simon Josefsson  <jas@extundo.com>
40994
40995         * lib/base64.h (isbase64): Add.
40996
40997         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
40998         using a unsigned prototype, don't inline.
40999         (base64_decode): Use it.
41000
41001 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
41002
41003         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
41004         it.
41005
41006 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
41007
41008         * lib/save-cwd.c (save_cwd): Remove code to support the case
41009         where fchdir is missing or flaky.
41010
41011 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
41012
41013         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
41014
41015 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
41016
41017         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
41018         AC_LIBSOURCES now does this.
41019         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
41020         with new ullong_max module.
41021
41022 2005-01-19  Bruno Haible  <bruno@clisp.org>
41023
41024         * modules/sh-quote: New file.
41025         * MODULES.html.sh (Executing programs): Add sh-quote.
41026
41027 2005-01-19  Bruno Haible  <bruno@clisp.org>
41028
41029         * lib/sh-quote.h: New file, from GNU gettext.
41030         * lib/sh-quote.c: New file, from GNU gettext.
41031
41032 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
41033
41034         Merge from coreutils.
41035         * m4/ullong_max.m4: New file.
41036         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
41037         (gl_MACROS): Assume localeconv exists.
41038
41039 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
41040
41041         Merge changes from coreutils, as described below in several
41042         changelogs dated today.
41043
41044         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
41045         (O_DIRECTORY): Remove; not needed here, since "." must be
41046         a directory.  All uses removed.
41047         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
41048         universal on Suns, and we also need to test for IRIX.
41049         Revamp code to use 'if' rather than '#if'.
41050         Avoid unnecessary comparison of cwd->desc to 0.
41051
41052         * lib/utimens.c (futimens): Robustify the previous patch, by checking
41053         for known valid error numbers rather than observed invalid ones.
41054
41055 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
41056
41057         * modules/ullong_max: New file.
41058
41059         * modules/chdir-long, modules/openat: New files.
41060         * modules/save-cwd (Depends-on): Depend on chdir-long.
41061         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
41062
41063 2005-01-18  Jim Meyering  <jim@meyering.net>
41064
41065         Merge from coreutils.
41066         * m4/chdir-long.m4, m4/openat.m4: New files.
41067         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
41068         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
41069         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
41070         is sane and DOES follow symlinks.  Besides, testing 20 different
41071         systems found no broken chown implementations.
41072         Prompted by a change in rsync's copy of this macro.
41073         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
41074
41075         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
41076
41077         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
41078         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
41079         NULL-means-set-to-current-time semantics.
41080         Remove temporary file immediately, rather than waiting
41081         for configure's at-exit trap code to do it.
41082
41083 2005-01-18  Jim Meyering  <jim@meyering.net>
41084
41085         * lib/version-etc.c (version_etc_copyright): Update copyright date.
41086
41087         * lib/utimens.c (futimens): Account for the fact that futimes
41088         can also fail with errno == ENOSYS or errno == ENOENT.
41089         Patch from Dmitry V. Levin.
41090
41091         Change the name of the robust chdir function from chdir to chdir_long.
41092         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
41093         (restore_cwd): Use chdir_long, not chdir.
41094         * lib/chdir-long.c: Renamed from chdir.c.
41095         * lib/chdir-long.h: Renamed from chdir.h.
41096         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
41097         Hurd.
41098
41099 2005-01-18  Bruno Haible  <bruno@clisp.org>
41100
41101         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
41102         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
41103         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
41104         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
41105         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
41106         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
41107         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
41108         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
41109         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
41110         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
41111         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
41112         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
41113         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
41114         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
41115         Use an all-permissive copyright notice, recommended by RMS.
41116
41117 2005-01-18  Bob Proulx  <bob@proulx.com>
41118
41119         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
41120         simplify offsetof() macro construct to avoid compile failure with
41121         native HP-UX 11.0 ANSI C compiler.
41122
41123 2005-01-17  Bruno Haible  <bruno@clisp.org>
41124
41125         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
41126         redundant because stpncpy.m4 takes care of it.
41127
41128 2005-01-17  Bruno Haible  <bruno@clisp.org>
41129
41130         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
41131
41132 2005-01-17  Bruno Haible  <bruno@clisp.org>
41133
41134         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
41135         used.
41136
41137 2005-01-17  Bruno Haible  <bruno@clisp.org>
41138
41139         * lib/fwriteerror.h (fwriteerror): Change specification to include
41140         fclose.
41141         * lib/fwriteerror.c: Include <stdbool.h>.
41142         (fwriteerror): At the end, close the file stream. Record whether
41143         stdout was already closed.
41144
41145 2005-01-17  Bruno Haible  <bruno@clisp.org>
41146
41147         * lib/execute.c (environ): Declare if needed.
41148         * lib/pipe.c (environ): Likewise.
41149         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
41150
41151 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41152
41153         * modules/argp: Depend on vsnprintf
41154
41155 2005-01-10  Jim Meyering  <jim@meyering.net>
41156
41157         * modules/closeout (Depends-on): Add atexit.
41158
41159 2005-01-06  Bruno Haible  <bruno@clisp.org>
41160
41161         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
41162
41163 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41164
41165         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
41166         definitions to be after all include files, to avoid collisions.
41167         Problem reported by Bob Proulx.
41168
41169 2005-01-04  Jim Meyering  <jim@meyering.net>
41170
41171         Changes imported from coreutils.
41172         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
41173         as the mkstemp template, use a temporary directory and an
41174         8.3-friendly template to avoid trouble on systems like DJGPP.
41175         Reported by Juan M. Guerrero via Stepan Kasal.
41176         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
41177         close. Remove the temporary directory right away, rather than waiting
41178         for configure's at-exit trap code to do it.
41179         Suggestion from Stepan Kasal.
41180
41181 2005-01-01  Simon Josefsson  <jas@extundo.com>
41182
41183         * gnulib-tool: Print #include directives when --import'ing.
41184
41185 2004-12-28  Simon Josefsson  <jas@extundo.com>
41186
41187         * tests/test-base64.c: Include required header files.  Remove
41188         unused variables.
41189
41190 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
41191
41192         * modules/error (Depends-on): Remove gettext.
41193
41194 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
41195
41196         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
41197         not needed.  This removes a dependency on the gettext module.
41198         [defined _LIBC]: Do not include <libintl.h>; not needed.
41199
41200 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
41201
41202         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
41203         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
41204
41205 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
41206
41207         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
41208         HAVE_DECL_STRTOLD.
41209
41210 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41211
41212         * modules/getdate (Depends-on): Remove alloca-opt.
41213
41214 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41215
41216         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
41217
41218 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41219
41220         * lib/argp-parse.c: Include <stddef.h>.
41221         (alignof, alignto): New macros.
41222         (parser_init): Don't assume that void * is aligned sufficiently
41223         for struct option.
41224
41225         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
41226         need to extend the stack.
41227         (YYINITDEPTH): New macro, so that the initial stack isn't overly
41228         large.
41229
41230 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41231
41232         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
41233
41234 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
41235
41236         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
41237         (2004-10-24) change.  Apparently this was a false alarm.
41238
41239         * modules/getdate: Depend on alloca-opt, not alloca.
41240
41241 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
41242
41243         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
41244         Remove now-obsolete comment about AIX.
41245         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
41246         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
41247         (YYMAXDEPTH): New macro.
41248
41249 2004-12-18  Simon Josefsson  <jas@extundo.com>
41250
41251         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
41252
41253 2004-12-18  Bruno Haible  <bruno@clisp.org>
41254
41255         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
41256
41257 2004-12-18  Bruno Haible  <bruno@clisp.org>
41258
41259         * lib/fatal-signal.c (fatal_signals): Make non-const.
41260         (init_fatal_signals): New function.
41261         (uninstall_handlers, install_handlers): Ignore signals that were set to
41262         SIG_IGN.
41263         (at_fatal_signal): Call init_fatal_signals.
41264         (init_fatal_signal_set): Likewise. Ignore signals that were set to
41265         SIG_IGN.
41266         Reported by Paul Eggert.
41267
41268 2004-12-18  Bruno Haible  <bruno@clisp.org>
41269
41270         * doc/alloca.texi: New file.
41271         * doc/alloca-opt.texi: New file.
41272
41273 2004-12-17  Jim Meyering  <jim@meyering.net>
41274
41275         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
41276         Otherwise, install-sh could exit with improper exit status when
41277         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
41278
41279 2004-12-16  Simon Josefsson  <jas@extundo.com>
41280
41281         * tests/test-base64.c: Add license.
41282
41283 2004-12-15  Stepan Kasal  <address@hidden>
41284
41285         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
41286
41287 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
41288
41289         * modules/getcwd (Files): Add m4/d-ino.m4.
41290         Suggested by Mark D. Baushke.
41291
41292 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
41293
41294         * lib/getdate.y (textint): New member "negative".
41295         (time_zone_hhmm): New function.
41296         Expect 14 shift-reduce conflicts, not 13.
41297         (o_colon_minutes): New rule.
41298         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
41299         (yylex): Set the "negative" member of signed numbers.
41300
41301 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
41302
41303         * doc/getdate.texi (Time of day items, Time zone items):
41304         Describe new formats +00:00, UTC+00:00.
41305
41306 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
41307
41308         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
41309         spurious "-l"s.  Problem reported by Stepan Kasal.
41310
41311 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
41312
41313         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
41314         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
41315
41316 2004-12-04  Simon Josefsson  <jas@extundo.com>
41317
41318         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
41319         Vandoorselaere <yoann@prelude-ids.org>.
41320
41321 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
41322
41323         Changes imported from coreutils.
41324         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
41325         exist.
41326         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
41327
41328 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
41329
41330         Changes imported from coreutils.
41331         * lib/hard-locale.c: Assume <locale.h> exists.
41332         Include "strdup.h".
41333         (GLIBC_VERSION): New macro.
41334         (hard_locale): Assume setlocale exists.
41335         Rewrite to avoid #ifdef.
41336         Use strdup rather than malloc + strcpy.
41337         * lib/human.c: Assume <locale.h> exists.
41338         (human_readable): Assume localeconv exists.
41339
41340 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
41341
41342         * modules/hard-locale (Depends-on): Add strdup.
41343
41344 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
41345
41346         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
41347         convert T2, not T.  (Imported from libc.)
41348
41349 2004-11-30  Simon Josefsson  <jas@extundo.com>
41350
41351         * modules/restrict (License): Change to LGPL.
41352
41353 2004-11-30  Simon Josefsson  <jas@extundo.com>
41354
41355         * m4/restrict.m4: Add copyright and copying conditions.
41356
41357 2004-11-30  Simon Josefsson  <jas@extundo.com>
41358
41359         * m4/base64.m4: New file.
41360
41361 2004-11-30  Simon Josefsson  <jas@extundo.com>
41362
41363         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
41364         base64.
41365
41366         * tests/test-base64.c: New file.
41367
41368         * modules/base64: New file.
41369
41370 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
41371
41372         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
41373         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
41374
41375         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
41376
41377 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
41378
41379         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
41380         (__getcwd.c): Don't restore errno; glibc doesn't.
41381         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
41382         first, falling back to our code only if its results look suspicious.
41383         Ensure that the resulting buffer is only as large as necessary.
41384
41385         * lib/readutmp.c: Include readutmp.h first.
41386         Include <errno.h>, since readutmp.h no longer does that.
41387         * lib/readutmp.h: Don't include <errno.h>,
41388         <sys/param.h>, <time.h>; not needed to establish interface.
41389         (errno): Remove decl.
41390         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
41391         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
41392         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
41393
41394 2004-11-28  Simon Josefsson  <jas@extundo.com>
41395
41396         * lib/base64.h, base64.c: New file.
41397
41398 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41399
41400         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
41401
41402 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41403
41404         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
41405         (Depends-on): Remove pathmax, same.  Add mempcpy.
41406         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
41407         (Makefile.am): Append getcwd.h to lib_SOURCES.
41408         (Include): Add getcwd.h.
41409         (Maintainer): Change from Jim Meyering to "all, glibc",
41410         since getdate now uses intended-for-glibc code.
41411         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
41412         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
41413
41414 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
41415
41416         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
41417         HP's ANSI C compiler.
41418         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
41419         Declaring int functions causes warnings on some modern systems and
41420         shouldn't be needed to compile on ancient ones.
41421         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
41422         defined.
41423
41424         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
41425         with the following changes.
41426         (__set_errno): Parenthesize properly.
41427         Include <stdbool.h>.
41428         (MIN, MAX, MATCHING_INO): New macros.
41429         (__getcwd): Define with prototype, not K&R form.
41430         Use heuristics to allocate default buffer on stack if possible.
41431         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
41432         behavior, and to avoid the PATH_MAX limit when computing
41433         ../../../../...
41434         Use MATCHING_INO to compare inode number to file.
41435         Check for arithmetic overflow in size calculations.
41436         Fix bug in reallocation of dot array that caused getcwd to fail
41437         on directories nested deeper than 75.
41438         Be more careful about saving errno on error.
41439         Do not use realloc; use only free+malloc, as this is a bit
41440         more flexible and avoids a needless copy operation.
41441         Do not inspect st_dev and st_ino for symbolic links; POSIX
41442         doesn't specify the latter.
41443         Check for closedir errors.
41444         Avoid needless casts.
41445         Use "#ifdef weak_alias" around weak_alias, to be like other
41446         glibc code.
41447         The following changes to getcwd.c have effect only when used in
41448         gnulib; they have no effect inside glibc proper.
41449         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
41450         as alloca isn't used.
41451         (alloca, __alloca): Likewise.
41452         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
41453         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
41454         unconditionally, as gnulib assumes C89 or better.
41455         Do not include <sys/param.h>.
41456         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
41457         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
41458         better.
41459         (NULL) [!defined NULL]: Remove; we assume C89 or better.
41460         Include <dirent.h> in a way that is compatible with modern Autoconf.
41461         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
41462         New macros, if not already defined.
41463         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
41464         Use "_LIBC", not "defined _LIBC", for consistency.
41465         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
41466         a mempcpy module.
41467         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
41468         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
41469         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
41470         credit only to Jim Meyering and adjust the copyright dates.
41471         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
41472         <stdlib.h>, <unistd.h>, "pathmax.h".
41473         Instead, include "xgetcwd.h" (first) and "getcwd.h".
41474         (INITIAL_BUFFER_SIZE): Remove.
41475         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
41476
41477 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
41478
41479         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
41480         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
41481         Use the _ONCE methods, for efficiency.
41482         Check for fcntl.h.  In test program, include <errno.h>
41483         and <fcntl.h> if available.  Remove old K&R cruft from
41484         test program.  Check for common errors in GNU/Linux,
41485         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
41486         don't do AC_LIBOBJ, as that's getcwd.m4's job.
41487         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
41488         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
41489         name accordingly.
41490         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
41491         accommodate new getcwd.c.
41492         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
41493         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
41494         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
41495         that's all we need now.
41496
41497 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41498
41499         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
41500         argp-parse.c depends on getopt internals, that means we should
41501         always use our getopt, to be on the safe side.
41502         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
41503         order not to spoil the result of an eventual previous invocation
41504         of gl_GETOPT_SUBSTITUTE.
41505
41506 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41507
41508         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
41509         redefinition warnings. To avoid them, include the defines
41510         in `#if !defined __need_getopt ... #endif'. The only place
41511         where __getopt_argv_const is used is in definitions
41512         of getopt_long and getopt_long_only below, which are as well
41513         protected by `#ifndef __need_getopt'.
41514         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
41515         __need_getopt after including <stdio.h> and <unistd.h> These
41516         headers might have defined it.
41517
41518 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
41519
41520         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
41521
41522 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
41523
41524         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
41525         (futimens): New function, which uses futimes if available.
41526         (futimens, utimens): Support timespec==NULL, with same semantics
41527         as utime and utimens.
41528         * lib/utimens.h (futimens): New decl.
41529
41530 2004-11-23  Jim Meyering  <jim@meyering.net>
41531
41532         * lib/getopt_.h: Remove trailing blanks.
41533
41534 2004-11-23  Jim Meyering  <jim@meyering.net>
41535
41536         * lib/__fpending.c: Add comment.
41537
41538 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
41539
41540         * modules/canonicalize (Depends-on): Add xreadlink.
41541         Problem reported by James Youngman.
41542
41543 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41544
41545         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
41546         New macros.
41547         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
41548         optopt): Use them instead of invoking ## directly; otherwise, the
41549         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
41550
41551 2004-11-19  Bruno Haible  <bruno@clisp.org>
41552
41553         * lib/strtok_r.c: Move comments from here...
41554         * lib/strtok_r.h: ... to here.
41555
41556 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41557
41558         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
41559         implementations that mishandle size_t overflow.
41560
41561 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41562
41563         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
41564         might fail.  Problem reported by Yoann Vandoorselaere.
41565         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
41566         implementations that mishandle size_t overflow.
41567
41568 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41569
41570         * modules/canon-host (Depends-on): Add strdup.
41571
41572 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41573
41574         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
41575
41576 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41577
41578         * lib/canon-host.c: Include "strdup.h".
41579         (canon_host): Use getaddrinfo if available, so that IPv6 works.
41580         Use strdup instead of malloc/strcpy to duplicate strings.
41581
41582         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
41583         (human_space_before_unit): New constant.
41584         * lib/human.c (human_readable): Support it.
41585
41586         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
41587         (xgetcwd): Set errno correctly when failing.
41588         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
41589         the failure is actually due to a PATH_MAX problem.
41590
41591         Further getopt changes to make it more likely that glibc will
41592         buy the changes back.
41593         * lib/getopt.c (POSIXLY_CORRECT): New constant.
41594         (getopt): Use it, so to preserve glibc semantic
41595         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
41596         when compiling for libc.
41597         * lib/getopt_.h (__getopt_argv_const): Bring it back.
41598         (getopt_long, getopt_long_only): Use it.
41599
41600         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
41601         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
41602         (getopt): Argv is now char * const *, as per standard.
41603         (_getopt_internal_r, _getopt_internal): Argv is now char **,
41604         not char *__getopt_argv_const *.
41605         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
41606         _getopt_long_only_r): Likewise.
41607         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
41608         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
41609         _getopt_long_r, _getopt_long_only_r): Likewise.
41610         * lib/getopt_.h (__getopt_argv_const): Remove.
41611         (getopt): Argv is now char * const *, as per standard.
41612
41613         * lib/getdate.y (tORDINAL): New token.
41614         (day, relunit): Allow it for relative times.
41615         (relative_time_table): Use tORDINAL for ordinals.
41616
41617 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41618
41619         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
41620         Document that "second" isn't allowed as an ordinal number.
41621
41622 2004-11-16  Jim Meyering  <jim@meyering.net>
41623
41624         * modules/closeout (Depends-on): Add fpending.
41625
41626 2004-11-15  Jim Meyering  <jim@meyering.net>
41627
41628         * lib/closeout.c: Include "__fpending.h" once again.
41629         Include <stdbool.h>.
41630         (close_stdout): Don't fail just because stdout was closed initially,
41631         since some programs don't write to stdout in the normal course of
41632         operation (other than --version and --help), and we don't want this
41633         function to make e.g. `touch file >&-' fail.
41634         But do fail if it was closed and someone has tried to write to it.
41635         E.g., `printf foo >&-' must fail.
41636
41637 2004-11-13  Jim Meyering  <jim@meyering.net>
41638
41639         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
41640
41641 2004-11-12  Simon Josefsson  <jas@extundo.com>
41642
41643         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
41644         small doc fix is still pending.
41645
41646 2004-11-11  Simon Josefsson  <jas@extundo.com>
41647
41648         * modules/strtok_r: New file.
41649
41650         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41651         strtok_r.
41652
41653 2004-11-11  Simon Josefsson  <jas@extundo.com>
41654
41655         * m4/strtok_r.m4: New file.
41656
41657         * m4/getopt.m4: Replace opterr.
41658
41659 2004-11-11  Simon Josefsson  <jas@extundo.com>
41660
41661         * lib/strtok_r.h, strtok_r.c: New file.
41662
41663 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
41664
41665         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
41666         of replacing opterr, getopt, etc.  This should handle the
41667         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
41668
41669 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
41670
41671         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
41672         we can stop lying to compilers about the constness of argv when we
41673         are compiled outside glibc.
41674         (getopt, getopt_long, getopt_long_only): Use it.
41675         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
41676         _getopt_internal, getopt): Likewise.
41677         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
41678         _getopt_long_only_r): Likewise.
41679         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
41680         _getopt_long_r, _getopt_long_only_r): Likewise.
41681
41682         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
41683         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
41684         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
41685         the other external symbols.
41686         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
41687         declaration, since the above renaming now works around collisions.
41688
41689 2004-11-11  Jim Meyering  <jim@meyering.net>
41690
41691         * lib/linebreak.c: Remove trailing blanks.
41692         * lib/alloca_.h: Likewise.
41693         * lib/acosl.c: Likewise.
41694         * lib/euidaccess.c: Likewise.
41695         * lib/allocsa.h: Likewise.
41696
41697 2004-11-10  Simon Josefsson  <jas@extundo.com>
41698
41699         * m4/getaddrinfo.m4: New file.
41700
41701 2004-11-10  Simon Josefsson  <jas@extundo.com>
41702
41703         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
41704
41705 2004-11-10  Simon Josefsson  <jas@extundo.com>
41706
41707         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41708         getaddrinfo.
41709
41710         * modules/getaddrinfo: New file.
41711
41712 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
41713
41714         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
41715
41716 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
41717
41718         * lib/mktime.c (SHR): New macro, which is a portable
41719         substitute for >> that should work even on Crays.
41720         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
41721         Problem reported by Mark D. Baushke in
41722         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
41723         * lib/getdate.y (SHR): Likewise.
41724         (tm_diff): Use it.
41725         * lib/strftime.c (SHR): Likewise.
41726         (tm_diff): Use it.
41727         * lib/quotearg.c (struct quoting_options): Use unsigned int for
41728         quote_these_too, so that right shifts are well defined.  All uses
41729         changed.
41730
41731 2004-11-10  Jim Meyering  <jim@meyering.net>
41732
41733         Ensure that no close failure goes unreported.
41734         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
41735         return early when it seems there's nothing to flush.
41736         Don't include __fpending.h.
41737
41738 2004-11-10  Jim Meyering  <jim@meyering.net>
41739
41740         * modules/closeout (Depends-on): Remove fpending.
41741
41742 2004-11-10  Jim Meyering  <jim@meyering.net>
41743
41744         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
41745
41746 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41747
41748         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
41749         gl_FUNC_STRFTIME.
41750         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
41751         and AC_REQUIRE when possible, to avoid duplicate checks.
41752         Check for <wchar.h>.
41753
41754 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41755
41756         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
41757
41758 2004-11-09  Bruno Haible  <bruno@clisp.org>
41759
41760         * m4/sockpfaf.m4: New file.
41761
41762 2004-11-05  Bruno Haible  <bruno@clisp.org>
41763
41764         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
41765         Reported by Mark D. Baushke <mdb@cvshome.org>.
41766
41767 2004-11-04  Bruno Haible  <bruno@clisp.org>
41768
41769         2004-09-11  Bruno Haible  <bruno@clisp.org>
41770                 * allocsa.valgrind: New file.
41771         2004-02-06  Bruno Haible  <bruno@clisp.org>
41772                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
41773                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
41774                 Reported by Christopher Seip <chris.seip@hp.com>.
41775
41776 2004-11-04  Bruno Haible  <bruno@clisp.org>
41777
41778         * modules/allocsa (Files): Add lib/allocsa.valgrind.
41779         (Makefile.am): Distribute it.
41780
41781 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41782
41783         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
41784         with errno == ERANGE if the buffer is too small.
41785         Problem reported by Mark D. Baushke.
41786
41787 2004-11-03  Albert Chin  <china@thewrittenword.com>
41788             Paul Eggert  <eggert@cs.ucla.edu>
41789
41790         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
41791         equivalent, substitute $ac_type for equivalent type rather than
41792         blindly using uint32_t *always* which won't work if uint32_t is not
41793         available.  Define _UINT32_T to work around typedef of uint32_t if
41794         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
41795         2.5.1.
41796
41797 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41798
41799         * m4/jm-macros.m4: Sync from coreutils.
41800         (gl_MACROS): Check for mbrlen, for pathchk.
41801         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
41802
41803 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41804
41805         * lib/xreadlink.c (MAXSIZE): New macro.
41806         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
41807         size does not exceed MAXSIZE.  Avoid cast.
41808         As suggested by Mark D. Baushke in
41809         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
41810         if readlink fails with buffer size just under MAXSIZE, try again
41811         with MAXSIZE.
41812
41813 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41814
41815         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
41816
41817 2004-11-02  Derek R. Price  <derek@ximbiot.com>
41818         and  Paul Eggert  <eggert@cs.ucla.edu>
41819
41820         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
41821         (get_date): Overparenthesize to avoid GCC warning.
41822
41823 2004-11-02  Bruno Haible  <bruno@clisp.org>
41824
41825         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
41826         returns void.
41827
41828 2004-11-02  Bruno Haible  <bruno@clisp.org>
41829
41830         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
41831         function returns void.
41832
41833 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
41834
41835         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
41836         fflush_unlocked, flockfile, funlockfile, funlockfile,
41837         fputs_unlocked, putc_unlocked.
41838
41839 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
41840
41841         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
41842         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
41843         already declared.
41844
41845 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41846
41847         * modules/getdate (Files): Add doc/getdate.texi.
41848         (Depends-on): Add setenv, xalloc.
41849
41850 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41851
41852         * lib/getdate.y: Add support for TZ="foo" within a date string.
41853         Fix some bugs near time_t boundaries.  Reject dates with
41854         out-of-range components, e.g., "Sept 31".
41855         Include <stdlib.h>, "setenv.h", "xalloc.h".
41856         (ISDIGIT_LOCALE): Remove; unused.
41857         Note that the TZ and time functions used here are not reentrant.
41858         (mktime_ok, get_tz): New functions.
41859         (TZBUFSIZE): New constant.
41860         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
41861         This requires that we sometimes generate our own TZ="XXX..." setting.
41862
41863 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41864
41865         * doc/getdate.texi: New file, from coreutils with modifications for
41866         the new TZ parsing.
41867
41868 2004-10-27  Derek R. Price  <derek@ximbiot.com>
41869
41870         * lib/mktime.c (not_equal_tm): Remove redundant check.
41871
41872 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41873
41874         * modules/regex (lib_SOURCES): Add regex.c.
41875         Reported by James Youngman in
41876         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
41877
41878 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41879
41880         * lib/getdate.y: Use Bison 1.875 features, and some minor
41881         code cleanups.  This change does not affect semantics.
41882         Don't include <stdlib.h>; no longer needed.
41883         Don't include unlocked-io.h; only the "#if TEST" code uses
41884         stdio, and performance isn't crucial there.
41885         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
41886         Bison 1.875 features as described below.
41887         All uses of "PC." replaced by "pc->".
41888         (YYSTYPE): Add a forward declaration.
41889         (yylex, yyerror): Use full prototypes in forward decls.
41890         Use "%pure-parser" rather than obsolescent "%pure_parser".
41891         Use %parse-param and %lex-param instead of obsolescent
41892         YYPARSE_PARAM and YYLEX_PARAM.
41893         (meridian_table, month_and_day_table, time_units_table,
41894         relative_time_table, time_zone_table, military_table,
41895         lookup_zone, lookup_word, get_date):
41896         Use NULL instead of 0 where appropriate.
41897         (to_hour): Avoid abort (), to avoid a dependency on
41898         stdlib.h.
41899         (yyerror, yylex): Now accepts parser_control * arg.
41900         (main) [TEST]: Use '\0' rather than 0 for char.
41901
41902 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
41903
41904         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
41905
41906 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
41907
41908         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
41909         It's now the caller's responsibility to handle the case where
41910         !HAVE_GETPAGESIZE && !defined getpagesize.
41911
41912         * lib/mktime.c (leapyear): Arg is long int, not int.
41913
41914 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
41915
41916         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
41917
41918 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41919
41920         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
41921         missing.  Problem reported by James Youngman.
41922
41923 2004-10-16  Simon Josefsson  <jas@extundo.com>
41924
41925         * gnulib-tool: Fix comments.  Fix parse problem.
41926         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
41927
41928 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
41929
41930         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
41931         implementation of getopt_long.  Problem reported by Alexander Taler in:
41932         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
41933
41934 2004-10-15  Bruno Haible  <bruno@clisp.org>
41935
41936         * gnulib-tool: Untabify. Initialize supplied_libname.
41937         (func_usage): More homogenous output.
41938         (func_modules_transitive_closure, func_modules_to_filelist,
41939         func_emit_lib_Makefile_am): New functions.
41940         (func_import): New function, extracted from big case statement. Use
41941         func_get_license, func_modules_transitive_closure,
41942         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
41943         opt_lgpl. Don't use test -a, as it's not portable.
41944         (func_create_testdir): Use func_modules_transitive_closure,
41945         func_modules_to_filelist, func_emit_lib_Makefile_am.
41946
41947 2004-10-15  Bruno Haible  <bruno@clisp.org>
41948
41949         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
41950
41951 2004-10-15  Bruno Haible  <bruno@clisp.org>
41952
41953         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
41954         the portions belonging to each module.
41955         Suggested by Derek Robert Price <derek@ximbiot.com>.
41956
41957 2004-10-12  Simon Josefsson  <jas@extundo.com>
41958
41959         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
41960         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
41961         to real functions.
41962
41963 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41964
41965         * modules/vsnprintf: New file.
41966
41967 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41968
41969         * m4/vsnprintf.m4: New file.
41970
41971 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41972
41973         * lib/vsnprintf.h: New file.
41974         * lib/vsnprintf.c: New file.
41975
41976 2004-10-11  Bruno Haible  <bruno@clisp.org>
41977
41978         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
41979         vsnprintf.
41980
41981 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
41982
41983         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
41984
41985 2004-10-07  Bruno Haible  <bruno@clisp.org>
41986
41987         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
41988         fits into the provided buffer.
41989
41990 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
41991
41992         * lib/diacrit.c, diacrit.h: Add GPL notice.
41993
41994         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
41995         notice.
41996         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
41997         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
41998         This avoids a potential constant-folding bug.
41999
42000 2004-10-05  Bruno Haible  <bruno@clisp.org>
42001
42002         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
42003         for the declaration of strsep.
42004
42005 2004-10-05  Bruno Haible  <bruno@clisp.org>
42006
42007         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
42008
42009 2004-10-04  Simon Josefsson  <jas@extundo.com>
42010
42011         * modules/memmem: New file.
42012         * tests/test-memmem.c: New file.
42013         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
42014
42015 2004-10-04  Simon Josefsson  <jas@extundo.com>
42016
42017         * m4/memmem.m4: New file.
42018
42019 2004-10-04  Simon Josefsson  <jas@extundo.com>
42020
42021         * lib/memmem.h: New file.
42022         * lib/memmem.c: New file, taken from glibc.
42023
42024 2004-10-04  Simon Josefsson  <jas@extundo.com>
42025
42026         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
42027         '#ifdef USE_UNLOCKED_IO'.
42028
42029 2004-10-04  Simon Josefsson  <jas@extundo.com>
42030
42031         * config/srclist.txt: Add memmem from glibc.
42032
42033 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
42034
42035         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
42036
42037         * modules/argmatch, modules/argp, modules/closeout, modules/error,
42038         modules/exclude, modules/getdate, modules/getline,
42039         modules/getndelim2, modules/getpass, modules/getpass-gnu,
42040         modules/getusershell, modules/linebuffer, modules/md5,
42041         modules/mountlist, modules/posixtm, modules/readtokens,
42042         modules/readutmp, modules/regex, modules/sha1,
42043         modules/version-etc, modules/yesno:
42044         Remove dependency on unlocked-io.
42045
42046 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
42047
42048         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
42049
42050         * m4/unlocked-io.m4: Add copyright notice.
42051         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
42052
42053 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
42054
42055         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
42056         * lib/xmalloc.c (xmemdup): Likewise.
42057         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
42058         XFREE): Remove these long-obsolescent macros.
42059         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
42060         * lib/xstrdup.c: Remove.
42061
42062         * lib/regex.c (re_comp): Cast gettext return value to char *,
42063         Problem reported by Martin Neitzel via Mark D. Baushke.
42064
42065 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
42066
42067         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
42068         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
42069         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
42070         regex.c, sha1.c, version-etc.c, yesno.c:
42071         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
42072         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
42073         the includer's responsibility.
42074
42075         Sync from coreutils.
42076
42077         * lib/modechange.c (mode_compile): Don't decrement a pointer that
42078         points to the start of a string, as the C Standard says the
42079         resulting behavior is undefined.
42080
42081         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
42082         simple -> simple_backups, numbered_existing ->
42083         numbered_existing_backups, numbered -> numbered_backups
42084         to avoid shadowing problems.  All uses changed.
42085         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
42086         * lib/backupfile.c (check_extension, numbered_backup):
42087         Rename locals to avoid shadowing 'basename'.
42088         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
42089         once.
42090
42091         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
42092         * lib/.cvsignore: Add getopt.h.
42093
42094 2004-10-04  Bruno Haible  <bruno@clisp.org>
42095
42096         * modules/README: New file.
42097         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
42098         not a module.
42099
42100 2004-10-02  Jim Meyering  <jim@meyering.net>
42101
42102         * lib/dirfd.h, getpagesize.h: Add copyright notice.
42103
42104 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
42105
42106         * modules/strsep: New file.
42107
42108 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
42109
42110         * m4/strsep.m4: New file.
42111
42112 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
42113
42114         * lib/strsep.h: New file.
42115         * lib/strsep.c: New file.
42116
42117 2004-10-01  Simon Josefsson  <jas@extundo.com>
42118
42119         * lib/snprintf.c (snprintf): Handle size==0.
42120
42121 2004-10-01  Simon Josefsson  <jas@extundo.com>
42122             Bruno Haible  <bruno@clisp.org>
42123
42124         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
42125         (snprintf): Declare 'args'.
42126
42127 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
42128
42129         * lib/snprintf.c: Remove comments as to why each header is needed.
42130
42131 2004-10-01  Bruno Haible  <bruno@clisp.org>
42132
42133         * MODULES.html.sh: Add strsep.
42134
42135 2004-09-30  Simon Josefsson  <jas@extundo.com>
42136
42137         * modules/snprintf: New file.
42138
42139 2004-09-30  Simon Josefsson  <jas@extundo.com>
42140
42141         * m4/snprintf.m4: New file.
42142
42143 2004-09-30  Simon Josefsson  <jas@extundo.com>
42144
42145         * lib/snprintf.h, lib/snprintf.c: New files.
42146
42147 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42148
42149         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
42150         (hol_entry_help): Never translate an empty string.
42151         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
42152         * lib/argp.h (OPTION_NO_TRANS): New option.
42153
42154 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
42155
42156         * modules/argp (Maintainer): Replace Simon Josefsson
42157         by Sergey Poznyakoff.
42158
42159 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
42160
42161         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
42162         changes merged back into glibc.
42163
42164 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
42165
42166         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
42167
42168 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
42169
42170         * lib/xvasprintf.c: Include xalloc.h.
42171         (xvasprintf): Use xalloc_die, not xmalloc_die.
42172
42173 2004-09-29  Bruno Haible  <bruno@clisp.org>
42174
42175         * modules/alloca-opt: New file, derived from modules/alloca.
42176         * modules/allocsa: Depend on alloca-opt instead of alloca.
42177         * modules/setenv: Likewise.
42178         * modules/vasnprintf: Likewise.
42179         * MODULES.html.sh: Add alloca-opt.
42180
42181 2004-09-28  Simon Josefsson  <jas@extundo.com>
42182
42183         * gnulib-tool: New parameter --lgpl, to asseert that modules are
42184         LGPL, and to replace license template from GPL to LGPL.
42185
42186 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
42187
42188         * modules/dummy: Change license to LGPL.
42189
42190 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
42191
42192         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
42193
42194 2004-09-24  Simon Josefsson  <jas@extundo.com>
42195
42196         * modules/minmax (License): Change from GPL to LGPL.
42197
42198 2004-09-23  Simon Josefsson  <jas@extundo.com>
42199
42200         * gnulib-tool (--import): Typo.
42201
42202 2004-09-23  Simon Josefsson  <jas@extundo.com>
42203
42204         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
42205
42206 2004-09-22  Bruno Haible  <bruno@clisp.org>
42207
42208         * modules/*: Add 'License' field.
42209         * gnulib-tool: Accept --extract-license option.
42210         (func_get_license): New function.
42211
42212 2004-09-21  Bruno Haible  <bruno@clisp.org>
42213
42214         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
42215         Reported by Simon Josefsson.
42216
42217 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
42218
42219         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
42220         gl_AC_TYPE_LONG_LONG.
42221
42222 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
42223
42224         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
42225
42226 2004-09-18  Simon Josefsson  <jas@extundo.com>
42227         and  Paul Eggert  <eggert@cs.ucla.edu>
42228
42229         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
42230         calls with autoreconf.  Define GL_LIB.
42231
42232 2004-09-14  Karl Berry  <karl@gnu.org>
42233
42234         * config/srclist.txt: unsync setenv.c, sigh.
42235
42236 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
42237
42238         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
42239         Problem reported by Bruno Haible in:
42240         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
42241
42242 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
42243
42244         * config/srclist.txt: Comment out argp-pvh.c.
42245
42246 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
42247
42248         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
42249         in case some system header has #define'd it.  Problem reported by
42250         Soeren D. Schulze in
42251         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
42252
42253 2004-09-09  Karl Berry  <karl@gnu.org>
42254
42255         * regex.[ch]: delete from the root.  These were supposed to be
42256                 synced with emacs cvs, but this has not happened for about
42257                 a year, and anyway nothing else uses emacs regex.[ch].
42258                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
42259                 lib/regex[.ch] is untouched.
42260
42261 2004-09-09  Bruno Haible  <bruno@clisp.org>
42262
42263         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
42264
42265 2004-09-09  Bruno Haible  <bruno@clisp.org>
42266
42267         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
42268         modifications.
42269         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
42270
42271 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
42272
42273         * modules/xvasprintf: New file.
42274         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
42275
42276 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
42277
42278         * lib/xvasprintf.h: New file.
42279         * lib/xvasprintf.c: New file.
42280         * lib/xasprintf.c: New file.
42281
42282 2004-09-08  Bruno Haible  <bruno@clisp.org>
42283
42284         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
42285
42286 2004-09-08  Bruno Haible  <bruno@clisp.org>
42287
42288         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
42289         length is > INT_MAX.
42290         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
42291         more.
42292
42293 2004-09-08  Bruno Haible  <bruno@clisp.org>
42294
42295         * lib/stdint_.h: New file, taken from GNU clisp.
42296
42297 2004-09-08  Bruno Haible  <bruno@clisp.org>
42298             Oskar Liljeblad  <oskar@osk.mine.nu>
42299
42300         * modules/stdint: New file.
42301         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
42302
42303 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42304
42305         Import from coreutils.
42306         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
42307         strings on unbounded length.  alloca's performance benefits aren't
42308         that important here.
42309         (V_STRDUP): Remove.
42310         (parse_with_separator): New function, with most of the internals
42311         of the old parse_user_spec.  Allow user to omit both user and group,
42312         for compatibility with FreeBSD.
42313         Clone only the user name, not the entire spec.
42314         Do not set *uid, *gid unless entirely successful.
42315         Avoid memory leak in some failing cases.
42316         Fix regression for USER.GROUP reported by Dmitry V. Levin in
42317         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
42318         (parse_user_spec): Rewrite to use parse_with_separator.
42319
42320 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42321
42322         * modules/userspec: Don't depend on alloca.
42323
42324 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42325
42326         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
42327
42328 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
42329
42330         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
42331         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
42332         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
42333
42334 2004-08-16  Simon Josefsson  <jas@extundo.com>
42335
42336         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
42337         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
42338         Add --dry-run for --import.
42339         Let user provided command line parameters override configure.ac
42340         settings.
42341
42342 2004-08-12  Simon Josefsson  <jas@extundo.com>
42343
42344         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
42345         as discussed with Paul Eggert in threads rooted at
42346         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
42347         and
42348         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
42349         Before, the test was empty, and relied on ELIDE_CODE in source
42350         code.)
42351         (gl_PREREQ_GETOPT): New macro.
42352         (gl_GETOPT): Use them.
42353
42354 2004-08-12  Simon Josefsson  <jas@extundo.com>
42355
42356         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
42357         * lib/getopt_.h: Renamed from getopt.h.
42358
42359 2004-08-12  Simon Josefsson  <jas@extundo.com>
42360
42361         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
42362         Change default library name from libfoo to libgnu.
42363         Now, if you have a configure.ac that says:
42364                 gl_SOURCE_BASE(gl)
42365                 gl_M4_BASE(gl/m4)
42366                 gl_MODULES(error getopt etcetera)
42367                 gl_INIT
42368         you can import all you need by running:
42369                 ../gnulib/gnulib-tool --import
42370
42371         * modules/getopt (Files): Rename getopt.h to getopt_.h.
42372         (Makefile.am): Rewrite, use logic from argz.
42373         (Include): Use <getopt.h> instead of "getopt.h".
42374
42375 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
42376
42377         * modules/argp (Files): Add m4/unlocked-io.m4.
42378         (Depends-on): Add extensions.
42379
42380 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
42381
42382         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
42383         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
42384         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
42385         Check for program_invocation_name, program_invocation_short_name,
42386         flockfile, funlockfile, features.h, _getopt_long_only_r.
42387
42388 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
42389
42390         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
42391         its complicated substitute.
42392         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
42393         and program_invocation_name.
42394         (__argp_basename) [!_LIBC]: Remove; the only use was
42395         replaced by its body.
42396         (__argp_short_program_name): Change condition from
42397         !defined __argp_short_program_name to
42398         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
42399         to match argp-namefrob.h.
42400         (__argp_failure): Don't assume strerror_r returns char *.
42401         * lib/argp-parse.c (N_): Define unconditionally.
42402         (argp_default_options): Fill out initializers with 0 to avoid
42403         gcc warnings.
42404
42405 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
42406
42407         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
42408         getopt1.c.
42409
42410 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
42411
42412         Merge from coreutils.
42413
42414         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
42415
42416         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
42417         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
42418
42419 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
42420
42421         Merge from coreutils.
42422
42423         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
42424         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
42425         for Reliant Unix 5.43.
42426
42427         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
42428         (union fooround): Use uintmax_t, not long int.
42429         The rest is a merge from libc:
42430         [defined _LIBC]: Include <shlib-compat.h>.
42431         (_obstack) [defined _LIBC]: Remove after 2.3.4.
42432
42433         * lib/settime.c (settime): Recode to avoid warning with
42434         Sun Forte C 6U2.
42435
42436         * lib/strverscmp.c: Convert to UTF-8.
42437
42438 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
42439
42440         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
42441         m4/uintmax_t.m4.
42442
42443 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
42444
42445         * modules/xalloc-die: New file.
42446         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
42447
42448         * modules/md5 (Files): Add m4/uint32_t.m4.
42449         * modules/sha1: Renamed from modules/sha.
42450         (Files):
42451         Rename lib/sha.h to lib/sha1.h.
42452         Rename lib/sha.c to lib/sha1.c.
42453         Rename m4/sha.m4 to m4/sha1.m4.
42454         (lib_SOURCES): Likewise.
42455         (configure.ac): Rename gl_SHA to gl_SHA1.
42456         (Include): sha.h -> sha1.h.
42457
42458 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
42459
42460         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
42461         * m4/sha1.m4: Renamed from sha.m4.
42462         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
42463
42464 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
42465
42466         * lib/obstack.h (obstack_empty_p):
42467         Don't assume that chunk->contents is suitably aligned.
42468         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
42469         Likewise. Problem reported by Benno in
42470         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
42471
42472         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
42473         readable.  This could be improved further but it'd take some work.
42474
42475 2004-08-08  Simon Josefsson  <jas@extundo.com>
42476
42477         * modules/xgethostname (Depends-on): Remove exit and error (not
42478         used).
42479
42480         * modules/getpass-gnu: Add getpass.h.
42481         (Depends-on): Add stdbool.
42482         * modules/getpass: Add getpass.h.
42483
42484 2004-08-08  Simon Josefsson  <jas@extundo.com>
42485
42486         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
42487         Check getpass declaration.
42488
42489 2004-08-08  Simon Josefsson  <jas@extundo.com>
42490
42491         * lib/xgethostname.c: Don't include error.h (not used).
42492
42493         * lib/getpass.h: Add.
42494         * lib/getpass.c: Include getpass.h first.
42495
42496 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
42497
42498         * lib/xalloc-die.c: New file.
42499         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
42500         All uses removed.
42501         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
42502         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
42503         xalloc-die.c.
42504         (_, N_, xalloc_die): Move to xalloc-die.c.
42505         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
42506         so that we needn't mess with xalloc_msg_memory_exhausted.
42507
42508         * lib/sha1.h: Renamed from sha.h.
42509         (SHA1_H): Renamed from _SHA_H.
42510         (sha1_ctx): Renamed from sha_ctx.
42511         (sha1_init_ctx): Renamed from sha_init_ctx.
42512         (sha1_process_block): Renamed from sha_process_block.
42513         (sha1_process_bytes): Renamed from sha_process_bytes.
42514         (sha1_finish_ctx): Renamed from sha_finish_ctx.
42515         (sha1_read_ctx): Renamed from sha_read_ctx.
42516         (sha1_stream): Renamed from sha_stream.
42517         (sha1_buffer): Renamed from sha_buffer.
42518         * lib/sha1.c: Likewise; renamed from sha.c.
42519         Do not include <sys/types.h>.
42520         Include <stddef.h> rather than <stdlib.h>.
42521
42522 2004-08-08  Bruno Haible  <bruno@clisp.org>
42523
42524         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
42525         FILESYSTEM_PREFIX_LEN.
42526         * lib/progreloc.c: Likewise.
42527         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
42528
42529 2004-08-06  Simon Josefsson  <jas@extundo.com>
42530
42531         * modules/progname (Depends-on): Don't depend on stdbool.
42532
42533 2004-08-06  Simon Josefsson  <jas@extundo.com>
42534
42535         * modules/getsubopt: New file.
42536         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42537         getsubopt.
42538
42539 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
42540
42541         More merge from coreutils.
42542
42543         * m4/utimens.m4, m4/utimecmp.m4: New files.
42544         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
42545         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
42546         prereq.m4, sha.m4: Import changes from coreutils.
42547
42548 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
42549
42550         More merge from coreutils.
42551         * modules/raise, modules/readtokens0, modules/utimens:
42552         * modules/utimecmp, module/xnanosleep: New files.
42553         * modules/strftime: Add lib/strftime.h.
42554         Change include from <time.h> to "strftime.h".
42555         * modules/yesno: Add lib/yesno.h.
42556         * modules/backupfile: Remove lib/addext.c.
42557         * modules/euidaccess: Add stat-macros.h.
42558         * modules/canonicalize, modules/euidaccess,
42559         modules/filemode, modules/lchown, modules/makepath,
42560         modules/rmdir, modules/stat: Likewise.
42561
42562 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
42563
42564         Merge from tar.
42565         * lib/argp-help.c (make_hol, hol_append): Don't assume that
42566         SIZE_MAX is a valid preprocessor constant.
42567         (__argp_basename): Change from "#ifndef _LIBC"
42568         to "#ifndef __argp_short_program_name", so that
42569         we don't compile these functions for tar.
42570
42571         More merges from coreutils.
42572         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
42573         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
42574         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
42575         * lib/addext.c: Remove; no longer needed.
42576         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
42577         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
42578         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
42579         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
42580         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
42581         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
42582         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
42583         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
42584         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
42585         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
42586         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
42587         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
42588         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
42589         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
42590         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
42591         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
42592         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
42593         Import changes from coreutils.
42594
42595 2004-08-05  Simon Josefsson  <jas@extundo.com>
42596
42597         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
42598
42599 2004-08-05  Simon Josefsson  <jas@extundo.com>
42600
42601         * m4/getsubopt.m4: New file.
42602
42603 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
42604
42605         Merge from coreutils.
42606
42607         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
42608         * m4/getcwd-path-max.m4: New files.
42609
42610         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
42611         FILESYSTEM_PREFIX_LEN ->
42612         FILE_SYSTEM_PREFIX_LEN.
42613         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
42614         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
42615         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
42616         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
42617
42618         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
42619         prerequisite modules now handle the DOS stuff.
42620         Don't check for unistd.h.
42621
42622 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
42623
42624         Merge from coreutils.
42625
42626         * lib/.gdb-history: Remove; this doesn't belong here.
42627
42628         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
42629         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
42630         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
42631         * lib/getcwd.c: New files.
42632
42633         * lib/dirname.h: Include <stdbool.h>.
42634         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
42635         for consistency with POSIX terminology.  All uses changed.
42636         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
42637         (strip_trailing_slashes): Use bool for booleans.
42638         * lib/stripslash.c (strip_trailing_slashes): Likewise.
42639
42640         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
42641         sometimes returns a positive errno value even when it succeeds.
42642         (print_errno_message) [!LIBC]: Fall back on strerror if
42643         __strerror_r fails.
42644
42645         * lib/path-concat.c (mempcpy): Don't define if a system header defines
42646         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
42647         (longest_relative_suffix): New function.
42648         (path_concat): Use it.  Assume first argument is not NULL.
42649         Port to DOS.  Omit redundant separators.
42650         Report an error instead of returning NULL.
42651         Use mempcpy instead of memcpy.
42652         (xpath_concat): Remove: not declared or used.
42653
42654         * lib/same.h: Include <stdbool.h>
42655         (same_name): Return bool, not int.
42656         * lib/same.c (same_name): Likewise.
42657         (errno): Don't declare; we assume C89 or better now.
42658
42659         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
42660         if not already defined.
42661
42662         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
42663         * lib/dup-safer.c (errno): Likewise.
42664
42665 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
42666
42667         Merge from coreutils.
42668         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
42669         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
42670         * modules/path-concat: Don't depend on strdup.
42671
42672 2004-08-03  Simon Josefsson  <jas@extundo.com>
42673
42674         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
42675         * lib/progname.h: Don't include stdbool.h.
42676
42677 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
42678
42679         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
42680         * MODULES.html.sh (func_all_modules): Remove fatal.
42681
42682 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
42683
42684         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
42685
42686 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
42687
42688         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
42689         working.
42690
42691 2004-08-02  Simon Josefsson  <jas@extundo.com>
42692
42693         * lib/getsubopt.h: New file, with comments from Bruno Haible.
42694         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
42695         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
42696
42697 2004-08-01  Simon Josefsson  <jas@extundo.com>
42698
42699         * lib/xgetdomainname.c: Include stdlib.h, for free().
42700
42701 2004-07-19  Bruno Haible  <bruno@clisp.org>
42702
42703         * MODULES.html.sh (func_all_modules): Add dummy.
42704
42705 2004-07-16  Simon Josefsson  <jas@extundo.com>
42706
42707         * modules/dummy: New file.
42708
42709 2004-07-16  Simon Josefsson  <jas@extundo.com>
42710
42711         * lib/dummy.c: New file.
42712
42713 2004-07-16  Bruno Haible  <bruno@clisp.org>
42714
42715         * lib/backupfile.h: Add extern "C" for C++.
42716         * lib/closeout.h: Likewise.
42717         * lib/copy-file.h: Likewise.
42718         * lib/findprog.h: Likewise.
42719         * lib/full-write.h: Likewise.
42720         * lib/pathname.h: Likewise.
42721         * lib/progname.h: Likewise.
42722         * lib/stpcpy.h: Likewise.
42723         * lib/stpncpy.h: Likewise.
42724         * lib/strcase.h: Likewise.
42725         * lib/strstr.h: Likewise.
42726         * lib/xalloc.h: Likewise.
42727
42728         * lib/mbswidth.h: Add extern "C" for C++.
42729         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
42730
42731 2004-07-13  Robert Millan  <robertmh@gnu.org>
42732
42733         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
42734
42735 2004-07-09  Simon Josefsson  <jas@extundo.com>
42736
42737         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
42738         failed without this.)
42739
42740 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42741
42742         * modules/chown (Files): Add lib/fchown-stub.c, since
42743         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
42744
42745 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42746
42747         * lib/fchown-stub.c: New file.
42748
42749 2004-06-24  Jim Meyering  <jim@meyering.net>
42750
42751         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
42752
42753 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42754
42755         * modules/argz: Omit "#include".
42756
42757         * MODULES.html.sh (func_all_modules): Add calloc, to match
42758         2004-06-01 addition of calloc module.
42759
42760 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42761
42762         * m4/argz.m4: New file, which is autoupdated from libtool.
42763
42764 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42765
42766         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
42767         libtool.
42768
42769 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42770
42771         * config/srclist-update: Don't insist on "USA." before the
42772         close-comment, as libtool omits the period and puts the */ on a
42773         separate line.
42774         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
42775         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
42776
42777 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
42778
42779         * modules/argz: New file.
42780         * MODULES.html.sh (func_all_modules): Add argz.
42781
42782 2004-06-12  Jim Meyering  <jim@meyering.net>
42783         and  Paul Eggert  <eggert@cs.ucla.edu>
42784
42785         * modules/hash (Files): Add lib/xalloc.h.
42786         * modules/pipe (Depends-on): Add wait-process.
42787         * modules/stat (Depends-on): Add xalloc.
42788         * modules/userspec (Files): Add lib/userspec.h.
42789         * modules/xstrto
42790
42791         Upgrade from gettext-0.13.
42792         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
42793         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
42794         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
42795
42796 2004-06-10  Jim Meyering  <jim@meyering.net>
42797
42798         * lib/calloc.c: New file.
42799
42800 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
42801
42802         * lib/getdate.y (yylex): Allow space between sign and number.
42803         Problem reported by Dan Jacobson.
42804
42805 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
42806
42807         Merge from coreutils CVS.
42808
42809         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
42810         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
42811         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
42812         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
42813         xstrtol.m4: Fix copyright date and/or serial number.
42814
42815         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
42816         See if we need an fchown replacement.
42817         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
42818         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
42819         and use the replacement function if we detect either defect.
42820
42821         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
42822         gl_UTIMECMP.
42823
42824 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
42825         and  Jim Meyering  <jim@meyering.net>
42826
42827         Merge from coreutils CVS.
42828
42829         * lib/stat-macros.h: New file, with contents from file-type.h
42830         and coreutils' system.h.
42831         * lib/file-type.c: Include "stat-macros.h".
42832         * lib/file-type.h (file_type): Move all macro definitions to new file,
42833         stat-macros.h.
42834
42835         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
42836         Wrap old code with this conditional.
42837         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
42838         function that does not dereference symlinks.
42839         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
42840
42841         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
42842         dependency problems.
42843         (xreadlink): Accept new arg SIZE, for efficiency.
42844         All decls and uses changed.
42845         * lib/xreadlink.h: Include <stddef.h>, for size_t.
42846
42847         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
42848         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
42849
42850         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
42851         sysexits.h.
42852
42853 2004-06-01  Jim Meyering  <jim@meyering.net>
42854
42855         * m4/calloc.m4: New file.
42856
42857 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
42858
42859         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
42860         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
42861         Also, fix a typo in a diagnostic.
42862
42863 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
42864
42865         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
42866         or AC_FUNC_REALLOC.
42867
42868 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
42869
42870         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
42871         macros to be defined.
42872         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
42873         the allocator returns NULL because the requested size is zero.
42874
42875 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
42876
42877         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
42878         var.  Add comment explaining why libc still defines it.  This
42879         merges the following patch from glibc:
42880         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
42881
42882 2004-05-20  Andreas Schwab  <schwab@suse.de>
42883
42884         * m4/free.m4: Replace free if it not known to work, not the other
42885         way round.
42886
42887 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42888
42889         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
42890         present in glibc since revision 1.1 of this file.
42891         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
42892         obstack_alignment_mask, obstack_alloc, obstack_base,
42893         obstack_blank, obstack_blank_fast, obstack_chunk_size,
42894         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
42895         obstack_grow0, obstack_init, obstack_int_grow,
42896         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
42897         obstack_next_free, obstack_object_size, obstack_ptr_grow,
42898         obstack_ptr_grow_fast, obstack_room): Remove declarations of
42899         nonexistent functions.
42900
42901 2004-05-18  Karl Berry  <karl@gnu.org>
42902
42903         * config/srclist.txt: break link for vasnprintf.c.
42904
42905 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
42906
42907         Port obstack to the AS/400, where pointers are 16 bytes wide and
42908         you cannot cast an integer to a valid pointer.  This patch is
42909         currently waiting to be integrated into glibc; see
42910         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
42911
42912         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
42913         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
42914         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
42915         (struct obstack): temp member is now a union of a pointer and
42916         an integer, instead of an integer.  All integer uses changed.
42917         This does not affect the physical layout of struct obstack,
42918         except on hosts (like the AS/400) where the size or alignment of
42919         void * is greater than that of ptrdiff_t.
42920         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
42921         __STDC__)]: Store temporary in pointer member of union, not
42922         integer member.
42923         * lib/obstack.c: Include <stddef.h>, for offsetof.
42924         (struct fooalign): Remove; it doesn't need a name.
42925         (union fooround): Change double to long double, and add void *.
42926         (DEFAULT_ALIGNMENT): Use offsetof to compute.
42927         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
42928         not a macro.  Hence the values are always int; so remove all
42929         casts-to-int in uses.
42930
42931 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
42932
42933         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
42934         we can get this patch merged into glibc.
42935
42936 2004-05-17  Derek R. Price  <derek@ximbiot.com>
42937             Paul Eggert  <eggert@cs.ucla.edu>
42938
42939         * m4/argp: Depend on alloca.
42940
42941 2004-05-17  Derek R. Price  <derek@ximbiot.com>
42942             Paul Eggert  <eggert@cs.ucla.edu>
42943
42944         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
42945         freecoding.
42946
42947 2004-05-17  Bruno Haible  <bruno@clisp.org>
42948
42949         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
42950         precision that consists of a '.' followed by an empty digit string.
42951         Patch by Tor Lillqvist <tml@iki.fi>.
42952
42953 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
42954
42955         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
42956         for backward compatibility with older code.  We need our own
42957         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
42958         it under some other name, and our alloca.h will define it.
42959
42960 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
42961             Derek Price  <derek@ximbiot.com>
42962
42963         * lib/alloca.c: Include <alloca.h>, to get our interface.
42964         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
42965         include <alloca.h> first.  Use C89 prototype for alloca; this
42966         requires including <stddef.h> for size_t.  Use extern "C" if C++.
42967         Use #elif for simplicity, since we can assume C89 now.
42968         Don't try to source the system alloca.h since it will not be found
42969         and to prevent recursively including its replacement.
42970         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
42971         * lib/regex.c: Likewise.
42972
42973 2004-05-16  Derek Price  <derek@ximbiot.com>
42974             Paul Eggert  <eggert@cs.ucla.edu>
42975
42976         getline cleanup.  This changes the getndelim2 API: both order of
42977         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
42978         no delimiter).
42979
42980         * lib/getline.c: Don't include stddef.h or stdio.h, since our
42981         interface does that.
42982         (getline): Always use getdelim, so that we don't have two
42983         copies of this code.
42984         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
42985         if available.
42986         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
42987         (GETNDELIM2_MAXIMUM): New macro.
42988         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
42989         instead of the old practice of delim2==0.  All callers changed.
42990         Return -1 on overflow, instead of returning junk.
42991         Do not set *linesize unless allocation succeeds.
42992         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
42993         that we include sys/types.h.
42994         * lib/getnline.h: Likewise.
42995         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
42996         (getndelim2): Reorder arguments.
42997         * lib/getnline.c (getnline, getndelim):
42998         Don't discard the NMAX argument.
42999         (getnline): Invoke getndelim, to avoid code duplication.
43000         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
43001         of (size_t) -1 by callers of the getnline family.
43002
43003 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
43004
43005         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
43006         Check for gettimeofday.
43007         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
43008         Check for settimeofday, stime.
43009
43010 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
43011
43012         * lib/nanosleep.c (suspended): Change its type from int to
43013         sig_atomic_t volatile.
43014         (first_call): Make it private to rpl_nanosleep, and have it
43015         be zero initially as that's a bit faster.
43016         (my_usleep): Round up fractional times instead of truncating them,
43017         as this is the usual meaning for 'sleep'.
43018
43019         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
43020         doesn't work.
43021         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
43022         (ENOSYS): Define if not defined.
43023         (settime): Fall back on stime if it exists and settimeofday fails.
43024         But don't bother with fallbacks if a method fails with errno == EPERM.
43025
43026 2004-05-11  Jim Meyering  <jim@meyering.net>
43027
43028         Prior to this change, the save_cwd caller required read access to the
43029         current directory on most systems (ones with the fchdir function).
43030
43031         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
43032         fails, try write-only, and finally, resort to using xgetcwd.
43033
43034 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
43035
43036         * lib/obstack.c, obstack.h: Import changes from libc.
43037
43038 2004-04-28  Bruno Haible  <bruno@clisp.org>
43039
43040         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
43041         also implicitly appends .exe to executables.
43042         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
43043         accepts Windows pathnames.
43044         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
43045         Treat Cygwin like Windows, since it now accepts Windows pathnames.
43046         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
43047         Treat Cygwin like Windows, since it now accepts Windows pathnames.
43048         Reported by Derek Robert Price <derek@ximbiot.com>.
43049
43050 2004-04-21  Karl Berry  <karl@gnu.org>
43051
43052         * config/srclist.txt (localcharset.c): break sync.
43053
43054 2004-04-20  Paul Eggert  <eggert@twinsun.com>
43055
43056         * m4/host-os.m4: Add a copyright notice.
43057
43058 2004-04-20  Jim Meyering  <jim@meyering.net>
43059
43060         Change UTILS_ to gl_ in AC_DEFINE'd names.
43061         Change utils_- and jm_-prefixed variables, too.
43062         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
43063         UTILS_FUNC_MKDIR_TRAILING_SLASH.
43064         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
43065
43066         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
43067         Don't emit trailing blanks.
43068         Also rename jm_-prefixed variables to have gl_ prefix.
43069
43070         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
43071         Also rename jm_-prefixed variables to have gl_ prefix.
43072
43073         * m4/jm-macros.m4: Reflect the renamings.
43074         * m4/prereq.m4: Likewise.
43075
43076 2004-04-20  Jim Meyering  <jim@meyering.net>
43077
43078         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
43079         memory.
43080
43081 2004-04-20  Jim Meyering  <jim@meyering.net>
43082             Bruno Haible  <bruno@clisp.org>
43083
43084         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
43085         memory when realloc fails.
43086
43087 2004-04-19  Jim Meyering  <jim@meyering.net>
43088
43089         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
43090         now that readutmp.c may call `free (0)'.
43091
43092 2004-04-19  Bruno Haible  <bruno@clisp.org>
43093
43094         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
43095         * m4/inttypes_h.m4: Likewise.
43096         * m4/stdint_h.m4: Likewise.
43097         * m4/intmax_t.m4: Likewise.
43098         * m4/uintmax_t.m4: Likewise.
43099
43100 2004-04-18  Jim Meyering  <jim@meyering.net>
43101
43102         * m4/prereq.m4: Don't forbid jm_ prefix.
43103
43104         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
43105         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
43106         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
43107         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
43108         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
43109         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
43110         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
43111         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
43112         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
43113         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
43114         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
43115         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
43116         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
43117         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
43118         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
43119         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
43120         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
43121         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
43122         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
43123
43124 2004-04-18  Jim Meyering  <jim@meyering.net>
43125
43126         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
43127         failure, don't leak memory and do call END_UTMP_ENT.
43128
43129 2004-04-16  Jim Meyering  <jim@meyering.net>
43130
43131         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
43132         coreutils' stat program.
43133         (gl_PREREQ): Don't require jm_PREREQ_STAT.
43134
43135 2004-04-11  Paul Eggert  <eggert@twinsun.com>
43136
43137         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
43138         C89.
43139         (CHAR_BIT): Remove, since we assume C89.
43140         Include <stdint.h> if available, as per current Autoconf CVS advice.
43141
43142 2004-03-31  Jim Meyering  <jim@meyering.net>
43143
43144         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
43145         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
43146         * m4/xalloc.m4: Likewise.
43147
43148 2004-03-30  Paul Eggert  <eggert@twinsun.com>
43149
43150         Merge from coreutils.
43151
43152         * m4/inttostr.m4: New file.
43153         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
43154         Require AM_STDBOOL_H and gl_TIMESPEC instead.
43155         Require gl_CLOCK_TIME.
43156         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
43157
43158 2004-03-30  Paul Eggert  <eggert@twinsun.com>
43159
43160         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
43161         not bool, to be more consistent with Unix conventions.
43162         Suggested by Bruno Haible.
43163
43164         Merge from coreutils.
43165
43166         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
43167         * lib/umaxtostr.c: New files.
43168
43169         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
43170         the usual <time.h> dance.
43171         (get_date): Change signature to support fractional time stamps.
43172         All callers changed.
43173         * lib/getdate.y: Include "getdate.h" first, as we can now
43174         assume C89 and don't need to worry about 'const'.
43175         Similarly, include "unlocked-io.h" near start, not in middle.
43176         Include <limits.h>.
43177         (textint.value): Use long int rather than int.
43178         (textint.digits): Use size_t rather than int.
43179         (BILLION, LOG10_BILLION): New constants.
43180         (parser_control): New member rel_ns.  Members day_ordinal,
43181         time_zone, month, day, hour, minutes, rel_year, rel_month,
43182         rel_day, rel_hour, rel_minutes, rel_seconds
43183         are now long int, not int.  Member seconds is now struct timespec,
43184         not int.  New member timespec_seen.  Members dates_seen, days_seen,
43185         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
43186         not int.
43187         (%union.intval): Now long int, not int.
43188         New member timespec.
43189         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
43190         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
43191         (spec): Now is a timespec or an item list.
43192         (timespec, items): New nonterminals.
43193         (time, rel, relunit, number, get_date):
43194         Add support for fractional seconds.
43195         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
43196         (gmtime, localtime, mktime): Remove decls; not needed with C89.
43197         (to_hour): First arg is now long int, not int.
43198         (to_year): Returns long int, not int.
43199         Don't treat year -70 like 70.
43200         (tm_diff): Returns long int, not int.
43201         (lookup_word): Use bool instead of int when appropriate.
43202         (yylex): Use size_t for count, not int.
43203         Detect overflow when parsing large integer constants.
43204         Add support for fractions.
43205         (get_date): Make pointers 'const' if possible.
43206         Use more-portable code to detect integer overflow.
43207         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
43208         Don't use ctime; it's not reliable if the year has >4 digits.
43209
43210         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
43211         This is for compatibility with BSD.
43212
43213         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
43214         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
43215         From coreutils' system.h.
43216
43217         * lib/userspec.c: Don't include "posixver.h".
43218         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
43219         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
43220         compatible extension.  Simplify code by removing a boolean int
43221         that was always nonzero if a string was nonnull.
43222
43223 2004-03-30  Jim Meyering  <jim@meyering.net>
43224
43225         Merge from coreutils.
43226
43227         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
43228         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
43229         on some systems one must include <grp.h> before it.
43230         Reported by Christian Krackowizer.
43231
43232 2004-03-30  Jim Meyering  <jim@meyering.net>
43233
43234         Merge from coreutils.
43235
43236         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
43237
43238         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
43239         an empty input stream.
43240
43241         * lib/readtokens.c: Include <stdbool.h>.
43242         (readtoken): Use `size_t' rather than int/long.
43243         All callers adjusted.
43244         Use `bool' rather than `int' where appropriate.
43245         Use memset rather than an explicit loop.
43246         Use x2nrealloc rather than xrealloc.
43247         Allow the use of `\0' as a delimiter.
43248         (readtokens): Likewise.
43249         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
43250
43251 2004-03-30  Jim Meyering  <jim@meyering.net>
43252
43253         * m4/realloc.m4: Remove file, since now it does no more than
43254         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
43255         the `configure.ac' section of module/realloc.
43256         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
43257
43258 2004-03-30  Bruno Haible  <bruno@clisp.org>
43259
43260         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
43261         nonnull.
43262
43263 2004-03-29  Paul Eggert  <eggert@twinsun.com>
43264
43265         Merge changes to getloadavg.c from coreutils and Emacs.
43266
43267         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
43268         Define to an expression, not to the empty string.
43269         Include cloexec.h and xalloc.h.
43270         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
43271         Use set_cloexec_flag rather than rolling our own.
43272         * lib/cloexec.c, lib/cloexec.h: New files.
43273
43274 2004-03-29  Paul Eggert  <eggert@twinsun.com>
43275
43276         * m4/cloexec.m4: New file.
43277
43278 2004-03-18  Paul Eggert  <eggert@twinsun.com>
43279
43280         * lib/getopt.h: Sync with libc CVS.
43281
43282 2004-03-18  Paul Eggert  <eggert@twinsun.com>
43283             Bruno Haible  <bruno@clisp.org>
43284
43285         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
43286         mbswidth.
43287
43288 2004-03-18  Paul Eggert  <eggert@twinsun.com>
43289             Bruno Haible  <bruno@clisp.org>
43290
43291         * lib/mbswidth.h: Include <wchar.h> only if
43292         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
43293         <wchar.h>.
43294         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
43295
43296 2004-03-09  Paul Eggert  <eggert@twinsun.com>
43297
43298         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
43299         Sync with libc CVS.
43300         * lib/getopt_int.h: New file, also synced from libc.
43301
43302 2004-03-09  Paul Eggert  <eggert@twinsun.com>
43303
43304         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
43305         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
43306         Bring back getopt.c, getopt.h, getopt1.c.
43307
43308 2004-03-07  Paul Eggert  <eggert@twinsun.com>
43309
43310         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
43311         All uses changed.  Check for sa_sigaction member; this fixes
43312         a bug first reported by Jason Andrade in
43313         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
43314
43315 2004-03-07  Paul Eggert  <eggert@twinsun.com>
43316
43317         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
43318         '#if' expressions.  Unlike the code it replaces, it does not
43319         depend on (defined _SC_PAGESIZE).  However, it does depend on
43320         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
43321         first reported by Jason Andrade in
43322         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
43323
43324 2004-02-25  Simon Josefsson  <jas@extundo.com>
43325
43326         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
43327
43328 2004-02-25  Simon Josefsson  <jas@extundo.com>
43329
43330         * lib/strdup.h: New file.
43331         * lib/strdup.c: Include it.
43332         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
43333         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
43334
43335 2004-02-23  Karl Berry  <karl@gnu.org>
43336
43337         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
43338         (from fencepost.gnu.org:/gd/gnuorg).
43339
43340 2004-02-23  Karl Berry  <karl@gnu.org>
43341
43342         * config/srclistvars.sh (GNUORG) [karl]: redefine.
43343         * config/srclist.txt: add maintain/standards documents.
43344
43345 2004-02-18  Bruno Haible  <bruno@clisp.org>
43346
43347         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
43348         Reported by Derek Robert Price <derek@ximbiot.com>.
43349
43350 2004-02-16  Karl Berry  <karl@gnu.org>
43351
43352         * config/mkinstalldirs, install-sh: update from automake.
43353
43354 2004-02-06  Karl Berry  <karl@gnu.org>
43355
43356         * m4/po.m4: update from gettext 0.14.1.
43357
43358 2004-02-06  Karl Berry  <karl@gnu.org>
43359
43360         * lib/config.charset: update from gettext 0.14.1.
43361
43362 2004-02-05  Paul Eggert  <eggert@twinsun.com>
43363
43364         Add comments and code, prompted by suggestions from Bruno Haible
43365         for sh-quote.
43366         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
43367         describing the enum quoting_style values.
43368         * lib/quotearg.c (quotearg_alloc): New function.
43369         (quotearg_buffer_restyled): Treat lone { and } as special.
43370         Treat = as special.  Work around bug with older shells
43371         that "see" a '\' that is really the 2nd byte of a multibyte char.
43372         Quote empty string with shell_quoting_style.
43373
43374 2004-02-03  Bruno Haible  <bruno@clisp.org>
43375
43376         * m4/pipe.m4: New file, from GNU gettext.
43377
43378 2004-02-03  Bruno Haible  <bruno@clisp.org>
43379
43380         * lib/pipe.h: New file, from GNU gettext.
43381         * lib/pipe.c: New file, from GNU gettext.
43382
43383 2004-01-27  Bruno Haible  <bruno@clisp.org>
43384
43385         * m4/execute.m4: New file, from GNU gettext.
43386
43387 2004-01-27  Bruno Haible  <bruno@clisp.org>
43388
43389         * lib/execute.h: New file, from GNU gettext.
43390         * lib/execute.c: New file, from GNU gettext.
43391         * lib/w32spawn.h: New file, from GNU gettext.
43392
43393 2004-01-24  Paul Eggert  <eggert@twinsun.com>
43394
43395         Merge from diffutils.
43396
43397         * lib/file-type.c (file_type): Add typed memory objects.
43398         * lib/file-type.h (S_TYPEISTMO): New macro.
43399
43400         * lib/c-stack.h (c_stack_action): Remove argv argument.
43401         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
43402         (die): Don't calculate message unless segv_action returns.
43403         (get_stack_location, min_address_from_argv, max_address_from_argv,
43404         volatile stack_base, volatile_stack_size): Remove.
43405         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
43406         that every segmentation violation is a stack overflow.  (Ouch!)
43407         See Debian bug 136249 (still outstanding) for more info about why
43408         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
43409
43410 2004-01-24  Paul Eggert  <eggert@twinsun.com>
43411
43412         Exit-status fix from coreutils.
43413
43414         Use exit_failure consistently in place of EXIT_FAILURE,
43415         so that program exit statuses are consistent on failure.
43416
43417         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
43418         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
43419         * lib/argmatch.h: Comment fix to match the above.
43420         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
43421         Now a macro referring to exit_failure, instead of a separate
43422         variable.  Include "exitfail.h" to get it.
43423         * lib/xstrtol.h: Include "exitfail.h".
43424         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
43425
43426         * lib/long-options.c (parse_long_options): Use prototype
43427         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
43428         for clarity.
43429
43430 2004-01-21  Jim Meyering  <jim@meyering.net>
43431
43432         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
43433         so as not to conflict with a different-sized __mktime_internal
43434         function in GNU libc.
43435         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
43436         Problem building statically-linked `ls' reported by Michael Brunnbauer.
43437
43438 2004-01-20  Karl Berry  <karl@gnu.org>
43439
43440         * config/config.guess: update from config.
43441
43442         * config/srclistvars.sh: GNUWWWLICENSES for karl.
43443
43444 2004-01-20  Bruno Haible  <bruno@clisp.org>
43445
43446         Safer stack allocation.
43447         * lib/setenv.c: Include allocsa.h.
43448         (alloca): Remove fallback definition.
43449         (freea): Remove macro.
43450         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
43451         instead of freea.
43452
43453 2004-01-20  Bruno Haible  <bruno@clisp.org>
43454
43455         * m4/eealloc.m4: New file, from GNU gettext.
43456
43457 2004-01-20  Bruno Haible  <bruno@clisp.org>
43458
43459         * m4/allocsa.m4: New file, from GNU gettext.
43460
43461 2004-01-20  Bruno Haible  <bruno@clisp.org>
43462
43463         * lib/xallocsa.h: New file, from GNU gettext.
43464         * lib/xallocsa.c: New file, from GNU gettext.
43465
43466 2004-01-20  Bruno Haible  <bruno@clisp.org>
43467
43468         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
43469
43470 2004-01-20  Bruno Haible  <bruno@clisp.org>
43471
43472         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
43473         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
43474         specially.
43475
43476 2004-01-20  Bruno Haible  <bruno@clisp.org>
43477
43478         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
43479         patch.
43480
43481 2004-01-20  Bruno Haible  <bruno@clisp.org>
43482
43483         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
43484
43485 2004-01-20  Bruno Haible  <bruno@clisp.org>
43486
43487         * lib/eealloc.h: New file.
43488
43489 2004-01-20  Bruno Haible  <bruno@clisp.org>
43490
43491         * lib/binary-io.h: Avoid warnings on Cygwin.
43492
43493 2004-01-20  Bruno Haible  <bruno@clisp.org>
43494
43495         * lib/allocsa.h: New file, from GNU gettext.
43496         * lib/allocsa.c: New file, from GNU gettext.
43497
43498 2004-01-18  Karl Berry  <karl@gnu.org>
43499
43500         * doc/gpl.texi, doc/lgpl.texi: new files.
43501
43502 2004-01-18  Karl Berry  <karl@gnu.org>
43503
43504         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
43505         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
43506
43507 2004-01-15  Paul Eggert  <eggert@twinsun.com>
43508
43509         Merge from coreutils.
43510
43511         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
43512         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
43513         (gl_DEFAULT_POSIX2_VERSION): Move
43514         the documentation from 'configure' into 'config.hin',
43515         so that 'configure --help' isn't burdened by it and
43516         we don't have to worry about its formatting there.
43517         Reword the documentation so that it's more succinct
43518         and can be run together into a single paragraph.
43519         * m4/same.m4 (gl_SAME): Check for pathconf.
43520
43521 2004-01-15  Paul Eggert  <eggert@twinsun.com>
43522
43523         Merge from coreutils.
43524
43525         * lib/posixver.c: Include posixver.h.
43526
43527         * lib/same.c: Include <stdbool.h>, <limits.h>.
43528         (_POSIX_NAME_MAX): Define if not defined.
43529         (MIN): New macro.
43530         (same_name): If file names are silently truncated, report
43531         that the file names are the same if they are the same after
43532         the silent truncation.
43533
43534         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
43535         conversion function.
43536         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
43537         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
43538         longer needed.
43539
43540 2004-01-15  Jim Meyering  <jim@meyering.net>
43541
43542         Merge from coreutils.
43543
43544         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
43545         if no library is required.
43546         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
43547         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
43548         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
43549         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
43550         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
43551         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
43552         value, $ac_cv_search_crypt, if it's "none required".
43553         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
43554         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
43555         not gl_FUNC_GETLOADAVG.
43556         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
43557         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
43558
43559 2004-01-15  Jim Meyering  <jim@meyering.net>
43560
43561         Merge from coreutils.
43562
43563         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
43564         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
43565         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
43566
43567         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
43568         optional configure-time default.
43569
43570         * lib/version-etc.c (version_etc_copyright): Update copyright date.
43571
43572         * lib/xreadlink.c (xreadlink): Correct outdated comment.
43573
43574 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
43575
43576         Merge from coreutils.
43577
43578         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
43579         value, $ac_cv_search_nanosleep, if it's "none required".
43580
43581 2004-01-14  Paul Eggert  <eggert@twinsun.com>
43582
43583         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
43584         with like-named macro in fnmatch.c.
43585         (EXT): Use an internal constant instead.
43586
43587         Merge fnmatch patches from glibc.
43588         * lib/fnmatch.c (mbsinit): Remove define.
43589         Add libc_hidden_ver (__fnmatch, fnmatch).
43590         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
43591         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
43592
43593 2004-01-14  Karl Berry  <karl@gnu.org>
43594
43595         * config/install-sh: update from automake.
43596
43597 2004-01-13  Karl Berry  <karl@gnu.org>
43598
43599         * config/install-sh: update from automake.
43600
43601 2004-01-09  Karl Berry  <karl@gnu.org>
43602
43603         * config/install-sh: update from automake.
43604
43605 2004-01-05  Karl Berry  <karl@gnu.org>
43606
43607         * config/config.{sub,guess}: update from config.
43608
43609 2003-12-31  Karl Berry  <karl@gnu.org>
43610
43611         * config/depcomp: update from automake.
43612
43613 2003-12-14  Karl Berry  <karl@gnu.org>
43614
43615         * lib/config.charset: update from gettext-runtime.
43616
43617 2003-12-03  Paul Eggert  <eggert@twinsun.com>
43618
43619         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
43620         Bug reported by Alfred M. Szmidt.
43621
43622 2003-12-03  Bruno Haible  <bruno@clisp.org>
43623
43624         * m4/gettext.m4: Upgrade from gettext-0.13.
43625         * m4/po.m4: Upgrade from gettext-0.13.
43626         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
43627         * m4/intmax.m4: New file, from gettext-0.13.
43628         * m4/printf-posix.m4: New file, from gettext-0.13.
43629
43630 2003-11-29  Karl Berry  <karl@gnu.org>
43631
43632         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
43633
43634 2003-11-25  Paul Eggert  <eggert@twinsun.com>
43635             Bruno Haible  <bruno@clisp.org>
43636
43637         * lib/printf-parse.h: Don't include sys/types.h.
43638         (ARG_NONE): New macro.
43639         (char_directive): Change type of *arg_index fields to size_t.
43640         * lib/printf-parse.c: Don't include sys/types.h.
43641         (SSIZE_MAX): Remove macro.
43642         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
43643         Remove unnecessary overflow check.
43644         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
43645         fields.
43646
43647 2003-11-25  Bruno Haible  <bruno@clisp.org>
43648
43649         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
43650
43651 2003-11-25  Bruno Haible  <bruno@clisp.org>
43652
43653         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
43654         gt_TYPE_SSIZE_T.
43655
43656 2003-11-24  Paul Eggert  <eggert@twinsun.com>
43657
43658         * modules/alloca: Remove dependency on xalloc.
43659
43660 2003-11-24  Paul Eggert  <eggert@twinsun.com>
43661
43662         * lib/alloca.c: Remove dependency on xalloc module.
43663         (xalloc_die): Remove.
43664         (memory_full) [!defined emacs]: New macro.
43665         [!defined emacs]: Don't include xalloc.h.
43666         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
43667         address arithmetic overflows.  Change datatypes a bit to avoid
43668         unnecessary casts.
43669
43670 2003-11-22  Jim Meyering  <jim@meyering.net>
43671
43672         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
43673         s/size/size_t/.
43674
43675 2003-11-21  Karl Berry  <karl@gnu.org>
43676
43677         * config/config.{sub,guess}: update from config.
43678
43679 2003-11-18  Karl Berry  <karl@gnu.org>
43680
43681         * config/config.{sub,guess}: update from config.
43682
43683         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
43684
43685 2003-11-17  Paul Eggert  <eggert@twinsun.com>
43686
43687         * README: Mention that S+T cannot overflow if S is the size of
43688         an existing object and T is sufficiently small.
43689
43690 2003-11-17  Jim Meyering  <jim@meyering.net>
43691
43692         On systems without utime and without a utimes function capable of
43693         dealing with a NULL struct utimbuf* argument, this utime replacement
43694         could -- in unusual circumstances -- leak a file descriptor.
43695         * lib/utime.c: Include <unistd.h> and <errno.h>.
43696         (utime_null): Be sure to close `fd' and to preserve errno.
43697         Reported by Geoff Collyer via Arnold Robbins.
43698
43699 2003-11-17  Bruno Haible  <bruno@clisp.org>
43700
43701         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
43702         (Depends-on): Add xsize.
43703
43704 2003-11-17  Bruno Haible  <bruno@clisp.org>
43705
43706         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
43707
43708 2003-11-17  Bruno Haible  <bruno@clisp.org>
43709
43710         * lib/vasnprintf.c (alloca): Remove fallback definition.
43711         (freea): Remove definition.
43712         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
43713         Reported by Paul Eggert.
43714
43715 2003-11-16  Paul Eggert  <eggert@twinsun.com>
43716             Bruno Haible  <bruno@clisp.org>
43717
43718         Protect against address arithmetic overflow.
43719         * lib/printf-args.h: Include stddef.h.
43720         (arguments): Change type of field 'count' to size_t.
43721         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
43722         'unsigned int' where appropriate.
43723         * lib/printf-parse.h: Include sys/types.h.
43724         (char_directive): Change type of *arg_index fields to ssize_t.
43725         (char_directives): Change type of fields 'count', max_*_length to
43726         size_t.
43727         * lib/printf-parse.c: Include sys/types.h and xsize.h.
43728         (SSIZE_MAX): Define fallback value.
43729         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
43730         instead of 'int' where appropriate. Check a_allocated, d_allocated
43731         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
43732         * lib/vasnprintf.c: Include xsize.h.
43733         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
43734         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
43735         overflow. Avoid wraparound when converting a width or precision from
43736         decimal to binary.
43737
43738 2003-11-16  Bruno Haible  <bruno@clisp.org>
43739
43740         Update from GNU gettext.
43741         * lib/printf-parse.c: Generalize to it can be compiled for wide
43742         strings.
43743         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
43744         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
43745         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
43746         SNPRINTF): New macros.
43747         Don't include <alloca.h> if the file is used inside libintl.
43748         (local_wcslen): New function, for Solaris 2.5.1.
43749         (VASNPRINTF): Use it instead of wcslen.
43750
43751 2003-11-16  Bruno Haible  <bruno@clisp.org>
43752
43753         * lib/xsize.h (xmax): New function.
43754         (xsum, xsum3, xsum4): Declare as "pure" functions.
43755
43756 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43757
43758         * modules/xalloc (Files): Undo latest change, since xalloc.h
43759         no longer needs SIZE_MAX or PTRDIFF_MAX.
43760
43761 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43762
43763         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
43764         gl_PTRDIFF_MAX.
43765
43766 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43767
43768         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
43769         "return", to pacify some unknown compiler.  Problem reported
43770         by Joerg Schilling.
43771
43772 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43773
43774         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
43775         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
43776         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
43777         heuristic is just as accurate as far as we know, and it removes a
43778         dependency on size_max.m4 and ptrdiff_max.m4.
43779
43780 2003-11-11  Bruno Haible  <bruno@clisp.org>
43781
43782         * modules/xsize (Files): Add m4/size_max.m4.
43783         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
43784
43785 2003-11-11  Bruno Haible  <bruno@clisp.org>
43786
43787         * m4/size_max.m4: New file.
43788         * m4/ptrdiff_max.m4: New file.
43789         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
43790         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
43791         (gl_XALLOC): Invoke it.
43792
43793 2003-11-11  Bruno Haible  <bruno@clisp.org>
43794
43795         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
43796         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
43797         defined.
43798
43799 2003-11-10  Paul Eggert  <eggert@twinsun.com>
43800
43801         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
43802         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
43803         rejected some allocations of exactly SIZE_MAX - 2 bytes.
43804         From Bruno Haible.
43805         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
43806         not (size_t) -1, since it's defined here.
43807
43808 2003-11-09  Karl Berry  <karl@gnu.org>
43809
43810         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
43811
43812 2003-11-06  Paul Eggert  <eggert@twinsun.com>
43813
43814         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
43815         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
43816         Reject sizes of exactly SIZE_MAX bytes.
43817         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
43818         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
43819
43820 2003-11-05  Bruno Haible  <bruno@clisp.org>
43821
43822         * lib/xsize.h: Include limits.h, to avoid a possible collision with
43823         SIZE_MAX defined in <limits.h> on Solaris.
43824
43825 2003-11-04  Jim Meyering  <jim@meyering.net>
43826
43827         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
43828         variable names, rather than @VAR@.
43829         * modules/poll: Likewise.
43830
43831 2003-11-04  Bruno Haible  <bruno@clisp.org>
43832
43833         * modules/xsize: New file.
43834         * modules/linebreak: Depend on xsize.
43835         * MODULES.html.sh (func_all_modules): Add xsize.
43836
43837 2003-11-04  Bruno Haible  <bruno@clisp.org>
43838
43839         * m4/xsize.m4: New file.
43840
43841 2003-11-04  Bruno Haible  <bruno@clisp.org>
43842
43843         * lib/xsize.h: New file.
43844         * lib/linebreak.c: Include xsize.h.
43845         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
43846         argument for overflow.
43847         Suggested by Paul Eggert.
43848
43849 2003-11-03  Karl Berry  <karl@gnu.org>
43850
43851         * config/config.{guess,sub}: update from config.
43852
43853 2003-11-03  Jim Meyering  <jim@meyering.net>
43854
43855         * modules/userspec (lib_SOURCES): Add userspec.h.
43856         (Include): Add "userspec.h".
43857         Improve description.
43858
43859 2003-11-03  Jim Meyering  <jim@meyering.net>
43860
43861         * lib/userspec.c: Include "userspec.h".
43862         * lib/userspec.h: New file.
43863
43864 2003-11-03  Bruno Haible  <bruno@clisp.org>
43865
43866         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
43867
43868 2003-11-03  Bruno Haible  <bruno@clisp.org>
43869
43870         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
43871         available, to avoid (extremely rare) race condition.
43872         Suggested by Paul Eggert.
43873
43874 2003-11-02  Karl Berry  <karl@gnu.org>
43875
43876         * config/srclist.txt (vasprintf.c): sync broken, sigh.
43877
43878 2003-10-31  Paul Eggert  <eggert@twinsun.com>
43879
43880         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
43881         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
43882         (read_filesystem_list): Set and use me_type_malloced.
43883         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
43884         whatever the type happens to be), for brevity and consistency.
43885         Check for size calculation overflow on Alphas running OSF/1.
43886
43887 2003-10-31  Jim Meyering  <jim@meyering.net>
43888
43889         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
43890
43891         * lib/linebuffer.c: Include <string.h> for declaration of memset.
43892
43893 2003-10-30  Paul Eggert  <eggert@twinsun.com>
43894             Bruno Haible  <bruno@clisp.org>
43895
43896         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
43897         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
43898
43899 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
43900
43901         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
43902         netbsd*-gnu*.  Suggested by Robert Millan.
43903
43904 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43905
43906         * modules/group-member: Depend on stdbool.
43907
43908 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43909
43910         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
43911
43912 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43913
43914         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
43915         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
43916         after the 'gnu' in these cases.  This fixes some bugs in the
43917         previous change, and is based on suggestions by Robert Millan.
43918
43919 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43920
43921         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
43922         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
43923         no longer needed.
43924         * lib/quotearg.c (quotearg_n_options): Use it.
43925         * lib/group-member.c: Include <stdbool.h>.
43926         (free_group_info): Arg is now const *; don't free arg.
43927         (get_group_info): Now returns bool and accepts struct group_info *,
43928         rather than returning a malloc'ed struct group_info *.
43929         All uses changed.  Check for overflow in internal size calculation.
43930
43931         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
43932         rather than xmalloc/xrealloc.
43933         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
43934         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
43935         conformance bug: the old code used a pointer after freeing the
43936         storage that it addressed.
43937         * lib/hash.c (hash_initialize): Simplify the code by using
43938         xalloc_oversized rather than doing it by hand.
43939         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
43940         the buffer preserved.  Use free and xmalloc instead.
43941         * lib/quotearg.c (quotearg_n_options): Likewise.
43942         Use a simpler test for size overflow.  Don't use xalloc_oversized
43943         because unsigned int might be wider than size_t (!); this suggests
43944         that we should switch from unsigned int to size_t for slot numbers.
43945
43946 2003-10-28  Paul Eggert  <eggert@twinsun.com>
43947
43948         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
43949         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
43950         NetBSD kernels.  Requested by Richard Stallman.
43951
43952 2003-10-27  Paul Eggert  <eggert@twinsun.com>
43953
43954         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
43955         to allocate the returned structure.  Do not allocate a subarray,
43956         as x2nrealloc will do that.
43957         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
43958         instead of xnrealloc.
43959         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
43960
43961 2003-10-27  Bruno Haible  <bruno@clisp.org>
43962
43963         * lib/stdbool_.h: Better support for BeOS.
43964
43965 2003-10-26  Paul Eggert  <eggert@twinsun.com>
43966
43967         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
43968         now uses inline.
43969
43970 2003-10-26  Paul Eggert  <eggert@twinsun.com>
43971
43972         * lib/xalloc.h (xalloc_oversized): New static inline function, for
43973         callers that want to do their own size-overflow checking.  Include
43974         <stdbool.h>, since xalloc_oversized returns bool.
43975         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
43976         to use xalloc_oversized.
43977
43978         Add two functions x2realloc, x2nrealloc, for programs that grow
43979         arrays dynamically by doubling their sizes.
43980         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
43981         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
43982         New functions.
43983
43984         Port to C99 semantics for 'inline' of external functions.
43985         Bug reported by Bruno Haible.
43986         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
43987         with the old contents of xnmalloc.
43988         (xnmalloc, xmalloc): Use it.
43989         (xnrealloc_inline): New static inline function,
43990         with the old contents of xnrealloc.
43991         (xnrealloc, xrealloc): Use it.
43992
43993         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
43994         that.
43995
43996 2003-10-26  Karl Berry  <karl@gnu.org>
43997
43998         * config/srclist.txt (COPYING.DOC): no longer available from
43999         /gd/gnuorg; don't know where the ultimate source is.
44000
44001 2003-10-25  Paul Eggert  <eggert@twinsun.com>
44002
44003         Fix several address-calculation bugs in the hash modules,
44004         plus some minor code cleanup.
44005
44006         * lib/hash.h: Include <stdbool.h>, for bool.
44007         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
44008         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
44009         hash_get_n_entries, hash_get_max_bucket_length,
44010         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
44011         hash_rehash): Use size_t rather than unsigned.
44012         * lib/hash.c (struct hash_table, hash_get_n_buckets,
44013         hash_get_n_buckets_used, hash_get_n_entries,
44014         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
44015         hash_get_entries, hash_do_for_each, hash_string, is_prime,
44016         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
44017         Likewise.
44018         (SIZE_MAX): Define if not defined.
44019         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
44020         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
44021         hash_print):
44022         Use const * when possible.
44023         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
44024         (check_tuning): Fix bug: if tuning parameters were very close to
44025         0 or 1, rounding errors could have caused subscript violations.
44026         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
44027         (hash_initialize): Add 'fail:' label
44028         to free table and return NULL, and use it to simplify code.
44029         Use calloc rather than clearing the storage ourself.
44030         (hash_initialize, hash_rehash): Check for arithmetic overflow in
44031         buffer size calculations.
44032         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
44033         Include <stddef.h>, for size_t.
44034         * lib/hash-pjw.c (hash_pjw): Likewise.
44035         Switch to method described by Bruno Haible.
44036         Include <limits.h>, for CHAR_BIT.
44037         (SIZE_BITS): New macro.
44038
44039 2003-10-23  Paul Eggert  <eggert@twinsun.com>
44040
44041         * m4/getline.m4 (AM_FUNC_GETLINE):
44042         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
44043         hosts.  Problem reported by Derek Robert Price in
44044         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
44045         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
44046         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
44047
44048 2003-10-21  Paul Eggert  <eggert@twinsun.com>
44049
44050         * lib/getndelim2.c (getndelim2): When size calculation overflows,
44051         ceiling the allocation at NMAX bytes rather than silently
44052         discarding input bytes before NMAX is reached.  This makes
44053         a difference only if NMAX exceeds SIZE_MAX / 2.
44054
44055         * lib/obstack.c: Merge from glibc.
44056         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
44057         Add libc_hidden_def (_obstack_newchunk).
44058         (_obstack_free) [! defined _LIBC]: Remove.
44059         [defined _LIBC]: Make a strong alias from obstack_free, rather than
44060         a clone of the function body.
44061         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
44062         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
44063
44064         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
44065         glibc.
44066         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
44067         arg to memcpy.
44068
44069         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
44070         (obstack_ptr_grow_fast, obstack_int_grow_fast):
44071         Don't use lvalue casts, as GCC plans to remove support for them
44072         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
44073         was also present in the non-GCC version, indicating that this
44074         code had always been buggy and had never been widely used.
44075         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
44076         Use the fast variant of each macro, rather than copying the
44077         definiens of the fast variant; that way, we'll be more likely to
44078         catch future bugs in the fast variants.
44079
44080 2003-10-20  Bruno Haible  <bruno@clisp.org>
44081
44082         * modules/wait-process: New file.
44083         * MODULES.html.sh (func_all_modules): Add wait-process.
44084
44085 2003-10-20  Bruno Haible  <bruno@clisp.org>
44086
44087         * m4/wait-process.m4: New file.
44088
44089 2003-10-20  Bruno Haible  <bruno@clisp.org>
44090
44091         * lib/wait-process.h: New file, from GNU gettext.
44092         * lib/wait-process.c: New file, from GNU gettext.
44093
44094 2003-10-19  Jim Meyering  <jim@meyering.net>
44095
44096         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
44097         HPUX 10.20.
44098
44099 2003-10-18  Karl Berry  <karl@gnu.org>
44100
44101         * config/config.guess: update from config.
44102
44103 2003-10-16  Paul Eggert  <eggert@twinsun.com>
44104
44105         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
44106         (getgroups): First arg is int, not size_t.
44107         Don't let 'free' mangle errno.
44108
44109 2003-10-16  Paul Eggert  <eggert@twinsun.com>
44110
44111         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
44112
44113 2003-10-16  Karl Berry  <karl@gnu.org>
44114
44115         * config/config.{guess,sub}: update from config.
44116
44117 2003-10-16  Jim Meyering  <jim@meyering.net>
44118
44119         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
44120         memcpy.
44121
44122 2003-10-15  Paul Eggert  <eggert@twinsun.com>
44123
44124         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
44125         (SIZE_MAX): Remove.
44126         (new_exclude, add_exclude_file): Initial size no longer needs to
44127         be a power of 2.
44128         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
44129         our own address arithmetic overflow checking.
44130
44131         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
44132         (fnmatch): Do not alloca more than 2000 wide characters;
44133         instead, use malloc for large buffers.
44134         Check for address arithmetic overflow, and return -1
44135         with errno set to ENOMEM in that case.
44136         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
44137         (NEW_PATTERN): Do not alloca more than 8000 bytes;
44138         instead, return -1.  Check for address arithmetic overflow.
44139
44140 2003-10-14  Paul Eggert  <eggert@twinsun.com>
44141
44142         Handle invalid suffixes and overflow independently, so that
44143         callers can treat them independently as needed.  Fix some bugs in
44144         suffix handling, e.g., "100k@" was not diagnosed as an invalid
44145         suffix for a human-readable blocksize.  The major caller-visible
44146         change is the addition of a new
44147         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
44148         that both overflow and suffix chars were found.
44149
44150         * lib/human.c (humblock): Don't check separately for invalid suffix
44151         char; that is xstrtoumax's job (now that its bug is fixed).
44152         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
44153         INTMAX_MAX]: New macros.
44154         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
44155         TYPE_MAXIMUM): New macros.
44156         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
44157         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
44158         if overflow occurs, as it's what __strtol does and it's more useful
44159         in practice.
44160         (__xstrtol): If __strtol reports some error other than ERANGE,
44161         reflect it to the caller as LONGINT_INVALID.  If it reports
44162         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
44163         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
44164         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
44165         value.
44166         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
44167         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
44168         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
44169         [defined UINTMAX_MAX]: New macros.
44170
44171 2003-10-14  Bruno Haible  <bruno@clisp.org>
44172
44173         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
44174
44175 2003-10-14  Bruno Haible  <bruno@clisp.org>
44176
44177         * m4/sig_atomic_t: New file, from GNU gettext.
44178         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
44179
44180 2003-10-14  Bruno Haible  <bruno@clisp.org>
44181
44182         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
44183         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
44184         Also use volatile where needed.
44185
44186 2003-10-12  Paul Eggert  <eggert@twinsun.com>
44187
44188         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
44189         Change maintainer from Bruno Haible to 'all'.
44190
44191 2003-10-12  Paul Eggert  <eggert@twinsun.com>
44192
44193         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
44194
44195 2003-10-12  Paul Eggert  <eggert@twinsun.com>
44196
44197         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
44198         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
44199         and define in terms of the other primitives.
44200         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
44201         (SIZE_MAX): Define if not already defined.
44202         (array_size_overflow): New function.
44203         (xalloc_die): Abort instead of exiting if 'error' returns.
44204         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
44205         (xmalloc, xrealloc): Use them.
44206         (xcalloc): Check for address arithmetic overflow.
44207         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
44208         a bit faster than strcpy.
44209
44210 2003-10-10  Simon Josefsson  <jas@extundo.com>
44211
44212         * modules/argp (Depends-on): Add restrict and strcase.
44213
44214 2003-10-10  Simon Josefsson  <jas@extundo.com>
44215
44216         * m4/argp.m4: Add AC_C_INLINE.
44217
44218 2003-10-08  Paul Eggert  <eggert@twinsun.com>
44219
44220         Merge getpass from libc, plus a few fixes.
44221
44222         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
44223         Include <stdbool.h>.
44224         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
44225         __fsetlocking to empty.
44226         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
44227         do include <bits/libc-lock.h>.
44228         Do not include <fcntl.h>; not needed.
44229         [_LIBC]: Include <wchar.h>.
44230         (NOTCANCEL_MODE): New macro.
44231         (flockfile, funlockfile) [_LIBC]: New macros.
44232         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
44233         [!_LIBC]: New macros.
44234         (call_fclose): New function.
44235         (getpass): Use it.  Save tty stream separately; this simplifies the
44236         code and makes it more reliable if stdin happens to equal stdout.
44237         Invoke __fsetlocking on tty.
44238         Handle thread cancellation if needed.
44239         Namespace cleanup (use __tcgetattr, __getline).
44240         Use bool for Booleans.
44241         [USE_IN_LIBIO]: Handle wide streams.
44242         [!_LIBC]: Unconditionally do the fseek, since we don't know what
44243         stream might go where.
44244
44245         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
44246         doesn't have to include <stdio.h> before us.
44247         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
44248         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
44249         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
44250         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
44251         if not declared, so that we can use getpass.c code from libc without
44252         rewriting it.
44253         (flockfile, ftrylockfile, funlockfile): New macros.
44254
44255 2003-10-08  Paul Eggert  <eggert@twinsun.com>
44256
44257         * modules/getpass: Depend on stdbool.
44258
44259 2003-10-08  Paul Eggert  <eggert@twinsun.com>
44260
44261         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
44262
44263 2003-10-07  Karl Berry  <karl@gnu.org>
44264
44265         * config/config.{guess,sub}: update from config.
44266
44267 2003-10-06  Jim Meyering  <jim@meyering.net>
44268             Bruno Haible  <bruno@clisp.org>
44269
44270         This lets translators provide better translations for the
44271         "Written by ..." part of --version output.
44272         * lib/version-etc.h: Include stdarg.h.
44273         (version_etc_copyright): Declare as readonly.
44274         (version_etc): Make this function variadic with a NULL-terminated list
44275         of author name strings.
44276         (version_etc_va): New declaration.
44277         * lib/version-etc.c: Include stdarg.h, stdlib.h.
44278         (version_etc_copyright): Declare as readonly.
44279         (version_etc_va): New function. Provide a different translatable string
44280         for each possible number of authors < 10. Abbreviate when there are 10
44281         authors or more.
44282         (version_etc): Make this function variadic. Call version_etc_va.
44283         Suggestion from Gary V. Vaughan.
44284
44285         * lib/long-options.h (parse_long_options): Change prototype: the
44286         authors string is moved to the end and becomes variadic.
44287         * lib/long-options.c: Include stdarg.h.
44288         (parse_long_options): Make this function variadic, too.
44289         Call version_etc_va, not version_etc.
44290
44291 2003-10-06  Bruno Haible  <bruno@clisp.org>
44292
44293         * modules/version-etc-2: Remove file.
44294         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
44295
44296 2003-10-06  Bruno Haible  <bruno@clisp.org>
44297
44298         * modules/fatal-signal: New file.
44299         * MODULES.html.sh (func_all_modules): Add fatal-signal.
44300
44301 2003-10-06  Bruno Haible  <bruno@clisp.org>
44302
44303         * m4/fatal-signal.m4: New file.
44304         * m4/signalblocking.m4: New file, from GNU gettext.
44305
44306 2003-10-06  Bruno Haible  <bruno@clisp.org>
44307
44308         * lib/version-etc-2.h: Remove file.
44309         * lib/version-etc-2.c: Remove file.
44310
44311 2003-10-06  Bruno Haible  <bruno@clisp.org>
44312
44313         * lib/fatal-signal.h: New file, from GNU gettext.
44314         * lib/fatal-signal.c: New file, from GNU gettext.
44315
44316 2003-10-05  Paul Eggert  <eggert@twinsun.com>
44317
44318         * README: Rework advice for preventing empty .o files.
44319         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
44320         not <sys/types.h>.
44321
44322 2003-10-04  Karl Berry  <karl@gnu.org>
44323
44324         * lib/argp*: update from libc.
44325
44326 2003-10-04  Karl Berry  <karl@gnu.org>
44327
44328         * config/config.{guess,sub}: update from config.
44329
44330 2003-10-02  Bruno Haible  <bruno@clisp.org>
44331
44332         * modules/lchown (Include): Add lchown.h.
44333         * modules/time_r (Include): Use "..." syntax.
44334         * modules/xgetdomainname (Include): Add xgetdomainname.h.
44335
44336 2003-10-01  Simon Josefsson  <jas@extundo.com>
44337
44338         * MODULES.html.sh (func_all_modules): Move gethostname from section
44339         'based on' to section 'lacking' POSIX:2001.
44340
44341 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
44342
44343         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
44344         to output mode on the same stream.
44345
44346 2003-09-29  Paul Eggert  <eggert@twinsun.com>
44347
44348         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
44349         Fix arg typo in previous patch.
44350
44351 2003-09-28  Jim Meyering  <jim@meyering.net>
44352
44353         * lib/error.c: Correct cpp indentation.
44354
44355 2003-09-27  Paul Eggert  <eggert@twinsun.com>
44356
44357         * modules/free: New file.
44358
44359 2003-09-27  Paul Eggert  <eggert@twinsun.com>
44360
44361         * m4/free.m4: New file.
44362
44363 2003-09-27  Paul Eggert  <eggert@twinsun.com>
44364
44365         * lib/minmax.h (MIN, MAX)
44366         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
44367         Omit the special code that used __typeof__, since we worry that
44368         it could be more trouble than it's worth.  See:
44369         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
44370         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
44371
44372         * lib/free.c: New file.
44373
44374 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
44375
44376         Trivial fixes to Makefile.am parts of module listings.
44377         * modules/strstr: Append strstr.h to lib_SOURCES.
44378         * modules/strcase: Likewise, for strcase.h.
44379
44380 2003-09-27  Karl Berry  <karl@gnu.org>
44381
44382         * config/mkinstalldirs: update from automake.
44383
44384 2003-09-26  Paul Eggert  <eggert@twinsun.com>
44385
44386         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
44387         (error_tail): Do not loop, reallocating temporary buffer, since
44388         the output cannot contain more wide characters than the input
44389         contains bytes, the size must be big enough already.  This avoids
44390         one potential size overflow calculation.  Check for size overflow
44391         when calculating temporary buffer size.  Free temporary buffer
44392         when done, if it was allocated with malloc; this plugs a memory
44393         leak.  Remove casts from void * to pointers, that are no longer
44394         needed now that we're assuming C89 or better.
44395
44396         Merge error changes from glibc.
44397
44398         * lib/error.c, error.h: Update copyright notice header to match glibc.
44399         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
44400         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
44401         Disable cancellation while printing error.
44402         * lib/error.h: Prepend __ to parameter names.
44403
44404 2003-09-26  Jim Meyering  <jim@meyering.net>
44405
44406         * lib/error.c (error_tail): Move some declarations
44407         into inner scope where the local variables are used.
44408
44409 2003-09-26  Bruno Haible  <bruno@clisp.org>
44410
44411         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
44412         stpncpy().
44413         Don't define stpncpy through config.h; it's now done through stpncpy.h.
44414
44415 2003-09-26  Bruno Haible  <bruno@clisp.org>
44416
44417         * lib/stpncpy.h (gnu_stpncpy): New declaration.
44418         (stpncpy): Define as alias for gnu_stpncpy.
44419         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
44420
44421 2003-09-25  Simon Josefsson  <jas@extundo.com>
44422
44423         * lib/xgetdomainname.h: New file.
44424         * lib/xgetdomainname.c: New file.
44425
44426 2003-09-25  Simon Josefsson  <jas@extundo.com>
44427             Bruno Haible  <bruno@clisp.org>
44428
44429         * modules/getdomainname: New file.
44430         * modules/xgetdomainname: New file.
44431         * MODULES.html.sh (func_all_modules): Add getdomainname,
44432         xgetdomainname.
44433
44434 2003-09-25  Simon Josefsson  <jas@extundo.com>
44435             Bruno Haible  <bruno@clisp.org>
44436
44437         * m4/getdomainname.m4: New file.
44438
44439 2003-09-25  Simon Josefsson  <jas@extundo.com>
44440             Bruno Haible  <bruno@clisp.org>
44441
44442         * lib/getdomainname.h: New file.
44443         * lib/getdomainname.c: New file.
44444
44445 2003-09-25  Karl Berry  <karl@gnu.org>
44446
44447         * lib/argp-fmtstream.c, argp-help.c: update from libc.
44448
44449 2003-09-25  Karl Berry  <karl@gnu.org>
44450
44451         * config/install-sh: update from automake.
44452
44453 2003-09-25  Bruno Haible  <bruno@clisp.org>
44454
44455         * modules/version-etc-2: New file, from modules/version-etc with
44456         modifications.
44457         * MODULES.html.sh (func_all_modules): Add version-etc-2.
44458
44459 2003-09-25  Bruno Haible  <bruno@clisp.org>
44460
44461         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
44462         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
44463
44464 2003-09-24  Simon Josefsson  <jas@extundo.com>
44465
44466         * modules/xgethostname: Add xgethostname.h.
44467
44468 2003-09-24  Paul Eggert  <eggert@twinsun.com>
44469
44470         * lib/linebuffer.c (freebuffer): Don't free the argument, just
44471         the buffer associated with the argument.  Bug reported by
44472         Simon Josefsson.
44473
44474 2003-09-24  Paul Eggert  <eggert@twinsun.com>
44475
44476         * README: Document assumptions that 'int' is at least 32 bits
44477         wide, that integer arithmetic is 2's complement without overflow,
44478         that there are no holes in integer values, that adding sizes of
44479         two nonoverlapping objects can't overflow, and that all-bits-zero
44480         yields scalar zero.  Fix spelling and capitalization typos.
44481
44482 2003-09-19  Karl Berry  <karl@gnu.org>
44483
44484         * lib/argp.h: update from libc.
44485
44486 2003-09-17  Paul Eggert  <eggert@twinsun.com>
44487
44488         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
44489         to avoid spurious warnings like "AC_RUN_IFELSE was called before
44490         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
44491
44492 2003-09-17  Paul Eggert  <eggert@twinsun.com>
44493
44494         * gnulib-tool: Use "test -h", not "test -L", for portability
44495         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
44496         (tags_regexp): Remove, since \| doesn't conform to POSIX.
44497         (sed_extract_prog): Issue s commands one-by-one, rather than
44498         using \| in one s command.
44499
44500 2003-09-16  Paul Eggert  <eggert@twinsun.com>
44501
44502         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
44503         input error, instead of returning NULL the next time we are called
44504         (and therefore losing track of errno).
44505
44506 2003-09-16  Bruno Haible  <bruno@clisp.org>
44507
44508         * gnulib-tool (func_create_testdir): Warn about duplicated
44509         dependencies.
44510
44511 2003-09-15  Paul Eggert  <eggert@twinsun.com>
44512
44513         * modules/argmatch, modules/fatal, modules/obstack,
44514         modules/xalloc, modules/xgethostname: Sort dependencies by
44515         importance, not alphabetically.
44516
44517 2003-09-15  Paul Eggert  <eggert@twinsun.com>
44518
44519         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
44520         fails, so that the caller gets the proper errno.
44521
44522         * lib/readutmp.c (read_utmp): Likewise.
44523         Check for fstat error.  Close stream and free storage
44524         when failing.
44525
44526 2003-09-14  Karl Berry  <karl@gnu.org>
44527
44528         * config/srclist.txt (strdup.c): disable for c89 changes.
44529
44530 2003-09-14  Jim Meyering  <jim@meyering.net>
44531
44532         * lib/getloadavg.c: Correct cpp indentation.
44533         * lib/strdup.c: Likewise.
44534         * lib/vasnprintf.c: Likewise.
44535
44536 2003-09-14  Bruno Haible  <bruno@clisp.org>
44537
44538         * modules/fwriteerror: New file.
44539         * MODULES.html.sh (func_all_modules): Add fwriteerror.
44540
44541 2003-09-14  Bruno Haible  <bruno@clisp.org>
44542
44543         * lib/fwriteerror.h: New file.
44544         * lib/fwriteerror.c: New file.
44545
44546 2003-09-12  Paul Eggert  <eggert@twinsun.com>
44547
44548         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
44549         modules/xgethostname, modules/xalloc: Depend on exit.
44550
44551 2003-09-12  Paul Eggert  <eggert@twinsun.com>
44552
44553         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
44554
44555         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
44556         and AC_MINIX, too, so that their extensions are available.
44557
44558         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
44559         This macro has been superseded by gl_BACKUPFILE.
44560
44561         More patches to assume C89 or better.
44562
44563         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
44564
44565         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
44566         unconditionally.
44567         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
44568         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
44569         Include <string.h>, <stdlib.h> unconditionally.
44570         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
44571         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
44572         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
44573         headers or for string.h.
44574         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
44575         or strtoul.
44576
44577         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
44578         headers.
44579         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
44580         * m4/userspec.m4 (gl_USERSPEC): Likewise.
44581         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
44582         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
44583         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44584         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
44585         memcpy, memset.
44586         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
44587         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
44588         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
44589         strtol.
44590         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
44591         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
44592         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
44593         strtoul.
44594
44595 2003-09-12  Paul Eggert  <eggert@twinsun.com>
44596
44597         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
44598         * lib/obstack.c [!defined _LIBC]: Likewise.
44599         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
44600         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
44601         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
44602
44603         More changes to assume C89 or better.
44604
44605         * lib/error.c (error_tail): Assume vprintf.
44606
44607         * lib/argmatch.c (getenv): Remove decl.
44608         * lib/progreloc.c (get_full_program_name): Define via prototype.
44609         * lib/setenv.c (clearenv): Likewise.
44610         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
44611         needed.
44612         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
44613         (malloc, memcpy): Remove decls.
44614         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
44615         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
44616         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
44617         (memcpy): Remove macro.
44618         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
44619         (__P): Remove.  All uses removed.
44620         (PTR): Remove.  All uses changed to void *.
44621         (CHAR_BIT, NULL): Remove.
44622         (spaces, zeros, memset_space, memset_zero)
44623         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
44624         Remove.
44625         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
44626         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
44627         Define with prototype.
44628         Remove now-unnecessary prototype decl.
44629         (extra_args_spec): Assume ANSI C.  All uses changed.
44630         (extra_args_spec_iso): Remove.
44631         (my_strftime, emacs_strftimeu): Define via prototype.
44632         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
44633         unconditionally.
44634         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
44635         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
44636         (strtoul, strtol): Remove decls.
44637         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
44638         LONG_MAX): Remove.
44639         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
44640         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
44641         (LOCALE_PARAM_PROTO): New macro.
44642         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
44643         (INTERNAL (strtol), strtol): Define with a prototype.
44644         (PARAMS): Remove.  All uses removed.
44645         * lib/tempname.c: Include <string.h> unconditionally.
44646         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
44647         * lib/xgethostname.c (main): Define with a prototype.
44648         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
44649         Include <stdlib.h> unconditionally.
44650         (calloc, malloc, realloc, free): Remove decls.
44651         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
44652         Include <stdlib.h> unconditionally.  Sort include file names.
44653         (strtod): Remove.
44654         (xstrtod): Define with a prototype.
44655         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
44656         (strtol, strtoul): Remove decls.
44657
44658 2003-09-11  Paul Eggert  <eggert@twinsun.com>
44659
44660         More patches to assume C89 or better.
44661         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
44662         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
44663         string.h, memchr, STDC_HEADERS.
44664
44665 2003-09-11  Paul Eggert  <eggert@twinsun.com>
44666
44667         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
44668         Include <stdlib.h>, <string.h> unconditionally.
44669         Remove now-unnecessary cast to char *.
44670         * lib/strnlen.c: Include <string.h> unconditionally.
44671         * lib/yesno.c (yesno): Define with a prototype.
44672
44673 2003-09-11  Bruno Haible  <bruno@clisp.org>
44674
44675         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
44676
44677 2003-09-10  Jim Meyering  <jim@meyering.net>
44678
44679         * lib/error.c: Correct indentation of cpp directives.
44680
44681 2003-09-10  Bruno Haible  <bruno@clisp.org>
44682
44683         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
44684         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
44685         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
44686         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
44687         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
44688         <stdlib.h> and <string.h> checks.
44689         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
44690         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
44691
44692 2003-09-10  Bruno Haible  <bruno@clisp.org>
44693
44694         * lib/strcspn.c: Include <string.h> unconditionally.
44695         * lib/strpbrk.c: Include <string.h> unconditionally.
44696         * lib/strstr.c: Include <string.h> unconditionally.
44697         * lib/unicodeio.c: Include <string.h> unconditionally.
44698         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
44699         * lib/unsetenv.c: Likewise.
44700         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
44701         * lib/yesno.c: Include <stdlib.h> unconditionally.
44702         (rpmatch): Add prototype.
44703
44704 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44705
44706         More patches to assume C89 or better.
44707         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
44708         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
44709         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
44710         or for string.h.
44711         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
44712         stdlib.h.
44713         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
44714         C headers.
44715         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
44716         string.h.
44717         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
44718         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
44719         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
44720         or for string.h.
44721         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
44722         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
44723         C headers.
44724         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
44725         memcpy.
44726         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
44727         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
44728         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
44729         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
44730         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
44731         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
44732         string.h, free.
44733         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
44734         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
44735         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
44736         C headers, or for string.h.
44737         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
44738         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
44739         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
44740         headers, memory.h, stdlib.h, string.h, strings.h.
44741         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
44742         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
44743         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
44744         strchr.
44745         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
44746         headers, memory.h, string.h.
44747         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
44748         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
44749         free.
44750         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
44751         headers.
44752         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
44753         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
44754         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
44755         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
44756         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
44757
44758 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44759
44760         More K&R removal.
44761
44762         * lib/acosl.c (main): Use a prototype.
44763         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
44764         tanl.c: Likewise.
44765
44766         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
44767
44768         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
44769         (getopt, etopt_long, getopt_long_only, _getopt_internal)
44770         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
44771         with a prototype.
44772         * lib/getopt.c (const): Remove macro.
44773         Include <string.h> unconditionally.
44774         (my_index): Remove; all uses changed to strchr.
44775         (strlen): Remove decl.
44776         (exchange): Remove forward decl; no longer needed.
44777         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
44778         Define with prototype.
44779         * lib/getopt1.c (const): Remove macro.
44780         (getopt_long, getopt_long_only, main): Define with prototype.
44781
44782         * lib/getugroups.c: Include <string.h> unconditionally.
44783
44784         * lib/getusershell.c: Include <stdlib.h> unconditionally.
44785         (getusershell, setusershell, endusershell, readname, main):
44786         Define with prototypes.
44787
44788         * lib/group-member.c: Include group-member.h first.
44789         Include <stdlib.h> unconditionally.
44790
44791         * lib/hard-locale.c: Include hard-locale.h first.
44792         Include <stdlib.h>, <string.h> unconditionally.
44793
44794         * lib/hash.c (free, malloc): Remove decls.
44795         Include <stdlib.h> unconditionally.
44796
44797         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
44798         (getenv): Do not declare.
44799
44800         * lib/idcache.c: Include <string.h> unconditionally.
44801
44802         * lib/long-options.c: Include long-options.h first, to test interface.
44803         Include <stdlib.h> unconditionally.
44804
44805         * lib/makepath.c: Include makepath.h first, to test interface.
44806         Include <stdlib.h> and <string.h> unconditionally.
44807
44808         * lib/linebuffer.c: Include <stdlib.h>.
44809         (free): Remove decl.
44810
44811         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
44812         stddef.h. rpl_malloc returns void *, not char *.
44813         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
44814         prototype.
44815
44816         * lib/md5.h: Include <limits.h> unconditionally.
44817         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
44818         (__P): Remove; all uses removed.
44819         * lib/md5.c: Include "md5.h" first.
44820         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
44821         md5_buffer, md5_process_bytes, md5_process_block):
44822         Define with prototypes.
44823         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
44824         * lib/sha.c: Include "sha.h" first.
44825         Include <stdlib.h>, <string.h> unconditionally.
44826
44827         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
44828         * lib/memcmp.c (__ptr_t): Likewise.
44829         * lib/memrchr.c (__ptr_t): Likewise.
44830         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
44831         Include <string.h> unconditionally.
44832         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
44833         * lib/memchr.c: Include <stdlib.h> unconditionally.
44834         * lib/memchr.c (LONG_MAX): Remove.
44835         * lib/memrchr.c (LONG_MAX): Likewise.
44836         * lib/memchr.c (__memchr): Define via a prototype.
44837         * lib/memrchr.c (__memrchr): Likewise.
44838         * lib/memcmp.c (__P): Remove, and remove all uses.
44839         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
44840         Remove forward decls; no longer needed.
44841         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
44842         Use types required by C89 in prototype.
44843
44844         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
44845         * lib/savedir.c: Likewise.
44846         * lib/mkdir.c (free): Remove decl.
44847         * lib/rmdir.c (rmdir): Define with a prototype.
44848         * lib/savedir.c: Include savedir.h first, to test interface.
44849
44850         * lib/mktime.c (STDC_HEADERS): Remove.
44851         Include <stdlib.h>, <string.h> unconditionally.
44852
44853         * lib/modechange.c: Include <stdlib.h> unconditionally.
44854         (malloc): Remove decl.
44855
44856         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
44857         (free): Remove decl.
44858
44859         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
44860         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
44861         (This type really should be intptr_t, but that's a C99ism.)
44862         (_obstack_memcpy): Remove: all uses changed to memcpy.
44863         Include <string.h> unconditionally.
44864         (struct obstack): Assume __STDC__ for types of members
44865         chunkfun, freefun, extra_arg.
44866         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
44867         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
44868         obstack_begin, obstack_specify_allocation,
44869         obstack_specify_allocation_with_arg, obstack_chunkfun,
44870         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
44871         Remove unprototyped decls and the macros that use them.
44872         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
44873         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
44874         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
44875         (defined __STDC__ && __STDC__)]:
44876         Remove nonprototyped code.
44877         Include <stdlib.h> unconditionally.
44878         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
44879         _obstack_allocated_p, _obstack_free, obstack_free,
44880         _obstack_memory_used, print_and_abort):
44881         Define using prototypes.
44882         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
44883         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
44884         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
44885         obstack_next_free, obstack_object_size, obstack_room) [0]:
44886         Remove unused, unprototyped code.
44887
44888         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
44889
44890         * lib/physmem.c (physmem_total, physmem_available, main): Define
44891         with prototypes.
44892
44893         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
44894         (main): Define with a prototype.
44895
44896         * lib/posixver.c (getenv): Remove decl.
44897
44898         * lib/putenv.c (malloc): Returns void *, not char *.
44899         Include <string.h> unconditionally.
44900         (strchr, memcpy, NULL): Do not define.
44901
44902         * lib/readtokens.c: Include readtokens.h first, to test interface.
44903         Include <stdlib.h>, <string.h> unconditionally.
44904         (init_tokenbuffer): Define with a prototype.
44905
44906         * lib/regex.c (PARAMS): Remove.  All uses removed.
44907         All uses of _RE_ARGS removed, too.
44908         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
44909         unconditionally.
44910         (bzero): Assume memset exists.
44911         (memcmp, memcpy, NULL): Remove.
44912         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
44913         char, or assignments to local vars of type signed char.
44914         (init_syntax_once, PREFIX(extract_number_and_incr),
44915         PREFIX(print_partial_compiled_pattern),
44916         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
44917         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
44918         PREFIX(regex_grow_registers), PREFIX(regex_compile),
44919         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
44920         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
44921         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
44922         wcs_compile_range, byte_compile_range, truncate_wchar,
44923         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
44924         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
44925         count_mbs_length, wcs_re_match_2_internal,
44926         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
44927         PREFIX(alt_match_null_string_p),
44928         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
44929         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
44930         regfree, PREFIX(extract_number)): Define with prototype.  Remove
44931         now-unnecessary declaration, if any.
44932         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
44933         regcomp, regexec):
44934         Remove now-unnecessary casts among pointer types.
44935         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
44936
44937         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
44938         (free): Remove decl.
44939
44940         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
44941
44942         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
44943         (free): Remove decl.
44944
44945         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
44946         * lib/xgetcwd.c: Likewise.
44947
44948         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
44949         (free): Remove decl.
44950
44951         * lib/strchrnul.c (strchrnul): Define with a prototype.
44952         Fix bug: c_in was not converted to char before searching.
44953
44954         The following changes are not K&R related:
44955
44956         * lib/group-member.h: Include <sys/types.h>, so that this file is
44957         self-contained.
44958         * lib/makepath.h: Likewise.
44959
44960         * lib/getusershell.c (readname, default_index, line_size, readname):
44961         Use size_t, not int, for sizes.
44962         (readname): If the size overflows, report an error instead of
44963         looping forever.
44964
44965 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44966
44967         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
44968         libc.
44969
44970 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44971
44972         * README: New section: portability guidelines.
44973
44974 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
44975
44976         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
44977         C89 spec.
44978
44979 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
44980
44981         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
44982
44983 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44984
44985         Assume C89 or better; remove K&R cruft.
44986         A few of these changes were first proposed by Derek Robert Price
44987         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
44988
44989         * lib/addext.c: Include <string.h> unconditionally.
44990         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
44991         Don't declare getenv or malloc.
44992
44993         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
44994         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
44995         (NULL): Remove.
44996         (find_stack_direction, alloca): Use prototypes.
44997
44998         * lib/atexit.c (atexit): Define using a prototype.
44999
45000         * lib/basename.c, dirname.c, stripslash.c:
45001         Include <string.h> unconditionally.
45002
45003         * lib/bcopy.c: Include <stddef.h>.
45004         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
45005
45006         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
45007
45008         * lib/error.h (error, error_at_line, error_print_progname)
45009         [! (defined (__STDC__) && __STDC__)]: Remove decls.
45010         * lib/error.c: Include error.h first, to check interface.
45011         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
45012         (VA_START): Remove; all uses changeed to va_start.
45013         (exit, strerror): Remove decls.
45014         (error_print_progname): Prototype uncondionally.
45015         Don't include <errno.h>; no longer needed.
45016         (private_strerror): Remove.
45017         (error_tail): Always define.
45018         (error, error_at_line): Assume C89 or better; always use prototypes.
45019         * lib/fatal.c: Include "fatal.h" first, to test interface.
45020         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
45021         (VA_START): Remove; all uses changed to va_start.
45022         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
45023         this case.
45024         (exit): Remove decl.
45025         (fatal): Prototype unconditionally.  Assume va_start works.
45026         Abort at end, to pacify gcc.
45027
45028         * lib/euidaccess.c (main): Define with a prototype.
45029
45030         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
45031
45032         * lib/exitfail.c: Include <stdlib.h> unconditionally.
45033
45034         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
45035         prototypes.
45036         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
45037         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
45038         (getenv): Remove decl.
45039         (fnmatch): Define using a prototype.
45040         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
45041         (FCT): Define using a prototype.
45042
45043         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
45044
45045         * lib/gethostname.c: Include <stddef.h>.
45046         (gethostname): Define with prototype.  Length is size_t, not int.
45047
45048 2003-09-08  Paul Eggert  <eggert@twinsun.com>
45049
45050         Assume C89 or better; remove K&R cruft.
45051         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
45052         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
45053         string.h, getenv, malloc.
45054         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
45055         headers.
45056         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
45057         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
45058         do not check for strerror.
45059         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
45060         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
45061         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
45062         do not check for doprnt or vprintf.
45063         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
45064         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
45065
45066 2003-09-08  Paul Eggert  <eggert@twinsun.com>
45067
45068         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
45069         getversion.c should have been removed then, but was accidentally
45070         preserved.
45071
45072         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
45073         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
45074
45075 2003-09-08  Karl Berry  <karl@gnu.org>
45076
45077         * config/config.sub, config.guess, srclistvars.sh: update from savannah
45078                 config, forget about prep.
45079
45080         * config/depcomp, missing: update from automake.
45081
45082 2003-09-07  Paul Eggert  <eggert@twinsun.com>
45083
45084         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
45085         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
45086
45087 2003-09-07  Paul Eggert  <eggert@twinsun.com>
45088
45089         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
45090         copy_tm_result.  Bug reported by Simon Josefsson in
45091         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
45092
45093 2003-09-06  Paul Eggert  <eggert@twinsun.com>
45094
45095         * m4/time_r.m4: New file.
45096         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
45097         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
45098         is. Check for timegm declaration.
45099         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
45100         Do not check for gmtime_r.
45101         Replace mktime if __mktime_internal does not exist and if mktime
45102         hasn't been replaced already.
45103
45104 2003-09-06  Paul Eggert  <eggert@twinsun.com>
45105
45106         * lib/time_r.c, lib/time_r.h: New files.
45107
45108         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
45109         __localtime_r.
45110         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
45111         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
45112
45113         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
45114         __gmtime_r.
45115         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
45116         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
45117         Include <time_r.h>.
45118
45119         * lib/timegm.c: Switch to glibc implementation, with the following
45120         changes:
45121         [defined HAVE_CONFIG_H]: Include <config.h>.
45122         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
45123         (__mktime_internal) [!defined _LIBC]: New decl.
45124         (__gmtime_r) [!defined _LIBC]: New macro and function.
45125         (timegm): Use a prototype, since gnulib assumes C89.
45126         Do not bother declaring tmp to be const, as it's not really usefu.
45127         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
45128         (timegm): Declare only if HAVE_DECL_TIMEGM.
45129
45130 2003-09-06  Paul Eggert  <eggert@twinsun.com>
45131
45132         * MODULES.html.sh (func_all_modules): Add time_r.
45133         * modules/time_r: New file.
45134         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
45135         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
45136
45137 2003-09-03  Paul Eggert  <eggert@twinsun.com>
45138
45139         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
45140         Bug reported by Lute Kamstra in
45141         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
45142
45143         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
45144         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
45145         course with correspondingly smaller numbers for tomorrow and
45146         yesterday.  From Tadayoshi Funaba.  Originally installed into
45147         sh-utils on 1999-08-07, but the patch got lost (I guess during the
45148         coreutils merge?).
45149
45150 2003-08-31  Simon Josefsson  <jas@extundo.com>
45151
45152         * modules/timegm: New file.
45153         * MODULES.html.sh (func_all_modules): Add timegm.
45154
45155 2003-08-31  Simon Josefsson  <jas@extundo.com>
45156
45157         * m4/timegm.m4: New file.
45158
45159 2003-08-31  Simon Josefsson  <jas@extundo.com>
45160
45161         * lib/timegm.h: New file.
45162         * lib/timegm.c: New file.  Based on
45163         wget-1.8.2/src/http.c:mktime_from_utc.
45164
45165 2003-08-31  Karl Berry  <karl@gnu.org>
45166
45167         * lib/argp.h: update from libc.
45168
45169 2003-08-28  Bruno Haible  <bruno@clisp.org>
45170
45171         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
45172         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
45173         followed by '#define fnmatch fnmatch_posix' gives an error.
45174
45175 2003-08-28  Bruno Haible  <bruno@clisp.org>
45176
45177         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
45178         warning on QNX, which defines O_BINARY to 000000.
45179
45180 2003-08-27  Jim Meyering  <jim@meyering.net>
45181
45182         * m4/mkstemp.m4: Require that the system mkstemp be able to create
45183         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
45184         would fail after 32.  Reported by Danny Levinson.  Details here:
45185         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
45186
45187 2003-08-24  Bruno Haible  <bruno@clisp.org>
45188
45189         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
45190         MSVC7 <stdio.h> is included later.
45191
45192 2003-08-22  Simon Josefsson  <jas@extundo.com>
45193
45194         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
45195
45196 2003-08-20  Karl Berry  <karl@gnu.org>
45197
45198         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
45199
45200 2003-08-20  Bruno Haible  <bruno@clisp.org>
45201
45202         * modules/progname: New file.
45203         * MODULES.html.sh (func_all_modules): Add progname.
45204
45205 2003-08-20  Bruno Haible  <bruno@clisp.org>
45206
45207         * lib/progname.h: New file, from GNU gettext.
45208         * lib/progname.c: New file, from GNU gettext.
45209         * lib/progreloc.c: New file, from GNU gettext.
45210
45211 2003-08-19  Jim Meyering  <jim@meyering.net>
45212
45213         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
45214         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
45215
45216 2003-08-19  Bruno Haible  <bruno@clisp.org>
45217
45218         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
45219         more.
45220
45221 2003-08-19  Bruno Haible  <bruno@clisp.org>
45222
45223         * lib/xstrdup.c: Assume <string.h> exists.
45224
45225 2003-08-18  Paul Eggert  <eggert@twinsun.com>
45226
45227         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
45228         in makefile rules.
45229
45230 2003-08-18  Jim Meyering  <jim@meyering.net>
45231
45232         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
45233         * m4/lib-ld.m4: Likewise.
45234
45235 2003-08-18  Jim Meyering  <jim@meyering.net>
45236
45237         * lib/setenv.h: Indent nested cpp directive.
45238         * lib/vasnprintf.c: Remove trailing blanks.
45239
45240 2003-08-17  Simon Josefsson  <jas@extundo.com>
45241
45242         * modules/xstrndup: New file.
45243         * MODULES.html.sh (func_all_modules): Add xstrndup.
45244
45245 2003-08-17  Simon Josefsson  <jas@extundo.com>
45246
45247         * modules/argp: Fix autoconf macro name. Add more dependencies.
45248
45249 2003-08-17  Simon Josefsson  <jas@extundo.com>
45250
45251         * m4/xstrndup.m4: New file.
45252
45253 2003-08-17  Simon Josefsson  <jas@extundo.com>
45254
45255         * m4/argp.m4: New file.
45256
45257 2003-08-17  Simon Josefsson  <jas@extundo.com>
45258             Bruno Haible  <bruno@clisp.org>
45259
45260         * lib/xstrndup.h: New file.
45261         * lib/xstrndup.c: New file.
45262
45263 2003-08-17  Bruno Haible  <bruno@clisp.org>
45264
45265         * modules/strndup (Files, Include): Add lib/strndup.h.
45266
45267 2003-08-17  Bruno Haible  <bruno@clisp.org>
45268
45269         * modules/euidaccess (Files): Add lib/euidaccess.h.
45270
45271 2003-08-17  Bruno Haible  <bruno@clisp.org>
45272
45273         * lib/strndup.h: New file.
45274
45275 2003-08-17  Bruno Haible  <bruno@clisp.org>
45276
45277         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
45278         like AC_GNU_SOURCE.
45279         * modules/extensions (configure.ac): Comment out the invocation of
45280         gl_USE_SYSTEM_EXTENSIONS.
45281
45282 2003-08-16  Paul Eggert  <eggert@twinsun.com>
45283
45284         Merges from coreutils, etc.
45285         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
45286         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
45287         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
45288         fixing a typo.
45289         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
45290         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
45291
45292 2003-08-16  Paul Eggert  <eggert@twinsun.com>
45293
45294         Document merge from coreutils.
45295         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
45296         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
45297         * modules/utime: Add m4/utimes-null.m4.
45298
45299 2003-08-16  Paul Eggert  <eggert@twinsun.com>
45300
45301         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
45302         space, undoing this 2003-08-12 change:
45303         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
45304
45305 2003-08-16  Paul Eggert  <eggert@twinsun.com>
45306
45307         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
45308         strtoul.c from libc, undoing this 2003-08-12 change:
45309         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
45310
45311 2003-08-16  Jim Meyering  <jim@meyering.net>
45312
45313         Merges from coreutils.
45314         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
45315         prefix.  Adjust cache variables similarly.  Create 500 rather than
45316         just 300 files, to exercise bug on Darwin6.5, too.
45317         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
45318         $missing_dir.
45319         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
45320         AM_SYS_POSIX_TERMIOS.
45321         Reported by mkc@mathdogs.com.
45322         Also change use of $am_cv_sys_posix_termios
45323         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
45324         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
45325         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
45326         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
45327         in /proc/mounts until it finds one with matching device number.  This
45328         is unnecessary when the FILE argument *is* a mount point.  No stat call
45329         is necessary in that case.  So, disable the statvfs-testing code on
45330         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
45331         as RedHat bug# 84846.
45332         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
45333         to 1MB, so as not to render systems with no stack size limit (e.g.,
45334         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
45335         Include <unistd.h>.  On some systems,
45336         it is required for the definition of _SC_PAGESIZE.
45337
45338 2003-08-16  Jim Meyering  <jim@meyering.net>
45339
45340         Merge from coreutils.
45341         * lib/xstrtoimax.c: #else #if -> #elif.
45342         * lib/xstrtoumax.c: Likewise.
45343
45344 2003-08-16  Jim Meyering  <jim@meyering.net>
45345
45346         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
45347         * m4/utimes.m4: Removed.
45348         * m4/utimes-null.m4: Renamed from utimes.m4.
45349
45350         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
45351         to 1MB, so as not to render systems with no stack size limit (e.g.,
45352         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
45353         Include <unistd.h>.  On some systems,
45354         it is required for the definition of _SC_PAGESIZE.
45355
45356 2003-08-16  Jim Meyering  <jim@meyering.net>
45357         and Paul Eggert  <eggert@cs.ucla.edu>
45358
45359         Merges from coreutils, etc.
45360
45361         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
45362         using the latest version from cvs.  This avoids problems with #line
45363         directives using a vendor (Sun) compiler.
45364         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
45365         Don't set GETGROUPS_LIB here; now it's
45366         done via getgroups.m4's wrapper function.
45367         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
45368         rather than just in sh-util/configure.in, so that the
45369         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
45370         same.
45371         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
45372         AC_FUNC_GETLOADAVG where to find getloadavg.c.
45373         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
45374         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
45375         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
45376         Remove code that is now done by the newly-required macros.
45377         Append $(EXEEXT) to DF_PROG.
45378         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
45379         Do not invoke or require the following here,
45380         since prereq.m4 or some gnulib .m4 now does this for us:
45381         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
45382         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
45383         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
45384         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
45385         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
45386         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
45387         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
45388         AC_FUNC_OBSTACK.
45389         Do not replace the following functions, as this is now the job
45390         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
45391         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
45392         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
45393         atexit getpass, strdup, getpagesize.
45394         Replace 'raise'.
45395         Do not check for the following functions, as this is now the job
45396         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
45397         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
45398         setregid.
45399         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
45400         Check for sys/sysctl.h.
45401         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
45402         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
45403         of checking for ssize_t ourselves.
45404
45405         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
45406         Require every macro that gnulib/modules/* suggests for us.
45407         (jm_PREREQ_ADDEXT): New macro.
45408         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
45409         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
45410
45411         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
45412         (gl_PHYSMEM): Use it.
45413         Also check for `table' function.
45414         Check for new headers and functions.
45415         Add check for sys/sysmp.h.
45416         With suggestions from Kaveh Ghazi.
45417         Ignore headers that are present but cannot be compiled.  This
45418         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
45419         C 5.4.
45420
45421 2003-08-15  Paul Eggert  <eggert@twinsun.com>
45422
45423         Document merge from coreutils.
45424         * modules/userspec: Depend on posixver.
45425         * modules/strftime: Depend on tzset.
45426
45427 2003-08-15  Paul Eggert  <eggert@twinsun.com>
45428
45429         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
45430         rather than tab, after '#' in shell-script copyright notices.
45431         Suggested by Bruno Haible.
45432
45433 2003-08-15  Paul Eggert  <eggert@twinsun.com>
45434
45435         * config/srclist-update: Use three spaces, rather than tab, after '#'
45436         in shell-script copyright notices.  Suggested by Bruno Haible.
45437         Remove unnecessary parenthesization in regular expression.
45438
45439 2003-08-15  Jim Meyering  <jim@meyering.net>
45440
45441         Merge from coreutils.
45442         * lib/xgethostname.c: Include <stdlib.h>.
45443         (xghostname): Don't exit for anything other than memory-related
45444         failure; just return NULL.
45445         * lib/userspec.c: Include "posixver.h".
45446         (parse_user_spec): Accept `.' as a separator only
45447         in pre-POSIX-200112 mode.
45448         * lib/strtoimax.c: Use #elif rather than #else #if.
45449         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
45450         Remove function, now that we can rely on a working tzset function.
45451         [!_LIBC]: Ensure that the required autoconf test has been run.
45452         [!defined _NL_CURRENT && HAVE_STRFTIME]:
45453         Use underlying_strftime for %r.
45454         * lib/sha.c: Merge in some clean-up and optimization changes from
45455         glibc.
45456         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
45457         Ensure that it is a multiple of 64.
45458         Rearrange loop exit tests so as to avoid performing an
45459         additional fread after encountering an error or EOF.
45460         * lib/realloc.c: Update copyright date.
45461
45462 2003-08-15  Jim Meyering  <jim@meyering.net>
45463         and Paul Eggert  <eggert@twinsun.com>
45464
45465         Merge from coreutils.
45466         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
45467         member but strut utmpx does not.  Needed for AIX 4.3.3.
45468         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
45469
45470 2003-08-15  Jim Meyering  <jim@meyering.net>
45471         and Paul Eggert  <eggert@cs.ucla.edu>
45472
45473         Merges from coreutils, etc.
45474         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
45475         Require gl_FUNC_TZSET_CLOBBER.
45476         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
45477         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
45478         members.
45479
45480 2003-08-14  Paul Eggert  <eggert@twinsun.com>
45481
45482         Help the merge from coreutils.
45483         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
45484         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
45485         * m4/tzset.m4: Use it too.
45486
45487 2003-08-14  Paul Eggert  <eggert@twinsun.com>
45488
45489         * modules/tzset: New file.
45490
45491 2003-08-14  Jim Meyering  <jim@meyering.net>
45492
45493         Merges from coreutils.
45494         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
45495         variable names, rather than @FNMATCH_H@.
45496         * modules/alloca: Likewise for $(ALLOCA_H).
45497
45498         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
45499         the three copies of the literal target, `fnmatch.h'.
45500         * modules/alloca (alloca.h): Likewise.
45501
45502 2003-08-14  Jim Meyering  <jim@meyering.net>
45503
45504         Merge from coreutils.
45505         * m4/tzset.m4: New file.
45506         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
45507         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
45508         otherwise, AIX 5.1 systems would end up using the latter.
45509         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
45510         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
45511         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
45512         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
45513
45514 2003-08-14  Jim Meyering  <jim@meyering.net>
45515
45516         Merge from coreutils.
45517         * lib/obstack.h: Whitespace changes.
45518         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
45519         and xcalloc return values.
45520         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
45521         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
45522         hang on OSF/1 5.1 for DIR on both local and remote file systems.
45523         Reported by (and fix confirmed by) Nelson H. F. Beebe.
45524         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
45525         error from mntctl.
45526         Use mntctl's return value to drive the entry-processing loop, since
45527         we can't rely on the value of the vmt_length member in the last
45528         entry.  On some systems doing so could result in exhausting
45529         virtual memory.  Based in part on a patch from Mike Jetzer.
45530
45531 2003-08-14  Jim Meyering  <jim@meyering.net>
45532         and Paul Eggert  <eggert@twinsun.com>
45533
45534         Merges from coreutils, plus other fixes.
45535         * lib/physmem.c: Merge in portability changes from gcc/libiberty
45536         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
45537         for credits and details.  Thanks to Kaveh Ghazi for helping
45538         to keep these files in sync.
45539         (ARRAY_SIZE): Define it.
45540         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
45541         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
45542         (memcasecmp): Don't assume size_t fits in unsigned int.
45543         Remove casts and duplicate code.
45544         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
45545         (memcpy): Remove definition.
45546         Merge in some clean-up and optimization changes from glibc.
45547         [BLOCKSIZE]: Move definition to top of file.
45548         Ensure that it is a multiple of 64.
45549         Rearrange loop exit tests so as to avoid performing an
45550         additional fread after encountering an error or EOF.
45551         * lib/md5.h (md5_uintptr): Define.
45552         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
45553         return to the initial working directory.  Preserve errno
45554         for caller.
45555         * lib/idcache.c: Include "xalloc.h".
45556         (xmalloc, xrealloc): Remove decls.
45557         (getuser): Remove casts no longer required in C89.
45558         * lib/human.c: Include stdio.h, for sprintf.
45559         * lib/group-member.c: Include "xalloc.h".
45560         (xmalloc, xrealloc): Remove decls.
45561         (get_group_info): Remove casts no longer required in C89.
45562         * lib/getusershell.c (readname): Remove casts no longer required in
45563         C89.
45564         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
45565         * lib/getline.c: Whitespace fix, from coreutils.
45566
45567 2003-08-13  Paul Eggert  <eggert@twinsun.com>
45568
45569         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
45570         Check for isascii.
45571
45572         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
45573         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
45574         Undo previous (whitespace-only) change.
45575
45576 2003-08-13  Paul Eggert  <eggert@twinsun.com>
45577
45578         * lib/exclude.c: Include <ctype.h>
45579         (IN_CTYPE_DOMAIN): New macro.
45580         (is_space): New fn.
45581         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
45582         and empty lines.
45583
45584         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
45585         Undo previous (whitespace-only) change.
45586
45587 2003-08-13  Paul Eggert  <eggert@twinsun.com>
45588
45589         * config/srclist-update: Change update back to the old behavior,
45590         leaving whitespace alone.  Use one 'sed' command rather than a
45591         pipeline.
45592         (fixlicense): Now a variable, not a function.
45593         (remove_trailing_blanks): Remove.
45594         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
45595         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
45596         Undo previous (whitespace-only) change.
45597
45598 2003-08-12  Paul Eggert  <eggert@twinsun.com>
45599
45600         Merge from coreutils.
45601         * modules/euidaccess: Add lib_SOURCES, include for new
45602         file euidaccess.h
45603
45604 2003-08-12  Paul Eggert  <eggert@twinsun.com>
45605
45606         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
45607         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
45608         Normalize leading white space and remove trailing white space.
45609
45610         Merge from coreutils
45611         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
45612
45613         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
45614         0.12.1.  These files are now being upgraded automatically by
45615         ../config/srclist-update.
45616
45617 2003-08-12  Paul Eggert  <eggert@twinsun.com>
45618
45619         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
45620         Normalize leading white space and remove trailing white space.
45621         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
45622         notice, as per ../config/srclist-update.
45623
45624         Merge from coreutils.
45625         * lib/euidaccess.h: New file.
45626         * lib/euidaccess.c: Include it.
45627         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
45628         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
45629         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
45630
45631 2003-08-12  Paul Eggert  <eggert@twinsun.com>
45632
45633         * config/srclist-update: Add copyright notice.
45634         (remove_id_lines, remove_trailing_blanks): New constants.
45635         (fixfile): Use them to normalize spacing a bit in copied files.
45636         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
45637         Normalize leading white space and remove trailing white space.
45638
45639         * config/texinfo.tex: Sync with texinfo.
45640
45641         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
45642         strtoul.c from libc, to merge coreutils whitespace changes.
45643
45644         * config/srclist.txt: Get the following m4 files from gettext:
45645         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
45646         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
45647         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
45648         wint_t.m4.
45649
45650 2003-08-12  Karl Berry  <karl@gnu.org>
45651
45652         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
45653         been made.
45654
45655 2003-08-11  Paul Eggert  <eggert@twinsun.com>
45656
45657         * modules/gnu-source, m4/gnu-source.m4:
45658         Remove; we're assuming Autoconf 2.54 or later now.
45659         Suggested by Bruno Haible.
45660         * MODULES.html.sh (func_all_modules): Remove gnu-source.
45661
45662 2003-08-11  Bruno Haible  <bruno@clisp.org>
45663
45664         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
45665
45666 2003-08-11  Bruno Haible  <bruno@clisp.org>
45667
45668         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
45669         (vasnprintf): Use it instead of wcslen.
45670
45671 2003-08-11  Bruno Haible  <bruno@clisp.org>
45672
45673         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
45674         value to ensure that _Bool promotes to int. Use #define for _Bool when
45675         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
45676
45677 2003-08-10  Karl Berry  <karl@gnu.org>
45678
45679         * lib/regex.h: update from libc (whitespace fix).
45680
45681 2003-08-09  Paul Eggert  <eggert@twinsun.com>
45682
45683         Merge some files from coreutils.  These changes were
45684         originally made by Jim Meyering.
45685         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
45686         many older Unixes require this.
45687         * lib/alloca.c (alloca): Remove cast to argument of free;
45688         no longer needed in C89.
45689         * lib/alloca_.h, regex.h: Fix white space to match
45690         what GNU indent does.
45691
45692 2003-08-09  Paul Eggert  <eggert@twinsun.com>
45693
45694         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
45695         apparently Emacs's Unicode mode got confused before my 2003-08-05
45696         checkin.
45697
45698 2003-08-08  Paul Eggert  <eggert@twinsun.com>
45699
45700         * m4/extensions.m4: New file.
45701         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
45702         Require gl_USE_SYSTEM_EXTENSIONS.
45703         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
45704         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
45705
45706 2003-08-08  Paul Eggert  <eggert@twinsun.com>
45707
45708         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
45709         * modules/extensions, modules/gnu-source: New files.
45710         * modules/timespec, modules/unlocked-io: Depend on extensions.
45711
45712 2003-08-07  Paul Eggert  <eggert@twinsun.com>
45713
45714         * modules/restrict: New file.
45715         * MODULES.html.sh (func_all_modules): Add restrict.
45716         * modules/regex: Depend on restrict.
45717
45718 2003-08-07  Paul Eggert  <eggert@twinsun.com>
45719
45720         * m4/restrict.m4: New file.
45721         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
45722
45723 2003-08-07  Bruno Haible  <bruno@clisp.org>
45724
45725         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
45726         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
45727
45728 2003-08-07  Bruno Haible  <bruno@clisp.org>
45729
45730         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
45731         makes the module 'getndelim2' compatible with the module 'getline'.
45732
45733 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45734
45735         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
45736         byte with "\201" to avoid glitches when editing that source file
45737         with multi-gnome-terminal.
45738
45739 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45740
45741         * lib/bumpalloc.h: Remove.
45742
45743 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45744
45745         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
45746         * modules/bumpalloc: Remove.
45747
45748 2003-08-04  Paul Eggert  <eggert@twinsun.com>
45749
45750         * lib/getloadavg.c: Change copyright notice and spacing to conform to
45751         GNU coding style.
45752
45753         Merge from coreutils.
45754         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
45755         1. From glibc.
45756         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
45757         from Karl Berry, implemented by Jim Meyering.
45758         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
45759         from Dmitry V. Levin.
45760         Remove anachronistic cast of xrealloc.
45761         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
45762         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
45763         type. Otherwise, it wouldn't compile with at least /bin/cc on
45764         ymp-cray-unicos9.0.2.X.
45765         Combine two mostly-identical uses of alloca into one.
45766         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
45767
45768 2003-08-04  Dave Love  <d.love@dl.ac.uk>
45769
45770         [From Emacs.]
45771
45772         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
45773         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
45774         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
45775         obsolete NLIST_NAME_UNION.
45776         [__GNU__]: Undef BSD and FSCALE.
45777         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
45778
45779 2003-08-03  Paul Eggert  <eggert@twinsun.com>
45780
45781         * lib/stdbool_.h (_Bool): Make it signed char, instead of
45782         an enum type, so that it's guaranteed to promote to int.  See:
45783         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
45784
45785 2003-08-03  Karl Berry  <karl@gnu.org>
45786
45787         * config/depcomp: update from automake.
45788
45789 2003-07-31  Paul Eggert  <eggert@twinsun.com>
45790
45791         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
45792         (strerror): Don't assume that a printable int fits in 14 bytes.
45793
45794 2003-07-31  Bruno Haible  <bruno@clisp.org>
45795
45796         * modules/getpass-gnu: New file.
45797         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
45798
45799 2003-07-31  Bruno Haible  <bruno@clisp.org>
45800
45801         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
45802
45803 2003-07-24  Karl Berry  <karl@gnu.org>
45804
45805         * config/missing: update from automake.
45806
45807 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
45808             Bruno Haible  <bruno@clisp.org>
45809
45810         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
45811         * lib/getline.c (getline, getdelim): Likewise.
45812         Remove _GNU_SOURCE define; now it's defined in config.h through
45813         m4/getline.m4.
45814
45815 2003-07-23  Karl Berry  <karl@gnu.org>
45816
45817         * config/config.sub: update from prep.
45818
45819 2003-07-22  Paul Eggert  <eggert@twinsun.com>
45820
45821         * modules/xalloc (Depends-on): Add exitfail.
45822         * modules/xmemcoll: Likewise.
45823
45824 2003-07-22  Paul Eggert  <eggert@twinsun.com>
45825
45826         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
45827         over-parenthesization in macros.
45828
45829         Sync with coreutils.
45830
45831         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
45832         required by C99.
45833
45834         Use `exit_failure' for xalloc and xmemcoll instead of their own
45835         private exit-failure variables.
45836         * lib/xalloc.h (xalloc_exit_failure): Remove.
45837         * lib/xmalloc.c: Likewise.  Include exitfail.h.
45838         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
45839         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
45840         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
45841         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
45842
45843 2003-07-20  Jim Meyering  <jim@meyering.net>
45844
45845         * modules/closeout (Depends-on): Add exitfail.
45846         Suggestion from Bruno Haible.
45847
45848 2003-07-19  Karl Berry  <karl@gnu.org>
45849
45850         * config/config.sub: update from prep.
45851
45852 2003-07-18  Paul Eggert  <eggert@twinsun.com>
45853
45854         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
45855         Remove.
45856         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
45857         to test that it can stand by itself.  Include "exitfail.h".
45858         Clients should set exit_failure instead.
45859         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
45860
45861 2003-07-18  Bruno Haible  <bruno@clisp.org>
45862
45863         * modules/getndelim2: New file.
45864         * modules/getline: Share files with module getndelim2.
45865         * modules/getnline: Depend on getndelim2 instead of sharing files with
45866         it. Add getnline.c to lib_SOURCES.
45867         * MODULES.html.sh (func_all_modules): Add getndelim2.
45868
45869 2003-07-18  Bruno Haible  <bruno@clisp.org>
45870
45871         * m4/getndelim2.m4: New file.
45872         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
45873         invoke gl_PREREQ_GETNDELIM2.
45874         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
45875         gl_PREREQ_GETNDELIM2.
45876         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
45877         gl_GETNDELIM2.
45878
45879 2003-07-18  Bruno Haible  <bruno@clisp.org>
45880
45881         * lib/getndelim2.h: New file.
45882         * lib/getndelim2.c: Make into a module of its own. Include config.h,
45883         getndelim2.h.
45884         (getndelim2): Make non-static. Change return type to ssize_t.
45885         * lib/getline.h: Change argument names.
45886         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
45887         * lib/getnline.c: Include getndelim2.h.
45888
45889 2003-07-18  Andreas Schwab  <schwab@suse.de>
45890
45891         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
45892
45893 2003-07-17  Karl Berry  <karl@gnu.org>
45894
45895         * config/config.sub: update from prep.
45896
45897 2003-07-17  Bruno Haible  <bruno@clisp.org>
45898
45899         * modules/getnline: New file.
45900         * modules/getline: Add lib/getndelim2.c to source file list.
45901         * MODULES.html.sh (func_all_modules): Add getnline.
45902
45903 2003-07-17  Bruno Haible  <bruno@clisp.org>
45904
45905         * m4/getnline.m4: New file.
45906
45907 2003-07-17  Bruno Haible  <bruno@clisp.org>
45908
45909         * m4/Makefile.am.in: Remove file.
45910         * m4/Makefile.am: Remove file.
45911         * m4/Makefile.in: Remove file.
45912
45913 2003-07-17  Bruno Haible  <bruno@clisp.org>
45914
45915         * lib/getnline.h: New file.
45916         * lib/getnline.c: New file.
45917         * lib/getndelim2.c: New file, extracted from getline.c.
45918         (getndelim2): Renamed from getdelim2, with added nmax argument.
45919         * lib/getline.c: Include getndelim2.c.
45920         (getdelim2): Moved out to getndelim2.c.
45921         (getline, getdelim): Update.
45922
45923 2003-07-17  Bruno Haible  <bruno@clisp.org>
45924
45925         * lib/Makefile.am: Remove file.
45926         * lib/Makefile.in: Remove file.
45927
45928 2003-07-17  Bruno Haible  <bruno@clisp.org>
45929
45930         * configure.in: Remove file.
45931         * Makefile.in: Remove file.
45932
45933 2003-07-17  Bruno Haible  <bruno@clisp.org>
45934
45935         * MODULES.html.sh: Put the </BODY> right before </HTML>.
45936
45937 2003-07-16  Karl Berry  <karl@gnu.org>
45938
45939         * config/srclist-update: was running fixlicense twice, which caused
45940                 texinfo.tex to be nullified for some reason.  Simplify,
45941                 $gplsrc is no longer needed as far as I can see?
45942
45943 2003-07-16  Jim Meyering  <jim@meyering.net>
45944
45945         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
45946
45947 2003-07-15  Paul Eggert  <eggert@twinsun.com>
45948
45949         * config/srclist.txt: Get the following files from gettext-runtime/intl
45950         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
45951         ref-del.sin.  From Bruno Haible.
45952         * config/srclist-update (fixfile): Change grep pattern again, since the
45953         previous fix didn't work (there was another trailing $).  Use
45954         '[$]' to escape the $s.
45955
45956 2003-07-15  Karl Berry  <karl@gnu.org>
45957
45958         * lib/vasnprintf.c: update from gettext.
45959
45960 2003-07-15  Karl Berry  <karl@gnu.org>
45961
45962         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
45963         gets expanded when surrounded by '$'.
45964
45965 2003-07-15  Jim Meyering  <jim@meyering.net>
45966
45967         * modules/save-cwd: Don't depend on error.  From Derek Price.
45968
45969 2003-07-15  Jim Meyering  <jim@meyering.net>
45970
45971         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
45972
45973 2003-07-14  Simon Josefsson  <jas@extundo.com>
45974
45975         * modules/mempcpy: New file.
45976         * MODULES.html.sh (func_all_modules): Add mempcpy.
45977
45978 2003-07-14  Simon Josefsson  <jas@extundo.com>
45979
45980         * m4/mempcpy.m4: New file.
45981
45982 2003-07-14  Simon Josefsson  <jas@extundo.com>
45983
45984         * lib/mempcpy.h: New file.
45985         * lib/mempcpy.c: New file.
45986
45987 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45988
45989         * modules/getdate, modules/posixtm: Depend on mktime.
45990
45991 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45992
45993         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
45994         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
45995         unicodeio.c, unicodeio.h, unlocked-io.h:
45996         Switch from LGPL to GPL.
45997
45998 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45999
46000         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
46001         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
46002         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
46003         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
46004         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
46005         updated automatically by ../config/srclist-update.  This changes
46006         their license from LPGL to GPL.
46007
46008 2003-07-14  Paul Eggert  <eggert@twinsun.com>
46009
46010         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
46011         assumed to refer to the root of the most recent stable gettext version.
46012         * config/srclistvars.sh: Add defaults for eggert.
46013         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
46014         Match "This program" as well as "The program".  This is needed
46015         for gettext.
46016
46017 2003-07-14  Jim Meyering  <jim@meyering.net>
46018
46019         Don't emit diagnostics.  Let callers do that.
46020         * lib/save-cwd.c: Don't include "error.h".
46021         (save_cwd): Don't call error.  Ensure that errno is valid
46022         when returning nonzero.
46023
46024         * lib/save-cwd.h (restore_cwd): Update prototype.
46025         * lib/save-cwd.c (restore_cwd): Remove two parameters.
46026         Simplify.  Don't call error upon failure.  Let callers do that.
46027         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
46028         when auditing is enabled.  But don't bother updating the #if.
46029
46030 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
46031
46032         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
46033         it breaks C++ compilation.
46034         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
46035
46036 2003-07-10  Simon Josefsson  <jas@extundo.com>
46037
46038         * modules/strchrnul (Makefile.am): Add strchrnul.h.
46039
46040 2003-07-10  Jim Meyering  <jim@meyering.net>
46041
46042         * m4/clock_time.m4: Remove trailing blank.
46043         * m4/intmax_t.m4: Likewise.
46044
46045 2003-07-10  Jim Meyering  <jim@meyering.net>
46046
46047         * lib/vasnprintf.c: Remove trailing blanks.
46048         Make cpp indentation consistent.
46049
46050 2003-07-09  Paul Eggert  <eggert@twinsun.com>
46051
46052         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
46053         posixver.c, strftime.c, strnlen.c, strverscmp.c:
46054         Switch from LGPL to GPL.
46055
46056 2003-07-09  Paul Eggert  <eggert@twinsun.com>
46057
46058         * config/srclist.txt: Sort sublists.  Add
46059         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
46060         that differ from gnulib for one reason or another; we'd like this list
46061         to be smaller but for now let's document what we have.
46062
46063 2003-07-08  Paul Eggert  <eggert@twinsun.com>
46064
46065         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
46066         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
46067         and sweeter "eval x=$x".
46068         * config/srclist.txt: Get lib/argp* from glibc.
46069
46070 2003-07-07  Paul Eggert  <eggert@twinsun.com>
46071
46072         * lib/mktime.c: Fix some boundary cases and remove need for floating
46073         point.
46074
46075         Issue a compile-time diagnostic if time_t is floating point, or if
46076         two's complement arithmetic is not in effect, or if arithmetic
46077         right shift does not propagate the sign.  These assumptions were
46078         all in the original code but they weren't checked.
46079
46080         (TIME_T_MIDPOINT, verify): New macros.
46081         (__isleap): Remove; it has integer overflow problems.
46082         (leapyear): New function, without those problems.
46083         (ydhms_tm_diff): Remove; splitting into two parts.
46084         (ydhms_diff): New function, containing the arithmetic part of
46085         the old ydhms_tm_diff function.  Issue a compile-time
46086         diagnostic if we are not using C99 integer division.
46087         Avoid casts when possible.
46088         (guess_time_tm): New function, containing the checking part of
46089         the old ydhms_tm_diff function.  Return the new value, rather than
46090         the difference between it and the old.  Accept a new argument T
46091         so that *T specifies the old value.  Check for overflow in the result.
46092
46093         (__mktime_internal): Use a time_t offset, not a long int offset.
46094         This undoes the 2003-06-04 change, which is no longer needed now
46095         that we have better overflow checking.
46096         (localtime_offset): Likewise.
46097
46098         (__mktime_internal): Avoid harmful overflow on hosts where time_t
46099         and long are 64-bit but int is only 32-bit.
46100         (ydhms_diff): Use long int to store year1 and yday1.
46101         Issue a compile-time diagnostic if long int is not wide enough.
46102
46103         (__mktime_internal): Use long int to store adjusted year and yday.
46104         Use plain C rather than preprocessor commands, if that doesn't
46105         affect efficiency.
46106         Check for overflow (and try to repair) after each probe
46107         rather than checking only at the very end.  This avoids some bugs
46108         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
46109         does not equal GMT offset at maximum time).
46110         Use integer to check for overflow rather than floating point; this
46111         is more portable to non-IEEE hosts, and is a tad faster.
46112         When we detect that we are oscillating between two values,
46113         don't check whether tm_isdst has the requested value, since
46114         we already know the answer.  When tm_isdst has the wrong value,
46115         use a different heuristic to find the right one, based on the
46116         extreme values actually observed in practice in tz2003a,
46117         rather than the (overly optimistic) "previous 3 calendar quarters".
46118
46119         (not_equal_tm, print_tm, check_result): Use "const T" rather than
46120         "T const" to accommodate glibc style.
46121         (check_result): Use less-confusing report format.  "long" -> "long int.
46122         (main): Likewise.
46123         Don't loop if the iteration overflows time_t.
46124         Allow a negative step in the iteration.
46125
46126 2003-07-06  Karl Berry  <karl@gnu.org>
46127
46128         * config/depcomp: update from automake.
46129         * config/config.sub: update from prep.
46130
46131 2003-07-03  Karl Berry  <karl@gnu.org>
46132
46133         * config/config.guess: update from prep.
46134
46135 2003-07-01  Paul Eggert  <eggert@twinsun.com>
46136
46137         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
46138         xreadlink.c now includes it unconditionally.
46139
46140 2003-07-01  Paul Eggert  <eggert@twinsun.com>
46141
46142         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
46143         having it depend on HAVE_SYS_TYPES_H.
46144
46145 2003-07-01  Bruno Haible  <bruno@clisp.org>
46146
46147         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
46148         <sys/types.h> should be sufficient.
46149         Reported by Paul Eggert.
46150
46151 2003-06-26  Karl Berry  <karl@gnu.org>
46152
46153         * config/depcomp: update from automake.
46154
46155 2003-06-26  Bruno Haible  <bruno@clisp.org>
46156
46157         * modules/human: Depend on module stdbool.
46158
46159 2003-06-25  Bruno Haible  <bruno@clisp.org>
46160
46161         * modules/readlink: New file.
46162         * modules/xreadlink: Depend on it.
46163         * MODULES.html.sh (func_all_modules): Add readlink.
46164
46165 2003-06-25  Bruno Haible  <bruno@clisp.org>
46166
46167         * m4/readlink.m4: New file.
46168
46169 2003-06-25  Bruno Haible  <bruno@clisp.org>
46170
46171         * lib/readlink.c: New file.
46172
46173 2003-06-22  Karl Berry  <karl@gnu.org>
46174
46175         * config/srclist.txt: update mkinstalldirs from automake.
46176         * config/mkinstalldirs: update.
46177
46178 2003-06-22  Bruno Haible  <bruno@clisp.org>
46179
46180         Portability to mingw32.
46181         * m4/ssize_t.m4: New file, from GNU gettext.
46182         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
46183         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
46184
46185 2003-06-22  Bruno Haible  <bruno@clisp.org>
46186
46187         * modules/safe-read: Add m4/ssize_t.m4.
46188         * modules/xreadlink: Add m4/ssize_t.m4.
46189
46190 2003-06-20  Bruno Haible  <bruno@clisp.org>
46191
46192         Assume C89, so PARAMS isn't needed.
46193         * lib/unicodeio.h (PARAMS): Remove.
46194         * lib/unicodeio.c: Don't use PARAMS.
46195
46196 2003-06-18  Karl Berry  <karl@gnu.org>
46197
46198         * config/config.{guess,sub}: update from prep.
46199
46200 2003-06-18  Jim Meyering  <jim@meyering.net>
46201
46202         Merge changes from coreutils.
46203         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
46204         Remove explicit declarations of xmalloc and realloc.
46205         Include xalloc.h.
46206         (read_utmp): Remove anachronistic cast of xmalloc.
46207
46208 2003-06-17  Paul Eggert  <eggert@twinsun.com>
46209
46210         Assume C89, so PARAMS isn't needed.
46211         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
46212         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
46213         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
46214         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
46215         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
46216         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
46217         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
46218         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
46219         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
46220         lib/xstrtod.h, lib/xstrtol.h: Likewise.
46221         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
46222         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
46223         no longer needed. Anyway, config.h should always be included before any
46224         other file.
46225
46226 2003-06-11  Simon Josefsson  <jas@extundo.com>
46227
46228         * modules/sysexits: New file.
46229         * MODULES.html.sh (func_all_modules): Add sysexits.
46230
46231 2003-06-11  Simon Josefsson  <jas@extundo.com>
46232
46233         * lib/sysexit_.h: New file.
46234
46235 2003-06-11  Derek Price  <derek@ximbiot.com>
46236
46237         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
46238         necessary.
46239
46240 2003-06-11  Bruno Haible  <bruno@clisp.org>
46241
46242         * m4/sysexits.m4: New file.
46243
46244 2003-06-10  Simon Josefsson  <jas@extundo.com>
46245
46246         * lib/argp.h: New file, from glibc.
46247         * lib/argp-ba.c: New file, from glibc.
46248         * lib/argp-eexst.c: New file, from glibc.
46249         * lib/argp-fmtstream.c: New file, from glibc.
46250         * lib/argp-fmtstream.h: New file, from glibc.
46251         * lib/argp-fs-xinl.c: New file, from glibc.
46252         * lib/argp-help.c: New file, from glibc.
46253         * lib/argp-namefrob.h: New file, from glibc.
46254         * lib/argp-parse.c: New file, from glibc.
46255         * lib/argp-pv.c: New file, from glibc.
46256         * lib/argp-pvh.c: New file, from glibc.
46257         * lib/argp-xinl.c: New file, from glibc.
46258
46259 2003-06-10  Simon Josefsson  <jas@extundo.com>
46260
46261         * modules/strchrnul: New file.
46262
46263 2003-06-10  Simon Josefsson  <jas@extundo.com>
46264
46265         * modules/argp: New file.
46266
46267 2003-06-10  Simon Josefsson  <jas@extundo.com>
46268
46269         * m4/strchrnul.m4: New file.
46270
46271 2003-06-10  Simon Josefsson  <jas@extundo.com>
46272
46273         * lib/strchrnul.h: New file.
46274         * lib/strchrnul.c: New file.
46275
46276 2003-06-10  Bruno Haible  <bruno@clisp.org>
46277
46278         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
46279
46280 2003-06-07  Karl Berry  <karl@gnu.org>
46281
46282         * config/config.{guess,sub}: update from prep.
46283
46284 2003-06-07  Jim Meyering  <jim@meyering.net>
46285
46286         * modules/strtod: Use $(...) notation, not @...@ for
46287         AC_REPLACE'd variables.
46288         * modules/localcharset: Likewise.
46289
46290 2003-06-07  Jim Meyering  <jim@meyering.net>
46291
46292         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
46293         in place of my name in the copyright comment.
46294         Remove definition and uses of __P.
46295
46296         From coreutils.
46297         * lib/stat.c: Don't declare xmalloc explicitly.
46298         Instead, include "xalloc.h".
46299         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
46300         xrealloc, and xcalloc return values.
46301         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
46302         Improve comment.
46303         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
46304
46305 2003-06-07  Bruno Haible  <bruno@clisp.org>
46306
46307         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
46308         avoid AC_CONFIG_LINKS.
46309         * modules/fnmatch (Makefile.am): Use explicit creation rule for
46310         fnmatch.h, to avoid AC_CONFIG_LINKS.
46311         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
46312
46313 2003-06-07  Bruno Haible  <bruno@clisp.org>
46314
46315         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
46316         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
46317         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
46318         directory.
46319         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
46320         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
46321         directory.
46322
46323 2003-06-06  Jim Meyering  <jim@meyering.net>
46324
46325         Merge from coreutils.
46326         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
46327         Consolidate declarations and initializations of *_base* locals.
46328
46329         Merge from coreutils.
46330         This avoids a core dump on systems without GNU putenv,
46331         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
46332         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
46333         (unsetenv): New static function, from GNU libc.
46334         (rpl_putenv): Use it.
46335
46336         * lib/modechange.c: Remove trailing blanks.
46337
46338         Merge from coreutils.
46339         * lib/fsusage.c: Remove declaration of statfs.
46340         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
46341
46342         * lib/posixtm.c: Include <stdbool.h> unconditionally.
46343
46344 2003-06-06  Jim Meyering  <jim@meyering.net>
46345
46346         * lib/stdbool_.h: Renamed from stdbool.h.in.
46347
46348 2003-06-06  Jim Meyering  <jim@meyering.net>
46349             Bruno Haible  <bruno@clisp.org>
46350
46351         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
46352         Adjust Makefile.am snippet not to redirect directly to target.
46353         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
46354
46355 2003-06-05  Paul Eggert  <eggert@twinsun.com>
46356
46357         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
46358         mismatch, look in future quarters as well as past.  This fixes a
46359         bug when processing fall-backwards gaps immediately after a long
46360         period of daylight-saving time.
46361
46362         * lib/mktime.c: Assume freestanding C89 or better.
46363         (HAVE_LIMITS_H): Remove.  Assume it's 1.
46364         (__P): Remove; not used.
46365         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
46366         (mktime, not_equal_tm, print_tm, check_result,
46367         main): Use prototypes.  Use const * where appropriate.
46368         (main): Fix typo in testing code that uncovered by above changes.
46369         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
46370
46371 2003-06-04  Paul Eggert  <eggert@twinsun.com>
46372
46373         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
46374         locale.h, localeconv.  This merges changes from coreutils.
46375
46376         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
46377         It can be removed after the next Autoconf is released.
46378         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
46379         needed.
46380
46381 2003-06-04  Paul Eggert  <eggert@twinsun.com>
46382
46383         * lib/mktime.c: Fix Debian bug 177940
46384         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
46385         (localtime_offset): Now long int, not time_t, because we want it
46386         to be guaranteed to be signed.  All uses changed.
46387         (__mktime_internal): If overflow would occur when adding offset,
46388         don't add it.
46389
46390         Merge 'human' changes from coreutils.  Rewrite to support
46391         locale-specific notations like thousands separators.
46392         * lib/human.c: Simplify authorship notice.
46393         Include human.h immediately after config.h.
46394         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
46395         <limits.h>: Do not include, since human.h does.
46396         (SIZE_MAX, UINTMAX_MAX): New macros.
46397         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
46398         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
46399         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
46400         (power_letter): Renamed from suffixes.
46401         (generate_suffix_backwards): Remove.
46402         (adjust_value): Now takes int style (because of human.h changes)
46403         and long double value (for greater precision on some platforms).
46404         (group_number): New function.
46405         (human_readable): Use it.  Use integer options, not enum.
46406         Put the options before the sizes in the arg list.
46407         Support all the new options.
46408         The old human_readable function has been removed;
46409         use inttostr.h instead.
46410         (human_readable, default_block_size, humblock):
46411         Use uintmax_t, not int, for block sizes.
46412         (human_readable_inexact, block_size_types): Remove.
46413         (block_size_opts): New constant.
46414         (human_options): Renamed from human_block_size, with new signature
46415         that allows block sizes up to UINTMAX_MAX.  All callers changed.
46416         * lib/human.h: Add copyright and authorship notice.
46417         Include <limits.h> and <stdbool.h> unconditionally.
46418         (PARAMS): Remove.  All uses removed.
46419         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
46420         (enum human_inexact_style): Remove tag; now a nameless enum.
46421         (human_floor, human_ceiling, human_round_to_even): Now have
46422         values 2, 0, 1 rather than -1, 1, 0.
46423         (human_group_digits, human_suppress_point_zero, human_autoscale,
46424         human_base_1024, human_SI, human_B): New constants.
46425         (human_readable_inexact, human_block_size): Remove.
46426         (human_readable): Size args are now uintmax_t, not int.
46427         (human_options): New decl.
46428
46429         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
46430         unnecessary now that we assume C89 or better.  This change
46431         imported from coreutils.
46432
46433         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
46434         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
46435         in the 2003-05-30 sync from glibc.
46436
46437         .h files should stand alone, but we shouldn't include <sys/types.h>
46438         if we can get away with just <stddef.h>.
46439
46440         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
46441         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
46442         rather than <sys/types.h>, as we merely need size_t.
46443         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
46444         to get size_t.
46445         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
46446         Include <stdio.h>, to get FILE.
46447         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
46448         memcasecmp.h has included <stddef.h> and all we need is size_t.
46449         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
46450         our interface, instead of including <sys/types.h>
46451
46452 2003-06-04  Paul Eggert  <eggert@twinsun.com>
46453
46454         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
46455         now, as glibc mktime is buggy on non-glibc systems.
46456
46457 2003-06-03  Karl Berry  <karl@gnu.org>
46458
46459         * config/config.sub: update from prep.
46460
46461 2003-06-02  Paul Eggert  <eggert@twinsun.com>
46462
46463         [from coreutils]
46464         Fix some minor time-related bugs with POSIX time arguments.
46465         Some valid time stamps were being rejected (notably -1, and
46466         time stamps before 1900 on 64-bit hosts).  And some invalid
46467         time stamps were being accepted, e.g. September 31.
46468
46469         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
46470         that we can return (time_t) -1 successfully.
46471         * lib/posixtm.c: Likewise.
46472         [HAVE_STDBOOL_H]: Include <stdbool.h>.
46473         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
46474         (t): Remove static var.
46475         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
46476         of static var.  All uses changed.
46477         (year): Do not reject years before 1900; they can occur with
46478         64-bit time_t.
46479         (posix_time_parse): Do not check for out-of-range components;
46480         that is now the caller's responsibility, since our checks were
46481         only approximations.
46482         (posixtime): Use mktime to check for out-of-range components,
46483         since it knows them exactly.
46484         If mktime returns (time_t) -1, check whether an error actually occurred
46485         by invoking localtime on -1.
46486         (main) [TEST_POSIXTIME]: Check for input data errors, and report
46487         posixtime failures better.
46488         Improve the test data (in comments only).
46489
46490 2003-06-02  Karl Berry  <karl@gnu.org>
46491
46492         * config/mkinstalldirs (version): new variable.
46493         (--version): new option.
46494         (usage): improve message.
46495
46496 2003-05-30  Karl Berry  <karl@gnu.org>
46497
46498         * lib/mktime.c: update from libc.
46499
46500 2003-05-30  Bruno Haible  <bruno@clisp.org>
46501
46502         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
46503         * config/config.rpath: Upgrade to gettext-0.12.1.
46504
46505 2003-05-30  Bruno Haible  <bruno@clisp.org>
46506
46507         * m4/gettext.m4: Upgrade to gettext-0.12.1.
46508         * m4/nls.m4: New file, from gettext-0.12.1.
46509         * m4/po.m4: New file, from gettext-0.12.1.
46510         * m4/progtest.m4: Upgrade to gettext-0.12.1.
46511
46512 2003-05-30  Bruno Haible  <bruno@clisp.org>
46513
46514         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
46515         * lib/localcharset.h: Likewise.
46516         * lib/localcharset.c: Likewise.
46517
46518 2003-05-29  Karl Berry  <karl@gnu.org>
46519
46520         * config/config.rpath: update from gettext.
46521
46522 2003-05-28  Paul Eggert  <eggert@twinsun.com>
46523
46524         Assume the headers required for C89 freestanding compilers.
46525         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
46526         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
46527         * m4/human.m4 (gl_HUMAN): Likewise.
46528         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
46529         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
46530         * m4/userspec.m4 (gl_USERSPEC): Likewise.
46531         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
46532         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46533         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
46534
46535 2003-05-28  Paul Eggert  <eggert@twinsun.com>
46536
46537         Assume the headers required for C89 freestanding compilers.
46538         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
46539         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
46540         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
46541         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
46542         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
46543         define, since <limits.h> is guaranteed to do that.
46544         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
46545         * lib/exclude.c: Include <stdbool.h> unconditionally.
46546         * lib/tempname.c: Include <stddef.h> unconditionally.
46547         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
46548         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
46549         <stddef.h> does that.
46550         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
46551         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
46552         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
46553         needed.
46554         * lib/xstrtol.c: Likewise.
46555         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
46556         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
46557
46558         * lib/addext.c (addext): Use assignment rather than cast, to avoid
46559         warnings on some platforms.
46560
46561         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
46562         arbitrarily.
46563
46564 2003-05-26  Jim Meyering  <jim@meyering.net>
46565
46566         Merge in a change from coreutils:
46567         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
46568         that is guaranteed to be `no'.  Use `no_such_member' to indicate
46569         that condition, rather than `-1' which is slightly misleading.
46570         Change the name of the cache variable to have the gl_ prefix.
46571         Prompted by a patch from Richard Dawe for DJGPP.
46572
46573 2003-05-24  Karl Berry  <karl@gnu.org>
46574
46575         * config/config.guess: update from prep.
46576
46577 2003-05-22  Karl Berry  <karl@gnu.org>
46578
46579         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
46580
46581 2003-05-20  Karl Berry  <karl@gnu.org>
46582
46583         * config/config.guess: update from prep.
46584
46585 2003-05-18  Karl Berry  <karl@gnu.org>
46586
46587         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
46588         might actually be set by the user.
46589
46590         * config/depcomp, install-sh, mdate-sh: update from automake.
46591
46592 2003-05-17  Bruno Haible  <bruno@clisp.org>
46593
46594         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
46595         invalid expansion for AC_EGREP_CPP.
46596         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
46597         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
46598         Suggested by Akim Demaille <akim@epita.fr> in
46599         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
46600
46601 2003-05-12  Jim Meyering  <jim@meyering.net>
46602
46603         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
46604         the space-padded-by-default conversion specifiers, %e, %k, %l.
46605
46606 2003-05-12  Bruno Haible  <bruno@clisp.org>
46607
46608         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
46609         the string is longer than 4 KB.
46610
46611 2003-05-11  Karl Berry  <karl@gnu.org>
46612
46613         * config/config.{guess,sub}: update from prep.
46614
46615 2003-05-09  Bruno Haible  <bruno@clisp.org>
46616
46617         * modules/error: Add m4/strerror_r.m4 to file list.
46618
46619 2003-05-03  Bruno Haible  <bruno@clisp.org>
46620
46621         Upgrade to Unicode-4.0.
46622         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
46623         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
46624         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
46625         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
46626         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
46627         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
46628         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
46629         Change width of U+E0100..U+E01EF from 1 to 0.
46630
46631 2003-04-25  Jim Meyering  <jim@meyering.net>
46632
46633         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
46634         of type size_t, not int.
46635
46636 2003-04-25  Bruno Haible  <bruno@clisp.org>
46637
46638         * lib/copy-file.c: Include <stddef.h>, for size_t.
46639
46640 2003-04-21  Paul Eggert  <eggert@twinsun.com>
46641
46642         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
46643         code which expansion is under static control.  Patch imported from
46644         Akim Demaille's patch to Bison; see
46645         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
46646
46647 2003-04-14  Bruno Haible  <bruno@clisp.org>
46648
46649         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
46650
46651 2003-04-11  Jim Meyering  <jim@meyering.net>
46652
46653         Merge changes from Coreutils.
46654
46655         2003-03-22  Jim Meyering  <jim@meyering.net>
46656
46657         * lib/strftime.c (widen): Cast alloca return value to proper type.
46658
46659         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
46660
46661         From GNU libc.
46662         * lib/strftime.c (my_strftime): Handle very large width
46663         specifications for numeric values correctly.  Improve checks for
46664         overflow.
46665
46666         2003-01-19  Jim Meyering  <jim@meyering.net>
46667
46668         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
46669         definitions.
46670         (nl_get_alt_digit) [! defined my_strftime]: Define.
46671         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
46672         _nl_get_alt_digit and _nl_get_walt_digit.
46673
46674         * lib/strftime.c (my_strftime): Merge in locale-related changes from
46675         libc. These changes have no effect outside of _LIBC.
46676
46677 2003-04-10  Bruno Haible  <bruno@clisp.org>
46678
46679         * modules/findprog: New file.
46680         * MODULES.html.sh (func_all_modules): Add it.
46681
46682 2003-04-10  Bruno Haible  <bruno@clisp.org>
46683
46684         * m4/findprog.m4: New file.
46685         * m4/eaccess.m4: New file.
46686
46687 2003-04-10  Bruno Haible  <bruno@clisp.org>
46688
46689         * lib/findprog.h: New file, from GNU gettext.
46690         * lib/findprog.c: New file, from GNU gettext.
46691
46692 2003-04-05  Jim Meyering  <jim@meyering.net>
46693
46694         Merge changes from Coreutils.
46695
46696         * lib/exclude.h (PARAMS): Remove definition and uses.
46697         * lib/exclude.c: Remove uses of `PARAMS'.
46698
46699         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
46700         Add test-cases for DOS filenames. Declare program_name.
46701         (main): Set up program_name.  Patch by Rich Dawe.
46702
46703         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
46704         error from mntctl.
46705         Use mntctl's return value to drive the entry-processing loop, since
46706         we can't rely on the value of the vmt_length member in the last
46707         entry.  On some systems doing so could result in exhausting
46708         virtual memory.  Based in part on a patch from Mike Jetzer.
46709
46710 2003-04-04  Bruno Haible  <bruno@clisp.org>
46711
46712         * modules/linebreak: New file.
46713         * MODULES.html.sh (func_all_modules): Add it.
46714
46715 2003-04-04  Bruno Haible  <bruno@clisp.org>
46716
46717         * m4/linebreak.m4: New file.
46718
46719 2003-04-04  Bruno Haible  <bruno@clisp.org>
46720
46721         * lib/linebreak.h: New file, from GNU gettext.
46722         * lib/linebreak.c: New file, from GNU gettext with slight
46723         modifications.
46724         * lib/lbrkprop.h: New file, from GNU gettext.
46725
46726 2003-04-03  Bruno Haible  <bruno@clisp.org>
46727
46728         * modules/utf8-ucs4: New file.
46729         * modules/utf16-ucs4: New file.
46730         * modules/ucs4-utf8: New file.
46731         * modules/ucs4-utf16: New file.
46732         * MODULES.html.sh (func_all_modules): Add them.
46733
46734 2003-04-03  Bruno Haible  <bruno@clisp.org>
46735
46736         * m4/utf-ucs4.m4: New file.
46737         * m4/ucs4-utf.m4: New file.
46738
46739 2003-04-03  Bruno Haible  <bruno@clisp.org>
46740
46741         * lib/utf8-ucs4.h: New file, from GNU gettext.
46742         * lib/utf16-ucs4.h: New file, from GNU gettext.
46743         * lib/ucs4-utf8.h: New file, from GNU gettext.
46744         * lib/ucs4-utf16.h: New file, from GNU gettext.
46745
46746 2003-04-02  Bruno Haible  <bruno@clisp.org>
46747
46748         * modules/binary-io: New file.
46749         * MODULES.html.sh (func_all_modules): Add it.
46750
46751 2003-04-02  Bruno Haible  <bruno@clisp.org>
46752
46753         * lib/binary-io.h: New file, from GNU gettext.
46754
46755 2003-04-01  Bruno Haible  <bruno@clisp.org>
46756
46757         * modules/pathname: New file.
46758         * MODULES.html.sh (func_all_modules): Add it.
46759
46760 2003-04-01  Bruno Haible  <bruno@clisp.org>
46761
46762         * lib/pathname.h: New file, from GNU gettext.
46763         * lib/concatpath.c: New file, from GNU gettext.
46764
46765 2003-03-30  Bruno Haible  <bruno@clisp.org>
46766
46767         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
46768
46769 2003-03-30  Bruno Haible  <bruno@clisp.org>
46770
46771         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
46772         function chown() doesn't exist.
46773
46774 2003-03-28  Bruno Haible  <bruno@clisp.org>
46775
46776         * modules/copy-file: New file.
46777         * MODULES.html.sh (func_all_modules): Add it.
46778
46779 2003-03-28  Bruno Haible  <bruno@clisp.org>
46780
46781         * m4/copy-file.m4: New file.
46782
46783 2003-03-28  Bruno Haible  <bruno@clisp.org>
46784
46785         * lib/copy-file.h: New file, from GNU gettext.
46786         * lib/copy-file.c: New file, from GNU gettext.
46787
46788 2003-03-18  Jim Meyering  <jim@meyering.net>
46789
46790         * lib/quote.c (quote_n): Fix typo in comment.
46791
46792 2003-03-18  Bruno Haible  <bruno@clisp.org>
46793
46794         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
46795         checking.
46796         * m4/onceonly_2_57.m4: Likewise.
46797
46798 2003-03-17  Bruno Haible  <bruno@clisp.org>
46799
46800         * m4/onceonly.m4: Require autoconf 2.54 or newer.
46801         (m4_quote): Remove macro.
46802         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
46803
46804 2003-03-14  Jim Meyering  <jim@meyering.net>
46805
46806         Merge changes from Coreutils.
46807         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
46808         to be const, in order to avoid warnings.
46809         (obstack_room): Likewise.
46810         (obstack_empty_p): Likewise.
46811
46812 2003-03-14  Bruno Haible  <bruno@clisp.org>
46813
46814         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
46815         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
46816
46817 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46818
46819         Merge changes from Bison.
46820         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
46821         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
46822         when compiling Bison 1.875's `bitset bset = obstack_alloc
46823         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
46824         * lib/hash.c: Include <stdbool.h> unconditionally.
46825
46826 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46827
46828         * m4/onceonly.m4 (m4_quote): New macro.
46829         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
46830         Quote AC_FOREACH variable-expansions properly.
46831
46832 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46833
46834         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
46835
46836 2003-03-09  Paul Eggert  <eggert@twinsun.com>
46837
46838         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
46839         Reported by Bruce Becker; see:
46840         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
46841
46842 2003-03-03  Paul Eggert  <eggert@twinsun.com>
46843             Bruno Haible  <bruno@clisp.org>
46844
46845         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
46846         Reported by John Hughes, see
46847         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
46848
46849 2003-02-20  Bruno Haible  <bruno@clisp.org>
46850
46851         * MODULES.html.sh (func_all_modules): Add poll.
46852
46853 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46854
46855         * modules/poll: New file.
46856
46857 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46858
46859         * lib/poll_.h: New file.
46860         * lib/poll.c: New file.
46861
46862 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46863
46864         * m4/poll.m4: New file.
46865
46866 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46867
46868         * modules/mathl: New file.
46869
46870 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46871
46872         * lib/mathl.h: New file.
46873         * lib/acosl.c: New file.
46874         * lib/asinl.c: New file.
46875         * lib/atanl.c: New file.
46876         * lib/ceill.c: New file.
46877         * lib/cosl.c: New file.
46878         * lib/expl.c: New file.
46879         * lib/floorl.c: New file.
46880         * lib/frexpl.c: New file.
46881         * lib/ldexpl.c: New file.
46882         * lib/logl.c: New file.
46883         * lib/sincosl.c: New file.
46884         * lib/sinl.c: New file.
46885         * lib/sqrtl.c: New file.
46886         * lib/tanl.c: New file.
46887         * lib/trigl.c: New file.
46888         * lib/trigl.h: New file.
46889
46890 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46891
46892         * m4/mathl.m4: New file.
46893
46894 2003-02-18  Bruno Haible  <bruno@clisp.org>
46895
46896         * MODULES.html.sh (func_all_modules): Add mathl.
46897
46898 2003-02-17  Bruno Haible  <bruno@clisp.org>
46899
46900         * modules/mkdtemp: New module.
46901         * MODULES.html.sh (func_all_modules): Add it.
46902
46903 2003-02-17  Bruno Haible  <bruno@clisp.org>
46904
46905         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
46906
46907 2003-02-17  Bruno Haible  <bruno@clisp.org>
46908
46909         * lib/mkdtemp.h: New file, from GNU gettext.
46910         * lib/mkdtemp.c: New file, from GNU gettext.
46911
46912 2003-02-02  Jim Meyering  <jim@meyering.net>
46913
46914         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
46915         e.g. glibc-2.2.93.
46916
46917 2003-01-31  Bruno Haible  <bruno@clisp.org>
46918
46919         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
46920         'rpl_rename'.
46921         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
46922         'rpl_strnlen'.
46923         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
46924         'rpl_strtod'.
46925         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
46926         'rpl_utime'.
46927
46928 2003-01-31  Bruno Haible  <bruno@clisp.org>
46929
46930         * lib/rename.c: #undef rename before defining rpl_rename.
46931         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
46932
46933 2003-01-30  Bruno Haible  <bruno@clisp.org>
46934
46935         * modules/vasnprintf, modules/vasprintf: New modules.
46936         * MODULES.html.sh (func_all_modules): Add them.
46937
46938 2003-01-30  Bruno Haible  <bruno@clisp.org>
46939
46940         * m4/signed.m4: New file, from GNU gettext.
46941         * m4/longdouble.m4: New file, from GNU gettext.
46942         * m4/wchar_t.m4: New file, from GNU gettext.
46943         * m4/wint_t.m4: New file, from GNU gettext.
46944         * m4/vasnprintf.m4: New file.
46945         * m4/vasprintf.m4: New file.
46946
46947 2003-01-30  Bruno Haible  <bruno@clisp.org>
46948
46949         * lib/printf-args.h: New file, from GNU gettext.
46950         * lib/printf-args.c: New file, from GNU gettext.
46951         * lib/printf-parse.h: New file, from GNU gettext.
46952         * lib/printf-parse.c: New file, from GNU gettext.
46953         * lib/vasnprintf.h: New file, from GNU gettext.
46954         * lib/vasnprintf.c: New file, from GNU gettext.
46955         * lib/asnprintf.c: New file, from GNU gettext.
46956         * lib/vasprintf.h: New file, from GNU gettext with modifications.
46957         * lib/vasprintf.c: New file, from GNU gettext.
46958         * lib/asprintf.c: New file, from GNU gettext.
46959
46960 2003-01-29  Bruno Haible  <bruno@clisp.org>
46961
46962         * modules/stpncpy: New module.
46963         * MODULES.html.sh (func_all_modules): Add it.
46964
46965 2003-01-29  Bruno Haible  <bruno@clisp.org>
46966
46967         * m4/stpncpy.m4: New file.
46968
46969 2003-01-29  Bruno Haible  <bruno@clisp.org>
46970
46971         * lib/stpncpy.h: New file, from GNU gettext with modifications.
46972         * lib/stpncpy.c: New file, from GNU gettext with modifications.
46973
46974 2003-01-28  Bruno Haible  <bruno@clisp.org>
46975
46976         * modules/c-ctype: New module.
46977         * MODULES.html.sh (func_all_modules): Add it.
46978
46979 2003-01-28  Bruno Haible  <bruno@clisp.org>
46980
46981         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
46982         Paul Eggert.
46983         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
46984         Paul Eggert.
46985
46986 2003-01-27  Bruno Haible  <bruno@clisp.org>
46987
46988         * modules/xsetenv: New module.
46989         * MODULES.html.sh (func_all_modules): Add it.
46990
46991 2003-01-27  Bruno Haible  <bruno@clisp.org>
46992
46993         * lib/xsetenv.h: New file, from GNU gettext.
46994         * lib/xsetenv.c: New file, from GNU gettext.
46995
46996 2003-01-23  Jim Meyering  <jim@meyering.net>
46997
46998         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
46999         from working on systems without dirfd (at least Irix and OSF1/Tru64).
47000
47001 2003-01-23  Bruno Haible  <bruno@clisp.org>
47002
47003         * modules/minmax: New module.
47004         * MODULES.html.sh (func_all_modules): Add it.
47005
47006 2003-01-23  Bruno Haible  <bruno@clisp.org>
47007
47008         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
47009         Eggert.
47010
47011 2003-01-22  Bruno Haible  <bruno@clisp.org>
47012
47013         * modules/exit: New module.
47014         * MODULES.html.sh (func_all_modules): Add it.
47015
47016 2003-01-22  Bruno Haible  <bruno@clisp.org>
47017
47018         * lib/exit.h: New file, from GNU gettext.
47019
47020 2003-01-19  Bruno Haible  <bruno@clisp.org>
47021
47022         * gnulib-tool: Recognize option --extract-maintainer.
47023         (func_get_maintainer): New function.
47024         * modules/*: Add Maintainer entry.
47025
47026 2003-01-16  Jim Meyering  <jim@meyering.net>
47027
47028         * m4/regex.m4: The `regex' struct is both input and output.
47029         Initialize it before each use.  Patch by Tim Waugh.
47030
47031 2003-01-16  Bruno Haible  <bruno@clisp.org>
47032
47033         * MODULES.html.sh: Add a table of contents. Add the module name as
47034         leftmost column. Add hyperlinks.
47035
47036 2003-01-15  Bruno Haible  <bruno@clisp.org>
47037
47038         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
47039
47040 2003-01-15  Bruno Haible  <bruno@clisp.org>
47041
47042         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
47043         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
47044         suffix.
47045
47046 2003-01-15  Bruno Haible  <bruno@clisp.org>
47047
47048         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
47049
47050 2003-01-15  Bruno Haible  <bruno@clisp.org>
47051
47052         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
47053         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
47054
47055 2003-01-14  Jim Meyering  <jim@meyering.net>
47056
47057         * lib/same.c (same_name): Tweak a comment.
47058
47059 2003-01-14  Bruno Haible  <bruno@clisp.org>
47060
47061         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
47062         when a string comparison is sufficient.
47063
47064 2003-01-14  Bruno Haible  <bruno@clisp.org>
47065
47066         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
47067         'unsigned int'.
47068
47069 2003-01-14  Bruno Haible  <bruno@clisp.org>
47070
47071         * lib/hash-pjw.c: Add comment about low quality of this function.
47072
47073 2003-01-13  Bruno Haible  <bruno@clisp.org>
47074
47075         * modules/stpcpy: Distribute lib/stpcpy.h.
47076         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
47077
47078 2003-01-13  Bruno Haible  <bruno@clisp.org>
47079
47080         * modules/*: Add a description.
47081         * modules/strpbrk: Fix Makefile.am snippet.
47082         * modules/strtoimax: Fix dependencies.
47083         * modules/strtoumax: Likewise.
47084
47085 2003-01-13  Bruno Haible  <bruno@clisp.org>
47086
47087         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
47088         * modules/alloca (Makefile.am): All object files depend on alloca.h.
47089         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
47090
47091 2003-01-13  Bruno Haible  <bruno@clisp.org>
47092
47093         * gnulib-tool (func_create_testdir): Store config/* files in the main
47094         directory.
47095         * config.rpath: Move to ...
47096         * config/config.rpath: ... here.
47097         * modules/gettext: Contains config/config.rpath, not config.rpath.
47098         * modules/iconv: Likewise.
47099
47100 2003-01-12  Paul Eggert  <eggert@twinsun.com>
47101
47102         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
47103         to avoid collisions with libcurses and libreadline.
47104
47105         * m4/getstr.m4: Remove.
47106         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
47107
47108 2003-01-12  Paul Eggert  <eggert@twinsun.com>
47109
47110         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
47111         to avoid collisions with libcurses and libreadline.
47112
47113         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
47114         * lib/getstr.h, getstr.c: Remove.
47115         * lib/getline.c: Include "getline.h", to check interface.
47116         Move body of old getstr.c here: this defines MIN_CHUNK and
47117         declares getdelim2, which is renamed from getstr.
47118         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
47119
47120         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
47121         All uses changed.
47122         * lib/linebuffer.h: Likewise.
47123         (readline): Remove backward-compatibility macro.
47124
47125 2003-01-12  Paul Eggert  <eggert@twinsun.com>
47126
47127         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
47128         to avoid collisions with libcurses and libreadline.
47129         * getstr: Remove.
47130         * MODULES.html.sh: Remove getstr.
47131         * modules/getline: Depend on unlocked-io, not getstr.
47132
47133 2003-01-12  Jim Meyering  <jim@meyering.net>
47134
47135         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
47136
47137 2003-01-10  Bruno Haible  <bruno@clisp.org>
47138
47139         * modules/alloca: Change Makefile.am requirements. Simplify Include
47140         requirements. Add lib/alloca_.h to file list.
47141
47142 2003-01-10  Bruno Haible  <bruno@clisp.org>
47143
47144         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
47145
47146 2003-01-10  Bruno Haible  <bruno@clisp.org>
47147
47148         * lib/alloca_.h: New file.
47149         * lib/getdate.y: Unconditionally include alloca.h.
47150         * lib/makepath.c: Likewise.
47151         * lib/setenv.c: Likewise.
47152         * lib/userspec.c: Likewise.
47153
47154 2003-01-09  Karl Berry  <karl@gnu.org>
47155
47156         * MODULES.html.sh: include `dirname $0` in PATH, to find
47157         gnulib-tool.
47158
47159 2003-01-09  Bruno Haible  <bruno@clisp.org>
47160
47161         * modules/stdbool: Change configure.ac, Makefile.am requirements.
47162         Simplify Include requirements. Add lib/stdbool.h.in to file list.
47163
47164 2003-01-09  Bruno Haible  <bruno@clisp.org>
47165
47166         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
47167
47168 2003-01-09  Bruno Haible  <bruno@clisp.org>
47169
47170         * lib/stdbool.h.in: New file.
47171
47172 2003-01-09  Bruno Haible  <bruno@clisp.org>
47173
47174         * gnulib-tool (func_all_modules): Ignore files ending in ~.
47175         * MODULES.html.sh: Likewise.
47176
47177 2003-01-08  Jim Meyering  <jim@meyering.net>
47178
47179         * lib/full-write.c: Undefine and define-away `const' after inclusion
47180         of errno.h, not before.  Suggestion from Bruno Haible.
47181
47182 2003-01-08  Bruno Haible  <bruno@clisp.org>
47183
47184         * modules/full-read: Depend on full-write.
47185
47186 2003-01-08  Bruno Haible  <bruno@clisp.org>
47187
47188         * lib/safe-read.c: Include specification header first, to ensure its
47189         selfcontainedness.
47190         * lib/full-write.c: Likewise.
47191
47192 2003-01-07  Jim Meyering  <jim@meyering.net>
47193
47194         * lib/full-write.c: Rework so that it may serve to define full_read,
47195         too.
47196         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
47197
47198 2003-01-07  Bruno Haible  <bruno@clisp.org>
47199
47200         * lib/strtoimax.c: Include <stdint.h> as an alternative to
47201         <inttypes.h>.
47202         * lib/xstrtol.h: Likewise.
47203         * lib/xstrtoimax.c: Likewise.
47204         * lib/xstrtoumax.c: Likewise.
47205         * lib/human.h: Likewise.
47206
47207         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
47208         on systems that have <inttypes.h> but not <stdint.h>.
47209
47210 2003-01-07  Bruno Haible  <bruno@clisp.org>
47211
47212         * MODULES.html.sh: Add copyright notice.
47213         (missed_files): Omit CVS directory entries.
47214         (func_module): Make it work with sed-3.02.
47215         * MODULES.txt: Remove file.
47216
47217 2003-01-06  Jim Meyering  <jim@meyering.net>
47218
47219         * lib/version-etc.c: Update year in translatable copyright string.
47220
47221 2003-01-03  Karl Berry  <karl@gnu.org>
47222
47223         * config/config.{guess,sub}: update from prep.
47224
47225 2003-01-02  Karl Berry  <karl@gnu.org>
47226
47227         * doc/COPYING.DOC: belatedly updated to 1.2.
47228
47229 2003-01-01  Karl Berry  <karl@gnu.org>
47230
47231         * gnulib-tool (func_verify_module): report module name $module in
47232         error message, not $1.
47233         * gnulib-tool (create-testdir): don't complain if destdir couldn't
47234         be created, only if it doesn't exist.
47235         * gnulib-tool (last_checkin_date): don't expand the $Date here.
47236
47237 2002-12-31  Paul Eggert  <eggert@twinsun.com>
47238
47239         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
47240
47241 2002-12-31  Paul Eggert  <eggert@twinsun.com>
47242
47243         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
47244         memcmp if strcoll doesn't work.
47245
47246 2002-12-31  Bruno Haible  <bruno@clisp.org>
47247
47248         * lib/utime.c (utime_null): No need to call ftruncate if the file was
47249         nonempty.
47250
47251 2002-12-31  Bruno Haible  <bruno@clisp.org>
47252
47253         * lib/memcoll.c (STRCOLL): New macro.
47254         (memcoll): Use it.
47255
47256 2002-12-31  Bruno Haible  <bruno@clisp.org>
47257
47258         * lib/localcharset.h: New file.
47259         * lib/localcharset.c: Include it.
47260         * lib/unicodeio.c: Likewise.
47261
47262 2002-12-31  Bruno Haible  <bruno@clisp.org>
47263
47264         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
47265         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
47266
47267 2002-12-31  Bruno Haible  <bruno@clisp.org>
47268
47269         * lib/getline.h: Include <stddef.h>, for size_t.
47270
47271         * lib/unicodeio.h: Include <stddef.h>, for size_t.
47272         * lib/unicodeio.c: Don't include <stddef.h>.
47273
47274 2002-12-31  Bruno Haible  <bruno@clisp.org>
47275
47276         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
47277         HAVE_TM_ZONE.
47278
47279 2002-12-24  Karl Berry  <karl@gnu.org>
47280
47281         * config/config.guess: update from prep.
47282
47283 2002-12-24  Bruno Haible  <bruno@clisp.org>
47284
47285         General infrasructure.
47286         * m4/README: Rewritten.
47287         * m4/onceonly.m4: New file.
47288         * m4/onceonly_2_57.m4: New file.
47289
47290         Module atexit.
47291         * m4/atexit.m4: New file.
47292
47293         Module strtod.
47294         * m4/strtod.m4: New file.
47295
47296         Module strtol.
47297         * m4/strtol.m4: New file.
47298
47299         Module strtoul.
47300         * m4/strtoul.m4: New file.
47301
47302         Module memchr.
47303         * m4/memchr.m4: New file.
47304
47305         Module memcmp.
47306         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
47307         (jm_FUNC_MEMCMP): Invoke it.
47308
47309         Module memcpy.
47310         * m4/memcpy.m4: New file.
47311
47312         Module memmove.
47313         * m4/memmove.m4: New file.
47314
47315         Module memset.
47316         * m4/memset.m4: New file.
47317
47318         Module strcspn.
47319         * m4/strcspn.m4: New file.
47320
47321         Module strpbrk.
47322         * m4/strpbrk.m4: New file.
47323
47324         Module strstr.
47325         * m4/strstr.m4: New file.
47326
47327         Module strerror.
47328         * m4/strerror.m4: New file.
47329
47330         Module mktime.
47331         * m4/mktime.m4: Renamed from jm-mktime.m4.
47332         (gl_PREREQ_MKTIME): New macro.
47333         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
47334
47335         Module malloc.
47336         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
47337         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
47338         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
47339
47340         Module realloc.
47341         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
47342         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
47343         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
47344
47345         Module strftime.
47346         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
47347         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
47348         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
47349         gl_TM_GMTOFF.
47350         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
47351
47352         Module xalloc.
47353         * m4/xalloc.m4: New file.
47354
47355         Module alloca.
47356         * m4/alloca.m4: New file.
47357
47358         Module putenv.
47359         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
47360         (jm_FUNC_PUTENV): Invoke it.
47361
47362         Module setenv.
47363         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
47364         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
47365         when invoked twice.
47366         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
47367         gt_FUNC_SETENV.
47368
47369         Module memrchr.
47370         * m4/memrchr.m4: New file.
47371
47372         Module stpcpy.
47373         * m4/stpcpy.m4: New file.
47374
47375         Module strcase.
47376         * m4/strcase.m4: New file.
47377
47378         Module strdup.
47379         * m4/strdup.m4: New file.
47380
47381         Module strnlen.
47382         * m4/strnlen.m4: New file.
47383
47384         Module strndup.
47385         * m4/strndup.m4: New file.
47386
47387         Module xstrtod.
47388         * m4/xstrtod.m4: New file.
47389
47390         Module xstrtol.
47391         * m4/xstrtol.m4: New file.
47392
47393         Module getdate.
47394         * m4/getdate.m4: New file.
47395
47396         Module unlocked-io.
47397         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
47398         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
47399         * m4/jm-glibc-io.m4n: Remove file.
47400
47401         Module long-options.
47402         * m4/long-options.m4: New file.
47403
47404         Module md5.
47405         * m4/md5.m4: New file.
47406
47407         Module sha.
47408         * m4/sha.m4: New file.
47409
47410         Module getstr.
47411         * m4/getstr.m4: New file.
47412
47413         Module getline.
47414         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
47415         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
47416         <sys/types.h>, for size_t. Use the function name gnu_getline, not
47417         simply getline. Infoke gl_PREREQ_GETLINE.
47418
47419         Module obstack.
47420         * m4/obstack.m4: New file.
47421
47422         Module hash.
47423         * m4/hash.m4: New file.
47424
47425         Module readtokens.
47426         * m4/readtokens.m4: New file.
47427
47428         Module strverscmp.
47429         * m4/strverscmp.m4: New file.
47430
47431         Module stdbool.
47432         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
47433         OSF/1.
47434
47435         Module strtoll.
47436         * m4/strtoll.m4: New file.
47437
47438         Module strtoull.
47439         * m4/strtoull.m4: New file.
47440
47441         Module strtoimax.
47442         * m4/strtoimax.m4: New file.
47443
47444         Module strtoumax.
47445         * m4/strtoumax.m4: New file.
47446
47447         Module xstrtoimax.
47448         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
47449         jm_AC_PREREQ_XSTRTOIMAX.
47450         Moved the strtol prerequisites to strtol.m4.
47451         Moved the strtoll prerequisites to strtoll.m4.
47452         Moved the strtoimax prerequisites to strtoimax.m4.
47453
47454         Module xstrtoumax.
47455         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
47456         jm_AC_PREREQ_XSTRTOUMAX.
47457         Moved the strtoul prerequisites to strtoul.m4.
47458         Moved the strtoull prerequisites to strtoull.m4.
47459         Moved the strtoumax prerequisites to strtoumax.m4.
47460
47461         Module chown.
47462         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
47463         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
47464
47465         Module dup2.
47466         * m4/dup2.m4: New file.
47467
47468         Module ftruncate.
47469         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
47470         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
47471
47472         Module getgroups.
47473         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
47474         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
47475
47476         Module gettimeofday.
47477         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
47478         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
47479         gl_PREREQ_GETTIMEOFDAY.
47480
47481         Module mkdir.
47482         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
47483         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
47484
47485         Module mkstemp.
47486         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
47487         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
47488         jm_AC_TYPE_UINTMAX_T.
47489         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
47490
47491         Module stat.
47492         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
47493         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
47494
47495         Module lstat.
47496         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
47497         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
47498
47499         Module timespec.
47500         * m4/timespec.m4 (gl_TIMESPEC): New macro.
47501         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
47502         * m4/st_mtim.m4: Indentation.
47503
47504         Module nanosleep.
47505         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
47506         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
47507         gl_PREREQ_NANOSLEEP.
47508
47509         Module regex.
47510         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
47511         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
47512         (gl_REGEX): New macro.
47513
47514         Module rename.
47515         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
47516         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
47517
47518         Module rmdir.
47519         * m4/rmdir.m4: New file.
47520
47521         Module utime.
47522         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
47523         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
47524         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
47525
47526         Module dirname.
47527         * m4/dirname.m4: New file.
47528
47529         Module getopt.
47530         * m4/getopt.m4: New file.
47531
47532         Module unistd-safer.
47533         * m4/unistd-safer.m4: New file.
47534
47535         Module fnmatch.
47536         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
47537         declaration.
47538         (gl_PREREQ_FNMATCH_EXTRA): New macro.
47539         (gl_FUNC_FNMATCH_POSIX): New macro.
47540         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
47541         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
47542         simply fnmatch.
47543
47544         Module exclude.
47545         * m4/exclude.m4: New file.
47546
47547         Module human.
47548         * m4/human.m4: New file.
47549
47550         Module acl.
47551         * m4/acl.m4: Nop.
47552
47553         Module backupfile.
47554         * m4/backupfile.m4: New file.
47555         * m4/d-ino.m4: Indentation.
47556
47557         Module fsusage.
47558         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
47559         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
47560         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
47561
47562         Module dirfd.
47563         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
47564         requirements.
47565
47566         Module euidaccess.
47567         * m4/euidaccess.m4: New file.
47568
47569         Module file-type.
47570         * m4/file-type.m4: New file.
47571
47572         Module fileblocks.
47573         * m4/fileblocks.m4: New file.
47574
47575         Module filemode.
47576         * m4/filemode.m4: New file.
47577
47578         Module isdir.
47579         * m4/isdir.m4: New file.
47580
47581         Module lchown.
47582         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
47583         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
47584
47585         Module makepath.
47586         * m4/makepath.m4: New file.
47587
47588         Module modechange.
47589         * m4/modechange.m4: New file.
47590
47591         Module mountlist.
47592         * m4/mountlist.m4: New file.
47593         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
47594         Indentation.
47595
47596         Module path-concat.
47597         * m4/path-concat.m4: New file.
47598
47599         Module pathmax.
47600         * m4/pathmax.m4: New file.
47601
47602         Module same.
47603         * m4/same.m4: New file.
47604
47605         Module save-cwd.
47606         * m4/save-cwd.m4: New file.
47607
47608         Module savedir.
47609         * m4/savedir.m4: New file.
47610
47611         Module xgetcwd.
47612         * m4/xgetcwd.m4: New file.
47613         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
47614
47615         Module xreadlink.
47616         * m4/xreadlink.m4: New file.
47617
47618         Module safe-read.
47619         * m4/safe-read.m4: New file.
47620
47621         Module safe-write.
47622         * m4/safe-write.m4: New file.
47623
47624         Module closeout.
47625         * m4/closeout.m4: New file.
47626
47627         Module stdio-safer.
47628         * m4/stdio-safer.m4: New file.
47629
47630         Module getpass.
47631         * m4/getpass.m4: New file.
47632
47633         Module getugroups.
47634         * m4/getugroups.m4: New file.
47635
47636         Module group-member.
47637         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
47638         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
47639
47640         Module idcache.
47641         * m4/idcache.m4: New file.
47642
47643         Module userspec.
47644         * m4/userspec.m4: New file.
47645
47646         Module gettime.
47647         * m4/clock_time.m4: New file.
47648         * m4/gettime.m4: New file.
47649
47650         Module settime.
47651         * m4/settime.m4: New file.
47652
47653         Module posixtm.
47654         * m4/posixtm.m4: New file.
47655
47656         Module gethostname.
47657         * m4/gethostname.m4: New file.
47658
47659         Module canon-host.
47660         * m4/canon-host.m4: New file.
47661
47662         Module gettext.
47663         * m4/codeset.m4: New file, from gettext-0.11.5.
47664         * m4/gettext.m4: New file, from gettext-0.11.5.
47665         * m4/glibc21.m4: New file, from gettext-0.11.5.
47666         * m4/iconv.m4: New file, from gettext-0.11.5.
47667         * m4/intdiv0.m4: New file, from gettext-0.11.5.
47668         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
47669         * m4/inttypes.m4: New file, from gettext-0.11.5.
47670         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
47671         * m4/isc-posix.m4: New file, from gettext-0.11.5.
47672         * m4/lcmessage.m4: New file, from gettext-0.11.5.
47673         * m4/lib-ld.m4: New file, from gettext-0.11.5.
47674         * m4/lib-link.m4: New file, from gettext-0.11.5.
47675         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
47676         * m4/progtest.m4: New file, from gettext-0.11.5.
47677         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
47678         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
47679         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
47680
47681         Module localcharset.
47682         * m4/localcharset.m4: New file.
47683
47684         Module hard-locale.
47685         * m4/hard-locale.m4: New file.
47686
47687         Module mbswidth.
47688         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
47689         onceonly macros.
47690         * m4/mbrtowc.m4: Add comment.
47691
47692         Module memcasecmp.
47693         * m4/memcasecmp.m4: New file.
47694
47695         Module memcoll.
47696         * m4/memcoll.m4: New file.
47697
47698         Module unicodeio.
47699         * m4/unicodeio.m4: New file.
47700
47701         Module rpmatch.
47702         * m4/rpmatch.m4: New file.
47703
47704         Module yesno.
47705         * m4/yesno.m4: New file.
47706
47707         Module exitfail.
47708         * m4/exitfail.m4: New file.
47709
47710         Module c-stack.
47711         * m4/c-stack.m4 (gl_C_STACK): New macro.
47712         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
47713
47714         Module error.
47715         * m4/error.m4 (gl_ERROR): New macro.
47716         (jm_PREREQ_ERROR): Use onceonly macros.
47717
47718         Module fatal.
47719         * m4/fatal.m4: New file.
47720
47721         Module getloadavg.
47722         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
47723         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
47724
47725         Module getpagesize.
47726         * m4/getpagesize.m4: New file.
47727
47728         Module getusershell.
47729         * m4/getusershell.m4: New file.
47730
47731         Module physmem.
47732         * m4/physmem.m4: New file.
47733
47734         Module posixver.
47735         * m4/posixver.m4: New file.
47736
47737         Module quotearg.
47738         * m4/quotearg.m4: New file.
47739
47740         Module quote.
47741         * m4/quote.m4: New file.
47742
47743         Module readutmp.
47744         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
47745
47746         Module sig2str.
47747         * m4/sig2str.m4: New file.
47748
47749         Other.
47750         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
47751         ulonglong.m4.
47752         * m4/intmax_t.m4: New file.
47753         * m4/d-type.m4: Indentation.
47754         * m4/jm-macros.m4: Update.
47755         * m4/prereq.m4 (jm_PREREQ): Update.
47756         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
47757         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
47758         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
47759         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
47760         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
47761         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
47762         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
47763         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
47764         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
47765         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
47766         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
47767         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
47768         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
47769         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
47770         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
47771         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
47772         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
47773         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
47774         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
47775
47776 2002-12-24  Bruno Haible  <bruno@clisp.org>
47777
47778         * MODULES.txt: Update according to m4/ changes.
47779
47780         Module gettext.
47781         * config.rpath: New file, from gettext-0.11.5.
47782
47783         * modules/*: New module descriptions.
47784         * gnulib-tool: New file.
47785         * MODULES.html.sh: New file.
47786
47787 2002-12-21  Karl Berry  <karl@gnu.org>
47788
47789         * doc/fdl.texi: update to version 1.2.
47790
47791 2002-12-19  Karl Berry  <karl@gnu.org>
47792
47793         * config/config.guess: update from prep.
47794
47795 2002-12-18  Bruno Haible  <bruno@clisp.org>
47796
47797         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
47798         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
47799
47800 2002-12-17  Bruno Haible  <bruno@clisp.org>
47801
47802         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
47803         stdlib.h, string.h.
47804
47805 2002-12-17  Bruno Haible  <bruno@clisp.org>
47806
47807         * lib/canon-host.c (strdup): Remove unused declaration.
47808
47809         * lib/fsusage.c: Include full_read.h.
47810         (get_fs_usage): Use full_read instead of safe_read.
47811
47812         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
47813
47814 2002-12-12  Karl Berry  <karl@gnu.org>
47815
47816         * config/config.guess: update from prep.
47817
47818 2002-12-11  Bruno Haible  <bruno@clisp.org>
47819
47820         * m4/setenv.m4: New file, from gettext-0.11.5.
47821
47822 2002-12-11  Bruno Haible  <bruno@clisp.org>
47823
47824         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
47825         not unsetenv().
47826         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
47827         modifications:
47828
47829         2002-12-11  Bruno Haible  <bruno@clisp.org>
47830
47831                 * setenv.c (alloca): Fall back to malloc.
47832                 (freea): New macro.
47833                 (setenv): Use freea() to free memory allocated with alloca().
47834
47835         2002-11-13  Bruno Haible  <bruno@clisp.org>
47836
47837                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
47838                 function declarations.
47839                 * unsetenv.c (unsetenv): Likewise.
47840
47841         2002-03-04  Bruno Haible  <bruno@clisp.org>
47842
47843                 Portability to AIX 4.3.3.
47844                 * unsetenv.c: New file, extracted from setenv.c.
47845                 * setenv.c: Move the unsetenv() function to unsetenv.c.
47846
47847         2001-12-20  Bruno Haible  <bruno@clisp.org>
47848
47849                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
47850                 use malloc instead. For SunOS 4.
47851
47852         2001-12-11  Bruno Haible  <bruno@clisp.org>
47853
47854                 * setenv.c: Declare alloca.
47855                 (compar_fn_t): New typedef.
47856                 (KNOWN_VALUE, STORE_VALUE): Use it.
47857
47858         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
47859         setenv.h.
47860
47861 2002-12-10  Paul Eggert  <eggert@twinsun.com>
47862
47863         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
47864         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
47865         Choose values that are less likely to collide with system fnmatch
47866         options.
47867         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
47868         defined (e.g., a pure POSIX system).
47869         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
47870         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
47871
47872 2002-12-06  Paul Eggert  <eggert@twinsun.com>
47873
47874         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
47875         a pain in practice to deal with generated m4 files.  This change
47876         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
47877
47878         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
47879         and jm-glibc-io.m4, as they are no longer a special case.
47880         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
47881         kludge and the auto-generation stuff.  Check only whether the
47882         functions are declared, not whether they exist, since older hosts
47883         that don't declare the functions can't use the optimization anyway.
47884
47885 2002-12-06  Jim Meyering  <jim@meyering.net>
47886
47887         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
47888
47889         Merge in changes from libc's misc/error.c, in preparation
47890         for the merge of gnulib's changes back into libc.
47891
47892         * lib/error.c (_): Define only if not already defined.
47893         Move definition to follow all #include directives.
47894         Include unlocked-io.h only if !_LIBC.
47895         [_LIBC]: Include <libio/libioP.h>.
47896         [USE_IN_LIBIO]: Include <libio/iolibio.h>
47897         (fflush): Tweak definition to use INTUSE.
47898         (putc): Define.
47899
47900 2002-12-05  Paul Eggert  <eggert@twinsun.com>
47901
47902         * lib/alloca.c [defined emacs]: Include "lisp.h".
47903         (xalloc_die) [defined emacs]: New macro.
47904         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
47905         [! defined emacs]: Include <xalloc.h>.
47906         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
47907         (pointer): Typedef to POINTER_TYPE *.
47908         (malloc): Remove decl; we now always use xmalloc.
47909         (alloca): Use old-style definition, since Emacs needs this.
47910         Check for arithmetic overflow when computing combined size.
47911
47912 2002-12-04  Paul Eggert  <eggert@twinsun.com>
47913
47914         Do not generate unlocked-io.h automatically, since it's easier to
47915         maintain it by hand.
47916
47917         * lib/unlocked-io.h: New file, from GNU diffutils,
47918         but with proper copyright notice and attribution.
47919         * lib/gen-uio: Remove.
47920         * lib/Makefile.am: Add copyright notice.
47921         (libfetish_a_SOURCES): Add unlocked-io.h.
47922         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
47923         (DISTCLEANFILES, io_functions): Remove macros.
47924         (EXTRA_DIST): Remove gen_uio.
47925         (unlocked-io.h): Remove rule.
47926
47927 2002-12-04  Jim Meyering  <jim@meyering.net>
47928
47929         Reflect the fact that stat.c and lstat.c are no longer generated.
47930         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
47931         (DISTCLEANFILES): Likewise.
47932         (EXTRA_DIST): Likewise.
47933         (all_local): Don't depend on stat.c or lstat.c.
47934         (stat.c, lstat.c): Remove rules.
47935         (EXTRA_DIST): Remove xstat.in.
47936
47937         * lib/xstat.in: Remove file.  Contents moved into stat.c.
47938         * lib/stat.c: New file.  Contents mostly from xstat.in.
47939         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
47940         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
47941
47942         * lib/safe-read.c: Rework so that it may serve to define safe_write,
47943         too.
47944         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
47945
47946 2002-12-03  Jim Meyering  <jim@meyering.net>
47947
47948         * lib/safe-read.c, safe-write.c: Change variable names and comments,
47949         but not semantics, to minimize the differences between these two files.
47950         (safe_read): Change comment to mention SAFE_READ_ERROR.
47951
47952         * lib/safe-read.c (IS_EINTR): Define.
47953         (safe_read): Use IS_EINTR in place of in-function cpp directives.
47954
47955 2002-12-02  Jim Meyering  <jim@meyering.net>
47956
47957         * lib/safe-read.c (EINTR): Define.
47958         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
47959         (INT_MAX): Provide fallback.
47960         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
47961
47962         * lib/safe-read.h (SAFE_READ_ERROR): Define.
47963
47964 2002-12-02  Bruno Haible  <bruno@clisp.org>
47965
47966         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
47967         Define, taken from safe-read.c.
47968         (INT_MAX): Provide fallback.
47969         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
47970         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
47971
47972         * lib/safe-read.c (EINTR): Remove definition.
47973         (safe_read): Don't use EINTR if it is absent.
47974
47975 2002-12-01  Jim Meyering  <jim@meyering.net>
47976
47977         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
47978         zero.
47979         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
47980
47981 2002-11-27  Paul Eggert  <eggert@twinsun.com>
47982
47983         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
47984         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
47985         with `if (! (value < limit)) abort ();', for readability.
47986
47987 2002-11-26  Karl Berry  <karl@gnu.org>
47988
47989         * lib/strdup.c: copy from libc again, with jim's ok.
47990         * lib/.cppi-disable: re-add strdup.c
47991
47992 2002-11-25  Karl Berry  <karl@gnu.org>
47993
47994         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
47995         instead of "strtol.c".
47996
47997 2002-11-25  Karl Berry  <karl@gnu.org>
47998
47999         * config/install-sh: update from automake for variable quoting, $0 in
48000         error msgs, etc.
48001
48002         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
48003         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
48004         entry.
48005
48006 2002-11-25  Jim Meyering  <jim@meyering.net>
48007
48008         * lib/mktime.c: Sync from libc, now that it has the latest fix.
48009
48010 2002-11-24  Karl Berry  <karl@gnu.org>
48011
48012         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
48013         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
48014
48015 2002-11-24  Jim Meyering  <jim@meyering.net>
48016
48017         Update from coreutils:
48018
48019         * lib/mktime.c: Merge in changes from libc.
48020
48021         Avoid a link-time failure on some Linux systems.
48022         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
48023         (otherwise).
48024         (__mon_yday): Declare with the STATIC attribute.
48025         (__mktime_internal): Likewise.
48026         Based on a report from Greg Schafer.
48027
48028 2002-11-23  Jim Meyering  <jim@meyering.net>
48029
48030         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
48031         Use `unsigned', not `int', as type of index.
48032
48033         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
48034
48035         * lib/fsusage.c: Remove unneeded parentheses around operands of
48036         `defined'.
48037
48038 2002-11-22  Paul Eggert  <eggert@twinsun.com>
48039
48040         * lib/quotearg.h: Allow multiple inclusion by surrounding with
48041         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
48042         so that we can be included first.
48043         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
48044         * lib/quotearg.c: Include quotearg.h immediately after config.h.
48045         No need to include stddef.h or sys/types.h any more.
48046         Surround local include files with "", not "<>".
48047         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
48048         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
48049         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
48050         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
48051         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
48052         (ISPRINT): Remove; no longer needed now that we assume C89.
48053
48054         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
48055         Preserve errno.
48056
48057         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
48058         quotearg_char): Use SIZE_MAX rather than
48059         (size_t) -1 when we are talking about "infinity".
48060
48061         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
48062
48063 2002-11-22  Paul Eggert  <eggert@twinsun.com>
48064
48065         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
48066         hint that one should use `if (! x) abort ();' rather than `assert
48067         (x);', and anyway it's one less thing to worry about configuring.
48068         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
48069         hash_rehash, hash_insert): Use abort rather than assert.
48070
48071 2002-11-22  Bruno Haible  <bruno@clisp.org>
48072
48073         * lib/safe-read.h: Assume C89. Add comments.
48074         (safe_read): Change return type to size_t.
48075         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
48076         byte counts > SSIZE_MAX correctly.
48077         * lib/safe-write.h: New file.
48078         * lib/safe-write.c: New file.
48079         * lib/full-read.h: New file.
48080         * lib/full-read.c: New file.
48081         * lib/full-write.h: Assume C89. Add comments.
48082         * lib/full-write.c: Include safe-write.h.
48083         (full_write): Rewritten to use safe_write.
48084         Suggested by Jim Meyering and Paul Eggert.
48085
48086 2002-11-21  Jim Meyering  <jim@meyering.net>
48087
48088         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
48089
48090         Merge in changes from the coreutils.
48091
48092         2002-09-25  Paul Eggert  <eggert@twinsun.com>
48093         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
48094         <stdint.h>.
48095         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
48096         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
48097         int.  Work more efficiently if X is the same width as uintmax_t.
48098         Do not compare X to -1, to avoid bogus compiler warning.
48099         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
48100         Don't assume that f_frsize and f_bsize are the same type.
48101
48102         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
48103         warning on FreeBSD.
48104
48105         * lib/makepath.c (make_path): Restore umask *before* creating the final
48106         component.
48107         (make_path): Minor reformatting.
48108
48109         * lib/xmalloc.c: Adjust to work with new autoconf macros,
48110         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
48111         HAVE_MALLOC/HAVE_REALLOC.
48112
48113         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
48114         dummy ones.  At least on GNU/Linux systems, `auto' means something
48115         else.
48116         From Michael Stone.
48117
48118 2002-11-21  Bruno Haible  <bruno@clisp.org>
48119
48120         Remove case insensitive option matching.
48121         * lib/argmatch.h (argcasematch): Remove declaration.
48122         (ARGCASEMATCH): Remove macro.
48123         (__xargmatch_internal): Remove case_sensitive argument.
48124         (XARGMATCH): Update.
48125         (XARGCASEMATCH): Remove macro.
48126         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
48127         case_sensitive argument.
48128         (argcasematch): Remove function.
48129         (__xargmatch_internal): Remove case_sensitive argument.
48130         (main): Use XARGMATCH instead of XARGCASEMATCH.
48131
48132         * lib/xmalloc.c: Change compile-time error message. Add comment about
48133         required autoconf version.
48134
48135 2002-11-20  Paul Eggert  <eggert@twinsun.com>
48136
48137         Merge argmatch cleanups from Bison.  Assume C89.
48138
48139         * lib/argmatch.c: Include config.h here, not in argmatch.h.
48140         Include stdlib.h, for EXIT_FAILURE.
48141         Always include <string.h>, since we assume C89.
48142         (EXIT_FAILURE): Remove pre-C89 bug workaround.
48143         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
48144         Include <stddef.h> instead, since it's all we need for size_t.
48145         (PARAMS): Remove.  All uses removed.
48146         (ARRAY_CARDINALITY): Do not bother to #undef.
48147         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
48148         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
48149         Remove unnecessary parentheses.
48150         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
48151         Insert necessary parentheses.
48152         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
48153         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
48154
48155 2002-11-19  Bruno Haible  <bruno@clisp.org>
48156
48157         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
48158         * lib/mbswidth.h: Include <stddef.h>, for size_t.
48159
48160         * lib/mbswidth.h (PARAMS): Remove macro.
48161         (mbswidth, mbsnwidth): Use ANSI C function declarations.
48162         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
48163
48164         * lib/gcd.h (PARAMS): Remove macro.
48165         (gcd): Use ANSI C function declarations.
48166         * lib/gcd.c (gcd): Likewise.
48167
48168 2002-11-15  Bruno Haible  <bruno@clisp.org>
48169
48170         * lib/strcspn.c: Include <stddef.h>.
48171         (strcspn): Use ANSI C function declaration. Change return type to
48172         size_t. Use NULL.
48173         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
48174         (strpbrk): Use NULL.
48175         * lib/strpbrk.h (PARAMS): Remove macro.
48176         (strpbrk): Use ANSI C function declaration.
48177         * lib/strstr.c: Don't include <sys/types.h>.
48178         * lib/strstr.h (PARAMS): Remove macro.
48179         (strstr): Use ANSI C function declarations.
48180
48181 2002-11-14  Karl Berry  <karl@gnu.org>
48182
48183         * config/mkinstalldirs: `do' on separate line, instead of
48184         `for var; do'.
48185
48186 2002-11-06  Bruno Haible  <bruno@clisp.org>
48187
48188         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
48189         * lib/gcd.c (gcd): Likewise.
48190
48191 2002-11-05  Bruno Haible  <bruno@clisp.org>
48192
48193         * lib/gcd.h: New file, from gettext-0.11.5.
48194         * lib/gcd.c: New file, from gettext-0.11.5.
48195
48196 2002-11-05  Bruno Haible  <bruno@clisp.org>
48197
48198         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
48199         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
48200         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
48201         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
48202
48203         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
48204         <libintl.h>.
48205         * lib/makepath.c: Include gettext.h instead of <locale.h> and
48206         <libintl.h>.
48207
48208         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
48209         * lib/human.c: Include gettext.h instead of <libintl.h>.
48210         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
48211         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
48212         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
48213         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
48214         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
48215         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
48216         (textdomain): Remove definition.
48217         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
48218
48219         * lib/long-options.c: Remove include of <libintl.h> and definition of
48220         _.
48221         * lib/same.c: Remove include of <libintl.h> and definition of _.
48222
48223 2002-11-04  Owen Taylor  <otaylor@redhat.com>
48224
48225         * lib/config.charset: A few additions for Solaris.
48226
48227 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
48228
48229         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
48230         * lib/localcharset.c (locale_charset): Declare as extern "C".
48231
48232 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
48233
48234         * lib/config.charset: msdos in uk_UA uses CP1125.
48235
48236 2002-11-04  Bruno Haible  <bruno@clisp.org>
48237
48238         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
48239         * lib/strcase.h: New file, from GNU gettext-0.11.5.
48240         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
48241         * lib/strstr.h: New file, from GNU gettext-0.11.5.
48242         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
48243
48244 2002-11-04  Bruno Haible  <bruno@clisp.org>
48245
48246         * lib/localcharset.c (locale_charset): Don't return an empty string.
48247
48248 2002-11-04  Bruno Haible  <bruno@clisp.org>
48249
48250         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
48251         aliases.
48252
48253 2002-11-04  Bruno Haible  <bruno@clisp.org>
48254
48255         * lib/config.charset: Update for newest glibc. Add canonical names
48256         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
48257
48258 2002-11-04  Bruno Haible  <bruno@clisp.org>
48259
48260         * lib/config.charset: Add support for NetBSD.
48261
48262 2002-11-04  Bruno Haible  <bruno@clisp.org>
48263
48264         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
48265
48266 2002-11-01  Bruno Haible  <bruno@clisp.org>
48267
48268         * configure.in: Add AC_CONFIG_AUX_DIR call.
48269         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
48270         test/Makefile.
48271         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
48272
48273 2002-09-28  Karl Berry  <karl@gnu.org>
48274
48275         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
48276         installed automake until the next release, since changes have been
48277         made.
48278
48279 2002-09-25  Karl Berry  <karl@gnu.org>
48280
48281         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
48282         * lib/getopt*: copy from libc/posix.
48283         * lib/gettext.h: copy from gettext.
48284         * lib/.cppi-disable: add strdup.c, gettext.h.
48285
48286 2002-09-25  Karl Berry  <karl@gnu.org>
48287
48288         * config/srclist.txt: enable gettext.h check.
48289         * config/config.{guess,sub}: update from prep.
48290         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
48291                 from automake 1.6.3.
48292         See srclist*.
48293
48294 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
48295
48296         * regex.c (PATFETCH): Remove the translating fetch.
48297         (PATFETCH_RAW): Rename to PATFETCH.
48298         (set_image_of_range): New fun.
48299         (SET_RANGE_TABLE_WORK_AREA): Use it.
48300         (regex_compile): Don't translate the pattern chars so eagerly.
48301         Only do it when inserting an `exactn' bytecode or when handling
48302         a char-range.
48303         (mutually_exclusive_p): Avoid empty statement.
48304
48305 2002-07-06  Jim Meyering  <meyering@lucent.com>
48306
48307         * m4/README: Don't mention Makefile.am.in.
48308         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
48309
48310 2002-07-01  Jim Meyering  <meyering@lucent.com>
48311
48312         * lib/c-stack.c: Include sys/time.h.
48313         From Volker Borchert.
48314
48315 2002-06-26  Paul Eggert  <eggert@twinsun.com>
48316
48317         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
48318
48319 2002-06-26  Paul Eggert  <eggert@twinsun.com>
48320
48321         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
48322         New macro.  Use it uniformly instead of
48323         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
48324         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
48325         reported by Vin Shelton.
48326
48327 2002-06-22  Paul Eggert  <eggert@twinsun.com>
48328
48329         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
48330         Do not assume SA_SIGINFO behavior.
48331         Bug reported by Jim Meyering on NetBSD 1.5.2.
48332
48333 2002-06-22  Jim Meyering  <meyering@lucent.com>
48334
48335         * m4/c-stack.m4: New file, from diffutils-2.8.2.
48336         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
48337
48338         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
48339         now that configure.ac uses AC_GNU_SOURCE.
48340         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
48341         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
48342
48343         Update to latest tools.  Suggestions from Paul Eggert.
48344         * m4/stdbool.m4: New file, from diffutils-2.8.2.
48345         * m4/gnu-source.m4: Update from diffutils-2.8.2.
48346         * m4/fnmatch.m4: Likewise.
48347         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
48348         to AC_HEADER_STDBOOL
48349
48350 2002-06-22  Jim Meyering  <meyering@lucent.com>
48351
48352         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
48353         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
48354
48355 2002-06-22  Jim Meyering  <meyering@lucent.com>
48356
48357         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
48358
48359         * lib/exitfail.c, exitfail.h: Likewise.
48360         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
48361
48362         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
48363         of fnmatch.h.
48364         (EXTRA_DIST): Add fnmatch_loop.c.
48365         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
48366
48367         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
48368         * lib/fnmatch.c: Update from diffutils-2.8.2.
48369         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
48370         * lib/fnmatch.h: Remove file.
48371
48372 2002-06-21  Jim Meyering  <meyering@lucent.com>
48373
48374         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
48375         * m4/mbrtowc.m4: Likewise.
48376
48377         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
48378         * m4/mbswidth.m4: Reflect name change:
48379         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
48380         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
48381
48382         * m4/lib-link.m4: Update from gettext-0.11.2.
48383         * m4/gettext.m4: Likewise.
48384
48385         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
48386         From Alfred M. Szmidt.
48387
48388 2002-06-18  Paul Eggert  <eggert@twinsun.com>
48389
48390         * lib/file-type.h: Report an error if neither S_ISREG nor
48391         S_IFREG is defined, instead of using a test specific to glibc
48392         2.2.  This should be safe, since POSIX requires S_ISREG and
48393         Unix Version 7 had S_IFREG.  We don't need to check for
48394         <sys/types.h> since we don't use any symbols that it defines.
48395
48396 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
48397
48398         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
48399         $@-t, so that each temporary file name is unique and valid in the first
48400         8 characters, for operation under DOS.
48401
48402 2002-06-15  Paul Eggert  <eggert@twinsun.com>
48403
48404         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
48405
48406 2002-06-15  Jim Meyering  <meyering@lucent.com>
48407
48408         Work even with DJGPP 2.03, which lacks support for symlinks.
48409         From Richard Dawe.
48410         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
48411         is defined.
48412         * lib/lchown.c (S_ISLNK): Likewise.
48413
48414 2002-06-15  Jim Meyering  <meyering@lucent.com>
48415
48416         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
48417         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
48418         have been included before this file.
48419
48420 2002-06-14  Jim Meyering  <meyering@lucent.com>
48421
48422         * lib/file-type.h: Use the version from diffutils-2.8.2.
48423         * lib/file-type.c: Likewise.
48424
48425 2002-06-07  Jim Meyering  <meyering@lucent.com>
48426
48427         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
48428         They're needed at least for NetBSD 1.5.2.
48429         ($statxfs_includes): Include those same headers.
48430         ($statxfs_includes): Include sys/vfs.h if available.
48431         ($statxfs_includes): Likewise for sys/statvfs.h.
48432         Check for the following members in both structs statfs and statvfs:
48433         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
48434
48435 2002-06-01  Jim Meyering  <meyering@lucent.com>
48436
48437         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
48438         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
48439
48440 2002-05-28  Jim Meyering  <meyering@lucent.com>
48441
48442         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
48443         Reported by Volker Borchert.
48444
48445 2002-05-27  Jim Meyering  <meyering@lucent.com>
48446
48447         Fix a problem seen only on nonconforming systems whereby ls.c's
48448         use of localtime, and then of gettimeofday would cause trouble:
48449         the localtime call used to initialize rpl_gettimeofday's save
48450         mechanism would clobber ls's current local time information so
48451         that in any long listing the first file would always be listed
48452         with date 1970-01-01.  Analysis by Volker Borchert.
48453
48454         * lib/gettimeofday.c (localtime): Undefine.
48455         (rpl_localtime): New function.
48456
48457 2002-05-27  Jim Meyering  <meyering@lucent.com>
48458
48459         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
48460         localtime.
48461
48462         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
48463         use the replacement function; it wouldn't resolve at link time.
48464         Reported by Volker Borchert.
48465
48466 2002-05-22  Jim Meyering  <meyering@lucent.com>
48467
48468         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
48469         file-type.h.
48470         * lib/file-type.h: New file.
48471         * lib/file-type.c (file_type): New file/function.  Extracted from
48472         diffutils.
48473
48474 2002-04-30  Jim Meyering  <meyering@lucent.com>
48475
48476         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
48477
48478 2002-04-29  Paul Eggert  <eggert@twinsun.com>
48479
48480         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
48481
48482 2002-04-29  Paul Eggert  <eggert@twinsun.com>
48483
48484         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
48485         Do not check for alloca.h (no longer used) or stdbool.h (was never
48486         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
48487
48488 2002-04-29  Paul Eggert  <eggert@twinsun.com>
48489
48490         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
48491
48492 2002-04-29  Jim Meyering  <meyering@lucent.com>
48493
48494         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
48495         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
48496         Use AC_FUNC_STRNLEN here instead.
48497
48498         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
48499         With autoconf-2.53a, it's part of AC_PROG_CC.
48500
48501 2002-04-28  Paul Eggert  <eggert@twinsun.com>
48502
48503         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
48504         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
48505
48506 2002-04-28  Paul Eggert  <eggert@twinsun.com>
48507
48508         * lib/sig2str.h, lib/sig2str.c: New files.
48509         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
48510
48511 2002-04-28  Paul Eggert  <eggert@twinsun.com>
48512
48513         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
48514         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
48515         of 127, since 64 is the largest conceivable number for ancient
48516         nonstandard hosts.
48517         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
48518
48519 2002-04-28  Jim Meyering  <meyering@lucent.com>
48520
48521         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
48522
48523 2002-04-24  Jim Meyering  <meyering@lucent.com>
48524
48525         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
48526         (jm_PREREQ): Use it.
48527
48528         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
48529         mach/mach.h fcntl.h.
48530         Check for this function: setlocale.
48531
48532 2002-04-24  Jim Meyering  <meyering@lucent.com>
48533
48534         * lib/gettext.h: New file, from Gettext.
48535         * lib/Makefile.am (INCLUDES): Remove -I../intl.
48536         (libfetish_a_SOURCES): Add gettext.h.
48537
48538 2002-04-16  Jim Meyering  <meyering@lucent.com>
48539
48540         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
48541         ut_pid, ut_id, ut_exit.
48542
48543 2002-04-16  Jim Meyering  <meyering@lucent.com>
48544
48545         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
48546         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
48547         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
48548
48549 2002-04-12  Jim Meyering  <meyering@lucent.com>
48550
48551         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
48552         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
48553         existence of the getmntinfo function.  Needed for Darwin 5.3.
48554
48555         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
48556         This is necessary at least on Darwin 5.3.
48557
48558         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
48559         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
48560         strnlen.o in the library, and that makes some versions of ranlib
48561         object.
48562
48563 2002-04-12  Jim Meyering  <meyering@lucent.com>
48564
48565         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
48566
48567 2002-04-09  Jim Meyering  <meyering@lucent.com>
48568
48569         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
48570         to be more precise.  Rather than saying we're checking whether the
48571         function `works', say what we're testing.
48572         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
48573         Reported by Bruno Haible.
48574
48575 2002-03-10  Jim Meyering  <meyering@lucent.com>
48576
48577         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
48578         Suggestion from Santiago Vila.
48579
48580 2002-03-08  Jim Meyering  <meyering@lucent.com>
48581
48582         * lib/rename.c: Mention that this wrapper is needed also on
48583         mips-dec-ultrix4.4 systems.
48584
48585 2002-03-02  Jim Meyering  <meyering@lucent.com>
48586
48587         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
48588         not HAVE_CLOCK_SETTIME.
48589
48590 2002-02-27  Paul Eggert  <eggert@twinsun.com>
48591
48592         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
48593         Check for clock_settime.
48594
48595 2002-02-27  Paul Eggert  <eggert@twinsun.com>
48596
48597         * lib/nanosleep.h: Rename to....
48598         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
48599
48600         * lib/gettime.c: New file.
48601         * lib/settime.c: New file.
48602         * lib/stime.c: Remove.
48603
48604         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
48605         timespec.h.  Remove nanosleep.h.
48606
48607 2002-02-25  Paul Eggert  <eggert@twinsun.com>
48608
48609         * m4/acl.m4: New file.
48610         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
48611         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
48612
48613 2002-02-25  Paul Eggert  <eggert@twinsun.com>
48614
48615         * lib/acl.c, lib/acl.h: New files.
48616         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
48617
48618 2002-02-24  Jim Meyering  <meyering@lucent.com>
48619
48620         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
48621         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
48622         cause trouble.  Reported by Nelson Beebe.
48623
48624 2002-02-23  Paul Eggert  <eggert@twinsun.com>
48625
48626         * lib/path-concat.c (xpath_concat): Reorder code to pacify
48627         compilers that don't know that xalloc_die never returns.
48628
48629 2002-02-20  Jim Meyering  <meyering@lucent.com>
48630
48631         * lib/getdate.c: Regenerate using bison-1.33.
48632
48633 2002-02-17  Jim Meyering  <meyering@lucent.com>
48634
48635         * config/config.guess (main): Don't use `head -1'; it's no longer
48636         portable. Use `sed 1q' instead.
48637
48638 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
48639
48640         * m4/codeset.m4: Upgrade to gettext-0.11.
48641         * m4/gettext.m4: Upgrade to gettext-0.11.
48642         * m4/glibc21.m4: Upgrade to gettext-0.11.
48643         * m4/iconv.m4: Upgrade to gettext-0.11.
48644         * m4/isc-posix.m4: Upgrade to gettext-0.11.
48645         * m4/lcmessage.m4: Upgrade to gettext-0.11.
48646         * m4/lib-ld.m4: New file, from gettext-0.11.
48647         * m4/lib-link.m4: New file, from gettext-0.11.
48648         * m4/lib-prefix.m4: New file, from gettext-0.11.
48649         * m4/progtest.m4: Upgrade to gettext-0.11.
48650
48651 2002-02-15  Paul Eggert  <eggert@twinsun.com>
48652
48653         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
48654         (jm_PREREQ): Use it.
48655
48656 2002-02-15  Paul Eggert  <eggert@twinsun.com>
48657
48658         * lib/posixver.c, lib/posixver.h: New files.
48659         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
48660
48661 2002-02-02  Paul Eggert  <eggert@twinsun.com>
48662             Bruno Haible  <bruno@clisp.org>
48663
48664         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
48665         (fwrite_success_callback): New declaration.
48666         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
48667         print_unicode_char. Call failure callback instead of error.
48668         (fwrite_success_callback): New function.
48669         (exit_failure_callback): New function.
48670         (fallback_failure_callback): New function.
48671         (print_unicode_char): Call unicode_to_mb.
48672
48673 2002-01-26  Jim Meyering  <meyering@lucent.com>
48674
48675         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
48676         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
48677
48678 2002-01-26  Jim Meyering  <meyering@lucent.com>
48679
48680         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
48681
48682 2002-01-22  Paul Eggert  <eggert@twinsun.com>
48683
48684         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
48685
48686 2002-01-22  Jim Meyering  <meyering@lucent.com>
48687
48688         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
48689         Otherwise, some versions of automake would omit the rule that makes
48690         Makefile from Makefile.in.
48691
48692 2002-01-21  Paul Eggert  <eggert@twinsun.com>
48693
48694         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
48695         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
48696         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
48697         (memcoll): Set errno to zero if there is no error.
48698
48699         * lib/quotearg.c (quotearg_buffer_restyled):
48700         Fix bug with quoting buffers containing NUL when backslashing escapes.
48701         This bug was exposed by the other changes in this patch.
48702         (quotearg_n_options): New arg ARGSIZE.
48703         All callers changed.
48704         (quoting_options_from_style): New function.
48705         (quotearg_n_style): Use it.
48706         (quotearg_n_style_mem): New function.
48707
48708         * lib/quotearg.h (quotearg_n_style_mem): New function.
48709
48710 2002-01-19  Jim Meyering  <meyering@lucent.com>
48711
48712         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
48713         Remove useless quotes: DF_PROG="df".
48714         * m4/strnlen.m4: New file.
48715
48716 2002-01-16  Paul Eggert  <eggert@twinsun.com>
48717
48718         * lib/backupfile.c (ISDIGIT): Comment fix.
48719         * lib/getdate.y (ISDIGIT): Likewise.
48720         * lib/posixtm.c (ISDIGIT, year): Likewise.
48721         * lib/strverscmp.c (ISDIGIT): Likewise.
48722         * lib/userspec.c (ISDIGIT): Likewise.
48723
48724 2002-01-16  Jim Meyering  <meyering@lucent.com>
48725
48726         * lib/getdate.y: Add three semicolons, each just before a closing
48727         brace. Bison (as of version 1.31) no longer papers over that mistake.
48728
48729 2002-01-05  Jim Meyering  <meyering@lucent.com>
48730
48731         * lib/version-etc.c (version_etc_copyright): Update copyright year.
48732
48733 2001-12-19  Paul Eggert  <eggert@twinsun.com>
48734
48735         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
48736         not silently exit merely because the output buffer happens to
48737         have nothing pending.
48738
48739 2001-12-18  Paul Eggert  <eggert@twinsun.com>
48740
48741         See the big note in ../ChangeLog.
48742         * lib/human.c (suffixes): Prefer K to k for 1024.
48743         (generate_suffix_backwards): New function.
48744         (human_readable_inexact): Use it.
48745         * lib/xstrtol.c (__xstrtol): If there is no number but there
48746         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
48747         Accept 'K' as well as 'k'.
48748
48749 2001-12-15  Jim Meyering  <meyering@lucent.com>
48750
48751         * lib/regex.h (__restrict_arr): Update from libc.
48752
48753         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
48754         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
48755         (STREQ): Define.
48756
48757 2001-12-14  Jim Meyering  <meyering@lucent.com>
48758
48759         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
48760         Suggestion from Bruno Haible.
48761
48762 2001-12-10  Jim Meyering  <meyering@lucent.com>
48763
48764         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
48765         xrealloc, Instead, include "xalloc.h".
48766         (initbuffer): Don't cast xmalloc return value to char*.
48767         (readline): Reword comment.
48768         Don't cast xrealloc return value to char*
48769         Return NULL, not 0.
48770
48771 2001-12-09  Jim Meyering  <meyering@lucent.com>
48772
48773         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
48774         about `signed and unsigned type in conditional expression'.
48775         * lib/posixtm.c (posix_time_parse): Likewise.
48776
48777         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
48778
48779         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
48780         to avoid a pedantic warning.
48781
48782         * lib/getstr.c: Don't include assert.h.
48783         (getstr): Remove warning-evoking assertions.
48784         Return -1 if offset parameter is out of bounds.
48785         Change the type of a local from int to size_t.
48786
48787         * lib/strftime.c (my_strftime_localtime_r): Include this function
48788         definition in the `#if ! HAVE_TM_GMTOFF' block.
48789
48790         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
48791         Include xalloc.h instead.
48792
48793 2001-12-02  Jim Meyering  <meyering@lucent.com>
48794
48795         * lib/tempname.c: Don't declare getenv, thus reverting the change of
48796         2001-11-18.  It's no longer necessary, now that stdlib.h is always
48797         included.
48798
48799         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
48800         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
48801
48802 2001-11-30  Akim Demaille  <akim@epita.fr>
48803
48804         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
48805         before being defined.
48806
48807 2001-11-27  Paul Eggert  <eggert@twinsun.com>
48808
48809         * lib/quotearg.h (quotearg_n, quotearg_n_style):
48810         First arg is int, not unsigned.
48811         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
48812         (SIZE_MAX, UINT_MAX): New macros.
48813         (quotearg_n_options): Abort if N is negative.
48814         Avoid overflow check on hosts where size_t is 64 bits and int
48815         is 32 bits, as overflow is impossible there.
48816         Fix off-by-one typo that caused unnecessary reallocation.
48817
48818 2001-11-27  Jim Meyering  <meyering@lucent.com>
48819
48820         * lib/tempname.c: Merge with version from libc.
48821         * lib/regex.c: Likewise.
48822
48823         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
48824         systems for which STDC_HEADERS is 0, it was not included, resulting in
48825         a warning about an integer-to-pointer conversion problem with getenv.
48826         Reported by Volker Borchert.
48827
48828 2001-11-26  Jim Meyering  <meyering@lucent.com>
48829
48830         * lib/gtod.h: Remove file.
48831         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
48832         * lib/gettimeofday.c: Don't include gtod.h.
48833         (GTOD_init): Remove function.
48834         (rpl_gettimeofday): Do its job here instead, rather than aborting.
48835         Suggestion from Volker Borchert.
48836
48837 2001-11-23  Jim Meyering  <meyering@lucent.com>
48838
48839         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
48840         it.
48841         * lib/hash.c (struct hash_table): Define it here instead.
48842
48843 2001-11-22  Jim Meyering  <meyering@lucent.com>
48844
48845         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
48846
48847 2001-11-20  Jim Meyering  <meyering@lucent.com>
48848
48849         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
48850         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
48851
48852 2001-11-19  Jim Meyering  <meyering@lucent.com>
48853
48854         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
48855         directory.  Use "conftestXXXXXX" as the template.
48856         Suggestion from Paul Eggert.
48857
48858         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
48859         immediately, so the test doesn't mistakenly hit the max-open-files
48860         limit.
48861
48862 2001-11-18  Paul Eggert  <eggert@twinsun.com>
48863
48864         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
48865         (TEMPORARIES): New macro.
48866         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
48867         removes an artificial limitation (e.g. HP-UX 10.20, where
48868         TMP_MAX is 17576).
48869
48870 2001-11-18  Jim Meyering  <meyering@lucent.com>
48871
48872         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
48873
48874 2001-11-18  Jim Meyering  <meyering@lucent.com>
48875
48876         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
48877         on SunOS 4.
48878
48879         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
48880         files will be created before anything else.
48881
48882 2001-11-17  Paul Eggert  <eggert@twinsun.com>
48883
48884         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
48885         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
48886
48887 2001-11-17  Jim Meyering  <meyering@lucent.com>
48888
48889         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
48890         Prompted by a report from Bob Proulx.
48891
48892         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
48893         Instead, require UTILS_FUNC_MKSTEMP.
48894
48895 2001-11-17  Jim Meyering  <meyering@lucent.com>
48896
48897         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
48898         Now, that's done as part of AC_FUNC_STRTOD.
48899
48900 2001-11-17  Jim Meyering  <meyering@lucent.com>
48901
48902         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
48903         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
48904         rather than group writable.  Patch by Juan F. Codagnone.
48905
48906         * lib/readtokens.c: Remove explicit declarations of xmalloc and
48907         xrealloc, Instead, include "xalloc.h".
48908
48909         * lib/mountlist.c: Include unlocked-io.h after all system headers.
48910         Remove explicit declarations of xmalloc, xrealloc,
48911         and xstrdup.  Instead, include "xalloc.h".
48912
48913         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
48914         unlocked-io.h.
48915         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
48916         Likewise.
48917         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
48918
48919         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
48920         Reported by Padraig Brady.
48921
48922         * lib/mkstemp.c: #undef mkstemp.
48923         Include config.h.
48924         (rpl_mkstemp): Rename from mkstemp.
48925         Protoize.
48926
48927 2001-11-16  Jim Meyering  <meyering@lucent.com>
48928
48929         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
48930         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
48931         determine the amount of total physical memory, use pstat_getstatic.
48932         HPUX-11 doesn't define _SC_PHYS_PAGES.
48933         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
48934         If sysconf couldn't be used to determine the amount of available
48935         physical memory, use both pstat_getstatic and pstat_getdynamic.
48936         Based on a patch from Bob Proulx.
48937
48938 2001-11-10  Jim Meyering  <meyering@lucent.com>
48939
48940         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
48941         (jm_PREREQ): Use it.
48942
48943 2001-11-09  Jim Meyering  <meyering@lucent.com>
48944
48945         * m4/jm-macros.m4: Require autoconf-2.52f.
48946         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
48947         Use these AC_-prefixed names, not the AM_-prefixed ones.
48948
48949         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
48950
48951 2001-11-05  Jim Meyering  <meyering@lucent.com>
48952
48953         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
48954
48955 2001-11-04  Jim Meyering  <meyering@lucent.com>
48956
48957         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
48958         $DEFS.
48959
48960 2001-11-03  Jim Meyering  <meyering@lucent.com>
48961
48962         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
48963         of AC_DEFUN.
48964
48965         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
48966         know the name of the variable in the macro definition.
48967
48968 2001-11-03  Jim Meyering  <meyering@lucent.com>
48969
48970         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
48971         in argmatch_to_argument call.
48972
48973         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
48974         argument.
48975
48976         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
48977         e.g., a fault due to an attempt to free a NULL pointer.
48978
48979 2001-11-01  Jim Meyering  <meyering@lucent.com>
48980
48981         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
48982         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
48983
48984 2001-11-01  Jim Meyering  <meyering@lucent.com>
48985
48986         * lib/dirfd.c, lib/dirfd.h: New files.
48987         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
48988
48989         * lib/hash.c (hash_print) [TESTING]: Clean up.
48990
48991 2001-10-22  Paul Eggert  <eggert@twinsun.com>
48992
48993         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
48994         to avoid a warning if -Wall.
48995
48996 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
48997
48998         * README: New file
48999         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
49000         (per RMS's instructions, this is now the canonical source)
49001         * lgpl/, gpl/: New directories.
49002
49003 2001-10-21  Paul Eggert  <eggert@twinsun.com>
49004
49005         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
49006
49007 2001-10-21  Jim Meyering  <meyering@lucent.com>
49008
49009         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
49010         this code would end up calling gettext even in packages built
49011         with --disable-nls.
49012         * lib/getopt.c (_): Likewise.
49013         * lib/regex.c (_): Likewise.
49014
49015 2001-10-20  Paul Eggert  <eggert@twinsun.com>
49016
49017         * m4/error.m4 (jm_PREREQ_ERROR):
49018         Do not invoke AC_CHECK_FUNCS with strerror_r, as
49019         AC_FUNC_STRERROR_R does that.
49020         Check for strerror declaration.
49021
49022         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
49023         are supposed to have them these days.
49024         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
49025         Merge changes from latest Autoconf CVS.
49026         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
49027         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
49028         POSIX decided to standardize on the int flavor of strerror_r.
49029
49030 2001-10-20  Paul Eggert  <eggert@twinsun.com>
49031
49032         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
49033         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
49034         Use strerror_r that is only a macro, even if it is not a function.
49035         (strerror): Check for HAVE_DECL_STRERROR before declaring.
49036         (private_strerror): Use prototypes, not old-style function definition.
49037         (print_errno_message): New function.
49038         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
49039         char*-flavored one.
49040         (error_tail, error, error_at_line): Use it.
49041
49042 2001-10-11  Jim Meyering  <meyering@lucent.com>
49043
49044         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
49045         and quote_n (1, ... to avoid clobbering a buffer.
49046
49047 2001-10-05  Jim Meyering  <meyering@lucent.com>
49048
49049         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
49050         hash-pjw.h.
49051         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
49052         * lib/hash-pjw.h: New file.
49053
49054 2001-09-30  Jim Meyering  <meyering@lucent.com>
49055
49056         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
49057         `struct fsstat' has the `f_fstypename' member.
49058         Use that to define FS_TYPE, which is now used to make
49059         the getfsstat link test tighter.
49060
49061 2001-09-30  Jim Meyering  <meyering@lucent.com>
49062
49063         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
49064         Include <sys/ucred.h>, for Apple Darwin.
49065         Include sys/mount.h and sys/fs_types.h only if available.
49066         (FS_TYPE): Define.
49067         (read_filesystem_list): Use FS_TYPE.
49068
49069 2001-09-29  Paul Eggert  <eggert@twinsun.com>
49070
49071         * lib/exclude.c (excluded_filename): 0 -> false, since it's
49072         a boolean context.
49073
49074 2001-09-29  Jim Meyering  <meyering@lucent.com>
49075
49076         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
49077         [one-argument getmntent function]): Include stdio.h before mntent.h.
49078         SunOS 4.1.x needs it for the declaration of `FILE'.
49079         Patch by Volker Borchert.
49080
49081         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
49082         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
49083         sys/fs_types.h, and make the link-test for getfsstat guard #include
49084         directives with appropriate #if HAVE_*_H tests so that we can
49085         detect getfsstat on Apple Darwin1.3.7 systems.
49086         Reported by Nelson Beebe.
49087         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
49088
49089 2001-09-28  Paul Eggert  <eggert@twinsun.com>
49090
49091         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
49092         #defines strtoimax.  Also treat the other strto* functions
49093         like strtoimax.
49094
49095         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
49096         Check for strtoul and strtoumax,
49097         as those declarations are made even in the signed case.
49098         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
49099         Likewise, for strtol and strtoimax.
49100
49101 2001-09-28  Paul Eggert  <eggert@twinsun.com>
49102
49103         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
49104         #defines strtoimax.  Also treat the other strto* functions
49105         like strtoimax.
49106
49107         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
49108         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
49109         (strtoimax, strtoumax): Do not declare if already defined as a macro.
49110
49111 2001-09-26  Jim Meyering  <meyering@lucent.com>
49112
49113         Most macros in unlocked-io.h had the wrong number of arguments.
49114         * lib/gen-uio: New script.
49115         (USE_UNLOCKED_IO): Define to 1 if not already defined.
49116         * lib/unlocked-io.hin: Remove file.
49117         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
49118         rather than trying to embed it here.
49119         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
49120         Reported by Padraig Brady.
49121
49122 2001-09-25  Volker Borchert  <bt@teknon.de>
49123
49124         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
49125         `result'.
49126
49127 2001-09-24  Jim Meyering  <meyering@lucent.com>
49128
49129         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
49130
49131 2001-09-23  Jim Meyering  <meyering@lucent.com>
49132
49133         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
49134         instead of the mere test for existence of mntent.h.  The latter
49135         would get a false-positive on AIX 3.4 systems.
49136         In the outer getmntent if-block, don't die if neither of the getmntent
49137         tests succeeds.  Instead, just fall through and continue with the
49138         remaining tests.
49139
49140 2001-09-23  Jim Meyering  <meyering@lucent.com>
49141
49142         * lib/mountlist.c: Remove useless parentheses in #if directives.
49143         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
49144         the deprecated MOUNTED symbol is no longer defined in mntent.h.
49145
49146 2001-09-22  Jim Meyering  <meyering@lucent.com>
49147
49148         * m4/gettext.m4: New file.  From gettext.
49149         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
49150         * m4/progtest.m4: Likewise
49151         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
49152         * m4/glibc21.m4: Likewise.
49153
49154         * m4/libintl.m4: Remove.  No longer used.
49155
49156 2001-09-22  Jim Meyering  <meyering@lucent.com>
49157
49158         * lib/localcharset.c: Update from latest gettext.
49159         * lib/config.charset: Likewise.
49160
49161 2001-09-20  Jim Meyering  <meyering@lucent.com>
49162
49163         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
49164         strtoimax.
49165         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
49166         strtoumax.
49167
49168 2001-09-20  Jim Meyering  <meyering@lucent.com>
49169
49170         * lib/xstrtol.c (strtoimax): Guard declaration with
49171         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
49172         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
49173         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
49174         (strtoumax): Likewise, for completeness (it wasn't necessary).
49175
49176 2001-09-17  Paul Eggert  <eggert@twinsun.com>
49177
49178         * lib/strtoimax.c (HAVE_LONG_LONG):
49179         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
49180         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
49181         to work around bug in IBM C compiler.
49182
49183 2001-09-17  Jim Meyering  <meyering@lucent.com>
49184
49185         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
49186         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
49187         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
49188         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
49189         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
49190         whenever the right hand side need not be expanded by the shell.
49191
49192 2001-09-16  Paul Eggert  <eggert@twinsun.com>
49193
49194         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
49195         library.  It's not correct, as some older glibcs are buggy.
49196         fnmatch wasn't fixed until glibc 2.2.
49197
49198         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
49199         special shell magic here.
49200
49201 2001-09-16  Jim Meyering  <meyering@lucent.com>
49202
49203         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
49204         * m4/jm-macros.m4: Require it.
49205
49206 2001-09-16  Jim Meyering  <meyering@lucent.com>
49207
49208         * lib/mkdir.c: New file.
49209
49210 2001-09-15  Jim Meyering  <meyering@lucent.com>
49211
49212         * m4/jm-macros.m4: Check for help2man.
49213
49214 2001-09-11  Jim Meyering  <meyering@lucent.com>
49215
49216         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
49217         The body, by Paul Eggert, was moved here from configure.in.
49218         * m4/jm-macros.m4: Require UTILS_HOST_OS.
49219
49220 2001-09-04  Paul Eggert  <eggert@twinsun.com>
49221
49222         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
49223         (jm_PREREQ): Use it.
49224
49225 2001-09-04  Paul Eggert  <eggert@twinsun.com>
49226
49227         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
49228         Use ssize_t, not int, to store result of readlink.
49229         Check for ssize_t overflow as well as size_t overflow,
49230         as POSIX says the result of readlink is implementation-defined
49231         when ssize_t overflows.
49232         Remove unnecessary cast to char*.
49233         Use free+malloc instead of realloc, as the storage doesn't need
49234         to be preserved and it's clearer and can be more efficient that way.
49235         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
49236         * lib/xreadlink.h (xreadlink): Update prototype.
49237
49238 2001-09-04  Paul Eggert  <eggert@twinsun.com>
49239
49240         * lib/xgetcwd.c: Revert some of the previous change; intead,
49241         fix the HAVE_GETCWD_NULL code to behave more like the
49242         !HAVE_GETCWD_NULL code used to.
49243
49244         Include "xalloc.h".
49245         (xgetcwd): Do not return NULL when memory is exhausted; instead,
49246         invoke xalloc_die.
49247
49248 2001-09-03  Paul Eggert  <eggert@twinsun.com>
49249
49250         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
49251         sys/param.h, as pathmax.h includes them.
49252
49253 2001-09-03  Paul Eggert  <eggert@twinsun.com>
49254
49255         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
49256         (jm_PREREQ_XGETCWD): New macro.
49257
49258         * m4/getcwd.m4: New file.
49259
49260 2001-09-03  Paul Eggert  <eggert@twinsun.com>
49261
49262         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
49263         like the HAVE_GETCWD_NULL code.
49264         Include pathmax.h if not HAVE_GETCWD.
49265         Do not include xalloc.h.
49266         (INITIAL_BUFFER_SIZE): New symbol.
49267         Do not use xmalloc / xrealloc, since the caller is responsible for
49268         handling errors.  Preserve errno around `free' during failure.
49269         Do not overrun buffer when using getwd.
49270
49271 2001-09-03  Paul Eggert  <eggert@twinsun.com>
49272
49273         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
49274         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
49275         getcwd (NULL, 0).
49276
49277 2001-09-03  Paul Eggert  <eggert@twinsun.com>
49278
49279         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
49280         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
49281         spotted by Jim Meyering.
49282
49283 2001-09-03  Jim Meyering  <meyering@lucent.com>
49284
49285         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
49286         failure.
49287
49288 2001-09-02  Jim Meyering  <meyering@lucent.com>
49289
49290         * lib/error.c: Update from GNU libc.
49291
49292 2001-09-01  Jim Meyering  <meyering@lucent.com>
49293
49294         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
49295         Used by df.
49296
49297 2001-09-01  Jim Meyering  <meyering@lucent.com>
49298
49299         * lib/xreadlink.c: New file.
49300         * lib/xreadlink.h: New file.
49301         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
49302         xreadlink.h.
49303
49304         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
49305         doesn't conflict with sparc Solaris 7's definition in
49306         /usr/include/sys/int_types.h.
49307
49308         * lib/exclude.c: Use `""', not `<>' to #include non-system header
49309         files.
49310         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
49311         and strncasecmp as r-values.  Unixware didn't have declarations.
49312
49313 2001-08-31  Paul Eggert  <eggert@twinsun.com>
49314
49315         * lib/xstrtol.h: Add copyright notice.
49316         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
49317         LONGINT_INVALID_SUFFIX_CHAR.
49318
49319 2001-08-31  Paul Eggert  <eggert@twinsun.com>
49320
49321         * lib/xstrtol.c (strtoimax): New decl.
49322
49323 2001-08-31  Paul Eggert  <eggert@twinsun.com>
49324
49325         * lib/xgetcwd.c: Don't include pathmax.h.
49326         Include stdlib.h and unistd.h if available.
49327         Include xalloc.h.
49328         (xmalloc, xstrdup, free): Remove decls.
49329         (xgetcwd): Don't assume sizes fit in unsigned.
49330         Check for overflow when computing sizes.
49331         Simplify reallocation code.
49332
49333 2001-08-31  Paul Eggert  <eggert@twinsun.com>
49334
49335         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
49336         a directory's st_size can have an arbitrary value, so the old
49337         usage could waste an arbitrary amount of memory.  All uses
49338         changed.
49339         * lib/savedir.h: Update prototype.
49340
49341 2001-08-31  Paul Eggert  <eggert@twinsun.com>
49342
49343         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
49344
49345         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
49346         old strtoimax.c.
49347
49348         Also, make the following further changes to make this file's
49349         configuration more similar to that of strtol.c:
49350         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
49351         (strtoumax, uintmax_t, strtoull, strtol): Remove.
49352         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
49353         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
49354         changed to signed values.
49355
49356         And make the following changes as well:
49357         Fix copyright notice, as 1999 was missing.
49358         (verify): New macro.
49359         (strtoimax): Check sizes at compile-time, not run-time.
49360         Prefer strtol to strtoll if both work.
49361         (main): Remove; it was not that useful and was a pain to maintain.
49362
49363         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
49364
49365 2001-08-31  Jim Meyering  <meyering@lucent.com>
49366
49367         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
49368         Use an initial, malloc'd, buffer of length 128 rather than
49369         a statically allocated one of length 1024.
49370
49371 2001-08-30  Paul Eggert  <eggert@twinsun.com>
49372
49373         Simplify code, partly by assuming autoconf 2.52 semantics.
49374
49375         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
49376
49377         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
49378         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
49379         All uses removed.
49380         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
49381         Move AC_REQUIRE to next-to-top level, to avoid confusion.
49382         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
49383         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
49384         jm_AC_HEADER_INTTYPES_H.
49385         * m4/jm-macros.m4 (jm_MACROS): Likewise.
49386
49387         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
49388
49389         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
49390         Quote first arg of AC_DEFUN.
49391         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
49392         since they are needed to parse the include file even if we need
49393         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
49394         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
49395         but with opposite signedness.
49396
49397 2001-08-30  Paul Eggert  <eggert@twinsun.com>
49398
49399         Merge 'exclude' changes from tar 1.13.22.
49400         This fixes one or two unlikely storage allocation overflow bugs,
49401         but doesn't change user-visible behavior otherwise.
49402
49403 2001-08-30  Paul Eggert  <eggert@twinsun.com>
49404
49405         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
49406         (jm_PREREQ_EXCLUDE): New macro.
49407
49408 2001-08-30  Paul Eggert  <eggert@twinsun.com>
49409
49410         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
49411         tm to be declared.
49412
49413 2001-08-30  Paul Eggert  <eggert@twinsun.com>
49414
49415         * lib/hash.c: Remove '2001' from copyright notice.
49416
49417 2001-08-30  Paul Eggert  <eggert@twinsun.com>
49418
49419         * lib/full-write.h: New file.
49420         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
49421         * lib/full-write.c: Correct credits, as cccp.c no longer
49422         exists and anyway it was so heavily changed from the old cccp
49423         code as to be unrecognizable.  Include full-write.h.
49424         (full_write) Return size_t, with short writes meaning failure.
49425         All callers changed.  This fixes a bug with large buffers
49426         on 64-bit hosts.
49427         * lib/utime.c: Include full-write.h.
49428
49429 2001-08-30  Paul Eggert  <eggert@twinsun.com>
49430
49431         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
49432         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
49433         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
49434         Include if available.
49435         (<xalloc.h>): Include
49436         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
49437         (verify): New macro.  Use it to verify that EXCLUDE macros do not
49438         collide with FNM macros.
49439         (struct patopts): New struct.
49440         (struct exclude): Use it, as exclude patterns now come with options.
49441         (new_exclude): Support above changes.
49442         (new_exclude, add_exclude_file):
49443         Initial size must now be a power of two to simplify overflow checking.
49444         (free_exclude, fnmatch_no_wildcards): New function.
49445         (excluded_filename): No longer requires options arg, as the options
49446         are determined by add_exclude.  Now returns bool, not int.
49447         (excluded_filename, add_exclude):
49448         Add support for the fancy new exclusion options.
49449         (add_exclude, add_exclude_file): Now takes int options arg.
49450         Check for arithmetic overflow when computing sizes.
49451         (add_exclude_file): xrealloc might modify errno, so don't
49452         realloc until after errno might be used.
49453
49454         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
49455         New macros.
49456         (free_exclude): New decl.
49457         (add_exclude, add_exclude_file): Now takes int options arg.
49458         (excluded_filename): No longer requires options arg, as the options
49459         are determined by add_exclude.  Now returns bool, not int.
49460
49461 2001-08-30  Paul Eggert  <eggert@twinsun.com>
49462
49463         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
49464
49465 2001-08-27  Jim Meyering  <meyering@lucent.com>
49466
49467         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
49468
49469         * lib/version-etc.c (N_): Remove definition.
49470         Revert most of last change.
49471         Instead, simply don't mark the `Copyright...' string for translation.
49472         Based on advice from Paul Eggert.
49473
49474         * lib/strtoxmax.c: Tweak comment.
49475
49476 2001-08-26  Jim Meyering  <meyering@lucent.com>
49477
49478         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
49479
49480         * m4/xstrtoimax.m4: New file.
49481         * m4/xstrtoumax.m4: Add comments explaining why we
49482         AC_REPLACE_FUNCS(strtol).
49483
49484 2001-08-26  Jim Meyering  <meyering@lucent.com>
49485
49486         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
49487         of copyright with `%s' so translators don't get an untranslated
49488         message in 2002.
49489         (COPYRIGHT_YEAR): Define.
49490         (version_etc): Use fprintf rather than fputs.
49491         Suggestion from Ulrich Drepper.
49492
49493         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
49494
49495         * lib/strtoll.c: New file, from GNU libc.
49496         * lib/xstrtoimax.c: New file.
49497
49498         * lib/xstrtol.h: Add xstrtoimax.
49499         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
49500         * lib/strtoimax.c: New file.  Likewise, but first define
49501         STRTOUXMAX_SIGNED.
49502
49503         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
49504         ...
49505         * lib/strtoxmax.c: ... then renamed to this.
49506
49507 2001-08-18  Paul Eggert  <eggert@twinsun.com>
49508
49509         * m4/inttypes.m4: Add AC_PREREQ(2.13).
49510         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
49511         (jm_AC_TYPE_INTMAX_T): New macro.
49512         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
49513
49514         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
49515
49516         * m4/longlong.m4: Renamed from ulonglong.m4.
49517         * m4/inttypes.m4: Renamed from inttypes_h.m4.
49518         * m4/uintmax_t.m4: Removed.
49519
49520 2001-08-13  Paul Eggert  <eggert@twinsun.com>
49521
49522         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
49523         Port to Solaris 8, where 'sed' requires a space after the 'r'
49524         command, and where sh dislikes "$/".  Clean up the spacing a bit.
49525         Redirect output to $tmp just once.
49526
49527 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
49528
49529         * lib/addext.c (<errno.h>): Include.
49530         (errno): Declare if not defined.
49531         (addext): Work correctly when pathconf returns -1 and leaves
49532         errno alone because there is no limit.  Also, work even if
49533         pathconf returns a value greater than SIZE_MAX.
49534
49535 2001-08-12  Jim Meyering  <meyering@lucent.com>
49536
49537         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
49538         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
49539         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
49540         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
49541         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
49542         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
49543         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
49544         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
49545         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
49546         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
49547         utime.m4, utimes.m4, xstrtoumax.m4:
49548         Quote the first argument in each use of AC_DEFUN.
49549
49550 2001-08-12  Jim Meyering  <meyering@lucent.com>
49551
49552         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
49553         Simply `return getcwd (NULL, 0);'.
49554         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
49555         Use 1300 as initial value for length, not PATH_MAX.
49556
49557         * lib/pathmax.h: Clean up cpp syntax.
49558
49559 2001-08-12  Jim Meyering  <meyering@lucent.com>
49560
49561         * lib/gettimeofday.c: New file.
49562         * lib/gtod.h: New file.
49563         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
49564
49565 2001-08-05  Jim Meyering  <meyering@lucent.com>
49566
49567         * m4/jm-macros.m4: Require autoconf-2.52.
49568
49569 2001-08-04  Jim Meyering  <meyering@lucent.com>
49570
49571         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
49572         stmt, to get in sync with glibc.
49573
49574 2001-08-03  Paul Eggert  <eggert@twinsun.com>
49575
49576         The following changes are from gettext 0.10.39 as maintained by
49577         Bruno Haible.
49578
49579         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
49580         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
49581         with inverted sense.  All uses changed.
49582
49583         * lib/mbswidth.c: Don't include <limits.h>.
49584         Include <stdlib.h> and <string.h> unconditionally.
49585         (iswcntrl, mbsinit, ISCNTRL): New macros.
49586         (mbsnwidth): Use K&R style function declarations.
49587         Don't bother checking for MB_LEN_MAX == 1, since the compiler
49588         can optimize it when MB_CUR_MAX == 1.
49589         The width of control characters is zero, not 1.
49590
49591 2001-08-03  Paul Eggert  <eggert@twinsun.com>
49592
49593         The following changes are from gettext 0.10.39 as maintained by
49594         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
49595
49596         * m4/codeset.m4: Upgrade to serial AM1.
49597         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
49598         all uses changed.  Quote first arg of AC_DEFUN.
49599         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
49600
49601         * m4/iconv.m4: Upgrade to serial AM2.
49602         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
49603         Add --with-libconv-prefix.
49604         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
49605         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
49606         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
49607         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
49608         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
49609
49610         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
49611         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
49612         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
49613         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
49614         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
49615         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
49616         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
49617         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
49618         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
49619
49620         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
49621         string.h any more.
49622
49623         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
49624         not the default value.
49625
49626         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
49627         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
49628         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
49629         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
49630         Also check for iswcntrl, used for wcwidth fallback.
49631         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
49632         to Autoconf 2.13.
49633
49634 2001-08-03  Jim Meyering  <meyering@lucent.com>
49635
49636         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
49637         as it was in the original.  Reported by Paul Eggert.
49638
49639 2001-07-16  Jim Meyering  <meyering@lucent.com>
49640
49641         * m4/gettimeofday.m4: New file.
49642         Prompted by a report from Bernhard Baehr.
49643
49644 2001-07-15  Jim Meyering  <meyering@lucent.com>
49645
49646         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
49647         stuff. Now it's in ../Makefile.cfg.
49648
49649 2001-07-15  Jim Meyering  <meyering@lucent.com>
49650
49651         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
49652         (BUILT_SOURCES): Add unlocked-io.h.
49653         (io_functions): Define.
49654         (unlocked-io.h): New rule.
49655         (DISTCLEANFILES): Add unlocked-io.h.
49656         (all-local): Depend on unlocked-io.h, to ensure it is created.
49657
49658         * lib/unlocked-io.hin: New file
49659
49660         * lib/regex.c: Update from glibc.
49661
49662 2001-07-05  Jim Meyering  <meyering@lucent.com>
49663
49664         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
49665         recommendation.
49666         (libfetish_a_SOURCES): Put all .h files here instead.
49667         Remove a thus-exposed (better checks in automake) duplicate and
49668         two unnecessary .h files.
49669
49670 2001-07-04  Jim Meyering  <meyering@lucent.com>
49671
49672         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
49673         that generates jm-glibc-io.m4 so that it doesn't trigger any make
49674         distcheck failure.
49675
49676 2001-07-02  Jim Meyering  <meyering@lucent.com>
49677
49678         The following changes were prompted by suggestions from Bruno Haible.
49679
49680         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
49681         is now generated.
49682         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
49683         definition of EXTRA_DIST.
49684         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
49685         ensure that the generated file is created/updated whenever the list
49686         of $(unlocked_functions) is changed.
49687         (jm-glibc-io.m4): New rule.
49688         (unlocked-io.h): New rule -- currently unused.
49689
49690 2001-06-24  Jim Meyering  <meyering@lucent.com>
49691
49692         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
49693         unmatched right bracket, rather than kludging it with an extra,
49694         falsely-matching quote in a comment.  Patch by Akim Demaille.
49695
49696 2001-06-11  Jim Meyering  <meyering@lucent.com>
49697
49698         * lib/regex.c: Update from GNU libc.
49699
49700 2001-05-27  Jim Meyering  <meyering@lucent.com>
49701
49702         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
49703         Check for ut_type in struct utmp.
49704
49705 2001-05-27  Jim Meyering  <meyering@lucent.com>
49706
49707         * lib/readutmp.h (UT_TYPE): Define.
49708
49709 2001-05-24  Jim Meyering  <meyering@lucent.com>
49710
49711         * lib/argmatch.c: Include "quote.h".
49712         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
49713         quote function.  Reported by Göran Uddeborg.
49714
49715 2001-05-22  Jim Meyering  <meyering@lucent.com>
49716
49717         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
49718         now that we use the package-supplied version unconditionally.
49719         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
49720
49721 2001-05-21  Jim Meyering  <meyering@lucent.com>
49722
49723         * m4/regex.m4: Change a couple backticks to single quotes to avoid
49724         shell syntax errors.
49725
49726 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
49727
49728         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
49729
49730 2001-05-20  Paul Eggert  <eggert@twinsun.com>
49731
49732         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
49733         Don't bother to check library strftime, since
49734         we'll be using our own my_strftime function anyway.
49735         Define my_strftime instead of strftime.
49736
49737 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
49738
49739         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
49740         which is not yet declared.
49741
49742 2001-05-15  Jim Meyering  <meyering@lucent.com>
49743
49744         * m4/regex.m4: Use proper quoting so brackets appear in the test
49745         program.
49746         Reported by, and with help from, Bruno Haible.
49747
49748 2001-05-13  Jim Meyering  <meyering@lucent.com>
49749
49750         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
49751         undefined.
49752
49753 2001-05-11  Paul Eggert  <eggert@twinsun.com>
49754
49755         dirname code cleanup.  base_name now behaves more compatibly
49756         with POSIX basename when given file names that have trailing
49757         slashes, and similarly for dir_name.  Add new primitives
49758         base_len and dir_len.  Put the directory-name-related decls
49759         into dirname.h.
49760
49761         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
49762         * lib/backupfile.c (base_name): Likewise.
49763         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
49764         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
49765         * lib/makepath.c (strip_trailing_slashes): Likewise.
49766         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
49767         ISSLASH): Likewise.
49768         * lib/rename.c (strip_trailing_slashes): Likewise.
49769         * lib/same.c (base_name): Likewise.
49770         * lib/stripslash.c (ISSLASH): Likewise.
49771
49772         * lib/addext.c: Include <dirname.h> after size_t is defined.
49773         * lib/backupfile.c: Likewise.
49774
49775         * lib/addext.c (addext): Use base_len to trim redundant
49776         trailing slashes instead of doing it ourselves.
49777         But do not trim the last slash if it is not redundant.
49778
49779         * lib/backupfile.c (find_backup_file_name,
49780         max_backup_version): Use base_len instead of rolling it ourselves.
49781         Handle the case of "" and (on DOS) "C:" correctly.
49782
49783         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
49784         needed. Include <string.h>, <dirname.h>.
49785         (base_name): Allow file names ending in slashes, other than names
49786         that are all slashes.  In this case, return the basename followed
49787         by the slashes.  This is more general, and can be used in places
49788         where the original base_name purposely had an assertion failure.
49789         (base_len): New function.
49790
49791         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
49792         Do not include <assert.h>; no longer needed.
49793         Include xalloc.h.
49794         (memrchr): Remove decl.
49795         (dir_name_r): Remove.
49796         (dir_len): Renamed from dirlen.  All callers changed.
49797         Rewrite in terms of base_name, for simplicity and consistency.
49798         (dir_name): Never return NULL.  All callers changed.
49799         Do not include <stdlib.h> in test program; no longer needed.
49800         return 0; is fine for test program.
49801
49802         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
49803         New macros.
49804         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
49805
49806         * lib/path-concat.c (path_concat): Use base_len to compute
49807         base length, not strlen; this means we cannot rely on memcpy
49808         to null-terminate.
49809
49810         * lib/same.c (STREQ): Remove.
49811         (same_name): Handle the case where the basename ends in trailing '/'.
49812
49813         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
49814         a slash was stripped.  Do not strip the last slash after a
49815         file system prefix.
49816
49817 2001-05-11  Paul Eggert  <eggert@twinsun.com>
49818
49819         * lib/Makefile.am (libfetish_a_SOURCES):
49820         Add strftime.c, since we now compile it on all hosts.
49821
49822         * lib/strftime.c (my_strftime):
49823         Define to nstrftime if emacs, but only if my_strftime is not defined.
49824         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
49825         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
49826         Add one more extra argument: a nanoseconds value.
49827         All uses changed.
49828         (ns): New macro.
49829         (my_strftime function): Add %N format.
49830         (emacs_strftimeu): Renamed from emacs_strftime,
49831         with extra ut argument.
49832
49833 2001-05-09  Paul Eggert  <eggert@twinsun.com>
49834
49835         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
49836
49837 2001-04-21  Jim Meyering  <meyering@lucent.com>
49838
49839         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
49840         doesn't interfere.
49841
49842 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
49843
49844         * m4/ftruncate.m4: Check for chsize.
49845         Link with ftruncate.o unconditionally if ftruncate is missing.
49846         This was required when cross-compiling to i586-mingw32msvc.
49847
49848 2001-04-08  Jim Meyering  <meyering@lucent.com>
49849
49850         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
49851         recomputed; that's necessary when the offset spans a DST transition.
49852         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
49853
49854 2001-04-02  Jim Meyering  <meyering@lucent.com>
49855
49856         * lib/regex.h, regex.c: Update from GNU libc.
49857
49858 2001-03-24  Jim Meyering  <meyering@lucent.com>
49859
49860         * m4/jm-macros.m4: Require autoconf-2.49d.
49861
49862 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
49863
49864         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
49865
49866 2001-03-19  Paul Eggert  <eggert@twinsun.com>
49867
49868         * lib/version-etc.c (version_etc_copyright): Update to 2001.
49869
49870 2001-03-17  Jim Meyering  <meyering@lucent.com>
49871
49872         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
49873         now that the version in autoconf is equivalent.
49874         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
49875
49876         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
49877         Suggestion from Akim Demaille.
49878
49879         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
49880         (jm_PREREQ_TEMPNAME): New function.
49881
49882 2001-03-16  Paul Eggert  <eggert@twinsun.com>
49883
49884         * lib/tempname.c (uint64_t): Define to uintmax_t if
49885         not defined, and if UINT64_MAX is not defined.
49886         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
49887         Reported by John David Anglin.
49888
49889 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
49890
49891         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
49892         resolve alias if codeset is empty.
49893         * lib/config.charset (BeOS): Use wildcard syntax.
49894
49895 2001-03-13  Jim Meyering  <meyering@lucent.com>
49896
49897         * lib/path-concat.c (path_concat)
49898         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
49899         concatenating e.g., `C:' and `foo'.
49900         From Bruno Haible.
49901
49902 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
49903
49904         * lib/localcharset.c (locale_charset): Don't use
49905         setlocale(LC_CTYPE,NULL). Don't return NULL.
49906         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
49907
49908 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
49909
49910         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
49911         support for DOS/DJGPP.
49912
49913 2001-03-01  Paul Eggert  <eggert@twinsun.com>
49914
49915         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
49916         lacks mkstemp.  Compile our own tempname.c if we compile our own
49917         mkstemp.c, as mkstemp relies on tempname.
49918
49919 2001-03-01  Jim Meyering  <meyering@lucent.com>
49920
49921         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
49922         AH_VERBATIM really does output its argument verbatim.
49923
49924 2001-02-28  Paul Eggert  <eggert@twinsun.com>
49925
49926         * lib/Makefile.am (libfetish_a_SOURCES):
49927         Add dup-safer.c, fopen-safer.c.
49928         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
49929
49930         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
49931         * lib/unistd-safer.h: New files.
49932
49933 2001-02-25  Paul Eggert  <eggert@twinsun.com>
49934
49935         The mkstemp replacement is taken from glibc 2.2.2, with some
49936         portability fixes for use outside glibc, as follows:
49937
49938         * lib/tempname.c (struct_stat64): New macro.
49939         (direxists, __gen_tempname): Use it.
49940         This avoids a portability problem with Solaris 8.
49941
49942         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
49943         (<stddef.h>, <stdint.h>, <string.h>):
49944         Include only if STDC_HEADERS || _LIBC.
49945         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
49946         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
49947         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
49948         (__set_errno): Define this macro if <errno.h> doesn't.
49949         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
49950         Define these macros if <stdio.h> doesn't.
49951         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
49952         Define these macros if <sys/stat.h>
49953         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
49954         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
49955         __xstat64): Define if not _LIBC.
49956         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
49957         (__gen_tempname): Invoke gettimeofday only if
49958         HAVE_GETTIMEOFDAY || _LIBC;
49959         otherwise, fall back on plain "time".
49960         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
49961
49962         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
49963
49964         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
49965
49966 2001-02-18  Paul Eggert  <eggert@twinsun.com>
49967
49968         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
49969
49970 2001-02-17  Paul Eggert  <eggert@twinsun.com>
49971
49972         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
49973         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
49974         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
49975         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
49976
49977 2001-02-17  Paul Eggert  <eggert@twinsun.com>
49978
49979         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
49980         Remove workaround macros for hosts that have mbrtowc but not
49981         mbstate_t, as we now insist on proper declarations for both
49982         before using mbrtowc.
49983
49984 2001-02-17  Jim Meyering  <meyering@lucent.com>
49985
49986         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
49987         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
49988         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
49989         UnixWare 7.1.1.
49990
49991         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
49992         rather than AC_CACHE_VAL.
49993
49994 2001-02-17  Jim Meyering  <meyering@lucent.com>
49995
49996         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
49997         around included file name.
49998
49999         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
50000
50001         * lib/strftime.c: Update from GNU libc (the only changes were to
50002         comments).
50003
50004 2001-02-17  Jim Meyering  <meyering@lucent.com>
50005
50006         * lib/regex.c: Update from libc.
50007
50008 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
50009
50010         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
50011         clash.
50012
50013 2001-02-16  Paul Eggert  <eggert@twinsun.com>
50014
50015         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
50016         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
50017         Reported by Mark Hounschell via Paul Eggert.
50018
50019 2001-02-07  Jim Meyering  <meyering@lucent.com>
50020
50021         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
50022
50023 2001-02-05  Jim Meyering  <meyering@lucent.com>
50024
50025         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
50026         it includes the patch required for `large file' support with at least
50027         HP-UX's 10.20 /bin/cc.
50028
50029 2001-02-03  Jim Meyering  <meyering@lucent.com>
50030
50031         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
50032         AS_IF, now that it works once again (mysteriously).
50033         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
50034
50035 2001-01-30  Jim Meyering  <meyering@lucent.com>
50036
50037         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
50038         * m4/chown.m4: Rename conftestchown to conftest.chown.
50039         * m4/rename.m4: s/conftestdir/conftest.d1/ and
50040         s/conftestdir2/conftest.d2/.
50041         * m4/utimes.m4: s/conftestdata/conftest.data/
50042         Inspired by Pavel Roskin's change in autoconf.
50043
50044 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
50045
50046         * lib/config.charset: Update for FreeBSD 4.2.
50047
50048 2001-01-27  Jim Meyering  <meyering@lucent.com>
50049
50050         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
50051         a use of AS_IF.
50052         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
50053
50054 2001-01-26  Jim Meyering  <meyering@lucent.com>
50055
50056         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
50057         quotearg.c includes it.
50058
50059 2001-01-26  Jim Meyering  <meyering@lucent.com>
50060
50061         * lib/quotearg.c: Include stddef.h.
50062         * lib/quote.c: Include stddef.h.
50063         Reported by Axel Kittenberger.
50064
50065         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
50066         line in double quotes so that it evokes a better diagnostic.
50067         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
50068         Reported by Axel Kittenberger.
50069
50070 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
50071
50072         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
50073         as if it was a `charset'.
50074
50075 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
50076
50077         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
50078         has const.
50079
50080 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
50081
50082         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
50083         to avoid a warning.  Add back 'const' to inptr.
50084
50085 2001-01-20  Jim Meyering  <meyering@lucent.com>
50086
50087         Be sure that headers are checked before used in code compiled
50088         for the type checks.
50089         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
50090         In place of that, invoke jm_CHECK_ALL_TYPES.
50091         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
50092         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
50093         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
50094         The check for ssize_t was mistakenly run before the test for unistd.h.
50095
50096         The configure-time check for stdbool.h was missing.
50097         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
50098         (jm_PREREQ_HASH): New function.
50099
50100 2001-01-17  Jim Meyering  <meyering@lucent.com>
50101
50102         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
50103         for autoconf-2.49c.
50104         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
50105
50106 2001-01-16  Jim Meyering  <meyering@lucent.com>
50107
50108         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
50109         From Bruno Haible.
50110
50111 2001-01-14  Jim Meyering  <meyering@lucent.com>
50112
50113         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
50114         foo and bar.  Create conftestdir/ in the script, not in the C code.
50115         Remove directories in the script, not in the C code.
50116         Remove conftestdir{,2} before trying to create the directory.
50117         Make the entire configure script fail if the mkdir fails.
50118
50119 2001-01-14  Jim Meyering  <meyering@lucent.com>
50120
50121         * lib/rename.c: New file.  From Volker Borchert.
50122         Include stdlib.h, string.h or strings.h, and xalloc.h.
50123         Use strip_trailing_slashes rather than open-coding it.
50124
50125 2001-01-03  Paul Eggert  <eggert@twinsun.com>
50126
50127         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
50128
50129 2001-01-03  Jim Meyering  <meyering@lucent.com>
50130
50131         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
50132         of local `inptr' to avoid warning with some system declarations of
50133         iconv.
50134
50135 2001-01-02  Volker Borchert  <bt@teknon.de>
50136
50137         * m4/rename.m4: New file.
50138         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
50139
50140 2001-01-01  Jim Meyering  <meyering@lucent.com>
50141
50142         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
50143         even on systems with utmpx.h.  It's necessary for the declaration of
50144         utmp's ut_user member.  Reported by Andreas Jaeger.
50145
50146         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
50147         available. They are required for the declarations of getgrgid and
50148         getpwuid resp.
50149         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
50150         Reported by Andreas Jaeger.
50151
50152 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
50153
50154         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
50155         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
50156         so `make install' also works in VPATH builds.
50157
50158 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
50159
50160         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
50161         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
50162         can be used in subdirectories.
50163
50164 2000-12-29  Paul Eggert  <eggert@twinsun.com>
50165
50166         * lib/modechange.c: Do not assume that mode_t uses the
50167         traditional octal encoding.  E.g. "chmod 1 FOO" should set
50168         the other-execute bit of FOO even if S_IXOTH != 1.
50169
50170         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
50171         WOTH, XOTH, ALLM): New macros.
50172         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
50173          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
50174         Use them.
50175         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
50176         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
50177         (mode_compile):
50178         No need to use uintmax_t; unsigned long is long enough.
50179         Don't bother to get suffix since we don't use it.
50180
50181 2000-12-26  Jim Meyering  <meyering@lucent.com>
50182
50183         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
50184         better with autoheader.
50185
50186 2000-12-24  Jim Meyering  <meyering@lucent.com>
50187
50188         * lib/hash.c (is_prime): Return explicit boolean values.
50189         (hash_get_first): Return NULL to appease Irix5.6's 89.
50190         Reported by Nelson Beebe.
50191
50192 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
50193
50194         * lib/localcharset.c (locale_charset): Add support for Win32.
50195
50196 2000-12-18  Paul Eggert  <eggert@twinsun.com>
50197
50198         * lib/physmem.h, lib/physmem.c: New files.
50199
50200         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
50201         (noinst_HEADERS): Add physmem.h.
50202
50203         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
50204         't' for compatibility with Solaris 8 sort.
50205
50206 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
50207
50208         * lib/config.charset: Add support for BeOS.
50209
50210 2000-12-17  Jim Meyering  <meyering@lucent.com>
50211
50212         * m4/dos.m4 (jm_AC_DOS): New file and macro.
50213         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
50214
50215 2000-12-16  Jim Meyering  <meyering@lucent.com>
50216
50217         This bug had a serious impact on chown: `chown N:M FILE' (for integer
50218         N and M) would have treated it like `chown N:N FILE'.
50219
50220         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
50221
50222 2000-12-16  Jim Meyering  <meyering@lucent.com>
50223
50224         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
50225         SHELLS_FILE to a file name that's useful on djgpp systems.
50226         Include stdlib.h.
50227         (ADDITIONAL_DEFAULT_SHELLS): Define.
50228         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
50229         Based mostly on a patch from Prashant TR.
50230
50231 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
50232
50233         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
50234         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
50235         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
50236
50237 2000-12-08  Andreas Schwab  <schwab@suse.de>
50238
50239         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
50240         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
50241
50242 2000-12-07  Jim Meyering  <meyering@lucent.com>
50243
50244         * lib/stripslash.c (ISSLASH): Define.
50245         (strip_trailing_slashes): Use ISSLASH rather than comparing against
50246         `/'.
50247         From Prashant TR.
50248
50249         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
50250         (dir_name_r): Declare this function as static.
50251         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
50252         manifest itself on a name containing a mix of slashes and
50253         backslashes.
50254         Make this function work with names starting with a DOS-style
50255         drive letter and colon prefix.
50256         (dir_name): Append `.' if necessary.
50257         Based mostly on patches from Prashant TR and Eli Zaretskii.
50258
50259         * lib/dirname.h (dir_name_r): Remove prototype.
50260
50261 2000-12-06  Paul Eggert  <eggert@twinsun.com>
50262
50263         * m4/off_t-format.m4: Remove this file.
50264         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
50265
50266 2000-12-06  Jim Meyering  <meyering@lucent.com>
50267
50268         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
50269         replacement strtoull, we may well need the replacement strtoul, too.
50270         Check for declarations of strtoul and strtoull.
50271         Check for strtol.  Mainly as a cue to cause automake to include
50272         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
50273         Check for limits.h -- strtol.c needs it.
50274
50275 2000-12-05  Jim Meyering  <meyering@lucent.com>
50276
50277         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
50278
50279 2000-12-04  Jim Meyering  <meyering@lucent.com>
50280
50281         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
50282         Also include memory.h, stdlib.h, unistd.h if appropriate.
50283         Reported by Andreas Jaeger (conflicting declaration of malloc).
50284
50285 2000-12-02  Jim Meyering  <meyering@lucent.com>
50286
50287         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
50288         * m4/jm-macros.m4 (jm_MACROS): require it.
50289
50290 2000-12-02  Jim Meyering  <meyering@lucent.com>
50291
50292         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
50293
50294 2000-12-01  Paul Eggert  <eggert@twinsun.com>
50295
50296         * lib/memrchr.c: Include <config.h> before any system include file.
50297
50298 2000-11-30  Jim Meyering  <meyering@lucent.com>
50299
50300         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
50301
50302 2000-11-30  Jim Meyering  <meyering@lucent.com>
50303
50304         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
50305
50306 2000-11-29  Paul Eggert  <eggert@twinsun.com>
50307
50308         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
50309
50310 2000-11-26  Jim Meyering  <meyering@lucent.com>
50311
50312         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
50313
50314 2000-11-22  Paul Eggert  <eggert@twinsun.com>
50315
50316         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
50317         size of (size_t) -1; it's not portable.
50318
50319 2000-11-17  Jim Meyering  <meyering@lucent.com>
50320
50321         * lib/strstr.c: Update from GNU libc.
50322
50323 2000-11-17  Akim Demaille  <akim@epita.fr>
50324
50325         * lib/obstack.h: Formatting changes.
50326         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
50327         prevent type checking.
50328         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
50329         cast the value to (void *): assigning a `foo *' to a `void *'
50330         variable is valid.
50331         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
50332
50333 2000-11-16  Jim Meyering  <meyering@lucent.com>
50334
50335         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
50336
50337 2000-11-11  Jim Meyering  <meyering@lucent.com>
50338
50339         * lib/error.c: Add a couple #includes, merging from GNU libc version.
50340
50341 2000-11-10  Jim Meyering  <meyering@lucent.com>
50342
50343         * lib/obstack.h: Update from GNU libc.
50344         * lib/obstack.c: Likewise.
50345
50346 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
50347
50348         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
50349
50350 2000-11-06  Paul Eggert  <eggert@twinsun.com>
50351
50352         * lib/getusershell.c (setusershell): Use rewind rather than
50353         fseek/fseeko, to avoid configuration hassles with fseeko.
50354         Don't bother opening SHELLS_FILE if shellstream is NULL;
50355         it's not necessary.
50356
50357 2000-11-05  Jim Meyering  <meyering@lucent.com>
50358
50359         * lib/makepath.h (make_dir): Declare.
50360         * lib/makepath.c (make_dir): Remove `static' attribute.
50361         Tweak a comment.
50362
50363 2000-11-04  Jim Meyering  <meyering@lucent.com>
50364
50365         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
50366
50367 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
50368
50369         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
50370         last one in a bucket, advance to the next bucket.
50371
50372 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
50373
50374         * lib/fnmatch.c: Do not comment out all the code if we are using
50375         the GNU C library, because in some cases we are replacing buggy
50376         code in the GNU C library itself.
50377
50378 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
50379
50380         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
50381         (regex_compile): Catch bogus \(\1\).
50382
50383 2000-10-30  Paul Eggert  <eggert@twinsun.com>
50384
50385         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
50386         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
50387         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
50388
50389 2000-10-30  Paul Eggert  <eggert@twinsun.com>
50390
50391         * lib/error.h, getline.h, modechange.h:
50392         Remove "2000" from Copyright line, as the file hasn't been
50393         changed this year other than in the copyright notice.
50394
50395         * lib/xalloc.h: Add "2000" to Copyright line, as this file
50396         was changed this year.
50397
50398 2000-10-29  Jim Meyering  <meyering@lucent.com>
50399
50400         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
50401         renaming.
50402         * m4/ls-mntd-fs.m4: Likewise
50403
50404 2000-10-29  Jim Meyering  <meyering@lucent.com>
50405
50406         * lib/xstat.in: Fix grammar in comment.
50407
50408 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
50409
50410         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
50411         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
50412         doesn't define __restrict_arr.
50413
50414 2000-10-28  Jim Meyering  <meyering@lucent.com>
50415
50416         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
50417         (jm_PREREQ_MEMCHR): New function.
50418
50419 2000-10-28  Jim Meyering  <meyering@lucent.com>
50420
50421         * lib/memchr.c: Update from libc.
50422         Adjust for portability:
50423         [HAVE_STDLIB_H]: Include stdlib.h.
50424         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
50425         Undef __memchr, too.
50426         [!weak_alias]: Define __memchr to memchr.
50427
50428         * lib/regex.c: Update from libc.
50429         * lib/regex.h: Likewise.
50430         * lib/getopt1.c: Likewise.
50431         * lib/memcmp.c: Likewise.
50432
50433         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
50434         Avoid using fseek, when possible -- it's broken by design.
50435         Patch by Ulrich Drepper.
50436
50437 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
50438
50439         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
50440         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
50441         Giving in to popular pressure to shut up the compiler with casts.
50442
50443 2000-10-26  Jim Meyering  <meyering@lucent.com>
50444
50445         * lib/strftime.c: Update from libc.
50446
50447 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
50448
50449         * regex.c: More `unsigned char' -> `re_char' changes.
50450         Also change several `int' into `re_wchar_t'.
50451         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
50452         (PUSH_FAILURE_POINTER): Don't cast any more.
50453         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
50454         We want GCC to complain, since this piece of code makes
50455         re_match non-reentrant, which *should* be fixed.
50456         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
50457         (EXTEND_BUFFER): Use RETALLOC.
50458         (SET_LIST_BIT): Don't cast.
50459         (re_wchar_t): New type.
50460         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
50461         that those two functions will always properly return.
50462         (IMMEDIATE_QUIT_CHECK): Cast to void.
50463         (analyse_first): Use recursion rather than an explicit stack.
50464         (re_compile_fastmap): Can't fail anymore.
50465         (re_search_2): Don't check re_compile_fastmap for failure.
50466         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
50467         Now also sets the new value (passed in a new argument).
50468         (re_match_2_internal): Use it.
50469         Also, use a new var `reg' of type size_t when looping through regs
50470         rather than reuse the inappropriate `mcnt'.
50471
50472 2000-10-25  Jim Meyering  <meyering@lucent.com>
50473
50474         * lib/obstack.c: Update from libc.
50475
50476 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
50477
50478         * regex.c (regex_compile): Change the way of handling a range from
50479         a char less than 256 to a char not less than 256.
50480
50481 2000-10-24  Andrew Innes  <andrewi@gnu.org>
50482
50483         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
50484         NT-Emacs only.
50485         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
50486         so that re_search functions only quit when callers expect them to.
50487
50488 2000-10-23  Jim Meyering  <meyering@lucent.com>
50489
50490         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
50491         wrong.  That set_locale call must not have any side effects.
50492         From Paul Eggert.
50493
50494 2000-10-22  Jim Meyering  <meyering@lucent.com>
50495
50496         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
50497         [CYCLIC]: Remove now-unused definition.
50498
50499         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
50500         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
50501         Suggestion from Ulrich Drepper.
50502
50503 2000-10-21  Jim Meyering  <meyering@lucent.com>
50504
50505         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
50506         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
50507         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
50508
50509 2000-10-21  Jim Meyering  <meyering@lucent.com>
50510
50511         * lib/dirname.c (memrchr): Declare if necessary.
50512         (dir_name): Remove the restriction that there be no
50513         trailing slashes.  Now, this code skips past them, effectively
50514         ignoring them.
50515         [TEST_DIRNAME] (main): New unit tests.
50516
50517         * lib/memrchr.c: New file from GNU libc.
50518         Undef __memrchr, too.
50519         [!weak_alias]: Define __memrchr to memrchr.
50520         Guard weak_alias use with `#ifdef weak_alias'.
50521
50522 2000-10-21  Jim Meyering  <meyering@lucent.com>
50523
50524         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
50525         (dir_name): Use dir_name_r.
50526         * lib/dirname.h (dir_name_r): Declare it.
50527
50528 2000-10-17  Jim Meyering  <meyering@lucent.com>
50529
50530         * lib/quote.h (PARAMS): Define and use.
50531         Reported by Akim Demaille.
50532
50533         * lib/getopt.c: Update from libc.
50534
50535 2000-10-16  Jim Meyering  <meyering@lucent.com>
50536
50537         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
50538         setlocale.
50539         From Jan Fedak.
50540
50541 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
50542
50543         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
50544
50545 2000-09-25  Jim Meyering  <meyering@lucent.com>
50546
50547         * lib/md5.h (rol): Define (from GnuPG).
50548
50549         * lib/sha.c: Give credit (GnuPG) where due.
50550         (M): Use rol rather than open-coding it.
50551         Add a FIXME comment.
50552
50553 2000-09-21  Jim Meyering  <meyering@lucent.com>
50554
50555         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
50556         Reported by Michael Stone.
50557
50558 2000-09-20  Jim Meyering  <meyering@lucent.com>
50559
50560         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
50561         (noinst_HEADERS): Add sha.h.
50562         Based on code from Scott G. Miller and from GnuPG.
50563
50564 2000-09-18  Jim Meyering  <meyering@lucent.com>
50565
50566         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
50567         LIBS. Otherwise, everyone ends up linking with -lelf for some
50568         configurations.
50569         Reported by Mike Stone.
50570
50571 2000-09-15  Jim Meyering  <meyering@lucent.com>
50572
50573         * lib/regex.c: Update from libc.
50574
50575 2000-09-10  Jim Meyering  <meyering@lucent.com>
50576
50577         * lib/getopt.c (_getopt_internal): Update from glibc.
50578
50579 2000-09-09  Jim Meyering  <meyering@lucent.com>
50580
50581         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
50582         think it should be used as a general replacement for isascii.
50583         * lib/fnmatch.c: Likewise.
50584         * lib/mbswidth.c: Likewise
50585         * lib/regex.c: Likewise.
50586
50587         Don't use atoi.
50588         * lib/userspec.c: Include sys/param.h and limits.h.
50589         Include xstrtol.h.
50590         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
50591         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
50592         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
50593         UID, GID.  Check range.
50594
50595 2000-09-06  Jim Meyering  <meyering@lucent.com>
50596
50597         * lib/getopt.c (_getopt_internal): Update from glibc.
50598
50599 2000-08-30  Jim Meyering  <meyering@lucent.com>
50600
50601         * lib/strftime.c: Merge in changes from GNU libc.
50602
50603 2000-08-26  Jim Meyering  <meyering@lucent.com>
50604
50605         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
50606         * m4/fpending.m4: New file.
50607
50608 2000-08-26  Jim Meyering  <meyering@lucent.com>
50609
50610         * lib/closeout.c: Include "__fpending.h".
50611         (close_stdout_status): Return right away if there's nothing to flush.
50612
50613         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
50614         * lib/__fpending.c: New file.
50615         * lib/__fpending.h: New file.
50616
50617 2000-08-20  Jim Meyering  <meyering@lucent.com>
50618
50619         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
50620         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
50621         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
50622
50623 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
50624
50625         Improve fileutils installation on systems where running
50626         programs (like install) can't be unlinked.
50627         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
50628         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
50629
50630 2000-08-07  Paul Eggert  <eggert@twinsun.com>
50631
50632         Standardize on "memory exhausted" instead of "Memory exhausted"
50633         or "virtual memory exhausted".
50634         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
50635         "virtual memory exhausted".
50636         * lib/same.c (same_name): Invoke xalloc_die instead of printing
50637         our own message.
50638         * lib/userspec.c (parse_user_spec): Likewise.
50639         * lib/bumpalloc.h: comment fix
50640         * lib/same.c, userspec.c: Include xalloc.h.
50641
50642         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
50643         not char *const and pointing to a constant array.
50644         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
50645         (xrealloc): Comment fix.
50646
50647         * lib/userspec.c (parse_user_spec):
50648         Don't translate a message until just before returning,
50649         to avoid unnecessary translation.
50650
50651 2000-08-07  Jim Meyering  <meyering@lucent.com>
50652
50653         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
50654         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
50655         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
50656         getgroups.c, gethostname.c, getopt.h, group-member.c,
50657         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
50658         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
50659         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
50660         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
50661         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
50662         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
50663         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
50664         yesno.c: Back out Copyright date changes for each file with no change
50665         this year.  This eases coordination with other programs using the same
50666         source code modules.  From Paul Eggert.
50667
50668 2000-08-06  Paul Eggert  <eggert@twinsun.com>
50669
50670         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
50671         not char, for compatibility with glibc 2.1.3 strftime.c.
50672
50673 2000-08-03  Greg McGary  <greg@mcgary.org>
50674
50675         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
50676         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
50677         (EXTEND_BUFFER): Use them.
50678
50679 2000-08-01  Jim Meyering  <meyering@lucent.com>
50680
50681         * lib/dirname.c (ISSLASH): Define.
50682         (BACKSLASH_IS_PATH_SEPARATOR): Define.
50683         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
50684         both `\' and `/' may be use as path separators.
50685         Based on a patch from Prashant TR.
50686
50687 2000-07-31  Paul Eggert  <eggert@twinsun.com>
50688
50689         * lib/quotearg.c (quotearg_n_options): Don't make the initial
50690         slot vector a constant, since it might get modified.
50691
50692 2000-07-31  Jim Meyering  <meyering@lucent.com>
50693
50694         * lib/xmalloc.c: Use `virtual memory exhausted', not
50695         `Memory exhausted'.
50696         * lib/obstack.c (print_and_abort): Likewise.
50697
50698 2000-07-30  Paul Eggert  <eggert@twinsun.com>
50699
50700         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
50701         buffer, so that the caller can always quote one small
50702         component of a "memory exhausted" message in slot 0.
50703         From a suggestion by Jim Meyering.
50704
50705 2000-07-30  Jim Meyering  <meyering@lucent.com>
50706
50707         * lib/makepath.c (make_path): Quote the other instance, too.
50708
50709         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
50710         (STATIC_BUF_SIZE): Define.
50711         (quotearg_n_options): Use only statically allocated storage when
50712         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
50713         than STATIC_BUF_SIZE.
50714
50715 2000-07-29  Jim Meyering  <meyering@lucent.com>
50716
50717         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
50718         * lib/dirname.c (dir_name): Likewise.
50719
50720         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
50721         `/'.
50722
50723         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
50724         (dir_name): Assert that there are no trailing slashes.
50725
50726 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
50727
50728         * lib/mbswidth.h (mbswidth): Add a flags argument.
50729         (mbswidth): New declaration.
50730         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
50731         * lib/mbswidth.c (mbswidth): Add a flags argument.
50732         (mbsnwidth): New function.
50733
50734 2000-07-24  Jim Meyering  <meyering@lucent.com>
50735
50736         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
50737
50738 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50739
50740         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
50741
50742 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50743
50744         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
50745         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
50746         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
50747         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
50748         invoke multibyte primitives.
50749
50750 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50751
50752         * lib/quotearg.c:
50753         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
50754         so that mbstate_t is always defined.
50755
50756         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
50757         be 1 in at least one GCC installation, and this configuration
50758         error is likely to be common.  Ignoring MB_LEN_MAX hurts
50759         performance on hosts that have mbrtowc but have only unibyte
50760         locales, but I assume these hosts are rare.
50761
50762 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50763
50764         * lib/mbswidth.c (_XOPEN_SOURCE):
50765         Don't define; this causes problems on Solaris 7.
50766         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
50767
50768 2000-07-23  Jim Meyering  <meyering@lucent.com>
50769
50770         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
50771         too: getgrgid, getpwuid, getuid.
50772
50773 2000-07-23  Jim Meyering  <meyering@lucent.com>
50774
50775         * lib/basename.c (base_name): Add an assertion.
50776
50777 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
50778
50779         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
50780         shadow its mbsinit function.
50781
50782 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
50783
50784         * lib/mbswidth.h: New file.
50785         * lib/mbswidth.c: New file.
50786         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
50787         (noinst_HEADERS): Add mbswidth.h.
50788
50789 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
50790
50791         * lib/config.charset: Add support for FreeBSD. Improve support for
50792         HP-UX and IRIX 6.
50793
50794 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
50795
50796         * m4/mbswidth.m4: New file.
50797         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
50798
50799 2000-07-15  Jim Meyering  <meyering@lucent.com>
50800
50801         * lib/makepath.c: Include quote.h.
50802         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
50803         corresponding argument in a `quote (...)' call.
50804         Give better diagnostics.
50805
50806         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
50807         (noinst_HEADERS): Add quote.h.
50808
50809         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
50810         from tar's src/misc.c.
50811         * lib/quote.h: New file.  Prototypes for same.
50812
50813 2000-07-14  Paul Eggert  <eggert@twinsun.com>
50814
50815         From a suggestion by Bruno Haible.
50816         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
50817         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
50818         to decide whether to define the BeOS workaround macro;
50819         this adjusts to the change to AC_MBSTATE_T.
50820
50821 2000-07-14  Jim Meyering  <meyering@lucent.com>
50822
50823         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
50824         jm_AC_TYPE_UINTMAX_T.
50825
50826 2000-07-13  Paul Eggert  <eggert@twinsun.com>
50827
50828         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
50829
50830         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
50831         quotearg_buffer_restyled): Add support for
50832         clocale_quoting_style.  Undo previous change to
50833         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
50834         and "{RIGHT QUOTATION MARK}" msgids.
50835
50836 2000-07-10  Paul Eggert  <eggert@twinsun.com>
50837
50838         From a suggestion by Bruno Haible.
50839         * m4/mbstate_t.m4 (AC_MBSTATE_T):
50840         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
50841         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
50842         and mbstate_t, to a single-part test that simply defines mbstate_t.
50843         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
50844         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
50845
50846 2000-07-10  Jim Meyering  <meyering@lucent.com>
50847
50848         * m4/strerror_r.m4: Mirror the correction made in autoconf.
50849
50850         * m4/gnu-source.m4: Output to confdefs.h directly.
50851         Suggestion from Akim Demaille.
50852
50853 2000-07-09  Paul Eggert  <eggert@twinsun.com>
50854
50855         The old behavior of quoting `like this' doesn't look good with
50856         newer, ISO-style fonts.  See:
50857         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
50858
50859         Instead, quote "like this" by default.  Let the translator
50860         tailor the locale-specific quoting behavior by providing
50861         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
50862
50863         * lib/quotearg.c (N_): New macro.
50864         (gettext_default): New function.
50865         (quotearg_buffer_restyled): Use
50866         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
50867         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
50868
50869 2000-07-09  Jim Meyering  <meyering@lucent.com>
50870
50871         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
50872         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
50873
50874         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
50875         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
50876
50877 2000-07-09  Jim Meyering  <meyering@lucent.com>
50878
50879         * lib/Most files: Update copyright dates to include 2000.
50880
50881 2000-07-08  Jim Meyering  <meyering@lucent.com>
50882
50883         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
50884         if not defined.
50885         (xgethostname): Remove now-unnecessary #ifdef.
50886         Move declaration of `err' into loop where it's used.
50887
50888 2000-07-05  Paul Eggert  <eggert@twinsun.com>
50889         and Bruno Haible  <haible@clisp.cons.org>
50890
50891         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
50892         only if the test for an object-type mbstate_t fails.  This
50893         prevents us from mistakenly reporting that mbstate_t is a
50894         system object type after we "#define mbstate_t int" to work
50895         around its lack.
50896
50897 2000-07-05  Paul Eggert  <eggert@twinsun.com>
50898         and Bruno Haible  <haible@clisp.cons.org>
50899
50900         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
50901
50902 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50903
50904         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
50905         to strerror_r.
50906         Include <ctype.h> for use of isalpha.
50907
50908 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50909
50910         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
50911         by allocating a larger buffer. Test the gethostname return value for
50912         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
50913         returns an error and ENAMETOOLONG isn't defined.
50914
50915 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50916
50917         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
50918         dimension.
50919
50920 2000-07-04  Jim Meyering  <meyering@lucent.com>
50921
50922         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
50923         of the deprecated AC_CHECKING.
50924
50925 2000-07-04  Jim Meyering  <meyering@lucent.com>
50926
50927         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
50928         Reported by Bruno Haible.
50929
50930 2000-07-04  Jim Meyering  <meyering@lucent.com>
50931
50932         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
50933         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
50934         lacks mbrtowc.
50935
50936 2000-07-03  Paul Eggert  <eggert@twinsun.com>
50937
50938         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
50939         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
50940
50941 2000-07-03  Paul Eggert  <eggert@twinsun.com>
50942         and Bruno Haible  <haible@clisp.cons.org>
50943
50944         * lib/quotearg.c (mbrtowc):
50945         Assign to *pwc, and return 1 only if result is nonzero.
50946         (iswprint): Use ISPRINT when substituting our own mbrtowc.
50947
50948 2000-07-03  Jim Meyering  <meyering@lucent.com>
50949
50950         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
50951
50952 2000-07-03  Jim Meyering  <meyering@lucent.com>
50953
50954         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
50955         This is necessary to get a definition of e.g., UTMP_FILE on
50956         HP-UX 10.20.
50957         From Bob Proulx.
50958
50959 2000-07-02  Jim Meyering  <meyering@lucent.com>
50960
50961         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
50962
50963         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
50964         AC_LIBOBJ(function_name).
50965         * m4/chown.m4: Likewise.
50966         * m4/fnmatch.m4: Likewise.
50967         * m4/ftruncate.m4: Likewise.
50968         * m4/getgroups.m4: Likewise.
50969         * m4/getline.m4: Likewise.
50970         * m4/group-member.m4: Likewise.
50971         * m4/jm-macros.m4: Likewise.
50972         * m4/lstat.m4: Likewise.
50973         * m4/malloc.m4: Likewise.
50974         * m4/memcmp.m4: Likewise.
50975         * m4/nanosleep.m4: Likewise.
50976         * m4/putenv.m4: Likewise.
50977         * m4/realloc.m4: Likewise.
50978         * m4/regex.m4: Likewise.
50979         * m4/stat.m4: Likewise.
50980         * m4/strftime.m4: Likewise.
50981
50982 2000-07-02  Jim Meyering  <meyering@lucent.com>
50983
50984         * lib/quotearg.c (mbstate_t): Don't define here.
50985
50986 2000-07-02  Jim Meyering  <meyering@lucent.com>
50987
50988         * lib/nanosleep.c (SIGCONT): Define if not already defined.
50989
50990 2000-07-01  Jim Meyering  <meyering@lucent.com>
50991
50992         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
50993
50994 2000-07-01  Jim Meyering  <meyering@lucent.com>
50995
50996         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
50997         problem.
50998
50999 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
51000
51001         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
51002         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
51003
51004 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
51005
51006         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
51007         per change in ../m4/ls-mntd-fs.m4.
51008         (read_filesystem_list): Ignore symbolic links.
51009
51010 2000-06-29  Jim Meyering  <meyering@lucent.com>
51011
51012         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
51013         for declaration of strcmp.
51014
51015         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
51016
51017         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
51018         Avoid warning by casting result to `char *' to remove `const'.
51019
51020 2000-06-28  Jim Meyering  <meyering@lucent.com>
51021
51022         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
51023         included by quotearg.c, for which we perform this test.  From
51024         Bruno Haible.
51025
51026 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
51027
51028         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
51029         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
51030         <utmpx.h> exists, put readutmp.o into LIBOBJS.
51031
51032 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
51033
51034         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
51035
51036 2000-06-26  Paul Eggert  <eggert@twinsun.com>
51037
51038         savedir now sets errno on failure and invokes xmalloc to get memory.
51039         Fix a couple of other minor bugs while we're at it.
51040
51041         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
51042         (NAMLEN): Remove macro.
51043         (malloc, realloc): Remove decls.
51044         (stpcpy): Likewise.
51045         ("xalloc.h"): Include.
51046         (NAME_SIZE_DEFAULT): New macro.
51047         (savedir): Use xmalloc / xrealloc to allocate memory.
51048         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
51049         Skip "" directory entries.
51050         Use strlen to calculate directory entry length, since the old method
51051         is rarely used these days and isn't worth supporting.
51052         Don't use a pointer after freeing it.
51053         Check for integer overflow when calculating allocation size.
51054         Use memcpy to copy entries, instead of stpcpy.
51055         Set errno properly when returning NULL.
51056         Check for readdir error.
51057
51058 2000-06-26  Jim Meyering  <meyering@lucent.com>
51059
51060         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
51061
51062 2000-06-25  Jim Meyering  <meyering@lucent.com>
51063
51064         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
51065         Linux header bug when _XOPEN_SOURCE is defined to 500.
51066
51067 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
51068
51069         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
51070         deficiency.
51071
51072 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
51073
51074         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
51075         Include xalloc.h.
51076         Don't include <stdlib.h>.  Don't declare malloc, realloc.
51077
51078 2000-06-24  Jim Meyering  <meyering@lucent.com>
51079
51080         * m4/strerror_r.m4: Revive this file -- to try out an experimental
51081         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
51082         for which strerror does return char*, but which lacks a conveniently
51083         accessible declaration of the function.  If the compile-test says
51084         strerror_r doesn't work, then resort to a `run'-test that works on
51085         BeOS and segfaults on DEC Unix.
51086
51087 2000-06-24  Jim Meyering  <meyering@lucent.com>
51088
51089         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
51090
51091 2000-06-23  Paul Eggert  <eggert@twinsun.com>
51092
51093         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
51094         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
51095
51096 2000-06-23  Paul Eggert  <eggert@twinsun.com>
51097
51098         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
51099         (mbrtowc, mbstate_t): Define substitutes if
51100         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
51101         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
51102         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
51103
51104 2000-06-23  Jim Meyering  <meyering@lucent.com>
51105
51106         * m4/afs.m4: Add missing AC_MSG_RESULT.
51107         Reported by Bruno Haible.
51108
51109         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
51110         Suggestion from Bruno Haible.
51111
51112 2000-06-23  Jim Meyering  <meyering@lucent.com>
51113
51114         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
51115
51116 2000-06-21  Jim Meyering  <meyering@lucent.com>
51117
51118         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
51119
51120 2000-06-21  Jim Meyering  <meyering@lucent.com>
51121
51122         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
51123         (noinst_HEADERS): Add getstr.h.
51124
51125         * lib/getline.c (getstr): Move into a separate file.
51126         * lib/getstr.c (getstr): New file, extracted from getline.c, with
51127         the following changes: new parameter, delim2; both delim[12]
51128         parameters have type `int', not `char'.  The latter would lose
51129         with 8-bit delimiters.
51130         * lib/getstr.h: New file.
51131
51132 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
51133
51134         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
51135         than 1024, return a memory chunk of least possible size, instead
51136         of size PATH_MAX + 2. In the loop, increment the size proportionally.
51137         Use free/xmalloc instead of xrealloc to avoid copying for very long
51138         paths.
51139
51140 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
51141
51142         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
51143         the empty string.
51144
51145 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
51146
51147         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
51148         address, not strdup.  Include <stdlib.h> and don't declare free().
51149
51150 2000-06-19  Jim Meyering  <meyering@lucent.com>
51151
51152         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
51153
51154 2000-06-18  Jim Meyering  <meyering@lucent.com>
51155
51156         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
51157
51158         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
51159         `checking whether...' message to be consistent with that of the
51160         lstat test.
51161
51162 2000-06-18  Jim Meyering  <meyering@lucent.com>
51163
51164         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
51165         Besides, these days every porting target provides a mkdir function.
51166
51167         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
51168         needed. (this snippet comes from src/system.h).
51169
51170 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
51171
51172         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
51173
51174 2000-06-15  Paul Eggert  <eggert@twinsun.com>
51175
51176         * lib/human.c (adjust_value): New function.
51177         (human_readable_inexact): Apply rounding style even when
51178         printing approximate values.
51179
51180 2000-06-14  Paul Eggert  <eggert@twinsun.com>
51181
51182         * lib/human.c (human_readable_inexact): Allow an input block
51183         size that is not a multiple of the output block size, and vice versa.
51184         Reported by Piergiorgio Sartor.
51185
51186 2000-06-14  Paul Eggert  <eggert@twinsun.com>
51187
51188         * lib/getdate.y (get_date): Apply relative times after time
51189         zone indicator, not before.  Reported by Todd A. Jacobs.
51190
51191 2000-06-13  Jim Meyering  <meyering@lucent.com>
51192
51193         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
51194
51195         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
51196
51197 2000-06-12  Paul Eggert  <eggert@twinsun.com>
51198
51199         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
51200
51201 2000-06-12  Jim Meyering  <meyering@lucent.com>
51202
51203         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
51204         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
51205         optional argument.
51206         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
51207         the optional argument, `lib'.
51208
51209 2000-06-08  Jim Meyering  <meyering@lucent.com>
51210
51211         * m4/largefile.m4: Remove file (now that it's part of autoconf).
51212
51213 2000-06-04  Paul Eggert  <eggert@twinsun.com>
51214
51215         Rewrite largefile configuration so that we don't need to run
51216         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
51217         AC_CANONICAL_HOST in configure.in -- jmm]
51218
51219         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
51220         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
51221         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
51222         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
51223         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
51224         All uses changed.
51225         Instead of inspecting the output of getconf, try to compile the
51226         test program without and with the macro definition.
51227         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
51228         for getconf.  Instead, check for the needed flags by compiling
51229         test programs.
51230
51231 2000-06-04  Paul Eggert  <eggert@twinsun.com>
51232
51233         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
51234
51235 2000-06-04  Jim Meyering  <meyering@lucent.com>
51236
51237         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
51238         SunOS 4.1.4 for which gid_t is an unsigned type.
51239
51240 2000-06-03  Jim Meyering  <meyering@lucent.com>
51241
51242         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
51243         now that autoconf requires that.
51244
51245         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
51246         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
51247         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
51248
51249 2000-06-03  Jim Meyering  <meyering@lucent.com>
51250
51251         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
51252
51253 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
51254
51255         * m4/glibc21.m4: New file.
51256         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
51257
51258 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
51259
51260         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
51261         newer, don't install charset.alias.
51262         * lib/config.charset: Change the Linux/glibc rules so they become empty
51263         on glibc-2.1 or newer.
51264
51265 2000-06-02  Jim Meyering  <meyering@lucent.com>
51266
51267         * lib/mountlist.c: Back out last change.  Instead, do this...
51268         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
51269         me_dummy member using the same `ignore'-testing code.
51270         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
51271         fs_type strings.
51272         From Mark D. Roth.
51273
51274 2000-05-29  Jim Meyering  <meyering@lucent.com>
51275
51276         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
51277         mounts with the `ignore' attribute.  Based on a patch from
51278         Mark D. Roth.
51279
51280 2000-05-28  Jim Meyering  <meyering@lucent.com>
51281
51282         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
51283         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51284         * m4/stat.m4: Likewise.
51285         * m4/lstat.m4: Likewise.
51286         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
51287
51288         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
51289         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
51290
51291 2000-05-26  Jim Meyering  <meyering@lucent.com>
51292
51293         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
51294
51295 2000-05-24  Jim Meyering  <meyering@lucent.com>
51296
51297         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
51298         autoconf requires that.
51299         * m4/lib-check.m4: Likewise.
51300         * m4/jm-macros.m4: Likewise.
51301         * m4/strftime.m4: Likewise.
51302
51303         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
51304         AC_CHECK_DECLS, now that autoconf requires that.
51305
51306 2000-05-22  Jim Meyering  <meyering@lucent.com>
51307
51308         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51309         * m4/lstat.m4: Likewise.
51310
51311 2000-05-22  Jim Meyering  <meyering@lucent.com>
51312
51313         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
51314
51315 2000-05-20  Jim Meyering  <meyering@lucent.com>
51316
51317         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
51318         (jm_PREREQ): Use it.
51319
51320 2000-05-18  Jim Meyering  <meyering@lucent.com>
51321
51322         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
51323         back, too, since it may have been modified by allocate_entry.
51324         (hash_delete): Rewrite to use neither the assignment operator
51325         nor the comma operator in an if-expression.
51326
51327 2000-05-15  Paul Eggert  <eggert@twinsun.com>
51328
51329         * lib/closeout.c:
51330         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
51331         Remove; no longer needed.
51332         "quotearg.h": Add include.
51333         (file_name): Do not bother to explicitly initialize to NULL; it's less
51334         efficient on some hosts.
51335         (close_stdout_status): Remove test as to whether stdout was already
51336         closed; it breaks for the case "echo x | sort >&-".
51337         Quote file name colons.
51338         Do not assume that _("write error") lacks format strings.
51339
51340 2000-05-15  Jim Meyering  <meyering@lucent.com>
51341
51342         * lib/version-etc.c (version_etc_copyright): Update the copyright
51343         string used in all --version output.
51344
51345 2000-05-14  Jim Meyering  <meyering@lucent.com>
51346
51347         * lib/closeout.c (close_stdout_set_file_name): New function.
51348         (close_stdout_status): Use new file-scoped global.
51349         Return right away if fstat says the stdout file descriptor is invalid.
51350         * lib/closeout.h (close_stdout_set_file_name): Declare.
51351
51352 2000-05-10  Jim Meyering  <meyering@lucent.com>
51353
51354         * lib/closeout.c [default_exit_status]: New file-scoped variable.
51355         (close_stdout_set_status): New function.
51356         * lib/closeout.h (close_stdout_set_status): Declare.
51357
51358 2000-05-09  Jim Meyering  <meyering@lucent.com>
51359
51360         * m4/gettext.m4: Rename this...
51361         * m4/libintl.m4: ...to this.
51362
51363 2000-05-08  Jim Meyering  <meyering@lucent.com>
51364
51365         * lib/long-options.c: Don't include closeout.h.
51366         (parse_long_options): Don't call close_stdout for --version.
51367
51368 2000-05-06  Paul Eggert  <eggert@twinsun.com>
51369
51370         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
51371         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
51372         2.1.3 bug.  This avoids a clash when files like regex.c define
51373         _GNU_SOURCE.
51374
51375 2000-05-06  Jim Meyering  <meyering@lucent.com>
51376
51377         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
51378         (AC_REPLACE_FUNCS): Add strnlen.
51379
51380         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
51381         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
51382
51383         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
51384         AC_SEARCH_LIBS call for nanosleep.
51385         (LIB_NANOSLEEP): Set and AC_SUBST.
51386
51387 2000-05-06  Jim Meyering  <meyering@lucent.com>
51388
51389         * lib/strnlen.c: Undefine __strnlen and strnlen.
51390         [!weak_alias]: Define __strnlen to strnlen.
51391
51392         * lib/atexit.c: New file, from libiberty.
51393
51394 2000-05-06  Jim Meyering  <meyering@lucent.com>
51395
51396         * lib/closeout.c (close_stdout_status): Also check for errors on the
51397         stderr stream.
51398
51399 2000-05-05  Jim Meyering  <meyering@lucent.com>
51400
51401         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
51402         AC_SEARCH_LIBS call for clock_gettime.
51403         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
51404
51405         * m4/search-libs.m4: Update from autoconf.
51406
51407         su doesn't work on Solaris 2.6.
51408         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
51409         <shadow.h>.  Reported by Dragos Harabor.
51410
51411 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
51412
51413         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
51414         memcpy instead of xmalloc, xrealloc, path_concat.
51415         (locale_charset): Treat empty environment variables as absent.
51416         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
51417
51418 2000-05-04  Jim Meyering  <meyering@lucent.com>
51419
51420         * lib/getopt.c: Update from glibc.
51421         * lib/obstack.c: Likewise.
51422         * lib/obstack.h: Likewise.
51423         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
51424         file
51425
51426         * lib/regex.h: Likewise.
51427         * lib/strndup.c: Likewise.
51428         * lib/strnlen.c: New file, from glibc.
51429
51430 2000-05-03  Jim Meyering  <meyering@lucent.com>
51431
51432         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
51433
51434 2000-05-02  Paul Eggert  <eggert@twinsun.com>
51435
51436         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
51437         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
51438         compile-time test, rather than inspecting host and OS, to
51439         decide whether to define _LARGEFILE_SOURCE.
51440
51441 2000-05-01  Jim Meyering  <meyering@lucent.com>
51442
51443         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
51444
51445         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
51446         Based on a patch from Bruno Haible.
51447
51448 2000-05-01  Jim Meyering  <meyering@lucent.com>
51449
51450         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
51451
51452 2000-04-29  Jim Meyering  <meyering@lucent.com>
51453
51454         * lib/path-concat.c: Declare strdup only if it's not defined.
51455         * lib/canon-host.c: Likewise.
51456
51457 2000-04-28  Jim Meyering  <meyering@lucent.com>
51458
51459         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
51460         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
51461         is included first, then limits.h is included by locale.h by libintl.h.
51462         From John David Anglin.
51463
51464 2000-04-25  Jim Meyering  <meyering@lucent.com>
51465
51466         * lib/makepath.c (S_IRWXUGO): Define.
51467         (make_path): Always perform explicit chmod if MODE specifies any
51468         of the `special' permission bits.  Prompted by a bug report against
51469         install from Mate Wierdl and Joost van Baal.
51470
51471 2000-04-18  Jim Meyering  <meyering@lucent.com>
51472
51473         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
51474         (jm_PREREQ): Use it.
51475
51476 2000-04-18  Jim Meyering  <meyering@lucent.com>
51477
51478         * lib/README: New file.
51479
51480         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
51481         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
51482
51483 2000-04-17  Jim Meyering  <meyering@lucent.com>
51484
51485         Get it right :-)
51486         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
51487         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
51488         Suggestion from Akim Demaille.
51489
51490 2000-04-17  Jim Meyering  <meyering@lucent.com>
51491
51492         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
51493         the definition of it to rpl_strftime also defined-away the system's
51494         declaration.
51495
51496 2000-04-15  Jim Meyering  <meyering@lucent.com>
51497
51498         Use `C' to denote so-called `contiguous' files, the same way
51499         that tar does.
51500         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
51501         (ftypelet): Use S_ISCTG.
51502         From Michael Deutschmann.
51503
51504 2000-04-14  Jim Meyering  <meyering@lucent.com>
51505
51506         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
51507         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
51508         clobbered.
51509
51510 2000-04-14  Jim Meyering  <meyering@lucent.com>
51511
51512         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
51513
51514 2000-04-13  Jim Meyering  <meyering@lucent.com>
51515
51516         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
51517         AH_VERBATIM to insert required #ifndef into config.h.in.
51518         Suggestion from Akim Demaille.
51519
51520 2000-04-12  Jim Meyering  <meyering@lucent.com>
51521
51522         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
51523         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
51524         Christian Krackowizer.
51525
51526         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
51527         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
51528         (AC_SYS_LARGEFILE): Require.
51529         (AM_C_PROTOTYPES): Require.
51530
51531 2000-04-08  Jim Meyering  <meyering@lucent.com>
51532
51533         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
51534         names don't conflict.  Reported by Eli Zaretskii.
51535
51536 2000-04-07  Jim Meyering  <meyering@lucent.com>
51537
51538         * lib/putenv.c: Move inclusion of errno.h so it follows that of
51539         sys/types.h, to work around system header problems on AIX 3.2.5.
51540         From Bruno Haible.
51541
51542 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
51543
51544         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
51545         bug.  Deal with the different error behavior of Irix iconv.
51546
51547 2000-04-05  Paul Eggert  <eggert@twinsun.com>
51548
51549         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
51550         IRIX if the installer said otherwise.
51551
51552 2000-04-05  Jim Meyering  <meyering@lucent.com>
51553
51554         Portability tweaks required for ultrix4.3.
51555         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
51556         (jm_CHECK_DECLS): Add getutent to the list of functions.
51557         (_jm_DECL_HEADERS): Add utmpx.h.
51558         From John David Anglin.
51559
51560         * m4/strftime.m4: Back out the 2000-04-02 change.
51561         Instead of that change, simply undefine putenv in the test program.
51562
51563 2000-04-05  Jim Meyering  <meyering@lucent.com>
51564
51565         Portability tweaks required for ultrix4.3.
51566         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
51567         getutent.
51568         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
51569         * lib/canon-host.c: Declare strdup.
51570         * lib/path-concat.c: Likewise.
51571         From John David Anglin.
51572
51573 2000-04-04  Jim Meyering  <meyering@lucent.com>
51574
51575         Be more DOS 8.3-friendly.
51576         * lib/ref-add.sin: Renamed from ref-add.sed.in.
51577         * lib/ref-del.sin: Renamed from ref-del.sed.in.
51578         * lib/Makefile.am: Reflect renaming.
51579         Reported by Eli Zaretskii.
51580
51581         Use a temporary file name that won't clash with `charset.alias'
51582         in the DOS 8.3 name space.
51583         * lib/Makefile.am (charset_tmp): Define.
51584         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
51585         (uninstall-local): Likewise.
51586         Reported by Eli Zaretskii.
51587
51588 2000-04-03  Jim Meyering  <meyering@lucent.com>
51589
51590         * m4/gettext.m4: Fix typo in comment.
51591
51592         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
51593         textutils/configure.in).  Suggestion from Paul Eggert.
51594         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
51595
51596 2000-04-02  Paul Eggert  <eggert@twinsun.com>
51597
51598         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
51599         variable in the shell rather than using putenv, which isn't
51600         portable.  This avoids the configure-time inter-test dependency
51601         on the potentially-renamed putenv function.
51602
51603 2000-03-30  Paul Eggert  <eggert@twinsun.com>
51604
51605         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
51606         before checking struct stat.st_blksize, so that
51607         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
51608
51609 2000-03-29  Paul Eggert  <eggert@twinsun.com>
51610
51611         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
51612         since strftime.c uses HAVE_STRFTIME to decide whether to use
51613         the underlying strftime.
51614
51615 2000-03-29  Paul Eggert  <eggert@twinsun.com>
51616
51617         * lib/time/strftime.c (my_strftime): Make sure we call the system
51618         strftime, not ourselves, when invoking the underlying strftime.
51619
51620 2000-03-24  Jim Meyering  <meyering@lucent.com>
51621
51622         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
51623         (charset_alias): Define.
51624         (install-exec-local): Factor out common code.
51625         (uninstall-local): Split lines longer than 80.
51626         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
51627         (SUFFIXES): Define.
51628         (.sed.in.sed): New rule.  Don't redirect directly to $@.
51629         (CLEANFILES): Add ref-add.sed and ref-del.sed.
51630
51631 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
51632
51633         * lib/config.charset: Output a line containing "Packages using this
51634         file".
51635         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
51636         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
51637         ref-del.sed): New rules.
51638
51639 2000-03-17  Jim Meyering  <meyering@lucent.com>
51640
51641         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
51642         Otherwise, include <strings.h>
51643
51644 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
51645
51646         * lib/unicodeio.c (utf8_wctomb): New function.
51647         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
51648         format instead of in UCS-4 with platform dependent endianness.
51649
51650 2000-03-10  Jim Meyering  <meyering@lucent.com>
51651
51652         * m4/lib-check.m4: Look for getspnam in -lgen, too.
51653         From Marco Franzen.
51654
51655 2000-03-07  Paul Eggert  <eggert@twinsun.com>
51656
51657         * lib/savedir.c (savedir): Work even if directory size is
51658         negative; this can happen with some screwy NFS configurations.
51659
51660 2000-03-06  Jim Meyering  <meyering@lucent.com>
51661
51662         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
51663         if it's NULL (because we ran out of memory).  From Bruno Haible.
51664
51665 2000-03-05  Jim Meyering  <meyering@lucent.com>
51666
51667         * lib/localcharset.c ("path-concat.h"): Include.
51668         (get_charset_aliases): Use path_concat instead of ANSI string
51669         concatenation.
51670
51671         * lib/unicodeio.h (PARAMS): Define.
51672         Use it to guard prototype.
51673
51674 2000-03-04  Jim Meyering  <meyering@lucent.com>
51675
51676         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
51677         for lib/localcharset.c.
51678
51679 2000-03-04  Jim Meyering  <meyering@lucent.com>
51680
51681         * lib/Makefile.am (install-exec-local): Create $(libdir) before
51682         installing into it.
51683         (uninstall-local): Uncomment this rule so `make distcheck' works
51684         once again.
51685
51686         * lib/unicodeio.c (<errno.h>): Include it.
51687         (errno): Declare if not defined.
51688
51689         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
51690
51691         * lib/config.charset: New version, incorporating remarks from a linux
51692         i18n mailing list.  From Bruno Haible.
51693
51694 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
51695
51696         * m4/codeset.m4: New file.
51697         * m4/iconv.m4: New file.
51698         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
51699
51700 2000-03-03  Jim Meyering  <meyering@lucent.com>
51701
51702         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
51703
51704 2000-03-02  Jim Meyering  <meyering@lucent.com>
51705
51706         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
51707         the messages come out on separate lines.
51708
51709         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
51710         rather than jm_CHECK_DECLARATIONS.
51711         * m4/decl.m4: Remove now-unused file.
51712
51713         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
51714         geteuid.
51715
51716 2000-03-02  Jim Meyering  <meyering@lucent.com>
51717
51718         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
51719
51720 2000-03-01  Jim Meyering  <meyering@lucent.com>
51721
51722         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
51723         * lib/unicodeio.c: Likewise.
51724
51725 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
51726
51727         * lib/config.charset: New file.
51728         * lib/localcharset.c: New file.
51729         * lib/unicodeio.h, lib/unicodeio.c: New files.
51730         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
51731         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
51732         (noinst_HEADERS): Add unicodeio.h.
51733         (all-local, install-exec-local, charset.alias): New targets.
51734
51735 2000-02-28  Paul Eggert  <eggert@twinsun.com>
51736
51737         * lib/quotearg.c (ALERT_CHAR): New macro.
51738         (quotearg_buffer_restyled): Use it.
51739
51740 2000-02-27  Jim Meyering  <meyering@lucent.com>
51741
51742         * m4/check-decl.m4: Add getenv to the list.
51743
51744 2000-02-27  Jim Meyering  <meyering@lucent.com>
51745
51746         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
51747         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
51748
51749         * lib/backupfile.c: Guard inclusion of stdlib.h with
51750         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
51751         Declare malloc if needed.
51752
51753         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
51754         `#ifndef HAVE_DECL..'
51755         now that autoconf always defines the HAVE_DECL_ symbols.
51756         * lib/human.c: Likewise.
51757         * lib/same.c: Likewise.
51758         * lib/strtoumax.c: Likewise.
51759
51760         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
51761         declaration check was not run.
51762         * lib/hash.c: Likewise.
51763         * lib/human.c: Likewise.
51764         * lib/same.c: Likewise.
51765         * lib/strtoumax.c: Likewise.
51766
51767         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
51768         `.', then first look up the entire `.'-containing string as a login
51769         name.
51770
51771 2000-02-23  Jim Meyering  <meyering@lucent.com>
51772
51773         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
51774         in place of my hack.
51775
51776 2000-02-18  Paul Eggert  <eggert@twinsun.com>
51777
51778         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
51779         (textint): New typedef.
51780         (parser_control): Member year changed from int to textint.
51781         All uses changed.
51782         (YYSTYPE): Removed; replaced by %union with int and textint members.
51783         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
51784         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
51785         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
51786         (tSNUMBER, tUNUMBER): Now of type <textintval>.
51787         (date, number, to_year): Use width of number in digits, not its value,
51788         to determine whether it's a 2-digit year, or a 2-digit time.
51789         (yylex): Store number of digits of numeric tokens.
51790         Reported by John Kendall.
51791
51792         (parser_control): Changed from struct parser_control to typedef (for
51793         consistency).  All uses changed.
51794
51795         (tID): Removed; not used.
51796         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
51797
51798 2000-02-14  Paul Eggert  <eggert@twinsun.com>
51799
51800         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
51801         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
51802
51803 2000-02-12  Jim Meyering  <meyering@lucent.com>
51804
51805         * lib/userspec.c (ISDIGIT): Define it.
51806         (isdigit): Remove definition.
51807         (is_number): Use ISDIGIT, not isdigit.
51808         <libintl.h>: Include.
51809         (_ and N_): Define.
51810         (parse_user_spec): Mark translatable strings.
51811
51812 2000-02-10  Jim Meyering  <meyering@lucent.com>
51813
51814         With these changes, nanosleep.[ch] are finally enough like the other
51815         lib/* replacement files to compile on a few more losing systems.
51816
51817         * lib/nanosleep.h: Don't include config.h.
51818         Remove prototype from declaration of nanosleep.
51819         (PARAMS): Remove now-unneeded definition.
51820         * lib/nanosleep.c: #undef nanosleep.
51821         (rpl_nanosleep): Rename from nanosleep.
51822
51823 2000-02-10  Jim Meyering  <meyering@lucent.com>
51824
51825         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
51826         gnu_nanosleep to rpl_nanosleep.
51827
51828 2000-02-09  Jim Meyering  <meyering@lucent.com>
51829
51830         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
51831         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
51832
51833 2000-02-08  Akim Demaille  <akim@epita.fr>
51834
51835         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
51836         `[' and `]' and remove uses of `changequote'.
51837         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
51838         (AC_SYS_LARGEFILE): Likewise.
51839         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
51840         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
51841         of changequote.
51842         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
51843         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
51844         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
51845         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
51846
51847 2000-02-05  Jim Meyering  <meyering@lucent.com>
51848
51849         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
51850         Remove explicit use of AC_HEADER_TIME.  It is required by
51851         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
51852         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
51853         in autoconf whereby the expansion of the latter ended up preceding
51854         the expansion of its prerequisite, AC_HEADER_TIME.
51855         Reported by Volker Borchert.
51856
51857 2000-02-03  Jim Meyering  <meyering@lucent.com>
51858
51859         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
51860
51861 2000-02-03  Jim Meyering  <meyering@lucent.com>
51862
51863         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
51864         rather than with `#if HAVE_UTMPNAME'.
51865
51866 2000-02-02  Jim Meyering  <meyering@lucent.com>
51867
51868         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
51869         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
51870         Reported by Eli Zaretskii.
51871
51872 2000-02-01  Jim Meyering  <meyering@lucent.com>
51873
51874         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
51875
51876 2000-01-31  Jim Meyering  <meyering@lucent.com>
51877
51878         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
51879         functions.  Add the time.h and sys/time.h headers along with the
51880         AC_REQUIRE'ment of AC_HEADER_TIME.
51881
51882 2000-01-31  Jim Meyering  <meyering@lucent.com>
51883
51884         * lib/nanosleep.h (nanosleep): Guard declaration with
51885         `#if ! HAVE_DECL_NANOSLEEP'.
51886         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
51887         the declaration in that vendor's sys/timers.h.
51888         Reported by Christian Krackowizer.
51889
51890         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
51891         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
51892         (ISPRINT): Likewise.
51893         Reported by Tom Tromey.
51894
51895 2000-01-30  Jim Meyering  <meyering@lucent.com>
51896
51897         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
51898
51899         * m4/prereq.m4 (utmp_includes): Define.
51900         Check for ut_user and ut_name members in both struct utmpx
51901         and struct utmp.
51902
51903 2000-01-30  Jim Meyering  <meyering@lucent.com>
51904
51905         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
51906         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
51907         header files where only utmpx.ut_user is declared.
51908
51909         * lib/readutmp.h (UT_USER): Define.
51910
51911 2000-01-29  Jim Meyering  <meyering@lucent.com>
51912
51913         * m4/lib-check.m4: New file containing library-related checks from
51914         fileutils and sh-utils (textutils had none).
51915
51916 2000-01-28  Jim Meyering  <meyering@lucent.com>
51917
51918         * m4/perl.m4: Change format of warning message to look more like that
51919         from the missing script.  Suggestion from François Pinard.
51920
51921 2000-01-25  Jim Meyering  <meyering@lucent.com>
51922
51923         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
51924         well as time.h in the compile check.
51925         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
51926         Fix typo in cross-compiling case: s/yes/no/.
51927
51928 2000-01-23  Jim Meyering  <meyering@lucent.com>
51929
51930         * m4/jm-macros.m4: Move df-related tests here from
51931         fileutils/configure.in
51932
51933         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
51934         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
51935
51936         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
51937         s/space/ac_fsusage_space/.
51938         (jm_FILE_SYSTEM_USAGE): Take two parameters.
51939
51940         * m4/ftruncate.m4: New file (derived from part of
51941         fileutils/configure.in).
51942         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
51943         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
51944
51945         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
51946         AC_SUBST these here, rather than just in sh-util/configure.in, so
51947         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
51948         all the same.
51949         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
51950         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
51951         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
51952         (AC_SUBST(POW_LIBM)): Likewise.
51953         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
51954
51955 2000-01-23  Jim Meyering  <meyering@lucent.com>
51956
51957         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
51958         obstack.c.
51959
51960 2000-01-22  Jim Meyering  <meyering@lucent.com>
51961
51962         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
51963
51964         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
51965
51966         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
51967         configure.in
51968         (AC_CHECK_HEADERS): Likewise for sh-utils.
51969         (AC_CHECK_HEADERS): Likewise for textutils.
51970         Merge the three lists of headers.
51971
51972         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
51973         from fileutils' configure.in.
51974
51975         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
51976         code. Moved tests into their own function (_jm_DECL_HEADERS) in
51977         check-decl.m4.
51978
51979         * m4/check-decl.m4: Use #if rather than #ifdef.
51980         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
51981         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
51982         (_jm_DECL_HEADERS): Define new function.
51983         (jm_CHECK_DECLARATIONS): Require it.
51984
51985 2000-01-22  Jim Meyering  <meyering@lucent.com>
51986
51987         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
51988         [! HAVE_DECL_STRTOULL]: Declare strtoull.
51989         Required for some AIX systems.  Reported by Christian Krackowizer.
51990         [TESTING] (main): New function.
51991
51992         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
51993         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
51994         letters.
51995
51996         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
51997         iswprint.
51998
51999         * lib/strverscmp.c (ISDIGIT): Define.
52000         (strverscmp): Use ISDIGIT, not isdigit.
52001
52002 2000-01-19  Jim Meyering  <meyering@lucent.com>
52003
52004         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
52005         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
52006         defines `struct timespec' in <sys/time.h>
52007
52008         * m4/c-bs-a.m4: Remove uses of changequote altogether.
52009         Thanks to Akim for explaining.
52010
52011 2000-01-17  Paul Eggert  <eggert@twinsun.com>
52012
52013         * lib/nanosleep.c (nanosleep):
52014         Don't use SA_INTERRUPT to decide whether to call sigaction, as
52015         POSIX.1 doesn't require SA_INTERRUPT and some systems
52016         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
52017         it's been part of POSIX.1 since day 1 (in 1988).
52018
52019 2000-01-17  Jim Meyering  <meyering@lucent.com>
52020
52021         * lib/interlock: Remove unused file.  Reported by François Pinard.
52022
52023 2000-01-16  Paul Eggert  <eggert@twinsun.com>
52024
52025         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
52026         alert, backslash, formfeed, and vertical tab unnecessarily in
52027         shell quoting style.
52028
52029 2000-01-16  Jim Meyering  <meyering@lucent.com>
52030
52031         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
52032         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
52033         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
52034         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
52035
52036 2000-01-16  Jim Meyering  <meyering@lucent.com>
52037
52038         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
52039         because the latter didn't work.
52040
52041 2000-01-15  Jim Meyering  <meyering@lucent.com>
52042
52043         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
52044         (AC_REPLACE_FUNCS): Add memcpy and memset.
52045         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
52046         Add strpbrk.
52047         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
52048
52049 2000-01-12  Jim Meyering  <meyering@lucent.com>
52050
52051         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
52052         (jm_PREREQ): Use it.
52053         (jm_PREREQ_READUTMP): New macro.
52054         (jm_PREREQ): Use it.
52055
52056 2000-01-11  Paul Eggert  <eggert@twinsun.com>
52057
52058         Quote multibyte characters correctly.
52059         * m4/c-bs-a.m4: New file.
52060         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
52061         (jm_PREREQ): Use it.
52062
52063 2000-01-11  Paul Eggert  <eggert@twinsun.com>
52064
52065         * m4/uintmax_t.m4: Port to autoconf 2.13.
52066
52067 2000-01-08  Jim Meyering  <meyering@ascend.com>
52068
52069         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
52070         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
52071
52072 2000-01-04  Jim Meyering  <meyering@ascend.com>
52073
52074         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
52075         jm_STRUCT_DIRENT_D_TYPE.
52076         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
52077         jm_STRUCT_DIRENT_D_INO.
52078         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
52079         jm_STRUCT_UTIMBUF.
52080         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
52081         renamings.
52082         * m4/utime.m4: Likewise.
52083
52084         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
52085         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
52086
52087 2000-01-03  Paul Eggert  <eggert@twinsun.com>
52088
52089         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
52090         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
52091
52092 2000-01-02  Jim Meyering  <meyering@ascend.com>
52093
52094         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
52095         remember if this is necessary.
52096
52097 1999-12-26  Jim Meyering  <meyering@ascend.com>
52098
52099         * m4/jm-macros.m4: Use it here.
52100         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
52101
52102 1999-12-23  Jim Meyering  <meyering@ascend.com>
52103
52104         * m4/jm-macros.m4: Check for clock_gettime (moved from
52105         fileutils/configure.in)
52106         Check for gettimeofday.
52107
52108 1999-12-20  Jim Meyering  <meyering@ascend.com>
52109
52110         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
52111         autoconf-2.14a-1999-12-20.
52112
52113 1999-12-19  Jim Meyering  <meyering@ascend.com>
52114
52115         * m4/lstat-slash.m4: New file.
52116         * m4/jm-macros.m4: Use the new macro:
52117         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52118
52119 1999-12-07  Jim Meyering  <meyering@ascend.com>
52120
52121         * m4/perl.m4: Require that File::Compare be available, too.
52122         Too many systems seem to lack it.
52123
52124         * m4/strftime.m4: Add checks for most of the cpp macros tested in
52125         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
52126
52127 1999-11-18  Paul Eggert  <eggert@twinsun.com>
52128
52129         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
52130         problem with the QNX 4.25 shell, which doesn't propagate exit
52131         status of failed commands inside shell assignments.
52132
52133 1999-11-17  Jim Meyering  <meyering@ascend.com>
52134
52135         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
52136
52137 1999-11-07  Jim Meyering  <meyering@ascend.com>
52138
52139         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
52140
52141 1999-11-06  Jim Meyering  <meyering@ascend.com>
52142
52143         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
52144         * m4/jm-macros.m4 (jm_MACROS): Use it here.
52145
52146 1999-11-05  Jim Meyering  <meyering@ascend.com>
52147
52148         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
52149         configure.in of textutils, fileutils, and sh-utils into this one
52150         (shared between those packages) file.
52151         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
52152         AC_STRUCT_ST_BLKSIZE.
52153
52154 1999-11-03  Jim Meyering  <meyering@ascend.com>
52155
52156         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
52157         of AC_CHECK_TYPE checks includes unistd.h.
52158         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
52159         Suggestion from Akim Demaille.
52160
52161 1999-10-30  Jim Meyering  <meyering@ascend.com>
52162
52163         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
52164         m4-quoted string.
52165         * m4/ls-mntd-fs.m4: Likewise.
52166         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
52167         * m4/jm-winsz1.m4: Likewise.
52168
52169         * m4/const.m4: Remove file, since the fix made it into the experimental
52170         version of autoconf.
52171         * m4/mktime.m4: Likewise.
52172
52173         * m4/check-type.m4: Remove file, now that the latest version of
52174         AC_CHECK_TYPE takes a third arg to specify additional #includes.
52175
52176         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
52177         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
52178         AC_CHECK_TYPE.
52179
52180 1999-10-04  Jim Meyering  <meyering@ascend.com>
52181
52182         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
52183
52184 1999-09-22  Paul Eggert  <eggert@twinsun.com>
52185
52186         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
52187         2.95.1 bug with HP-UX 10.20.
52188
52189 1999-09-17  Jim Meyering  <meyering@ascend.com>
52190
52191         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
52192         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
52193         due to missing strdup (against sh-utils-2.0).
52194
52195 1999-08-29  Jim Meyering  <meyering@ascend.com>
52196
52197         * m4/jm-macros.m4: Require jm_BISON.
52198         * m4/bison.m4: New file.
52199
52200 1999-08-17  Paul Eggert  <eggert@twinsun.com>
52201
52202         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
52203         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
52204
52205 1999-08-05  Jim Meyering  <meyering@ascend.com>
52206
52207         * m4/getline.m4: Rename test file from conftestdata to conftest.data
52208         to avoid conflicts with `conftest' on 8+3 filesystems.
52209         Suggestion from Eli Zaretskii.
52210
52211 1999-08-04  Jim Meyering  <meyering@ascend.com>
52212
52213         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
52214         fileutils and sh-utils (textutils's getline test was inadequate).
52215         (AM_FUNC_GETLINE): Run this test.
52216         (AC_CHECK_FUNCS): Check for getdelim.
52217         Reported by Bob Proulx.
52218
52219 1999-08-02  Jim Meyering  <meyering@ascend.com>
52220
52221         * m4/jm-macros.m4: Add a comment.
52222
52223 1999-08-01  Paul Eggert  <eggert@twinsun.com>
52224
52225         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
52226         <inttypes.h> defines strtoumax as a macro (and not as a
52227         function).
52228
52229 1999-08-01  Paul Eggert  <eggert@twinsun.com>
52230
52231         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
52232         that we can shift, multiply and divide unsigned long long
52233         values; Ultrix cc can't do it.
52234
52235 1999-08-01  Paul Eggert  <eggert@twinsun.com>
52236
52237         * m4/mktime.m4: New file, which is a preview of what should appear
52238         in the next public autoconf release.
52239
52240 1999-08-01  Paul Eggert  <eggert@twinsun.com>
52241
52242         * m4/lfs.m4: Remove this file.
52243         * m4/largefile.m4: New file.  It contains the old contents of
52244         lfs.m4, except that all names with prefix AC_LFS have been
52245         changed to use the prefix AC_SYS_LARGEFILE instead, to be
52246         compatible with future autoconf versions.  Also, some minor m4
52247         quoting problems have been fixed.
52248
52249 1999-08-01  Paul Eggert  <eggert@twinsun.com>
52250
52251         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
52252         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
52253         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
52254         and simplify the shell code.
52255
52256 1999-08-01  Jim Meyering  <meyering@ascend.com>
52257
52258         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
52259         m4.
52260
52261 1999-07-20  Jim Meyering  <meyering@ascend.com>
52262
52263         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
52264
52265 1999-07-15  Jim Meyering  <meyering@ascend.com>
52266
52267         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
52268
52269 1999-05-22  Jim Meyering  <meyering@ascend.com>
52270
52271         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
52272
52273 1999-05-20  Jim Meyering  <meyering@ascend.com>
52274
52275         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
52276         Add a colon after each `then' in case $4 is empty.
52277
52278 1999-05-16  Jim Meyering  <meyering@ascend.com>
52279
52280         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
52281
52282 1999-05-10  Jim Meyering  <meyering@ascend.com>
52283
52284         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
52285
52286         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
52287         AC_FUNC_MKTIME.
52288
52289 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
52290
52291         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
52292
52293 1999-05-04  Paul Eggert  <eggert@twinsun.com>
52294
52295         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
52296         not CPPFLAGS, so that linking works correctly in IRIX.
52297
52298 1999-04-30  Paul Eggert  <eggert@twinsun.com>
52299
52300         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
52301
52302 1999-04-20  Paul Eggert  <eggert@twinsun.com>
52303
52304         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
52305         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
52306         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
52307         jm_AC_TYPE_UNSIGNED_LONG_LONG.
52308         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
52309
52310         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
52311
52312 1999-04-20  Jim Meyering  <meyering@ascend.com>
52313
52314         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
52315         AC_REPLACE xstroull if necessary.  From Paul Eggert.
52316         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
52317
52318 1999-04-18  Jim Meyering  <meyering@ascend.com>
52319
52320         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
52321         * m4/jm-macros.m4: Use it.
52322
52323 1999-04-06  Jim Meyering  <meyering@ascend.com>
52324
52325         * m4/strftime.m4: Remove test for %f.
52326
52327 1999-03-29  Jim Meyering  <meyering@ascend.com>
52328
52329         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
52330         superset of the AC_TYPE_* checks in the textutils, fileutils,
52331         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
52332         AC_TYPE_PID_T.
52333
52334 1999-03-28  Jim Meyering  <meyering@ascend.com>
52335
52336         * m4/jm-macros.m4: Define GNU_PACKAGE here.
52337         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
52338         replaced e.g., in the *.sh files of the sh-utils.
52339
52340 1999-03-20  Jim Meyering  <meyering@ascend.com>
52341
52342         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
52343         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
52344         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
52345
52346 1999-03-19  Jim Meyering  <meyering@ascend.com>
52347
52348         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
52349
52350 1999-03-12  Jim Meyering  <meyering@ascend.com>
52351
52352         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
52353
52354 1999-03-07  Jim Meyering  <meyering@ascend.com>
52355
52356         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
52357         declared.
52358
52359 1999-02-17  Jim Meyering  <meyering@ascend.com>
52360
52361         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
52362         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
52363
52364 1999-02-07  Jim Meyering  <meyering@ascend.com>
52365
52366         * m4/group-member.m4: New file -- extracted from sh-utils'
52367         configure.in.
52368
52369         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
52370         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
52371
52372 1999-02-06  Jim Meyering  <meyering@ascend.com>
52373
52374         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
52375         * m4/fnmatch.m4: Likewise.
52376         * m4/getgroups.m4: Likewise.
52377         * m4/lstat.m4: Likewise.
52378         * m4/malloc.m4: Likewise.
52379         * m4/putenv.m4: Likewise.
52380         * m4/realloc.m4: Likewise.
52381         * m4/regex.m4: Likewise.
52382         * m4/stat.m4: Likewise.
52383         * m4/strftime.m4: Likewise.
52384         Suggestion from Alain Magloire.
52385
52386         * m4/chown.m4: Use `.$ac_objext', not `.o'.
52387         * m4/fnmatch.m4: Likewise.
52388         * m4/getgroups.m4: Likewise.
52389         * m4/getline.m4: Likewise.
52390         * m4/lstat.m4: Likewise.
52391         * m4/malloc.m4: Likewise.
52392         * m4/memcmp.m4: Likewise.
52393         * m4/putenv.m4: Likewise.
52394         * m4/realloc.m4: Likewise.
52395         * m4/regex.m4: Likewise.
52396         * m4/stat.m4: Likewise.
52397         * m4/strftime.m4: Likewise.
52398         Suggestion from Alain Magloire.
52399
52400         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
52401         an argument.
52402
52403         * m4/regex.m4: Add a run-time Test for proper operation of
52404         re_compile_pattern.
52405
52406 1999-01-31  Jim Meyering  <meyering@ascend.com>
52407
52408         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
52409
52410 1999-01-30  Jim Meyering  <meyering@ascend.com>
52411
52412         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
52413
52414         * m4/jm-mktime.m4: Make this a wrapper around the official
52415         AM_FUNC_MKTIME rather than my private copy, now that the official one
52416         is up to date.
52417         * m4/mktime.m4: Remove file.
52418
52419         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
52420         * m4/uptime.m4: Likewise.
52421         * m4/uintmax_t.m4: Likewise.
52422
52423 1999-01-28  Jim Meyering  <meyering@ascend.com>
52424
52425         * m4/jm-macros.m4: Use jm_AFS.
52426         * m4/afs.m4: New file (from fileutils' configure.in).
52427
52428         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
52429         * m4/chown.m4: Likewise.
52430         * m4/d-ino.m4: Likewise.
52431         * m4/d-type.m4: Likewise.
52432         * m4/fnmatch.m4: Likewise.
52433         * m4/getgroups.m4: Likewise.
52434         * m4/gettext.m4: Likewise.
52435         * m4/jm-mktime.m4: Likewise.
52436         * m4/jm-winsz2.m4: Likewise.
52437         * m4/lcmessage.m4: Likewise.
52438         * m4/ls-mntd-fs.m4: Likewise.
52439         * m4/malloc.m4: Likewise.
52440         * m4/memcmp.m4: Likewise.
52441         * m4/putenv.m4: Likewise.
52442         * m4/realloc.m4: Likewise.
52443         * m4/st_mtim.m4: Likewise.
52444         * m4/strftime.m4: Likewise.
52445
52446 1999-01-16  Jim Meyering  <meyering@ascend.com>
52447
52448         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
52449         (ARGMATCH_DIE_DECL): Define.
52450
52451 1999-01-12  Jim Meyering  <meyering@ascend.com>
52452
52453         * m4/Makefile.am.in: Rewrite to avoid using fmt.
52454         Reported by Lars Hecking.
52455
52456 1999-01-10  Jim Meyering  <meyering@ascend.com>
52457
52458         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
52459         gross kludge.
52460         * m4/inttypes_h.m4: Likewise.
52461         * m4/lstat.m4: Likewise.
52462         * m4/malloc.m4: Likewise.
52463         * m4/readdir.m4: Likewise.
52464         * m4/realloc.m4: Likewise.
52465         * m4/st_dm_mode.m4: Likewise.
52466         * m4/stat.m4: Likewise.
52467         * m4/utimbuf.m4: Likewise.
52468         * m4/utimes.m4: Likewise.
52469
52470         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
52471         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
52472         comments in config.h.in are meaningful.
52473
52474         * m4/jm-macros.m4: Require autoconf-2.13 here.
52475
52476         * m4/regex.m4: By default, don't use the included regex.c on systems
52477         with glibc 2.  Suggestion from Uli Drepper.
52478
52479 1999-01-02  Jim Meyering  <meyering@ascend.com>
52480
52481         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
52482
52483 1998-12-18  Jim Meyering  <meyering@ascend.com>
52484
52485         * m4/Makefile.am.in (Makefile.am): Simplify rule.
52486         Based on a suggestion from Lars Hecking.
52487
52488 1998-11-16  Paul Eggert  <eggert@twinsun.com>
52489
52490         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
52491
52492 1998-11-16  Jim Meyering  <meyering@ascend.com>
52493
52494         * m4/lfs.m4: Double-quote the `uname...` expression.
52495
52496 1998-11-14  Jim Meyering  <meyering@ascend.com>
52497
52498         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
52499         * m4/stat.m4: Likewise.
52500
52501 1998-11-03  Jim Meyering  <meyering@ascend.com>
52502
52503         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
52504         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
52505
52506 1998-10-18  Jim Meyering  <meyering@ascend.com>
52507
52508         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
52509
52510 1998-10-17  Jim Meyering  <meyering@ascend.com>
52511
52512         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
52513         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
52514         calls for those previously hard-coded headers.  Instead, take a new
52515         parameter.
52516         (jm_CHECK_DECLARATIONS): Reflect interface change.
52517         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
52518         (jm_CHECK_DECL_LOCALTIME_R): New macro.
52519
52520         * m4/mktime.m4: Test for spring-forward gap before long-running test.
52521
52522 1998-10-14  Jim Meyering  <meyering@ascend.com>
52523
52524         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
52525         instead of "TZ=America/Vancouver".  From Paul Eggert.
52526
52527 1998-10-11  Jim Meyering  <meyering@ascend.com>
52528
52529         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
52530         This adds a test for a recently added compatibility fix for mktime.c.
52531         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
52532
52533 1998-09-27  Jim Meyering  <meyering@ascend.com>
52534
52535         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
52536
52537         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
52538         ../configure.in, including a change from Gordon Matzigkeit to allow
52539         cross-compiling for the Hurd.
52540
52541         * m4/glibc.m4: New file/macro to test for the GNU C Library
52542         versions 1 and 2.  From Gordon Matzigkeit.
52543         Indent.
52544
52545 1998-09-21  Jim Meyering  <meyering@ascend.com>
52546
52547         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
52548
52549 1998-08-18  Paul Eggert  <eggert@twinsun.com>
52550
52551         Port nanosecond-resolution times to UnixWare 2.1.2 and
52552         pedantic Solaris 2.6.
52553
52554         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
52555         AC_STRUCT_ST_MTIM.
52556         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
52557         Generate name of ns member, instead of just 1 or undef.
52558         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
52559
52560 1998-08-15  Jim Meyering  <meyering@ascend.com>
52561
52562         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
52563         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
52564         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
52565         instead of jm_TYPE_SSIZE_T.
52566
52567 1998-08-12  Jim Meyering  <meyering@ascend.com>
52568
52569         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
52570
52571 1998-08-02  Jim Meyering  <meyering@ascend.com>
52572
52573         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
52574         in acconfig.h manually.
52575
52576 1998-07-31  Paul Eggert  <eggert@twinsun.com>
52577
52578         * m4/st_mtim.m4: New file.
52579
52580 1998-07-28  Jim Meyering  <meyering@ascend.com>
52581
52582         * m4/utimes.m4: Undef stat.
52583
52584 1998-07-25  Jim Meyering  <meyering@ascend.com>
52585
52586         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
52587         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
52588
52589 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
52590
52591         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
52592         uid and gid actually remain unchanged.
52593
52594 1998-07-07  Jim Meyering  <meyering@ascend.com>
52595
52596         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
52597
52598 1998-07-04  Jim Meyering  <meyering@ascend.com>
52599
52600         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
52601         to prove that this macro can be used in packages without regex.c.
52602
52603 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
52604
52605         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
52606         is to be used.
52607
52608 1998-07-03  Jim Meyering  <meyering@ascend.com>
52609
52610         * m4/gettext.m4: Add -lintl if it's found to be necessary.
52611
52612         * m4/gettext.m4: New file -- from gettext-0.10.35.
52613         * m4/lcmessage.m4: Likewise.
52614         * m4/progtest.m4: Likewise.
52615
52616         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
52617         * m4/jm-macros.m4: Require the new macro.
52618
52619 1998-06-29  Jim Meyering  <meyering@ascend.com>
52620
52621         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
52622         for the definition of NGROUPS (used in a system header included
52623         by sys/mount.h).
52624
52625 1998-06-28  Jim Meyering  <meyering@ascend.com>
52626
52627         * m4/ls-mntd-fs.m4: New file.
52628         * m4/fstypename.m4: New file.
52629
52630         * m4/jm-macros.m4: Require the new macro.
52631         * m4/jm-glibc-io.m4: New file.
52632
52633 1998-05-19  Jim Meyering  <meyering@ascend.com>
52634
52635         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
52636         * m4/lchown.m4: New file.
52637
52638         * m4/Makefile.am.in: New file.
52639         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
52640
52641 1998-05-14  Jim Meyering  <meyering@ascend.com>
52642
52643         * m4/Makefile.am (EXTRA_DIST): Add them.
52644         * m4/jm-macros.m4: New file.
52645         * m4/utimbuf.m4: New file.
52646
52647 1998-05-12  Jim Meyering  <meyering@ascend.com>
52648
52649         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
52650
52651 1998-05-11  Jim Meyering  <meyering@ascend.com>
52652
52653         * m4/isc-posix.m4: New file.
52654
52655 1998-05-10  Jim Meyering  <meyering@ascend.com>
52656
52657         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
52658
52659 1998-05-09  Jim Meyering  <meyering@ascend.com>
52660
52661         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
52662         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
52663         with automake.
52664
52665         * m4/ssize_t.m4: New file.
52666         * m4/mktime.m4: Remove file -- the new automake has this now.
52667
52668 1998-04-26  Jim Meyering  <meyering@ascend.com>
52669
52670         * m4/assert.m4: New file.
52671         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
52672
52673 1998-04-05  Jim Meyering  <meyering@ascend.com>
52674
52675         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
52676         (jm_PREREQ): Use it here.
52677
52678 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
52679
52680         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
52681         in acconfig.h.
52682
52683 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
52684
52685         * m4/prereq.m4: New file.
52686         * m4/error.m4: New file.
52687         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
52688
52689 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
52690
52691         * m4/getline.m4: Don't set am_cv_func_working_getline before the
52692         cache-check for the same variable -- that defeated the purpose of
52693         the test; the test program was never run.  This was a problem only
52694         on systems with losing getline functions -- HP-UX 10.20 is one.
52695         Reported by Bjorn Helgaas.
52696
52697 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
52698
52699         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
52700
52701 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
52702
52703         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
52704
52705         * m4/const.m4: New file.  Use an initializer in this declaration
52706         typedef int charset[2]; const charset x;
52707         Reported by Bob Glickstein.
52708
52709 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
52710
52711         * m4/chown.m4: Fix reversed types on -1 args to chown.
52712         From Kaveh Ghazi.
52713
52714 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
52715
52716         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
52717         Add lseek and memchr.
52718
52719         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
52720         T.E.Dickey <dickey@clark.net> said that some older preprocessors
52721         have a 20-character limit on names.
52722
52723 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
52724
52725         * m4/inttypes_h.m4: New file.
52726         * m4/uintmax_t.m4: New file.
52727         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
52728
52729
52730         -----
52731
52732         Local Variables:
52733         coding: utf-8
52734         End:
52735
52736         Copyright (C) 1997-2009 Free Software Foundation, Inc.
52737
52738         Copying and distribution of this file, with or without
52739         modification, are permitted provided the copyright notice
52740         and this notice are preserved.