log

age author description
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.
Sat, 17 Mar 2007 18:41:28 +0000 Bruno Haible Include <stdlib.h>, for malloc().
Sat, 17 Mar 2007 18:40:48 +0000 Bruno Haible Include <stdlib>, for malloc().
Sat, 17 Mar 2007 18:39:35 +0000 Bruno Haible Undo last patch.
Sat, 17 Mar 2007 18:35:49 +0000 Bruno Haible Include <stdlib.h>, for malloc().
Sat, 17 Mar 2007 16:54:19 +0000 Karl Berry autoupdate
Sat, 17 Mar 2007 16:30:30 +0000 Bruno Haible Mention all modules affected by last change.
Sat, 17 Mar 2007 16:27:48 +0000 Bruno Haible Update .cvsignore and .gitignore files.
Sat, 17 Mar 2007 13:54:35 +0000 Eric Blake * NEWS: Document stdlib change from 2007-02-18.
Sat, 17 Mar 2007 12:12:19 +0000 Simon Josefsson Remove, accidentally committed.
Sat, 17 Mar 2007 12:11:35 +0000 Simon Josefsson *** empty log message ***
Sat, 17 Mar 2007 12:11:10 +0000 Simon Josefsson Discuss strdup change.
Sat, 17 Mar 2007 12:04:04 +0000 Jim Meyering fix syntax error in last change
Sat, 17 Mar 2007 11:52:47 +0000 Jim Meyering Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
Sat, 17 Mar 2007 08:58:43 +0000 Jim Meyering * build-aux/bootstrap: Don't use \> in grep regexp. For HP-UX.
Fri, 16 Mar 2007 21:03:43 +0000 Jim Meyering * build-aux/bootstrap (with_gettext): New variable. Run autopoint
Fri, 16 Mar 2007 20:22:58 +0000 Jim Meyering * build-aux/bootstrap (gnulib_name): New variable.
Fri, 16 Mar 2007 02:42:41 +0000 Simon Josefsson Use new namespace.
Fri, 16 Mar 2007 00:52:55 +0000 Bruno Haible Try to avoid clashing symbols.
Fri, 16 Mar 2007 00:37:51 +0000 Bruno Haible 2007-03-15 Bruno Haible <bruno@clisp.org>
Fri, 16 Mar 2007 00:30:06 +0000 Bruno Haible Allow the use of a destructor for the values stored in the list.
Fri, 16 Mar 2007 00:01:29 +0000 Bruno Haible Fix compilation error introduced in last commit.
Thu, 15 Mar 2007 23:56:13 +0000 Bruno Haible Add an element disposal function.
Thu, 15 Mar 2007 23:40:59 +0000 Bruno Haible List of important user-visible changes.
Thu, 15 Mar 2007 23:34:24 +0000 Karl Berry update from texinfo
Thu, 15 Mar 2007 22:58:36 +0000 Paul Eggert * lib/quotearg.c: Include <wctype.h> early, before the definition of
Mon, 12 Mar 2007 00:48:31 +0000 Bruno Haible Request a "make distclean" after successful "make check", to save disk space.
Sun, 11 Mar 2007 23:32:06 +0000 Bruno Haible * modules/long-options (Depends-on): Add getopt.
Sun, 11 Mar 2007 23:28:00 +0000 Bruno Haible * modules/modechange (Depends-on): Add stdbool.
Sun, 11 Mar 2007 23:24:19 +0000 Bruno Haible * modules/i-ring (Depends-on): Add stdbool.
Sun, 11 Mar 2007 23:19:47 +0000 Bruno Haible Depend on stdbool.
Sun, 11 Mar 2007 23:14:58 +0000 Bruno Haible mktime.c requires 'inline'.
Sun, 11 Mar 2007 23:09:09 +0000 Bruno Haible Require 'restrict'.
Sun, 11 Mar 2007 22:58:33 +0000 Bruno Haible Fix syntax error.
Sun, 11 Mar 2007 22:55:55 +0000 Bruno Haible Use the system's sprintf function.
Sun, 11 Mar 2007 22:40:52 +0000 Bruno Haible Work around bug regarding initializers in SunPRO C and Compaq C compilers.
Sun, 11 Mar 2007 22:34:33 +0000 Bruno Haible Make pointer decrementing code ANSI C compliant.
Sun, 11 Mar 2007 22:28:43 +0000 Bruno Haible Avoid error with SunPRO C 5.0 on Solaris 2.5.1.
Sun, 11 Mar 2007 22:19:18 +0000 Bruno Haible Avoid test failures.
Sun, 11 Mar 2007 22:16:19 +0000 Bruno Haible Avoid using sed -e "", not supported by AIX sed.
Sun, 11 Mar 2007 22:11:22 +0000 Bruno Haible Start the autobuild script with /bin/sh.
Sun, 11 Mar 2007 12:05:24 +0000 Bruno Haible Avoid an endless recursion.
Sun, 11 Mar 2007 12:03:51 +0000 Bruno Haible Create also an autobuild script.
Sun, 11 Mar 2007 00:55:27 +0000 Bruno Haible Tests for module 'canonicalize-lgpl'.
Sun, 11 Mar 2007 00:54:21 +0000 Bruno Haible Tests for module 'c-strcase'.
Sun, 11 Mar 2007 00:53:00 +0000 Bruno Haible Tests for module 'atexit'.
Sun, 11 Mar 2007 00:51:51 +0000 Bruno Haible Choose better temporary filenames.
Sat, 10 Mar 2007 16:08:20 +0000 Bruno Haible Avoid using the fallback implementation; prefer porting efforts.
Sat, 10 Mar 2007 15:20:28 +0000 Bruno Haible Avoiding the "./configure && make && make distclean" did not work most of the
Sat, 10 Mar 2007 15:03:27 +0000 Bruno Haible Fix typo in last patch.
Sat, 10 Mar 2007 14:57:20 +0000 Bruno Haible Make "make distcheck" work.
Sat, 10 Mar 2007 14:56:09 +0000 Bruno Haible Remve redundant specification.
Sat, 10 Mar 2007 14:52:08 +0000 Eric Blake * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
Sat, 10 Mar 2007 11:24:15 +0000 Bruno Haible Specify __attribute__ __format__ for GCC.
Sat, 10 Mar 2007 11:20:32 +0000 Bruno Haible Treat __strftime__ and __strfmon__ like __scanf__.
Sat, 10 Mar 2007 01:21:30 +0000 Bruno Haible Tests for module 'printf-posix'.
Sat, 10 Mar 2007 01:20:26 +0000 Bruno Haible New module 'printf-posix'.
Sat, 10 Mar 2007 00:24:51 +0000 Bruno Haible Test for internationalization of module 'vasnprintf-posix'.
Sat, 10 Mar 2007 00:20:53 +0000 Bruno Haible The decimal point must be locale dependent.