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>
This commit is contained in:
Linus Torvalds
2005-10-13 11:03:18 -07:00
committed by Junio C Hamano
parent d402d5566f
commit 4546738b58
16 changed files with 51 additions and 14 deletions

1
date.c
View File

@ -4,7 +4,6 @@
* Copyright (C) Linus Torvalds, 2005
*/
#include <ctype.h>
#include <time.h>
#include "cache.h"