log

age author description
Wed, 23 Apr 2008 08:02:48 +0200 Simon Josefsson Add file, was missing from last commit.
Wed, 23 Apr 2008 07:59:31 +0200 Simon Josefsson Add inet_ntop and inet_pton declarations to arpa/inet.h, for MinGW.
Tue, 22 Apr 2008 19:17:58 +0200 Jim Meyering * modules/verify (License): Re-license as LGPLv2+.
Tue, 22 Apr 2008 10:57:31 +0200 Simon Josefsson Cast fourth argument to setsockopt on MinGW.
Tue, 22 Apr 2008 01:58:02 +0200 Bruno Haible Give attribution.
Tue, 22 Apr 2008 01:56:52 +0200 Bruno Haible Replace the isw* functions on Linux libc5.
Tue, 22 Apr 2008 01:19:07 +0200 Bruno Haible Fix typo in last commit.
Tue, 22 Apr 2008 00:43:52 +0200 Bruno Haible Fix test failures on mingw.
Tue, 22 Apr 2008 00:31:48 +0200 Bruno Haible Fix test failure on mingw.
Tue, 22 Apr 2008 00:16:03 +0200 Bruno Haible Fix mistake in last commit.
Tue, 22 Apr 2008 00:01:17 +0200 Bruno Haible Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl' differently.
Mon, 21 Apr 2008 23:57:39 +0200 Bruno Haible Fix compilation errors related to rpl_mkdir on mingw.
Mon, 21 Apr 2008 23:47:45 +0200 Bruno Haible Port to native Windows platforms.
Mon, 21 Apr 2008 23:45:08 +0200 Bruno Haible Fix compilation error on mingw.
Mon, 21 Apr 2008 09:57:07 -0600 Eric Blake Work around preprocessors that don't handle UINTMAX_MAX.
Mon, 21 Apr 2008 17:38:59 +0200 Bruno Haible Add a ChangeLog entry for an already committed change to lib/localename.c.
Mon, 21 Apr 2008 11:03:51 +0200 Simon Josefsson (strftime): Explain better Windows incompatibility.
Sun, 20 Apr 2008 20:05:53 +0200 Bruno Haible Fix module dependencies.
Sun, 20 Apr 2008 20:05:25 +0200 Bruno Haible Remove trailing spaces.
Sun, 20 Apr 2008 20:02:43 +0200 Bruno Haible Fix test failure on platforms with non-GNU iconv.
Sun, 20 Apr 2008 19:57:36 +0200 Bruno Haible The test was a little too strict.
Sun, 20 Apr 2008 16:15:49 +0200 Bruno Haible Work around roundf() bug on mingw.
Sun, 20 Apr 2008 13:15:16 +0200 Bruno Haible Fix link error on mingw.
Sun, 20 Apr 2008 09:53:38 +0200 Bruno Haible <sys/stat.h> must provide the nlink_t type.
Sun, 20 Apr 2008 09:51:46 +0200 Bruno Haible Document snprintf bug on Linux libc5.
Sat, 19 Apr 2008 21:42:16 +0200 Bruno Haible Work around snprintf bug on Linux libc5.
Sat, 19 Apr 2008 17:55:05 +0200 Bruno Haible Make floorlog10 function more precise.
Sat, 19 Apr 2008 17:26:36 +0200 Bruno Haible Fix rounding when a precision is given.
Fri, 18 Apr 2008 10:41:18 -0700 Karl Berry update from texinfo
Fri, 18 Apr 2008 07:57:51 +0200 Simon Josefsson doc/posix-functions/strftime.texi (strftime): Clarify platform.
Fri, 18 Apr 2008 00:06:33 +0200 Bruno Haible Provide missing no-op definitions for the dummy implementation.
Thu, 17 Apr 2008 06:13:17 -0600 Eric Blake Correct attribution of previous patch.
Thu, 17 Apr 2008 13:18:42 +0200 Simon Josefsson Fix typo.
Thu, 17 Apr 2008 13:16:54 +0200 Simon Josefsson Mention that strftime %e doesn't work under Windows.
Thu, 17 Apr 2008 04:51:06 +0200 Bruno Haible Update the list of Windows locales.
Thu, 17 Apr 2008 04:35:33 +0200 Bruno Haible Update after Microsoft change the value if SUBLANG_SINDHI_PAKISTAN.
Wed, 16 Apr 2008 19:28:29 -0600 Eric Blake Adjust strtod detection to catch glibc 2.7 bug.
Thu, 17 Apr 2008 02:01:23 +0200 Bruno Haible Add tentative support for Linux libc5.
Wed, 16 Apr 2008 03:46:36 +0200 Bruno Haible Define module indicator, used by math.in.h.
Wed, 16 Apr 2008 03:39:15 +0200 Bruno Haible Remove unused variables.
Wed, 16 Apr 2008 03:35:29 +0200 Bruno Haible Fix bug in error handling code.
Wed, 16 Apr 2008 03:26:46 +0200 Bruno Haible Fix use of isspace() function.
Tue, 15 Apr 2008 15:25:38 +0200 Paolo Bonzini fix typos in mathl
Tue, 15 Apr 2008 06:24:27 -0700 Karl Berry autoupdate
Tue, 15 Apr 2008 01:52:03 +0200 Bruno Haible Fix underquoting of AC_LANG_PROGRAM arguments.
Mon, 14 Apr 2008 10:20:22 +0200 Jim Meyering test-strtod: fix typos: s/abs/fabs/
Sun, 13 Apr 2008 22:52:00 +0200 Bruno Haible Add comment for last commit.
Sun, 13 Apr 2008 22:39:41 +0200 Bruno Haible Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
Sun, 13 Apr 2008 22:17:09 +0200 Bruno Haible Avoid a test failure on AIX 4 and AIX 5.
Sun, 13 Apr 2008 21:58:00 +0200 Bruno Haible Fix compilation failure on AIX with xlc.
Sun, 13 Apr 2008 21:41:13 +0200 Bruno Haible Work around a HP-UX stdio bug.
Sun, 13 Apr 2008 21:20:17 +0200 Bruno Haible Avoid negating 0.0L - it yields a wrong result on HP-UX/hppa.
Sun, 13 Apr 2008 20:43:12 +0200 Bruno Haible Make truncl work on OSF/1 4.0.
Sun, 13 Apr 2008 19:33:56 +0200 Bruno Haible Avoid trailing comma, for picky AIX compiler.
Sun, 13 Apr 2008 19:25:13 +0200 Bruno Haible Work around a HP cc compiler bug.
Sun, 13 Apr 2008 18:35:13 +0200 Bruno Haible Check for libintl.h. Needed for HAVE_LIBINTL_H.
Sun, 13 Apr 2008 18:29:05 +0200 Bruno Haible Remove stray semicolon.
Sun, 13 Apr 2008 18:15:04 +0200 Bruno Haible test-quotearg needs to be linked against libintl (at least on Solaris).
Sun, 13 Apr 2008 14:56:42 +0200 Bruno Haible Override <sys/socket.h> when it exists but is incomplete.
Sun, 13 Apr 2008 12:57:48 +0200 Bruno Haible Avoid warning on EMX.
Sun, 13 Apr 2008 12:50:49 +0200 Bruno Haible Avoid warning on emx+gcc.
Sun, 13 Apr 2008 02:26:28 +0200 Bruno Haible Enable the fpucw handling also for x86_64.
Sat, 12 Apr 2008 19:56:55 +0200 Bruno Haible Update ChangeLog entry: the problem on emx+gcc was a different one.
Sat, 12 Apr 2008 19:53:25 +0200 Bruno Haible Fix link failure on Solaris 10/x86 with gcc.
Sat, 12 Apr 2008 18:33:53 +0200 Bruno Haible Override the system isnanf also on IRIX 6.5 with gcc.
Sat, 12 Apr 2008 17:25:00 +0200 Jim Meyering * m4/math_h.m4 (gl_MATH_H): Fix typos.
Sat, 12 Apr 2008 17:10:44 +0200 Bruno Haible Fix mistake in EMX port.
Sat, 12 Apr 2008 07:22:40 -0600 Eric Blake Work around Solaris 10 math.h bug.
Sat, 12 Apr 2008 03:26:13 +0200 Bruno Haible Adapt to future versions of Apple GCC.
Sat, 12 Apr 2008 02:34:33 +0200 Bruno Haible Avoid test failure on IRIX.
Sat, 12 Apr 2008 02:03:40 +0200 Bruno Haible Link test-strsignal with libintl.
Sat, 12 Apr 2008 01:58:40 +0200 Bruno Haible Link test-getaddrinfo with libintl.
Sat, 12 Apr 2008 01:34:34 +0200 Bruno Haible Fix two compilation errors.
Sat, 12 Apr 2008 01:07:35 +0200 Bruno Haible Include stdbool, for 'true' and 'false'.
Sat, 12 Apr 2008 00:24:39 +0200 Bruno Haible Fix compilation error with IRIX 6.5 cc.
Fri, 11 Apr 2008 10:22:22 -0600 Eric Blake Avoid compile failure on OS/2.
Fri, 11 Apr 2008 16:31:39 +0200 Bruno Haible Flush the standard error stream before aborting.
Fri, 11 Apr 2008 15:57:56 +0200 Bruno Haible Tweak comment.
Fri, 11 Apr 2008 15:13:24 +0200 Bruno Haible Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
Fri, 11 Apr 2008 13:29:33 +0200 Bruno Haible Fix a link error on MacOS X.
Fri, 11 Apr 2008 12:01:17 +0200 Bruno Haible Merge branch 'master' of ssh://haible@git.sv.gnu.org/srv/git/gnulib
Fri, 11 Apr 2008 09:16:11 +0200 Simon Josefsson Make gc_random work under Windows.
Fri, 11 Apr 2008 01:45:36 +0200 Bruno Haible Typo in comment.
Thu, 10 Apr 2008 12:58:26 +0200 Bruno Haible Port the extended stdio functions to emx+gcc.
Thu, 10 Apr 2008 00:56:00 +0200 Bruno Haible Port the extended stdio functions to emx+gcc.
Wed, 09 Apr 2008 10:31:35 -0700 Karl Berry update from texinfo
Wed, 09 Apr 2008 08:24:35 -0600 Eric Blake Avoid some more autoconf warnings.
Wed, 09 Apr 2008 06:42:08 -0600 Eric Blake Avoid some autoconf warnings.
Tue, 08 Apr 2008 07:38:18 -0600 Eric Blake Use 'git describe --match' if present (added in git 1.5.5).
Tue, 08 Apr 2008 13:11:19 +0200 Bruno Haible Add tentative support for OpenServer.
Fri, 04 Apr 2008 08:43:58 +0200 Jim Meyering gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
Sun, 06 Apr 2008 11:31:10 +0200 Bruno Haible Avoid possible error with non-ASCII bytes in UTF-8 locales.
Sun, 06 Apr 2008 00:34:50 +0200 Ralf Wildenhues Fix quoting in double-slash-root.m4.
Fri, 04 Apr 2008 06:58:46 -0600 Eric Blake Make test-fseeko.c failures meaningful.
Thu, 03 Apr 2008 22:37:49 -0600 Eric Blake Improve strtod bug detection check.
Fri, 04 Apr 2008 04:23:39 +0200 Bruno Haible relocatable-prog-wrapper needs the gl_ENVIRON macro.
Thu, 03 Apr 2008 16:31:30 -0600 Eric Blake Ensure sane .version contents.
Thu, 03 Apr 2008 14:03:49 -0600 Eric Blake Make GNU make output nicer.
Thu, 03 Apr 2008 10:55:10 -0600 Eric Blake Another maintainer tweak.
Thu, 03 Apr 2008 18:23:40 +0200 Jim Meyering vc-list-files: don't cause coreutils "make po-check" failure
Thu, 03 Apr 2008 08:45:00 -0600 Eric Blake Allow VPATH usage of vc-list-files.
Thu, 03 Apr 2008 07:58:16 -0600 Eric Blake Fix mode change
Thu, 03 Apr 2008 06:19:48 -0700 Karl Berry autoupdate
Thu, 03 Apr 2008 06:18:57 -0700 Karl Berry update from texinfo
Thu, 03 Apr 2008 00:37:05 +0200 Bruno Haible Avoid some "statement with no effect" warnings from gcc.
Thu, 03 Apr 2008 00:15:24 +0200 Jim Meyering Avoid some warnings from "gcc -Wshadow".
Wed, 02 Apr 2008 08:32:17 +0200 Jim Meyering bootstrap: remove dangling *.[ch] symlinks from lib
Thu, 03 Apr 2008 00:07:16 +0200 Bruno Haible Avoid some warnings from "gcc -Wshadow".
Wed, 02 Apr 2008 03:30:52 +0200 Bruno Haible Refine documentation of NAN problem.
Wed, 02 Apr 2008 03:29:50 +0200 Bruno Haible Fix test to work on IRIX 6.5 with cc.
Wed, 02 Apr 2008 03:23:43 +0200 Bruno Haible Refine documentation of NAN problem.
Wed, 02 Apr 2008 03:06:02 +0200 Bruno Haible Use macros NaNf, NaNd, NaNl instead of NAN.
Tue, 01 Apr 2008 07:50:28 -0600 Eric Blake Fix typos.
Tue, 01 Apr 2008 07:47:40 -0600 Eric Blake Fix typo.
Tue, 01 Apr 2008 06:34:34 -0600 Eric Blake For now, cater to gnulib strtod inaccuracies.
Mon, 31 Mar 2008 20:56:25 -0600 Eric Blake Guarantee a definition of NAN.
Tue, 01 Apr 2008 01:37:42 +0200 Bruno Haible Update test results on OSF/1.
Tue, 01 Apr 2008 00:26:18 +0200 Bruno Haible Convert from C99 syntax to C89 syntax.
Tue, 01 Apr 2008 00:04:49 +0200 Bruno Haible Assume NaNs exist; don't test the NAN macro.
Mon, 31 Mar 2008 19:22:06 +0200 Jim Meyering Don't compare actual signbit return values.