lib/c-ctype.h


Log

Author Commit Date CI Message
Jim Meyering b2e2010c 2010-01-01T10: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
Jim Meyering 3030c5b5 2009-12-28T10: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.
Bruno Haible cb9819cb 2008-10-03T14:04:31 Add a comment.
Bruno Haible 2c4a44a5 2006-11-06T12:55:16 Avoid name mangling in C++ mode.
Bruno Haible ea5d548f 2006-10-11T12:39:18 Make it possible to #define c_isascii etc. to aliases.
Bruno Haible b7f775d3 2006-07-22T14:05:49 Linebreak copyright message.
Paul Eggert 267a39ba 2005-05-14T06:03:57 *** empty log message ***
Bruno Haible a57f5d74 2003-01-28T20:55:20 Optimization and comments.
Bruno Haible f02c0a8f 2003-01-28T13:47:46 New module c-ctype.