summaryrefslogtreecommitdiff
path: root/ctype.c
AgeCommit message (Expand)Author
2015-03-02kwset: use unsigned char to store values with high-bit setBen Walton
2012-10-15ctype: support iscntrl, ispunct, isxdigit and isprintNguyễn Thái Ngọc Duy
2012-10-15ctype: make sane_ctype[] const arrayNguyễn Thái Ngọc Duy
2012-03-07Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano
2012-02-28grep: use static trans-case tableJunio C Hamano
2012-02-10ctype.c only wants git-compat-util.hNamhyung Kim
2011-04-08magic pathspec: futureproof shorthand formJunio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2009-05-01ctype.c: fix typo in commentRené Scharfe
2009-01-18Add is_regex_special()René Scharfe
2009-01-18Change NUL char handling of isspecial()René Scharfe
2009-01-18Reformat ctype.cRené Scharfe
2008-08-29dir.c: Avoid c99 array initializationBrandon Casey
2008-08-27ctype.c: protect tiny C preprocessor constantsJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2005-10-15Unlocalized isspace and friendsLinus Torvalds