aboutsummaryrefslogtreecommitdiffstats
path: root/ctype.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-05kwset: move translation table from ctypeCalvin Wan1-36/+0
2015-03-02kwset: use unsigned char to store values with high-bit setBen Walton1-1/+1
2012-10-15ctype: support iscntrl, ispunct, isxdigit and isprintNguyễn Thái Ngọc Duy1-5/+8
2012-10-15ctype: make sane_ctype[] const arrayNguyễn Thái Ngọc Duy1-1/+1
2012-03-07Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano1-0/+36
2012-02-28grep: use static trans-case tableJunio C Hamano1-0/+36
2012-02-10ctype.c only wants git-compat-util.hNamhyung Kim1-1/+1
2011-04-08magic pathspec: futureproof shorthand formJunio C Hamano1-7/+8
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2009-05-01ctype.c: fix typo in commentRené Scharfe1-1/+1
2009-01-17Add is_regex_special()René Scharfe1-3/+4
2009-01-17Change NUL char handling of isspecial()René Scharfe1-2/+2
2009-01-17Reformat ctype.cRené Scharfe1-18/+14
2008-08-28dir.c: Avoid c99 array initializationBrandon Casey1-4/+6
2008-08-27ctype.c: protect tiny C preprocessor constantsJunio C Hamano1-0/+5
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2005-10-14Unlocalized isspace and friendsLinus Torvalds1-0/+23