gnulib.git
16 years agoMove to here from allocsa.h.
Bruno Haible [Sat, 9 Jun 2007 10:56:36 +0000 (10:56 +0000)]
Move to here from allocsa.h.

16 years agoUpdate.
Bruno Haible [Sat, 9 Jun 2007 10:53:51 +0000 (10:53 +0000)]
Update.

16 years agoMove to malloca.
Bruno Haible [Sat, 9 Jun 2007 10:52:27 +0000 (10:52 +0000)]
Move to malloca.

16 years agoMove to here from allocsa.
Bruno Haible [Sat, 9 Jun 2007 10:52:24 +0000 (10:52 +0000)]
Move to here from allocsa.

16 years agoAdd support for uClibc 0.9.29.
Bruno Haible [Sat, 9 Jun 2007 01:27:49 +0000 (01:27 +0000)]
Add support for uClibc 0.9.29.

16 years agoMove gt_INTL_MACOSX to file intlmacosx.m4.
Bruno Haible [Sat, 9 Jun 2007 01:23:13 +0000 (01:23 +0000)]
Move gt_INTL_MACOSX to file intlmacosx.m4.

16 years agoTests for module 'localename'.
Bruno Haible [Thu, 7 Jun 2007 20:04:27 +0000 (20:04 +0000)]
Tests for module 'localename'.

16 years agoNew module 'localename'.
Bruno Haible [Thu, 7 Jun 2007 20:03:31 +0000 (20:03 +0000)]
New module 'localename'.

16 years agoLinux uClibc built without wide character support lacks <wchar.h>.
Bruno Haible [Thu, 7 Jun 2007 13:33:15 +0000 (13:33 +0000)]
Linux uClibc built without wide character support lacks <wchar.h>.

17 years agoWork around problem reported by Steven M. Schweda in
Paul Eggert [Wed, 6 Jun 2007 18:35:17 +0000 (18:35 +0000)]
Work around problem reported by Steven M. Schweda in
<http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
Tru64 5.1B with the Compaq compiler environment installed declares
an 'isblank' function but does not define it in the C library.
* lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
* lib/regex_internal.h (isblank): Likewise.
* m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
* m4/regex.m4 (gl_PREREQ_REGEX): Likewise.

17 years agoFix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
Bruno Haible [Wed, 6 Jun 2007 02:26:06 +0000 (02:26 +0000)]
Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.

17 years agoFix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
Bruno Haible [Wed, 6 Jun 2007 02:20:57 +0000 (02:20 +0000)]
Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.

17 years agoA "mixin" module that determines whether to require additional safety from
Bruno Haible [Wed, 6 Jun 2007 02:19:50 +0000 (02:19 +0000)]
A "mixin" module that determines whether to require additional safety from
*printf-posix.

17 years agoRecognize non-IEEE numbers on i386, x86_64, ia64.
Bruno Haible [Wed, 6 Jun 2007 02:02:41 +0000 (02:02 +0000)]
Recognize non-IEEE numbers on i386, x86_64, ia64.

17 years agoDo the extra handling of NaN and Inf also the %a / %A.
Bruno Haible [Wed, 6 Jun 2007 01:46:06 +0000 (01:46 +0000)]
Do the extra handling of NaN and Inf also the %a / %A.
Swap two code blocks.

17 years agoFix possible compilation error.
Bruno Haible [Wed, 6 Jun 2007 01:36:14 +0000 (01:36 +0000)]
Fix possible compilation error.

17 years agoFix typo.
Bruno Haible [Wed, 6 Jun 2007 01:30:59 +0000 (01:30 +0000)]
Fix typo.

17 years ago* m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
Eric Blake [Tue, 5 Jun 2007 13:58:16 +0000 (13:58 +0000)]
* m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
Reported by Simon Josefsson.

17 years agoAvoid test failures on some PowerPC hardwares.
Bruno Haible [Mon, 4 Jun 2007 22:58:09 +0000 (22:58 +0000)]
Avoid test failures on some PowerPC hardwares.

17 years agoFix incorrect values of SIG_ATOMIC_MIN, SIG_ATOMIC_MAX on FreeBSD/ia64.
Bruno Haible [Sat, 2 Jun 2007 20:45:23 +0000 (20:45 +0000)]
Fix incorrect values of SIG_ATOMIC_MIN, SIG_ATOMIC_MAX on FreeBSD/ia64.

17 years agoAttempt to fix a test failure on Solaris (open fails with EACCES).
Bruno Haible [Sat, 2 Jun 2007 01:55:30 +0000 (01:55 +0000)]
Attempt to fix a test failure on Solaris (open fails with EACCES).

17 years agoUpdate after Eric Blake found that frexpl doesn't work right on mingw.
Bruno Haible [Sat, 2 Jun 2007 00:54:30 +0000 (00:54 +0000)]
Update after Eric Blake found that frexpl doesn't work right on mingw.

17 years agoDon't work around an lseek POSIX compliance bug on IRIX.
Bruno Haible [Sat, 2 Jun 2007 00:42:13 +0000 (00:42 +0000)]
Don't work around an lseek POSIX compliance bug on IRIX.

17 years agoChangeLog entry for Karl's autoupdate.
Bruno Haible [Fri, 1 Jun 2007 22:48:13 +0000 (22:48 +0000)]
ChangeLog entry for Karl's autoupdate.

17 years ago* m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
Eric Blake [Thu, 31 May 2007 16:32:39 +0000 (16:32 +0000)]
* m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
cross compiling.

17 years agoautoupdate
Karl Berry [Thu, 31 May 2007 12:41:10 +0000 (12:41 +0000)]
autoupdate

17 years agoWork around mingw test failures exposed by m4-1.4.9b.
Eric Blake [Thu, 31 May 2007 03:21:00 +0000 (03:21 +0000)]
Work around mingw test failures exposed by m4-1.4.9b.
* m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
* tests/test-unistd.c: Disable uid_t and git_t tests for the
moment.

17 years agoExplicitly close file descriptors where needed.
Bruno Haible [Thu, 31 May 2007 01:09:03 +0000 (01:09 +0000)]
Explicitly close file descriptors where needed.

17 years agoSplit the double-inclusion guard. Fixes a problem with #include_next.
Bruno Haible [Wed, 30 May 2007 02:16:51 +0000 (02:16 +0000)]
Split the double-inclusion guard. Fixes a problem with #include_next.

17 years agoDisable some tests for the moment.
Bruno Haible [Wed, 30 May 2007 00:41:42 +0000 (00:41 +0000)]
Disable some tests for the moment.

17 years agoFix typo.
Bruno Haible [Tue, 29 May 2007 23:51:44 +0000 (23:51 +0000)]
Fix typo.

17 years agoautoupdate
Karl Berry [Tue, 29 May 2007 23:29:07 +0000 (23:29 +0000)]
autoupdate

17 years agoAvoid "checking..." message inside "checking..." message.
Bruno Haible [Tue, 29 May 2007 23:00:43 +0000 (23:00 +0000)]
Avoid "checking..." message inside "checking..." message.

17 years agoFix typo in cross-compiling case.
Bruno Haible [Tue, 29 May 2007 22:58:51 +0000 (22:58 +0000)]
Fix typo in cross-compiling case.

17 years agoFix last patch for real.
Bruno Haible [Tue, 29 May 2007 22:56:54 +0000 (22:56 +0000)]
Fix last patch for real.

17 years ago* m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
Eric Blake [Tue, 29 May 2007 12:50:20 +0000 (12:50 +0000)]
* m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
cross compiles.

17 years ago* modules/closein-tests (test_closein_LDADD): Support test on
Eric Blake [Mon, 28 May 2007 18:01:26 +0000 (18:01 +0000)]
* modules/closein-tests (test_closein_LDADD): Support test on
cygwin with libtool.

17 years agoMore #ifdef HAVE_CONFIG_H in the tests.
Bruno Haible [Mon, 28 May 2007 17:22:39 +0000 (17:22 +0000)]
More #ifdef HAVE_CONFIG_H in the tests.

17 years agoAssume <config.h> exists.
Bruno Haible [Mon, 28 May 2007 17:17:33 +0000 (17:17 +0000)]
Assume <config.h> exists.

17 years agoUnconditionally include <config.h> in unit tests.
Eric Blake [Mon, 28 May 2007 16:49:41 +0000 (16:49 +0000)]
Unconditionally include <config.h> in unit tests.
* tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
* tests/test-allocsa.c, tests/test-arcfour.c,
tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
tests/test-array_list.c, tests/test-array_oset.c,
tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
test-avltreehash_list.c, test-base64.c, test-binary-io.c,
test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
test-md5.c, test-memmem.c, test-printf-posix.c,
test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
test-strcasestr.c, test-striconv.c, test-striconveh.c,
test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
test-vasnprintf-posix2.c, test-vasnprintf.c,
test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
test-vfprintf-posix.c, test-vprintf-posix.c,
test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
test-xvasprintf.c: Likewise.

17 years agoRemember the presence of the --with-tests command-line option through
Bruno Haible [Mon, 28 May 2007 15:46:54 +0000 (15:46 +0000)]
Remember the presence of the --with-tests command-line option through
"gnulib-tool --update".

17 years agoTests for module 'ftell'.
Bruno Haible [Mon, 28 May 2007 15:16:56 +0000 (15:16 +0000)]
Tests for module 'ftell'.

17 years agoNew module 'ftell'.
Bruno Haible [Mon, 28 May 2007 15:13:36 +0000 (15:13 +0000)]
New module 'ftell'.

17 years ago* lib/allocsa.h (safe_alloca): Avoid compiler warning.
Eric Blake [Mon, 28 May 2007 15:10:23 +0000 (15:10 +0000)]
* lib/allocsa.h (safe_alloca): Avoid compiler warning.

17 years agoTests for module 'fseek'.
Bruno Haible [Mon, 28 May 2007 15:07:41 +0000 (15:07 +0000)]
Tests for module 'fseek'.

17 years agoNew module 'fseek'.
Bruno Haible [Mon, 28 May 2007 14:59:14 +0000 (14:59 +0000)]
New module 'fseek'.

17 years agoNew module 'fseek'.
Bruno Haible [Mon, 28 May 2007 14:48:52 +0000 (14:48 +0000)]
New module 'fseek'.

17 years agoTypo in comment.
Bruno Haible [Mon, 28 May 2007 14:44:47 +0000 (14:44 +0000)]
Typo in comment.

17 years agoFix an old entry.
Bruno Haible [Mon, 28 May 2007 14:43:49 +0000 (14:43 +0000)]
Fix an old entry.

17 years agoCorrect last change.
Bruno Haible [Mon, 28 May 2007 14:08:37 +0000 (14:08 +0000)]
Correct last change.

17 years agoMore precise wording.
Bruno Haible [Mon, 28 May 2007 13:59:41 +0000 (13:59 +0000)]
More precise wording.

17 years agoMore comments.
Bruno Haible [Mon, 28 May 2007 13:55:57 +0000 (13:55 +0000)]
More comments.

17 years agoWhen not cross-compiling, perform a real runtime test.
Bruno Haible [Mon, 28 May 2007 12:56:52 +0000 (12:56 +0000)]
When not cross-compiling, perform a real runtime test.

17 years agoImprove lseek module.
Eric Blake [Mon, 28 May 2007 12:43:30 +0000 (12:43 +0000)]
Improve lseek module.
* lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
* lib/unistd_.h (lseek): Scale back link warning message.
* tests/test-lseek.c: Beef up test.
* tests/test-lseek.sh: Exercise more facets of lseek.
Reported by Bruno Haible.

17 years agoTest some types.
Bruno Haible [Mon, 28 May 2007 12:36:21 +0000 (12:36 +0000)]
Test some types.

17 years agoFix bug introduced on 2007-03-31.
Bruno Haible [Mon, 28 May 2007 00:28:54 +0000 (00:28 +0000)]
Fix bug introduced on 2007-03-31.

17 years agoNew module 'openmp'.
Bruno Haible [Sun, 27 May 2007 21:00:32 +0000 (21:00 +0000)]
New module 'openmp'.

17 years ago2007-05-26 Bruno Haible <bruno@clisp.org>
Bruno Haible [Sat, 26 May 2007 21:32:26 +0000 (21:32 +0000)]
2007-05-26  Bruno Haible  <bruno@clisp.org>
        * modules/chdir-long (Depends-on): Add fchdir.
        * modules/chdir-safer (Depends-on): Likewise.
        * modules/fts (Depends-on): Likewise.
        * modules/fts-lgpl (Depends-on): Likewise.
        * modules/openat (Depends-on): Likewise.
        * modules/savewd (Depends-on): Likewise.

17 years agoFix lseek on mingw.
Eric Blake [Thu, 24 May 2007 16:59:20 +0000 (16:59 +0000)]
Fix lseek on mingw.
* modules/lseek: New module.
* m4/lseek.m4: New file.
* lib/lseek.c: New file.
* modules/lseek-tests: New file.
* tests/test-lseek.c: New file.
* tests/test-lseek.sh: New file.
* MODULES.html.sh: Document lseek module.
* modules/fflush (Depends-on): Add lseek, fseeko.
* modules/fseeko (Depends-on): Likewise.
* modules/ftello (Depends-on): Likewise.
* m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
broken.
* m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
broken.
* m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
* lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
* lib/ftello.c (rpl_ftello): Likewise.
* tests/test-fseeko.c (main): Test this.
* tests/test-fseeko.sh: Likewise.
* tests/test-ftello.c (main): Likewise.
* tests/test-ftello.sh: Likewise.
* lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
implies replacing fseek.
* modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
HAVE_FTELLO.
* m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
* modules/unistd (Makefile.am): Likewise.
* lib/unistd_.h (lseek): Declare a replacement.
* doc/functions/lseek.texi (lseek): Document this fix.
* doc/functions/fseek.texi (fseek): Likewise.
* doc/functions/ftell.texi (ftell): Likewise.

17 years agoautoupdate
Karl Berry [Thu, 24 May 2007 13:35:35 +0000 (13:35 +0000)]
autoupdate

17 years agoAllow for a longer printed representation of NaN.
Bruno Haible [Thu, 24 May 2007 10:10:51 +0000 (10:10 +0000)]
Allow for a longer printed representation of NaN.

17 years agoUntabify.
Bruno Haible [Thu, 24 May 2007 09:44:51 +0000 (09:44 +0000)]
Untabify.

17 years agoFix fseeko/ftello on cygwin 1.5.24.
Eric Blake [Thu, 24 May 2007 03:53:37 +0000 (03:53 +0000)]
Fix fseeko/ftello on cygwin 1.5.24.
* doc/functions/fseeko.texi (fseeko): Document the fix.
* doc/functions/ftello.texi (ftello): Document the fix.
* doc/functions/stdin.texi (stdin): Document the cygwin bug.
* doc/functions/stdout.text (stdout): New file.
* doc/functions/stderr.text (stderr): New file.
* doc/gnulib.texi (Function Substitutes): Use new files.
* tests/test-fseeko.c (main): Check for broken fseeko on cygwin
prior to 1.7.0.
* tests/test-ftello.c (main): Likewise for ftello.
* tests/test-fseeko.sh: New file.
* tests/test-ftello.sh: New file.
* modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
with seekable stdin.
* modules/ftello-tests (Makefile.am): Likewise for test-ftello.
* m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
(gl_REPLACE_FSEEKO): New macro.
* m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
* modules/fseeko (Files): Distribute fseeko.c.
* modules/ftello (Files): Distribute ftello.c.
* lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
mode.
* lib/ftello.c (rpl_ftello): New file.
* m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
fseeko, ftello.
(gl_STDIN_LARGE_OFFSET): New macro.
* modules/stdio (Makefile.am): Perform the replacement.
* lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.

17 years agoautoupdate
Karl Berry [Thu, 24 May 2007 00:14:17 +0000 (00:14 +0000)]
autoupdate

17 years agoProvide a link warning only if GNULIB_POSIXCHECK is defined.
Bruno Haible [Wed, 23 May 2007 22:00:35 +0000 (22:00 +0000)]
Provide a link warning only if GNULIB_POSIXCHECK is defined.

17 years agoStricter check for printf result for NaN arguments.
Bruno Haible [Tue, 22 May 2007 01:07:46 +0000 (01:07 +0000)]
Stricter check for printf result for NaN arguments.

17 years agoInclude Cygwin test results, from Eric Blake.
Bruno Haible [Sun, 20 May 2007 21:51:27 +0000 (21:51 +0000)]
Include Cygwin test results, from Eric Blake.

17 years agoUpdate gettext version number.
Bruno Haible [Sun, 20 May 2007 20:13:53 +0000 (20:13 +0000)]
Update gettext version number.

17 years agoDetect broken frexpl on BeOS.
Bruno Haible [Sun, 20 May 2007 10:26:34 +0000 (10:26 +0000)]
Detect broken frexpl on BeOS.

17 years ago* NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
Jim Meyering [Sun, 20 May 2007 09:19:12 +0000 (09:19 +0000)]
* NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
forced upon us by glibc-2.6.

17 years agoFix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
Bruno Haible [Sun, 20 May 2007 09:01:48 +0000 (09:01 +0000)]
Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.

17 years ago(gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens.
Jim Meyering [Sun, 20 May 2007 08:44:37 +0000 (08:44 +0000)]
(gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens.

17 years agoAvoid possible collision between gnulib frexpl and libm frexpl.
Bruno Haible [Sun, 20 May 2007 08:19:54 +0000 (08:19 +0000)]
Avoid possible collision between gnulib frexpl and libm frexpl.

17 years agoAvoid test failures on some versions of HP-UX 11.
Bruno Haible [Sun, 20 May 2007 08:12:26 +0000 (08:12 +0000)]
Avoid test failures on some versions of HP-UX 11.

17 years agoTypo in comment.
Bruno Haible [Sun, 20 May 2007 08:10:08 +0000 (08:10 +0000)]
Typo in comment.

17 years agoFix buggy test for the fchownat-deref bug.
Jim Meyering [Sun, 20 May 2007 07:33:32 +0000 (07:33 +0000)]
Fix buggy test for the fchownat-deref bug.
* m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
symlink required for the run-test.  Without it, this test would
always declare that fchownat doesn't work, and client code would
unnecessarily use the replacement function with fixed libc.
(gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
Reported by Greg Schafer.

17 years agoTweak message.
Bruno Haible [Sun, 20 May 2007 00:25:31 +0000 (00:25 +0000)]
Tweak message.

17 years agoWork around bugs in the system's isnanf on IRIX and Solaris.
Bruno Haible [Sat, 19 May 2007 23:54:48 +0000 (23:54 +0000)]
Work around bugs in the system's isnanf on IRIX and Solaris.

17 years agoAvoid test failures on platforms where -0.0 and 0.0 are identical.
Bruno Haible [Sat, 19 May 2007 22:57:58 +0000 (22:57 +0000)]
Avoid test failures on platforms where -0.0 and 0.0 are identical.

17 years agoAvoid test failures on IRIX 6.5.
Bruno Haible [Sat, 19 May 2007 22:30:24 +0000 (22:30 +0000)]
Avoid test failures on IRIX 6.5.

17 years agoAvoid test failures on IRIX 6.5.
Bruno Haible [Sat, 19 May 2007 22:22:21 +0000 (22:22 +0000)]
Avoid test failures on IRIX 6.5.

17 years agoSwap the tests 2 and 3.
Bruno Haible [Sat, 19 May 2007 20:40:55 +0000 (20:40 +0000)]
Swap the tests 2 and 3.

17 years agoUpdate test results.
Bruno Haible [Sat, 19 May 2007 20:33:32 +0000 (20:33 +0000)]
Update test results.

17 years agoWhitespace change.
Bruno Haible [Sat, 19 May 2007 20:32:38 +0000 (20:32 +0000)]
Whitespace change.

17 years agoFix a warning in last patch.
Bruno Haible [Sat, 19 May 2007 20:30:58 +0000 (20:30 +0000)]
Fix a warning in last patch.

17 years agoFix syntax error in test.
Bruno Haible [Sat, 19 May 2007 20:29:34 +0000 (20:29 +0000)]
Fix syntax error in test.

17 years agoWhitespace change.
Bruno Haible [Sat, 19 May 2007 20:23:22 +0000 (20:23 +0000)]
Whitespace change.

17 years agoNew module 'float'.
Bruno Haible [Sat, 19 May 2007 20:21:41 +0000 (20:21 +0000)]
New module 'float'.

17 years ago* lib/utimens.c (gl_futimens): Rename from futimens,
Jim Meyering [Sat, 19 May 2007 16:37:03 +0000 (16:37 +0000)]
* lib/utimens.c (gl_futimens): Rename from futimens,
now that glibc-2.6 declares futimens.

17 years agoAvoid test failures on mingw.
Bruno Haible [Sat, 19 May 2007 15:28:02 +0000 (15:28 +0000)]
Avoid test failures on mingw.

17 years agoFix *printf result for NaN, Inf, -0.0 on mingw.
Bruno Haible [Sat, 19 May 2007 14:52:36 +0000 (14:52 +0000)]
Fix *printf result for NaN, Inf, -0.0 on mingw.

17 years agoAccomodate for implementations that produce 3 exponent digits in %e and %g.
Bruno Haible [Sat, 19 May 2007 10:22:11 +0000 (10:22 +0000)]
Accomodate for implementations that produce 3 exponent digits in %e and %g.

17 years agoOptimize the case of huge precision.
Bruno Haible [Sat, 19 May 2007 09:47:36 +0000 (09:47 +0000)]
Optimize the case of huge precision.

17 years agoFix logic bug introduced on 2007-05-06.
Bruno Haible [Sat, 19 May 2007 00:38:42 +0000 (00:38 +0000)]
Fix logic bug introduced on 2007-05-06.

17 years agoAdd tests for %e and %g directives.
Bruno Haible [Fri, 18 May 2007 23:37:50 +0000 (23:37 +0000)]
Add tests for %e and %g directives.

17 years agoFix small bug in 'divide' function.
Bruno Haible [Fri, 18 May 2007 23:35:38 +0000 (23:35 +0000)]
Fix small bug in 'divide' function.

17 years agoMore tests of printf %f.
Bruno Haible [Fri, 18 May 2007 22:10:17 +0000 (22:10 +0000)]
More tests of printf %f.

17 years agoTypo in ChangeLog entry.
Bruno Haible [Fri, 18 May 2007 19:15:02 +0000 (19:15 +0000)]
Typo in ChangeLog entry.

17 years agoAdd support for 'long double' number output.
Bruno Haible [Fri, 18 May 2007 18:26:01 +0000 (18:26 +0000)]
Add support for 'long double' number output.

17 years agoWork around broken snprintf function on BeOS.
Bruno Haible [Fri, 18 May 2007 17:45:52 +0000 (17:45 +0000)]
Work around broken snprintf function on BeOS.