log

age author description
Wed, 02 Apr 2008 03:06:02 +0200 Bruno Haible Use macros NaNf, NaNd, NaNl instead of NAN.
Tue, 01 Apr 2008 07:50:28 -0600 Eric Blake Fix typos.
Tue, 01 Apr 2008 07:47:40 -0600 Eric Blake Fix typo.
Tue, 01 Apr 2008 06:34:34 -0600 Eric Blake For now, cater to gnulib strtod inaccuracies.
Mon, 31 Mar 2008 20:56:25 -0600 Eric Blake Guarantee a definition of NAN.
Tue, 01 Apr 2008 01:37:42 +0200 Bruno Haible Update test results on OSF/1.
Tue, 01 Apr 2008 00:26:18 +0200 Bruno Haible Convert from C99 syntax to C89 syntax.
Tue, 01 Apr 2008 00:04:49 +0200 Bruno Haible Assume NaNs exist; don't test the NAN macro.
Mon, 31 Mar 2008 19:22:06 +0200 Jim Meyering Don't compare actual signbit return values.
Mon, 31 Mar 2008 11:03:28 -0700 Karl Berry update from texinfo
Mon, 31 Mar 2008 08:30:11 -0600 Eric Blake Correct docs for Solaris strtod.
Mon, 31 Mar 2008 06:22:49 -0600 Eric Blake More strtod documentation.
Mon, 31 Mar 2008 00:50:54 -0500 Paul Eggert * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
Mon, 31 Mar 2008 01:59:11 +0200 Bruno Haible Add info about many more platforms.
Sun, 30 Mar 2008 16:40:35 -0600 Eric Blake Test signbit behavior on zeros.
Sun, 30 Mar 2008 16:39:41 -0600 Eric Blake Fix typo in last patch.
Sun, 30 Mar 2008 15:04:25 -0700 Karl Berry Merge branch 'master' of ssh://karl@git.sv.gnu.org/srv/git/gnulib
Sun, 30 Mar 2008 15:57:54 -0600 Eric Blake More strtod touchups.
Sun, 30 Mar 2008 18:56:58 +0200 Bruno Haible Optimize conversion from UTF-8 to UTF-8//TRANSLIT.
Sun, 30 Mar 2008 18:48:14 +0200 Bruno Haible Avoid failure when attempting to return empty iconv results on some platforms.
Sun, 30 Mar 2008 18:29:39 +0200 Bruno Haible Fix buffer overrun.
Sun, 30 Mar 2008 08:07:51 -0600 Eric Blake strtod touchups.
Sun, 30 Mar 2008 15:58:28 +0200 Bruno Haible Use the EOVERFLOW module instead of a manual fallback for EOVERFLOW.
Sun, 30 Mar 2008 15:18:13 +0200 Bruno Haible Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
Sun, 30 Mar 2008 14:38:27 +0200 Bruno Haible Remove EOVERFLOW override.
Sun, 30 Mar 2008 14:36:00 +0200 Bruno Haible Tests for module 'EOVERFLOW'.
Sun, 30 Mar 2008 14:34:48 +0200 Bruno Haible New module 'EOVERFLOW'.
Sun, 30 Mar 2008 14:09:00 +0200 Bruno Haible Fix a bug in unistdio routines, introduced on 2007-06-10.
Sun, 30 Mar 2008 12:25:40 +0200 Bruno Haible Improve freadseek's efficiency after ungetc.
Sun, 30 Mar 2008 11:32:20 +0200 Bruno Haible Use freadptr's return value.