kc3-lang/gnulib/lib/mbsrtowcs.c

Branch :


Log

Author Commit Date CI Message
1602f0af 2012-01-01 10:04:58 maint: update all copyright year number ranges Run "make update-copyright".
d980ee6c 2011-02-05 02:21:03 mbsrtowcs: Prepare for new module mbsrtowwcs. * lib/mbsrtowcs-impl.h: New file, extracted from lib/mbsrtowcs.c. * lib/mbsrtowcs.c: Include it. * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-impl.h.
d60f3b0c 2011-01-01 20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
b2e2010c 2010-01-01 10:31:12 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
3030c5b5 2009-12-28 10:50:36 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.
441aa304 2009-12-10 20:28:30 Use spaces for indentation, not tabs.
6906a95b 2008-12-21 14:45:44 New module 'mbsnrtowcs'.
7ec4dd07 2008-12-20 02:02:35 New module 'mbsrtowcs'.