log

age author description
Wed, 28 Mar 2007 22:25:24 +0000 Bruno Haible Some refactoring.
Wed, 28 Mar 2007 21:50:51 +0000 Bruno Haible Distinguish invalid and incomplete UTF-8 input, and set errno accordingly.
Wed, 28 Mar 2007 21:37:36 +0000 Bruno Haible New modules 'unistr/u8-mbtoucr', 'unistr/u16-mbtoucr', 'unistr/u32-mbtoucr'.
Wed, 28 Mar 2007 21:37:03 +0000 Bruno Haible New module 'unistr/u32-mbtoucr'.
Wed, 28 Mar 2007 21:36:46 +0000 Bruno Haible New module 'unistr/u16-mbtoucr'.
Wed, 28 Mar 2007 21:36:32 +0000 Bruno Haible New module 'unistr/u8-mbtoucr'.
Wed, 28 Mar 2007 12:05:08 +0000 Simon Josefsson Reorder.
Tue, 27 Mar 2007 20:18:17 +0000 Simon Josefsson Move vasprintf prototypes to stdio.
Tue, 27 Mar 2007 20:11:59 +0000 Bruno Haible Use multithread-safe primitives for determining the decimal point character.
Tue, 27 Mar 2007 20:03:47 +0000 Eric Blake Support sub-second birthtime on cygwin.
Tue, 27 Mar 2007 18:51:17 +0000 Paul Eggert * lib/stat-time.h (USE_BIRTHTIME): Remove.
Tue, 27 Mar 2007 16:53:53 +0000 Bruno Haible Fix signal handler.
Tue, 27 Mar 2007 11:01:11 +0000 Bruno Haible 2007-03-27 Bruno Haible <bruno@clisp.org>
Mon, 26 Mar 2007 22:27:16 +0000 Bruno Haible Depend on isnanl now.
Mon, 26 Mar 2007 22:26:05 +0000 Bruno Haible Better support of signalling NaNs.
Mon, 26 Mar 2007 20:59:46 +0000 Bruno Haible No tabs please.
Mon, 26 Mar 2007 18:25:16 +0000 Eric Blake * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
Mon, 26 Mar 2007 18:25:16 +0000 Eric Blake * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
Mon, 26 Mar 2007 11:20:01 +0000 Bruno Haible Update after utf8-ucs4-unsafe.h and utf16-ucs4-unsafe.h were removed.
Mon, 26 Mar 2007 10:24:24 +0000 Bruno Haible Don't use unportable shell statement.
Mon, 26 Mar 2007 10:16:08 +0000 Bruno Haible If <sysexits.h> exists but is missing values, fill in the missing values.
Mon, 26 Mar 2007 10:13:27 +0000 Bruno Haible Don't access hints->ai_flags when hints is NULL.
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.
Thu, 22 Mar 2007 11:59:06 +0000 Bruno Haible Don't use the system's frexp() if it does not work (example: NetBSD 3.0).
Thu, 22 Mar 2007 11:52:34 +0000 Bruno Haible Remove Paolo's variant of the algorithm, with his permission.
Thu, 22 Mar 2007 11:35:12 +0000 Bruno Haible Oops, don't use 'long double' here.
Thu, 22 Mar 2007 04:02:05 +0000 Bruno Haible Tests for module 'frexp'.
Thu, 22 Mar 2007 03:59:38 +0000 Bruno Haible New module 'frexp'.
Thu, 22 Mar 2007 02:32:29 +0000 Bruno Haible Oops.
Thu, 22 Mar 2007 02:19:08 +0000 Bruno Haible Tests for module 'isnanl'.
Thu, 22 Mar 2007 02:18:35 +0000 Bruno Haible New module 'isnanl'.
Thu, 22 Mar 2007 02:04:01 +0000 Bruno Haible isnanl.h was renamed to isnanl-nolibm.h.
Thu, 22 Mar 2007 02:02:42 +0000 Bruno Haible Split test-isnanl.c into test-isnanl-nolibm.c and test-isnanl.h.
Thu, 22 Mar 2007 02:00:49 +0000 Bruno Haible Move to isnanl-nolibm.h.
Thu, 22 Mar 2007 02:00:46 +0000 Bruno Haible Move to here from isnanl.h.
Thu, 22 Mar 2007 02:00:05 +0000 Bruno Haible Prepare for creating module 'isnanl'.
Wed, 21 Mar 2007 11:30:16 +0000 Bruno Haible Fix my last ChangeLog entry.
Wed, 21 Mar 2007 08:07:20 +0000 Jim Meyering When trying to open ".", treat ESTALE like EACCES.
Wed, 21 Mar 2007 04:22:35 +0000 Bruno Haible Enable the strndup declaration also when strndup is replaced.
Tue, 20 Mar 2007 05:46:39 +0000 Paul Eggert Suggestions by Bruno Haible:
Tue, 20 Mar 2007 00:35:56 +0000 Bruno Haible Remove module 'iconvme'.
Mon, 19 Mar 2007 23:29:43 +0000 Bruno Haible Break long line.
Mon, 19 Mar 2007 21:58:57 +0000 Paul Eggert Add limited support for Solaris 10 ZFS-style ACLs: just enough to
Mon, 19 Mar 2007 20:30:25 +0000 Ben Pfaff Fix typos.
Mon, 19 Mar 2007 17:30:07 +0000 Paul Eggert * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
Mon, 19 Mar 2007 10:07:27 +0000 Simon Josefsson 2007-03-19 Simon Josefsson <simon@josefsson.org>
Mon, 19 Mar 2007 01:02:27 +0000 Bruno Haible Undo first part of last patch.
Sun, 18 Mar 2007 23:59:44 +0000 Ben Pfaff Recommend using as prefix a directory that does not exist and will
Sun, 18 Mar 2007 15:29:10 +0000 Jim Meyering * lib/fchownat.c: Include lchown.h.
Sun, 18 Mar 2007 13:25:06 +0000 Karl Berry autoupdate
Sun, 18 Mar 2007 00:31:50 +0000 Bruno Haible Fix endless loop when the given allocated size was > INT_MAX.
Sun, 18 Mar 2007 00:12:31 +0000 Bruno Haible Produce output that makes it easier to debug failures.
Sun, 18 Mar 2007 00:03:06 +0000 Bruno Haible Work around buggy locales in NetBSD 3.0.
Sat, 17 Mar 2007 20:07:01 +0000 Bruno Haible Fix a portability problem on x86.
Sat, 17 Mar 2007 19:26:29 +0000 Bruno Haible Avoid gcc warnings.
Sat, 17 Mar 2007 19:22:56 +0000 Bruno Haible Avoid gcc warnings.
Sat, 17 Mar 2007 19:20:48 +0000 Bruno Haible Remove unused variables.
Sat, 17 Mar 2007 19:08:13 +0000 Bruno Haible Remove unused variables.
Sat, 17 Mar 2007 19:05:33 +0000 Bruno Haible Incude c-strcase.h.
Sat, 17 Mar 2007 19:02:51 +0000 Bruno Haible Ensure we get the mkstemp() declaration. On MacOS X, it comes from <unistd.h>.
Sat, 17 Mar 2007 18:41:38 +0000 Bruno Haible Update year.