Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Unlocalized isspace and friends
author
Linus Torvalds
<torvalds@osdl.org>
Thu, 13 Oct 2005 18:03:18 +0000
(11:03 -0700)
committer
Junio 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>
raw
|
patch
| inline |
side by side
(from:
4546738
)
No differences found