Fix link errors on Windows when close module is used.
[gnulib.git] / lib /
2009-02-05 Jim Meyeringstill avoid unused-parameter warnings, but do it cleanly
2009-02-04 Jim Meyeringfsusage.c: correct copyright year
2009-02-04 Jim Meyeringavoid misc. warnings
2009-02-04 Jim Meyeringdirfd: set errno upon failure
2009-02-01 Bruno HaibleFix use of integer types in memcmp.c.
2009-01-28 Eric Blakeversion-etc: use consistent URL formatting
2009-01-26 Jim Meyeringfflush: avoid warnings on modern systems
2009-01-26 Bruno HaibleAvoid link errors on MacOS X 10.3 / PowerPC.
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 Jim Meyeringc-strtod: avoid warnings
2009-01-24 Bruno HaibleAdd support for non-UTF-8 locales on MacOS X.
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-20 Bruno HaibleMake the 'link' module link on Windows NT 4.
2009-01-20 Jim Meyeringgettimeofday: move more declarations out of functions
2009-01-19 Bruno HaibleAdd a newline after the specification header.
2009-01-19 Eric Blakeunistd: guarantee STDIN_FILENO here, for OS/2 EMX
2009-01-19 Daniel P. Berrangeioctl: avoid warning: no previous prototype for 'rpl_ioctl'
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 HaibleNew module 'alphasort'.
2009-01-18 Bruno HaibleNew module 'scandir'.
2009-01-18 Bruno HaibleNew modules 'dprintf', 'dprintf-posix'.
2009-01-18 Bruno HaibleNew modules 'vdprintf', 'vdprintf-posix'.
2009-01-17 Bruno HaibleFix compilation error on HP-UX 11.00.
2009-01-17 Bruno HaibleAttempt to avoid a recursive include of wchar.h on...
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 Albert Chin-A-Younglib/arpa_inet.in.h: Add extern "C" block for C++.
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-14 Bruno HaibleFix a syntax error due to recursive inclusion of wchar...
2009-01-14 Bruno HaibleAdd more comments.
2009-01-14 Simon Josefssonsys_stat: Include sys/types.h for nlink_t.
2009-01-13 Jim Meyeringinttostr.c: suppress a warning
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-02 Jim Meyeringstrftime: avoid compilation failure on Solaris 2.6
2009-01-01 Jim Meyering* lib/version-etc.c (version_etc_va): Update copyright...
2008-12-29 Bruce Korbparse-duration: small doc tweak and coding aesthetics...
2008-12-29 Eric Blakewchar.h: supply WEOF on Irix 5.3
2008-12-26 Bruno HaibleFix indentation of comments.
2008-12-26 Bruno HaibleInclude <wchar.h> after defining the types, not before.
2008-12-25 Bruno HaibleAdd support for universal builds to <inttypes.h>.
2008-12-25 Bruno HaibleAdd support for universal builds to <stdint.h>.
2008-12-22 Ingo WeinholdMake c-stack work on Haiku.
2008-12-22 Bruno HaibleWork around mbrlen() bugs on various platforms.
2008-12-22 Eric BlakeAvoid gcc warnings on cygwin.
2008-12-22 Bruno HaibleRemove HAVE_MBRTOWC conditionals. Use mbrtowc unconditi...
2008-12-22 Bruno HaibleMerge branch 'master' of ssh://haible@git.sv.gnu.org...
2008-12-22 Paolo Bonziniupdate regex to use the emulated mb*/wc* functions
2008-12-22 Bruno HaibleOops, fix syntax error.
2008-12-21 Bruno HaibleNew module 'wcsnrtombs'.
2008-12-21 Bruno HaibleNew module 'wcsrtombs'.
2008-12-21 Bruno HaibleWork around a wcrtomb() bug on Solaris 10 and OSF/1...
2008-12-21 Bruno HaibleWork around a btowc() bug on IRIX 6.5.
2008-12-21 Bruno HaibleNew module 'wcrtomb'.
2008-12-21 Bruno HaibleNew module 'mbsnrtowcs'.
2008-12-21 Bruno HaibleOverride mbsrtowcs when redefining mbstate_t.
2008-12-21 Bruno HaibleWork around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
2008-12-21 Bruno HaibleWork around wctob bug on Solaris 9.
2008-12-20 Bruno HaibleEnsure wctob is declared on IRIX 6.5.
2008-12-20 Bruno HaibleNew module 'mbsrtowcs'.
2008-12-20 Bruno HaibleNew module 'mbrlen'.
2008-12-19 Bruno HaibleNew module 'mbrlen'.
2008-12-19 Bruno HaibleVerify an assumption.
2008-12-19 Bruno HaibleNew module 'mbrtowc'.
2008-12-19 Bruno HaibleNew module 'wctob'.
2008-12-18 Simon Josefssonflock: Fix trivial mistakes.
2008-12-18 Bruno HaibleVerify an assumption.
2008-12-17 Bruno HaibleNew module 'btowc'.
2008-12-17 Bruno HaibleNew module 'mbsinit'.
2008-12-17 Bruno Haibleenviron is supposed to be declared by <unistd.h>.
2008-12-16 Bruno Haibleparse-duration: various small improvements.
2008-12-15 Bruno HaibleFix compilation error on OSF/1 4.0.
2008-12-09 Ralf Wildenhuesadd missing include to parse-duration.c
2008-12-09 Jim Meyeringwork around mingw's lack of some S_IF definitions
2008-12-08 Jim Meyering* lib/posixtm.c: Remove now-useless declaration of...
2008-12-07 Bruno HaibleFix declaration of uniconv_register_autodetect function.
2008-12-07 Jim Meyeringposixtm.c: avoid a warning
next