log

age author description
Mon, 26 Mar 2007 10:10:44 +0000 Bruno Haible Avoid compiler warnings.
Mon, 26 Mar 2007 02:15:46 +0000 Bruno Haible Prefer nl_langinfo over localeconv.
Mon, 26 Mar 2007 00:28:46 +0000 Bruno Haible Add support for the SH CPU. Reported by Ben Pfaff.
Mon, 26 Mar 2007 00:16:46 +0000 Bruno Haible Oops, typo in compiler option.
Mon, 26 Mar 2007 00:14:00 +0000 Bruno Haible Support 'j' size specifier on all platforms.
Sun, 25 Mar 2007 23:59:54 +0000 Bruno Haible New module 'fpieee'.
Sun, 25 Mar 2007 22:21:06 +0000 Bruno Haible Avoid the completely broken frexpl() function of AIX 5.1.
Sun, 25 Mar 2007 21:46:38 +0000 Bruno Haible Avoid test failures on IRIX MIPS.
Sun, 25 Mar 2007 21:35:38 +0000 Bruno Haible Provide a replacement for frexpl() if the system has it but it doesn't work.
Sun, 25 Mar 2007 21:25:35 +0000 Bruno Haible Check against a bug of frexp() on IRIX 6.5.
Sun, 25 Mar 2007 20:58:03 +0000 Bruno Haible Work around IRIX 6.5 cc compiler bug, which simplifies x != x to false.
Sun, 25 Mar 2007 20:36:17 +0000 Bruno Haible Fix indentation.
Sun, 25 Mar 2007 19:56:22 +0000 Bruno Haible Work around a DEC C compiler bug.
Sun, 25 Mar 2007 19:45:26 +0000 Bruno Haible Work around DEC C 6.4 compiler bug.
Sun, 25 Mar 2007 19:36:17 +0000 Bruno Haible Make sure 'struct stat' is defined before glob-libc.h uses it. Fixes a warning
Sun, 25 Mar 2007 18:07:11 +0000 Bruno Haible Avoid HP-UX cc warning.
Sun, 25 Mar 2007 18:03:15 +0000 Bruno Haible Avoid HP-UX cc compiler warning.
Sun, 25 Mar 2007 17:58:06 +0000 Bruno Haible Avoid compiler warning.
Sun, 25 Mar 2007 17:53:39 +0000 Bruno Haible Avoid circular definition restrict -> __restrict -> restrict on BeOS.
Sun, 25 Mar 2007 15:34:55 +0000 Bruno Haible Ensure rule action lines start with a tab.
Sun, 25 Mar 2007 12:00:37 +0000 Bruno Haible Oops, fix ANSI C syntax error introduced in last patch.
Sun, 25 Mar 2007 02:48:08 +0000 Bruno Haible Tests for module 'tsearch'.
Sun, 25 Mar 2007 02:46:43 +0000 Bruno Haible Tests for module 'search'.
Sun, 25 Mar 2007 02:45:24 +0000 Bruno Haible New module 'search'.
Sun, 25 Mar 2007 02:29:46 +0000 Bruno Haible New module 'fpucw'.
Sun, 25 Mar 2007 02:22:44 +0000 Bruno Haible Correct bitwise comparison of 'long double' numbers.
Sun, 25 Mar 2007 01:11:49 +0000 Bruno Haible Correct bitwise comparison of 'long double' numbers.
Sun, 25 Mar 2007 01:06:39 +0000 Bruno Haible Correct bitwise comparison of 'long double' numbers.
Sun, 25 Mar 2007 01:05:23 +0000 Bruno Haible Support for bitwise comparison of floating-point numbers.
Sun, 25 Mar 2007 00:49:34 +0000 Bruno Haible Fix includes.
Sat, 24 Mar 2007 22:08:14 +0000 Bruno Haible Produce no output in expected situations. Fail in unexpected situations.
Sat, 24 Mar 2007 21:24:00 +0000 Bruno Haible emove the special-casing of NetBSD.
Sat, 24 Mar 2007 17:05:49 +0000 Bruno Haible Fix last change.
Sat, 24 Mar 2007 14:55:28 +0000 Bruno Haible Reorganize modules utf8-ucs4-unsafe, utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4,
Sat, 24 Mar 2007 14:30:33 +0000 Bruno Haible Rename some source files.
Sat, 24 Mar 2007 14:29:56 +0000 Bruno Haible Enable the function only if HAVE_INLINE.
Sat, 24 Mar 2007 14:25:51 +0000 Bruno Haible Move to u16-uctomb-aux.c.
Sat, 24 Mar 2007 14:25:48 +0000 Bruno Haible Move to here from ucs4-utf16.c.
Sat, 24 Mar 2007 14:25:40 +0000 Bruno Haible Move to u8-uctomb-aux.c.
Sat, 24 Mar 2007 14:25:37 +0000 Bruno Haible Move to here from ucs4-utf8.c.
Sat, 24 Mar 2007 14:25:30 +0000 Bruno Haible Move to u16-mbtouc-unsafe-aux.c.
Sat, 24 Mar 2007 14:25:28 +0000 Bruno Haible Move to here from utf16-ucs4-unsafe.c.
Sat, 24 Mar 2007 14:25:17 +0000 Bruno Haible Move to u16-mbtouc-aux.c.
Sat, 24 Mar 2007 14:25:14 +0000 Bruno Haible Move to here from utf16-ucs4.c.
Sat, 24 Mar 2007 14:25:03 +0000 Bruno Haible Move to u8-mbtouc-unsafe-aux.c.
Sat, 24 Mar 2007 14:25:00 +0000 Bruno Haible Move to here from utf8-ucs4-unsafe.c.
Sat, 24 Mar 2007 14:24:44 +0000 Bruno Haible Move to u8-mbtouc-aux.c.
Sat, 24 Mar 2007 14:24:41 +0000 Bruno Haible Move to here from utf8-ucs4.c.
Sat, 24 Mar 2007 14:11:25 +0000 Bruno Haible Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Sat, 24 Mar 2007 11:23:08 +0000 Bruno Haible Cast the argument of <ctype.h> functions to 'unsigned char'.
Sat, 24 Mar 2007 00:10:32 +0000 Bruno Haible Stick to ANSI C syntax, not C99 syntax.
Fri, 23 Mar 2007 17:33:07 +0000 Paul Eggert * MODULES.html.sh (File system functions): New module write-any-file.
Fri, 23 Mar 2007 13:11:28 +0000 Eric Blake * gnulib-tool: Rearrange space-tab sequences, since some editors
Fri, 23 Mar 2007 12:37:17 +0000 Eric Blake * lib/version-etc.c (version_etc_va): Update license wording to
Fri, 23 Mar 2007 03:06:51 +0000 Bruno Haible Oops, fix typo in last patch.
Fri, 23 Mar 2007 02:12:53 +0000 Bruno Haible Fix compilation error on BeOS.
Fri, 23 Mar 2007 02:08:42 +0000 Bruno Haible Fix a compilation error on BeOS.
Fri, 23 Mar 2007 01:27:57 +0000 Bruno Haible Tests for module 'frexpl'.
Fri, 23 Mar 2007 01:26:24 +0000 Bruno Haible New module 'frexpl'.
Thu, 22 Mar 2007 12:24:07 +0000 Bruno Haible Merge the frexpl and frexp implementations into a single code.