log

age author description
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.
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.