summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/isctype.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zap remaining rcsid.espie2005-08-081-4/+1
* ansify function definitions and zap some `register'jfb2004-05-181-33/+17
* Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).millert2003-06-101-12/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Casting to unsigned int in isfoo() causes problems on alpha andmillert2002-12-151-12/+12
* Instead of doing "if (c == EOF) return 0;" use the hook ('?') operatormillert2002-12-141-35/+13
* Less stupid check for 7-bit ascii in toupper/tolowermillert2002-12-131-5/+3
* Cast to unsigned int, not unsigned char, since what is being cast is anmillert2002-12-131-13/+13
* Make the functions (which get linked in if <ctype.h> isn't #included) behavepjanzen2001-06-271-12/+37
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+178