log

age author description
Sun, 21 Oct 2007 02:33:32 +0200 Bruno Haible Fix typo in macro name.
Sat, 20 Oct 2007 13:08:26 -0700 Ben Pfaff Implement 'round', 'roundf', 'roundl' modules.
Sat, 20 Oct 2007 18:34:27 +0200 Jim Meyering * lib/xprintf.c: Include <config.h> unconditionally.
Sat, 20 Oct 2007 16:25:00 +0200 Jim Meyering Change xprintf's license to GPL.
Sat, 20 Oct 2007 16:19:33 +0200 Jim Meyering xprintf fixes.
Sat, 20 Oct 2007 14:56:19 +0200 Bruno Haible Don't report an unjustified overflow error.
Sat, 20 Oct 2007 14:34:54 +0200 Bruno Haible Don't rely on excess precision: -4 > -3.00000024 - 1 can evaluate to false
Sat, 20 Oct 2007 13:44:47 +0200 Bruno Haible New module 'ceil'.
Sat, 20 Oct 2007 13:43:59 +0200 Bruno Haible New module 'floor'.
Sat, 20 Oct 2007 13:08:33 +0200 Bruno Haible Depend on fprintf-posix.
Fri, 19 Oct 2007 22:30:06 +0200 Jim Meyering * lib/xprintf.c: Don't bother testing specific errno values. Just test ferror.
Fri, 19 Oct 2007 22:11:17 +0200 Jim Meyering * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
Fri, 19 Oct 2007 17:09:37 +0200 Jim Meyering New module: xprintf
Fri, 19 Oct 2007 12:51:22 +0200 Bruno Haible Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
Fri, 19 Oct 2007 09:35:06 +0200 Jim Meyering Correct file name.
Fri, 19 Oct 2007 01:50:42 +0200 Bruno Haible Don't use %n on glibc >= 2.3 systems.
Thu, 18 Oct 2007 06:05:40 -0600 Eric Blake * modules/filenamecat-tests (Makefile.am): Link against -lintl.
Thu, 18 Oct 2007 13:13:15 +0200 Bruno Haible Improve detection of whether %n is supported or not.
Thu, 18 Oct 2007 12:57:57 +0200 Bruno Haible Fix various issues with the 'trim' module.
Wed, 17 Oct 2007 16:06:45 -0700 Paul Eggert Modify glob.c to use fstatat and dirfd, to simplify it.
Thu, 18 Oct 2007 00:23:46 +0200 Bruno Haible Improve comments in last patch.
Wed, 17 Oct 2007 21:30:40 +0200 Ralf Wildenhues * gnulib-tool (func_get_dependencies): Fix sed script to match only tests.
Wed, 17 Oct 2007 17:23:56 +0200 Bruno Haible Restrict the usable locale names on Cygwin.
Wed, 17 Oct 2007 02:20:47 +0200 Bruno Haible Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.
Wed, 17 Oct 2007 02:11:05 +0200 Bruno Haible Relax the license.
Tue, 16 Oct 2007 16:39:39 -0700 Paul Eggert Merge glibc changes into lib/glob.c.
Tue, 16 Oct 2007 13:33:21 -0700 Paul Eggert Check for 64-bit int errors in HP-UX 10.20 preprocessor.
Mon, 15 Oct 2007 22:40:19 +0200 Bruno Haible Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.
Mon, 15 Oct 2007 21:15:17 +0200 Ralf Wildenhues * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
Mon, 15 Oct 2007 20:29:01 +0200 Bruno Haible Tweak last patch.
Mon, 15 Oct 2007 20:11:36 +0200 Bruno Haible Fix typos in last patch.
Mon, 15 Oct 2007 15:52:42 +0200 Bruno Haible Replace paragraph that was explaining old way of handling LIBOBJS.
Mon, 15 Oct 2007 13:12:04 +0200 Bruno Haible Ensure NULL is defined, before using it.
Mon, 15 Oct 2007 11:07:33 +0200 Simon Josefsson m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
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.