summaryrefslogtreecommitdiff
path: root/m4/vsnprintf.m4
Commit message (Collapse)AuthorAgeFilesLines
* 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
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | 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.
* Fix typo in last commit.Bruno Haible2008-04-221-1/+1
|
* Work around snprintf bug on Linux libc5.Bruno Haible2008-04-191-3/+12
|
* Fix last commit: Require gl_STDIO_H_DEFAULTS.Bruno Haible2007-03-071-0/+1
|
* New module 'vsnprintf-posix'.Bruno Haible2007-03-071-3/+14
|
* vsnprintf.h is replaced with <stdio.h>.Bruno Haible2007-02-211-2/+6
|
* Use an all-permissive copyright notice, recommended by RMS.Paul Eggert2005-01-231-6/+4
|
* New module 'vsnprintf'.Bruno Haible2004-10-111-0/+17