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)
commit4546738b58a0134eef154231b07d60fc174d56e3
tree873d8e5652c06c3891278f33546c437efc209c2d
parentd402d5566fdf226697a386dfb9858e5d954e9b91
Unlocalized isspace and friends

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>
16 files changed:
Makefile
apply.c
cache.h
commit-tree.c
commit.c
config.c
convert-objects.c
ctype.c [new file with mode: 0644]
date.c
diff-tree.c
ident.c
mailsplit.c
pack-objects.c
patch-id.c
refs.c
update-ref.c