log

age author description
Sun, 14 Oct 2007 12:29:27 +0200 Bruno Haible Test for module 'iconv_open-utf'.
Sun, 14 Oct 2007 12:27:28 +0200 Bruno Haible New module 'iconv_open-utf': Enhance iconv_open to support UTF-{16,32}{BE,LE}.
Sat, 13 Oct 2007 16:26:13 +0200 Bruno Haible A different way to test for getaddrinfo, so that it works on OSF/1 5.1.
Sat, 13 Oct 2007 15:48:53 +0200 Bruno Haible Prefer the ISO C99 inline semantics over the old GNU C inline semantics.
Sat, 13 Oct 2007 15:25:42 +0200 Bruno Haible Handle 'inline' change in gcc 4.3.0.
Sat, 13 Oct 2007 13:24:03 +0200 Bruno Haible Enable the use of __freading for glibc >= 2.7.
Fri, 12 Oct 2007 23:02:18 -0700 Paul Eggert * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
Sat, 13 Oct 2007 03:09:19 +0200 Bruno Haible Fix incorrect rounding of ceil, ceilf, ceill in some cases. Add new test.
Sat, 13 Oct 2007 03:00:51 +0200 Bruno Haible Rename tests/test-ceilf.c to tests/test-ceilf1.c.
Sat, 13 Oct 2007 02:52:28 +0200 Bruno Haible New test.
Sat, 13 Oct 2007 02:51:46 +0200 Bruno Haible Fix incorrect rounding of floor, floorf, floorl in some cases. Add new test.
Sat, 13 Oct 2007 02:28:32 +0200 Bruno Haible Rename tests/test-floorf.c to tests/test-floorf1.c.
Sat, 13 Oct 2007 02:21:50 +0200 Bruno Haible Add dependencies for test-trunc2.
Sat, 13 Oct 2007 02:14:52 +0200 Bruno Haible Add new test for trunc function.
Sat, 13 Oct 2007 02:07:12 +0200 Bruno Haible Rename tests/test-trunc.c to tests/test-trunc1.c.
Sat, 13 Oct 2007 02:03:49 +0200 Bruno Haible Fix incorrect rounding of trunc, truncf, truncl in some cases. Add a new test.
Sat, 13 Oct 2007 02:00:48 +0200 Bruno Haible Renamed to tests/test-truncf1.c.
Sat, 13 Oct 2007 01:52:20 +0200 Bruno Haible Rename test-truncf.c to test-truncf1.c.
Thu, 11 Oct 2007 16:10:24 -0600 Eric Blake Don't claim strerror is broken on Interix.
Thu, 11 Oct 2007 23:56:06 +0200 Bruno Haible Put unit test for i-ring module into a normal test module.
Thu, 11 Oct 2007 23:44:32 +0200 Bruno Haible Put unit test for filenamecat module into a normal test module.
Thu, 11 Oct 2007 14:43:30 -0700 Paul Eggert Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
Tue, 09 Oct 2007 08:09:48 -0600 Eric Blake Silence test-fpending.
Tue, 09 Oct 2007 14:56:47 +0200 Bruno Haible Mention many new modules in the right categories.
Mon, 08 Oct 2007 18:56:32 -0700 Ben Pfaff Fix typo in comment.
Mon, 08 Oct 2007 17:11:13 -0700 Paul Eggert Fix some portability problems in the previous change.
Mon, 08 Oct 2007 16:26:12 -0700 Paul Eggert * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
Mon, 08 Oct 2007 12:50:32 +0200 Simon Josefsson Change license to LGPLv2+ on dummy, float, realloc, stdlib.
Mon, 08 Oct 2007 09:23:39 +0200 Bruno Haible Mention the license change.
Mon, 08 Oct 2007 00:01:02 +0200 Bruno Haible Fix type of TWO_MANT_DIG.
Sun, 07 Oct 2007 22:10:35 +0200 Bruno Haible Rename parameter 'exp' to 'expptr', to avoid gcc warnings.
Sun, 07 Oct 2007 20:49:20 +0200 Jim Meyering Make xnanosleep's integer overflow test more robust.
Sun, 07 Oct 2007 19:47:13 +0200 Bruno Haible Update the meaning of the license abbreviations.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Sun, 07 Oct 2007 17:38:16 +0200 Bruno Haible Change copyright notice from LGPLv2.1+ to LGPLv3+.
Sun, 07 Oct 2007 17:23:24 +0200 Bruno Haible Change copyright notice from LGPLv2.0+ to LGPLv3+.
Sun, 07 Oct 2007 17:00:27 +0200 Bruno Haible Change copyright notice from LGPL to GPL.
Sun, 07 Oct 2007 12:41:50 +0200 Bruno Haible Typo in last commit.
Sun, 07 Oct 2007 05:10:20 +0200 Bruno Haible Ensure glibc declares trunc().
Sun, 07 Oct 2007 04:48:29 +0200 Bruno Haible Test for module 'freopen'.
Sun, 07 Oct 2007 04:47:49 +0200 Bruno Haible Test for module 'fopen'.
Sun, 07 Oct 2007 04:46:57 +0200 Bruno Haible New modules 'fopen' and 'freopen'.
Sun, 07 Oct 2007 04:40:31 +0200 Bruno Haible Test for 'open' module.
Sun, 07 Oct 2007 04:39:17 +0200 Bruno Haible New module 'open'.
Fri, 05 Oct 2007 03:55:37 +0200 Bruno Haible Test for module 'ceill'.
Fri, 05 Oct 2007 03:54:50 +0200 Bruno Haible New module 'ceill'.
Fri, 05 Oct 2007 03:44:19 +0200 Bruno Haible Test for module 'ceilf'.
Fri, 05 Oct 2007 03:43:42 +0200 Bruno Haible New module 'ceilf'.
Fri, 05 Oct 2007 03:34:16 +0200 Bruno Haible Test for module 'floorl'.
Fri, 05 Oct 2007 03:33:31 +0200 Bruno Haible New module 'floorl'.
Fri, 05 Oct 2007 03:02:59 +0200 Bruno Haible Test for module 'floorf'.
Fri, 05 Oct 2007 03:02:08 +0200 Bruno Haible New module 'floorf'.
Fri, 05 Oct 2007 02:24:39 +0200 Bruno Haible Talk about git instead or in addition to cvs.
Fri, 05 Oct 2007 02:02:30 +0200 Bruno Haible Explain what an absent module means.
Fri, 05 Oct 2007 01:41:26 +0200 Bruno Haible Test for module 'truncl'.
Fri, 05 Oct 2007 01:39:53 +0200 Bruno Haible New module 'truncl'.
Fri, 05 Oct 2007 01:08:22 +0200 Bruno Haible Test for module 'truncf'.
Fri, 05 Oct 2007 01:06:37 +0200 Bruno Haible New module 'truncf'.
Thu, 04 Oct 2007 03:42:26 +0200 Bruno Haible Synthesize an EXTRA_DIST augmentation also for tests modules.
Thu, 04 Oct 2007 03:23:10 +0200 Bruno Haible Test for module 'trunc'.