1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
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
Jim Meyering
3030c5b5e0 update nearly all FSF copyright year lists to include 2009
The files named by the following are exempted:

    grep -v '^#' config/srclist.txt|grep -v '^$' \
      | while read src dst; do
          test -f "$dst" && { echo "$dst"; continue; }
          test -d "$dst" || continue
          echo "$dst"/$(basename "$src")
        done > exempt
    git ls-files tests/unictype >> exempt

In the remaining files, convert to all-interval notation if
- there is already at least one year interval like 2000-2003
- the file is maintained by me
- the file is in lib/uni*/, where that style already prevails
Otherwise, use update-copyright's default.
2009-12-29 17:49:30 +01:00
Bruno Haible
f797ae7485 Fix rounding when a precision is given. 2008-04-19 17:26:36 +02:00
Bruno Haible
57fdfd3f8e Change copyright notice from GPLv2+ to GPLv3+. 2007-10-07 19:14:58 +02:00
Bruno Haible
e10764b1e1 Avoid test failures on platforms where -0.0 and 0.0 are identical. 2007-05-19 22:57:58 +00:00
Bruno Haible
e81beb204e Avoid test failures on IRIX 6.5. 2007-05-19 22:30:24 +00:00
Bruno Haible
d6f2795056 Add tests for %f and %F directives. 2007-04-13 16:56:08 +00:00
Bruno Haible
3d17c28235 Guard against FreeBSD 6.1 bug. 2007-04-13 10:56:10 +00:00
Bruno Haible
91cb787c08 FreeBSD 6.1 produces different printf output than glibc. 2007-04-06 03:44:35 +00:00
Bruno Haible
6136fd62a3 Work around a DEC C compiler bug. 2007-03-25 19:56:22 +00:00
Bruno Haible
ed91d0417a Tests for module 'vprintf-posix'. 2007-03-09 03:43:46 +00:00