Unlocalized isspace and friends
authorLinus Torvalds <torvalds@osdl.org>
Thu, 13 Oct 2005 18:03:18 +0000 (11:03 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Oct 2005 00:17:27 +0000 (17:17 -0700)
Do our own ctype.h, just to get the sane semantics: we want
locale-independence, _and_ we want the right signed behaviour. Plus we
only use a very small subset of ctype.h anyway (isspace, isalpha,
isdigit and isalnum).

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found