1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
Paul Eggert
a3fd683de3 version-etc: new year
* 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'.
2017-01-01 02:59:23 +00:00
Paul Eggert
71090a2a31 version-etc: new year
* 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'.
2016-01-01 00:57:21 -08:00
Paul Eggert
b9bfe78424 version-etc: new year
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date.
* all files: Run 'make update-copyright'.
2014-12-31 17:47:54 -08:00
Eric Blake
1276a2c5f2 maint: update copyright
I ran 'make update-copyright'.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-01-01 00:07:10 -07:00
Eric Blake
9fc81090f6 maint: update all copyright year number ranges
Run "make update-copyright".  Compare to commit 1602f0a from last year.

Signed-off-by: Eric Blake <eblake@redhat.com>
2013-01-01 00:50:58 +00:00
Jim Meyering
1602f0afed maint: update all copyright year number ranges
Run "make update-copyright".
2012-01-01 10:04:58 +01:00
Jim Meyering
d60f3b0c6b maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
2011-01-01 22:12:59 +01:00
Jim Meyering
b2e2010c7c update nearly all FSF copyright year lists to include 2010
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2010-01-01 10:42:00 +01:00
Bruno Haible
220f76a18a Fix *printf behaviour regarding the %ls directive. 2009-02-26 12:54:20 +01:00
Bruno Haible
5fc2139cf3 Work around snprintf bug on Linux libc5. 2008-04-19 21:42:16 +02:00
Bruno Haible
dac3bbf963 Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
code.
2008-03-30 15:18:13 +02:00
Bruno Haible
6cad9c9121 Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20. 2008-02-07 02:08:13 +01:00
Bruno Haible
474d4b34c6 Fix *printf behaviour for large precisions on mingw and BeOS. 2007-11-04 17:19:42 +01:00
Bruno Haible
7cd87873c8 Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD. 2007-11-03 16:52:20 +01:00
Bruno Haible
82485375cc Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1. 2007-05-20 09:01:48 +00:00
Bruno Haible
118b9d3f01 Fix *printf result for NaN, Inf, -0.0 on mingw. 2007-05-19 14:52:36 +00:00
Bruno Haible
060ad6de5e Add support for 'long double' number output. 2007-05-18 18:26:01 +00:00
Bruno Haible
e9bb23084a Work around an incorrect implementation of the 0 flag on most platforms. 2007-05-06 23:02:10 +00:00
Bruno Haible
2bb894abc6 Work around lack of support of grouping flag. 2007-05-06 15:29:04 +00:00
Bruno Haible
f227e78a14 Guard against vsnprintf implementations that mishandle a size=0 argument. 2007-04-29 15:40:30 +00:00
Bruno Haible
9f9bd78aba Implement the %F directive if the system doesn't implement it correctly. 2007-04-11 23:46:07 +00:00
Bruno Haible
5b57d6d54b Prefer nl_langinfo over localeconv. 2007-03-26 02:15:46 +00:00
Bruno Haible
5754af8805 Use 'case' statements instead of 'expr' invocations. 2007-03-09 01:24:32 +00:00
Bruno Haible
a6a6531cc5 New module 'snprintf-posix'. 2007-03-07 01:59:05 +00:00