summaryrefslogtreecommitdiff
path: root/ctype.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-15ctype: support iscntrl, ispunct, isxdigit and isprintLibravatar Nguyễn Thái Ngọc Duy1-5/+8
2012-10-15ctype: make sane_ctype[] const arrayLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2012-03-07Merge branch 'jc/pickaxe-ignore-case'Libravatar Junio C Hamano1-0/+36
2012-02-28grep: use static trans-case tableLibravatar Junio C Hamano1-0/+36
2012-02-10ctype.c only wants git-compat-util.hLibravatar Namhyung Kim1-1/+1
2011-04-08magic pathspec: futureproof shorthand formLibravatar Junio C Hamano1-7/+8
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2009-05-01ctype.c: fix typo in commentLibravatar René Scharfe1-1/+1
2009-01-17Add is_regex_special()Libravatar René Scharfe1-3/+4
2009-01-17Change NUL char handling of isspecial()Libravatar René Scharfe1-2/+2
2009-01-17Reformat ctype.cLibravatar René Scharfe1-18/+14
2008-08-28dir.c: Avoid c99 array initializationLibravatar Brandon Casey1-4/+6
2008-08-27ctype.c: protect tiny C preprocessor constantsLibravatar Junio C Hamano1-0/+5
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+0
2005-10-14Unlocalized isspace and friendsLibravatar Linus Torvalds1-0/+23