strtod: avoid C99 decl-after-statement
[gnulib.git] / lib /
2009-02-25 Bruno HaibleFix comment.
2009-02-24 Bruno HaibleTypography in comments.
2009-02-24 Bruno HaibleUpdate copyright year.
2009-02-24 Bruno Haiblevasnprintf: Fix invalid read past end of memory block.
2009-02-22 Bruno HaibleImplement new clarified decomposition of Hangul syllables.
2009-02-22 Bruno HaibleHandle empty strings correctly.
2009-02-22 Bruno HaibleCosmetic tweaks in the safe-alloc module.
2009-02-21 Bruno HaibleNew module 'uninorm/filter'.
2009-02-21 Bruno HaibleWhitespace.
2009-02-21 Bruno HaibleAdd a comment.
2009-02-21 Bruno HaibleNew module 'uninorm/nfkc'.
2009-02-21 Bruno HaibleNew module 'uninorm/nfkd'.
2009-02-21 Bruno HaibleNew module 'uninorm/nfc'.
2009-02-21 Bruno HaibleNew module 'uninorm/nfd'.
2009-02-21 Bruno HaibleNew module 'uninorm/u32-normalize'.
2009-02-21 Bruno HaibleNew module 'uninorm/u16-normalize'.
2009-02-21 Bruno HaibleNew module 'uninorm/u8-normalize'.
2009-02-21 Bruno HaibleNew module 'uninorm/decompose-internal'.
2009-02-21 Bruno HaibleNew module 'uninorm/composition'.
2009-02-21 Bruno HaibleNew module 'uninorm/compat-decomposition'.
2009-02-21 Bruno HaibleNew module 'uninorm/canonical-decomposition'.
2009-02-21 Bruno HaibleNew module 'uninorm/decomposition'.
2009-02-21 Bruno HaibleNew module 'uninorm/decomposition-table'.
2009-02-21 Bruno HaibleRemove old, dead code in last commit.
2009-02-21 Bruno HaibleEmit decomposition and composition tables.
2009-02-21 Bruno HaibleNew module 'uninorm/base'.
2009-02-21 David LutterkortNew module 'safe-alloc'.
2009-02-18 Jim Meyeringfts: avoid used-uninitialized error due to recent change
2009-02-16 Jim Meyeringfts: add #if guards so that the fts_lgpl module still...
2009-02-16 Bruno HaibleNew module 'array-mergesort'.
2009-02-15 Bruno HaibleFix 2009-02-07 commit of format strings.
2009-02-13 Jim Meyeringfts: arrange not to stat non-directories in more cases
2009-02-13 Jim Meyeringfts: move a function definition "up" (no semantic change)
2009-02-11 Jim Meyeringfts: correct internal computation of nlinks (optimizati...
2009-02-10 Bruno HaibleRename tables.[hc] to lbrktables.[hc].
2009-02-09 Simon Josefssonsockets: Add gl_fd_to_handle.
2009-02-08 Bruno HaibleAutomatically generated by gen-uni-tables for Unicode...
2009-02-08 Bruno HaibleNew module 'unicase/totitle'.
2009-02-08 Bruno HaibleNew module 'unicase/tolower'.
2009-02-08 Bruno HaibleNew module 'unicase/toupper'.
2009-02-08 Bruno HaibleGenerate also simple case mapping tables.
2009-02-08 Bruno HaibleNew module 'unicase/base'.
2009-02-08 Bruno HaibleNew module 'uniwbrk/ulc-wordbreaks'.
2009-02-08 Bruno HaibleNew module 'uniwbrk/u32-wordbreaks'.
2009-02-08 Bruno HaibleNew module 'uniwbrk/u16-wordbreaks'.
2009-02-08 Bruno HaibleNew module 'uniwbrk/u8-wordbreaks'.
2009-02-08 Bruno HaibleNew module 'uniwbrk/table'.
2009-02-08 Bruno HaibleNew module 'uniwbrk/wordbreak-property'.
2009-02-08 Bruno HaibleAutomatically generated by gen-uni-tables.
2009-02-08 Bruno HaibleGenerate table with word break data.
2009-02-08 Bruno HaibleNew module 'uniwbrk/base'.
2009-02-08 Bruno HaibleRegenerated for Unicode 5.1.0.
2009-02-08 Bruno HaibleUpdate for Unicode 5.1.0.
2009-02-08 Bruno HaibleRegenerated for Unicode 5.1.0.
2009-02-08 Bruno HaibleUpdate to Unicode 5.1.0.
2009-02-08 Bruno HaibleUpdate to Unicode 5.1.0.
2009-02-08 Bruno HaibleRegenerated for Unicode 5.1.0.
2009-02-08 Bruno HaibleUpdate to Unicode 5.1.0.
2009-02-08 Bruno HaibleMerge gen-ctype and gen-lbrk into gen-uni-tables.
2009-02-07 Bruno HaibleNew modules unistr/u{8,16,32}-strcoll.
2009-02-07 Bruno HaibleNew module 'unistr/u32-strcoll'.
2009-02-07 Bruno HaibleNew module 'unistr/u16-strcoll'.
2009-02-07 Bruno HaibleNew module 'unistr/u8-strcoll'.
2009-02-07 Bruno HaibleMake 64-bit clean.
2009-02-07 Jim Meyeringregex: avoid compilation failure with upcoming gcc-4.4
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'.
next