| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: run 'make update-copyright' | Paul Eggert | 2020-12-31 | 1 | -1/+1 |
* | vasnprintf: Don't use %n on modern, ISO C 99 compliant platforms. | Bruno Haible | 2020-10-04 | 1 | -1/+11 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-12-31 | 1 | -1/+1 |
* | vasnprintf: Assume that the compiler supports 'long long'. | Bruno Haible | 2019-12-22 | 1 | -4/+1 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
* | dup, execute, fatal-signal, etc.: no 'static inline' | Paul Eggert | 2012-11-29 | 1 | -2/+1 |
* | maint: spelling fixes | Paul Eggert | 2012-02-05 | 1 | -3/+3 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | vasnprintf: Optimize bit search operation. | Bruno Haible | 2011-10-15 | 1 | -1/+4 |
* | Properly quote AC_CHECK_DECLS' 4th argument. | Bruno Haible | 2011-09-15 | 1 | -2/+2 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | Ensure that <features.h> is included before __GLIBC__ is tested. | Bruno Haible | 2010-11-20 | 1 | -1/+2 |
* | vasnprintf: Correct handling of unconvertible wide string arguments. | Bruno Haible | 2010-04-10 | 1 | -1/+13 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | Avoid warning about use AC_REQUIRE in recent autoconf. | Bruno Haible | 2009-05-04 | 1 | -3/+3 |
* | Fix *printf behaviour regarding the %ls directive. | Bruno Haible | 2009-02-26 | 1 | -1/+17 |
* | vasnprintf: Fix invalid read past end of memory block. | Bruno Haible | 2009-02-24 | 1 | -2/+2 |
* | many *.m4 files: improve m4 quoting | Jim Meyering | 2009-01-14 | 1 | -18/+18 |
* | Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C | Bruno Haible | 2008-03-30 | 1 | -2/+1 |
* | Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20. | Bruno Haible | 2008-02-07 | 1 | -2/+18 |
* | Align checks for ptrdiff_t. | Bruno Haible | 2007-11-11 | 1 | -2/+5 |
* | Fix *printf behaviour for large precisions on mingw and BeOS. | Bruno Haible | 2007-11-04 | 1 | -1/+23 |
* | Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD. | Bruno Haible | 2007-11-03 | 1 | -1/+24 |
* | Add support for Unicode strings (both as output format and as arguments to | Bruno Haible | 2007-06-11 | 1 | -1/+14 |
* | Test for _snprintf (missing since 2003-11-16). | Bruno Haible | 2007-06-10 | 1 | -1/+4 |
* | Fix typo. | Bruno Haible | 2007-06-06 | 1 | -2/+2 |
* | Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1. | Bruno Haible | 2007-05-20 | 1 | -10/+33 |
* | Fix *printf result for NaN, Inf, -0.0 on mingw. | Bruno Haible | 2007-05-19 | 1 | -1/+17 |
* | Add support for 'long double' number output. | Bruno Haible | 2007-05-18 | 1 | -1/+17 |
* | Work around an incorrect implementation of the 0 flag on most platforms. | Bruno Haible | 2007-05-06 | 1 | -1/+16 |
* | Work around lack of support of grouping flag. | Bruno Haible | 2007-05-06 | 1 | -1/+16 |
* | Implement the %F directive if the system doesn't implement it correctly. | Bruno Haible | 2007-04-11 | 1 | -1/+16 |
* | Assume 'long double' exists. | Bruno Haible | 2007-04-06 | 1 | -4/+1 |
* | No tabs please. | Bruno Haible | 2007-03-26 | 1 | -2/+2 |
* | * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix | Eric Blake | 2007-03-26 | 1 | -1/+1 |
* | * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix | Eric Blake | 2007-03-26 | 1 | -2/+4 |
* | Don't use unportable shell statement. | Bruno Haible | 2007-03-26 | 1 | -6/+8 |
* | Prefer nl_langinfo over localeconv. | Bruno Haible | 2007-03-26 | 1 | -1/+13 |
* | Test for vasnprintf in the macro that need it. | Bruno Haible | 2007-03-07 | 1 | -2/+3 |
* | Small reorganization. | Bruno Haible | 2007-03-05 | 1 | -0/+4 |
* | New module 'vasnprintf-posix'. | Bruno Haible | 2007-03-04 | 1 | -10/+16 |
* | Assume that the C compiler understands the 'signed' keyword. | Bruno Haible | 2006-10-27 | 1 | -2/+1 |
* | Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG. | Bruno Haible | 2006-10-11 | 1 | -5/+5 |
* | Use an all-permissive copyright notice, recommended by RMS. | Bruno Haible | 2005-01-18 | 1 | -5/+3 |