Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: run 'make update-copyright' | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | maint: run 'make update-copyright' | Paul Eggert | 2020-12-31 | 1 | -1/+1 |
| | |||||
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-12-31 | 1 | -1/+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 |
| | | | | | | | | | | * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like. * all files: Run 'make update-copyright'. | ||||
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | | | | | | | * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like. * all files: Run 'make update-copyright'. | ||||
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
| | | | | | | * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'. | ||||
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
| | | | | | | I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com> | ||||
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
| | | | | | | Run "make update-copyright". Compare to commit 1602f0a from last year. Signed-off-by: Eric Blake <eblake@redhat.com> | ||||
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | *printf: Add support for MSVC compiler. | Bruno Haible | 2011-09-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N): On MSVC, install a handler that handles the exception caused by the %n directive. When cross-compiling, guess no on native Windows. (gl_SNPRINTF_TRUNCATION_C99, gl_SNPRINTF_RETVAL_C99, gl_SNPRINTF_DIRECTIVE_N, gl_SNPRINTF_SIZE1): When snprintf is missing, emulate it through vsnprintf. * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Update comment. * doc/posix-functions/dprintf.texi: Update documentation regarding MSVC 9. * doc/posix-functions/fprintf.texi: Likewise. * doc/posix-functions/printf.texi: Likewise. * doc/posix-functions/snprintf.texi: Likewise. * doc/posix-functions/sprintf.texi: Likewise. * doc/posix-functions/swprintf.texi: Likewise. * doc/posix-functions/vdprintf.texi: Likewise. * doc/posix-functions/vfprintf.texi: Likewise. * doc/posix-functions/vprintf.texi: Likewise. * doc/posix-functions/vsnprintf.texi: Likewise. * doc/posix-functions/vsprintf.texi: Likewise. * doc/glibc-functions/asprintf.texi: Likewise. * doc/glibc-functions/obstack_printf.texi: Likewise. * doc/glibc-functions/obstack_vprintf.texi: Likewise. * doc/glibc-functions/vasprintf.texi: Likewise. | ||||
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
| | | | | Run the new "make update-copyright" rule. | ||||
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
| | | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081 | ||||
* | Fix *printf behaviour regarding the %ls directive. | Bruno Haible | 2009-02-26 | 1 | -16/+22 |
| | |||||
* | Work around snprintf bug on Linux libc5. | Bruno Haible | 2008-04-19 | 1 | -5/+10 |
| | |||||
* | Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C | Bruno Haible | 2008-03-30 | 1 | -2/+1 |
| | | | | code. | ||||
* | Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20. | Bruno Haible | 2008-02-07 | 1 | -12/+18 |
| | |||||
* | Fix *printf behaviour for large precisions on mingw and BeOS. | Bruno Haible | 2007-11-04 | 1 | -9/+15 |
| | |||||
* | Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD. | Bruno Haible | 2007-11-03 | 1 | -8/+14 |
| | |||||
* | Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1. | Bruno Haible | 2007-05-20 | 1 | -17/+23 |
| | |||||
* | Fix *printf result for NaN, Inf, -0.0 on mingw. | Bruno Haible | 2007-05-19 | 1 | -15/+21 |
| | |||||
* | Add support for 'long double' number output. | Bruno Haible | 2007-05-18 | 1 | -14/+20 |
| | |||||
* | Work around an incorrect implementation of the 0 flag on most platforms. | Bruno Haible | 2007-05-06 | 1 | -8/+14 |
| | |||||
* | Work around lack of support of grouping flag. | Bruno Haible | 2007-05-06 | 1 | -8/+14 |
| | |||||
* | Guard against vsnprintf implementations that mishandle a size=0 argument. | Bruno Haible | 2007-04-29 | 1 | -4/+9 |
| | |||||
* | Implement the %F directive if the system doesn't implement it correctly. | Bruno Haible | 2007-04-11 | 1 | -9/+15 |
| | |||||
* | Prefer nl_langinfo over localeconv. | Bruno Haible | 2007-03-26 | 1 | -6/+2 |
| | |||||
* | Use 'case' statements instead of 'expr' invocations. | Bruno Haible | 2007-03-09 | 1 | -10/+31 |
| | |||||
* | New module 'vsnprintf-posix'. | Bruno Haible | 2007-03-07 | 1 | -0/+41 |