summaryrefslogtreecommitdiff
path: root/m4/sprintf-posix.m4
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
|
* version-etc: new yearPaul Eggert2017-01-011-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 yearPaul Eggert2016-01-011-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 yearPaul Eggert2014-12-311-1/+1
| | | | | | * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'.
* maint: update copyrightEric Blake2014-01-011-1/+1
| | | | | | I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com>
* maint: update all copyright year number rangesEric Blake2013-01-011-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 rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-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 Haible2009-02-261-11/+17
|
* Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the CBruno Haible2008-03-301-2/+1
| | | | code.
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-071-8/+14
|
* Fix *printf behaviour for large precisions on mingw and BeOS.Bruno Haible2007-11-041-5/+11
|
* Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.Bruno Haible2007-11-031-4/+10
|
* Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.Bruno Haible2007-05-201-13/+19
|
* Fix *printf result for NaN, Inf, -0.0 on mingw.Bruno Haible2007-05-191-11/+17
|
* Add support for 'long double' number output.Bruno Haible2007-05-181-9/+16
|
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-061-3/+9
|
* Work around lack of support of grouping flag.Bruno Haible2007-05-061-3/+9
|
* Implement the %F directive if the system doesn't implement it correctly.Bruno Haible2007-04-111-5/+11
|
* Prefer nl_langinfo over localeconv.Bruno Haible2007-03-261-6/+2
|
* Use 'case' statements instead of 'expr' invocations.Bruno Haible2007-03-091-6/+20
|
* New module 'sprintf-posix'.Bruno Haible2007-03-071-0/+38