| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | strtod: next round of AIX fixes | Eric Blake | 2010-07-30 | 1 | -4/+14 |
* | strtod: fix bug in replacement function on AIX | Eric Blake | 2010-07-30 | 1 | -4/+9 |
* | unistr/u*-chr, unistr/u*-strchr: Fix link errors and warnings. | Bruno Haible | 2010-07-28 | 1 | -0/+2 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2010-07-28 | 6 | -21/+21 |
* | mbspcasecmp: Fix function specification. | Bruno Haible | 2010-07-28 | 2 | -11/+9 |
* | timespec: use cast and not conditional, as truncation isn't possible | Paul R. Eggert | 2010-07-26 | 1 | -4/+28 |
* | unistr/u8-chr, unistr/u8-strchr: use Boyer-Moore like algorithm. | Paolo Bonzini | 2010-07-23 | 2 | -71/+246 |
* | unistr/u8-strchr: Optimize non-ASCII argument case. | Bruno Haible | 2010-07-18 | 1 | -3/+3 |
* | getcwd: on Solaris, work better if ancestors are inaccessible | Paul R. Eggert | 2010-07-14 | 1 | -8/+25 |
* | pthread: Add enough so that coreutils/src/sort.c compiles. | Paul R. Eggert | 2010-07-13 | 1 | -17/+181 |
* | striconveh: Simplify last commit. | Bruno Haible | 2010-07-13 | 1 | -8/+3 |
* | striconveh: Don't malloc memory if the result buffer is sufficient. | Bruno Haible | 2010-07-13 | 1 | -7/+16 |
* | strtod: Add safety check. | Bruno Haible | 2010-07-13 | 1 | -1/+6 |
* | memcoll: clarify sizes versus lengths, document better, and tweak perf | Paul R. Eggert | 2010-07-12 | 2 | -30/+28 |
* | New module '_Exit'. | Bruno Haible | 2010-07-12 | 2 | -0/+50 |
* | strtod: make it more-accurate typically, and don't require libm | Paul R. Eggert | 2010-07-12 | 1 | -203/+216 |
* | unistr/u8-strchr: Optimize ASCII argument case. | Pádraig Brady | 2010-07-11 | 1 | -6/+21 |
* | (x)memcoll: minor tweaks | Paul Eggert | 2010-07-08 | 4 | -24/+17 |
* | (x)memcoll: speedup when input is known to be NUL delimited | Chen Guo | 2010-07-08 | 4 | -40/+85 |
* | fsusage: Clarify which code applies to which platforms. | Bruno Haible | 2010-07-04 | 1 | -5/+8 |
* | hash: once again explicitly disallow insertion of NULL | Jim Meyering | 2010-07-04 | 1 | -1/+8 |
* | hash: extend module to deal with non-pointer keys | Jim Meyering | 2010-07-01 | 2 | -18/+43 |
* | string: Fix syntax error with g++ 2.96. | Bruno Haible | 2010-06-30 | 1 | -16/+22 |
* | memmem: slight optimization | Eric Blake | 2010-06-22 | 1 | -19/+40 |
* | Fix HAVE_CALLOC_POSIX misnomer. | Bruno Haible | 2010-06-22 | 1 | -1/+1 |
* | Fix HAVE_REALLOC_POSIX misnomer. | Bruno Haible | 2010-06-22 | 1 | -1/+1 |
* | Fix HAVE_MALLOC_POSIX misnomer. | Bruno Haible | 2010-06-22 | 1 | -1/+1 |
* | stdio.in.h: fix compilation failure when using HP-UX 11's C compiler | Richard Lloyd | 2010-06-20 | 1 | -1/+1 |
* | select: Correct timeout. | René Berber | 2010-06-15 | 1 | -1/+1 |
* | priv-set: Don't assume that priv.h exists merely because getppriv does. | Paul Eggert | 2010-06-14 | 2 | -2/+2 |
* | inttostr: add a new function, inttostr, and tests | Jim Meyering | 2010-06-10 | 7 | -64/+69 |
* | Avoid relocwrapper link errors due to gnulib replacement functions. | Bruno Haible | 2010-06-09 | 1 | -4/+16 |
* | Avoid relocwrapper link errors due to gnulib replacement functions. | Bruno Haible | 2010-06-09 | 7 | -0/+23 |
* | Module setenv does not depend on 'malloc-posix', 'realloc-posix'. | Bruno Haible | 2010-06-09 | 1 | -0/+3 |
* | regex: avoid new dead-code warning with gcc-4.6.0 | Jim Meyering | 2010-06-07 | 1 | -1/+3 |
* | time: Undefine more broken macros. | Bruno Haible | 2010-06-03 | 1 | -2/+7 |
* | time: work with mingw + pthreads-win32 library | Eric Blake | 2010-06-02 | 1 | -1/+6 |
* | Don't use conversion with transliteration in u{8,16,32}_strcoll. | Bruno Haible | 2010-05-24 | 4 | -10/+15 |
* | regex: Don't require alloca. | Bruno Haible | 2010-05-24 | 1 | -0/+2 |
* | git-merge-changelog: Enable --split-merged-entry by default. | Bruno Haible | 2010-05-23 | 1 | -3/+4 |
* | Avoid valgrind error reports from libunistring. | Bruno Haible | 2010-05-19 | 1 | -0/+9 |
* | New module 'libunistring-optional'. | Bruno Haible | 2010-05-18 | 11 | -0/+0 |
* | Fix collision between gnulib's and libintl's printf replacements. | Bruno Haible | 2010-05-16 | 3 | -10/+18 |
* | error: Use system's fcntl function. | Bruno Haible | 2010-05-09 | 1 | -0/+3 |
* | verify: adjust formatting to be more consistent | Jim Meyering | 2010-05-09 | 1 | -3/+3 |
* | error: More reliable output on mingw. | Bruno Haible | 2010-05-09 | 1 | -2/+27 |
* | vasnprintf: Fix syntax errors in libintl build on mingw. | Bruno Haible | 2010-05-09 | 1 | -1/+3 |
* | Update for Cygwin 1.7. | Bruno Haible | 2010-05-09 | 2 | -25/+24 |
* | exclude: Unescape hashed patterns in wildcard mode. | Sergey Poznyakoff | 2010-05-06 | 1 | -0/+22 |
* | Further improvements to verify.h, suggested by Eric Blake. | Paul Eggert | 2010-05-05 | 1 | -13/+16 |