summaryrefslogtreecommitdiff
path: root/lib/libc/gen/isctype.c
AgeCommit message (Expand)Author
2005-08-08zap remaining rcsid.Marc Espie
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2003-06-10Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-15Casting to unsigned int in isfoo() causes problems on alpha andTodd C. Miller
2002-12-14Instead of doing "if (c == EOF) return 0;" use the hook ('?') operatorTodd C. Miller
2002-12-13Less stupid check for 7-bit ascii in toupper/tolowerTodd C. Miller
2002-12-13Cast to unsigned int, not unsigned char, since what is being cast is anTodd C. Miller
2001-06-27Make the functions (which get linked in if <ctype.h> isn't #included) behavePaul Janzen
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt