gnulib.git
2009-01-25 Bruno HaibleUse the posix_spawn or its replacement on all Unix...
2009-01-25 Bruno HaibleAvoid a compilation warning.
2009-01-25 Bruno HaibleAvoid warning from OSF/1 C compiler.
2009-01-25 Bruno HaibleAdd support for the GB18030 encoding.
2009-01-25 Bruno HaibleAvoid redefining 'struct random_data' on OSF/1 5.1.
2009-01-25 Bruno HaibleDon't install charset.alias on MacOS X >= 10.3.
2009-01-25 Bruno HaibleDon't install charset.alias on mingw and Cygwin.
2009-01-25 Bruno HaibleMake it possible again to use AC_GNU_SOURCE together...
2009-01-25 Jim Meyeringc-strtod: avoid warnings
2009-01-24 Bruno HaibleAdd support for non-UTF-8 locales on MacOS X.
2009-01-24 Bruno HaibleDocument the meaning of obsolete modules.
2009-01-24 Bruno HaibleAdd hint regarding "TeX capacity exceeded" error.
2009-01-24 Bruno HaibleAdjust specification.
2009-01-24 Bruno HaibleOn HP-UX, don't pretend it was a SIGSEGV when it was...
2009-01-24 Bruno HaibleAdd formal specification of what c_strtod, c_strtold do.
2009-01-23 Bruno HaibleChange c_strtod, c_strtold to no longer call xalloc_die().
2009-01-23 Jim Meyeringc-strtod: when ENDPTR is non-NULL, set *ENDPTR in new...
2009-01-23 Simon Josefssonversion-etc: Add emit_bug_reporting_address.
2009-01-22 Bruno HaibleCache the C locale object.
2009-01-21 Bruno HaibleImprove error checking of c_strtod call.
2009-01-21 Bruno HaibleImprove error handling of c_strtod.
2009-01-21 Bruno Haiblenanosleep: skip configure test (fail it) for apple...
2009-01-21 Bruno Haiblemktime: skip configure test (fail it) for apple univers...
2009-01-21 Eric Blakemultiarch: avoid expand-before-require warning
2009-01-21 Eric Blakeerror: avoid expand-before-require warning
2009-01-21 Eric Blakegnulib-tool: avoid warnings from using obsolete AC_GNU_...
2009-01-21 Paolo BonziniRevert "regex: do not depend on obsolete modules."
2009-01-20 Bruno HaibleMake the 'link' module link on Windows NT 4.
2009-01-20 Bruno HaibleDon't assume that EOPNOTSUPP exists.
2009-01-20 Michael GoldMention a couple of restrictions of c_strtod.
2009-01-20 Karl Berryupdate from texinfo
2009-01-20 Jim Meyeringgettimeofday: move more declarations out of functions
2009-01-20 Paolo Bonziniregex: do not depend on obsolete modules.
2009-01-20 Bruno HaibleDon't use AC_REQUIRE([AC_C_BIGENDIAN]).
2009-01-20 Bruno HaibleSkip test when a hard link cannot be created.
2009-01-20 Martin LambersTests for module 'link'.
2009-01-19 Eric Blakedoc: mention another function added in cygwin 1.7.0
2009-01-19 Bruno HaibleDon't use AC_REQUIRE([AC_C_BIGENDIAN]).
2009-01-19 Bruno HaibleUse module 'progname' in some more tests.
2009-01-19 Bruno HaibleAdd a newline after the specification header.
2009-01-19 Eric Blaketest-unistd: test previous patch
2009-01-19 Eric Blakeunistd: guarantee STDIN_FILENO here, for OS/2 EMX
2009-01-19 Eric Blakedoc: mention more functions added in cygwin 1.7.0
2009-01-19 Daniel P. Berrangeioctl: avoid warning: no previous prototype for 'rpl_ioctl'
2009-01-19 Simon Josefssongetdate-test: Use progname module.
2009-01-19 Simon Josefssonfstrcmp-tests and filenamecat-tests: Use progname module.
2009-01-19 Daniel P. Berrangegettimeofday: avoid warning: nested extern declaration...
2009-01-18 Bruno HaibleRevisit the condition when to use multibyte parsing...
2009-01-18 Bruno HaibleRemove unused code for mempcpy.
2009-01-18 Martin LambersNew module 'link'.
2009-01-18 Bruno HaibleUse module progname correctly in the tests that need it.
2009-01-18 Bruno HaibleNew module 'alphasort'.
2009-01-18 Bruno HaibleNew module 'scandir'.
2009-01-18 Bruno HaibleImprove func_remove_prefix, func_remove_suffix.
2009-01-18 Bruno HaibleTests for module 'dprintf-posix'.
2009-01-18 Bruno HaibleNew modules 'dprintf', 'dprintf-posix'.
2009-01-18 Bruno HaibleTests for module 'vdprintf-posix'.
2009-01-18 Bruno HaibleNew modules 'vdprintf', 'vdprintf-posix'.
2009-01-17 Bruno HaibleFix test-fopen failure on mingw.
2009-01-17 Bruno HaibleFix compilation error on HP-UX 11.00.
2009-01-17 Bruno HaibleAvoid test-fflush2.sh failure on mingw.
2009-01-17 Bruno HaibleAttempt to avoid a recursive include of wchar.h on...
2009-01-17 Bruno HaibleSupport for stripping executables in --enable-relocatable.
2009-01-17 Bruno HaibleOops, fix unintended commit.
2009-01-17 Bruno HaibleRemove debugging information left over by C compiler...
2009-01-17 Bruno HaibleUpdate use of API that has changed in MacOS X 10.4.
2009-01-16 Jim Meyeringstrerror: avoid warnings about discarding "const"
2009-01-16 Simon JosefssonAdd ChangeLog entry.
2009-01-16 Albert Chin... lib/arpa_inet.in.h: Add extern "C" block for C++.
2009-01-16 Bruno HaibleUse an array initializer syntax that also works in...
2009-01-16 Jim Meyeringpoll: suppress a warning
2009-01-16 Daniel P. Berrangepoll: remove declarations of unused variables
2009-01-16 Bruno HaibleMake fflush-after-ungetc POSIX compliant on BSD systems.
2009-01-15 Bruno HaibleMake fflush-after-ungetc POSIX compliant on glibc systems.
2009-01-15 Jim Meyeringopenmp.m4: revert quote-adding change, for portability...
2009-01-15 Bruno HaibleEnable tests for fflush after ungetc.
2009-01-15 Albert Chin... mktime.m4: remove K&R-style function prototypes
2009-01-14 Bruno HaibleFix a syntax error due to recursive inclusion of wchar...
2009-01-14 Bruno HaibleUpdate or remove references to gettext release.
2009-01-14 Bruno HaibleAdd more comments.
2009-01-14 Bruno HaibleMention every modified file in the ChangeLog entry.
2009-01-14 Simon Josefssonsys_stat: Include sys/types.h for nlink_t.
2009-01-14 Jim Meyeringadd ChangeLog for "many *.m4 files: improve m4 quoting"
2009-01-14 Jim Meyeringmany *.m4 files: improve m4 quoting
2009-01-13 Bruno HaibleAvoid test-copy-file.sh failures when ACL support insuf...
2009-01-13 Bruno HaibleAdd m4/stdint_h.m4 and m4/inttypes_h.m4 to file list.
2009-01-13 Simon Josefssonu16-printf-parse (Files): Add m4/stdint_h.m4 and m4...
2009-01-13 Jim Meyeringinttostr.c: suppress a warning
2009-01-12 Eric Blaketests: IRIX 6.2 cc can't compile -0.0 into .data
2009-01-11 Karl Berryupdate from texinfo
2009-01-09 Paolo Bonziniregex: fix glibc bug 9697
2009-01-09 Paolo Bonziniregex: fix glibc bug 697
2009-01-09 Paolo Bonziniregex: replace mbrtowc with __mbrtowc.
2009-01-07 Jim Meyeringpoll: filter through cppi
2009-01-07 Daniel P. Berrangepoll: don't return uninitialized
2009-01-06 Jeremy Olexagetloadavg: avoid compile failure on AIX 6.1
2009-01-04 Jim Meyeringremove duplicate inclusion of <stdio.h>
2009-01-03 Jim Meyeringgnulib-tool: fix sed-based filtering
2009-01-02 Karl Berryautoupdate (for gendocs.sh accepting --email)
2009-01-02 Karl Berryautoupdate (for gendocs.sh accepting --email)
next