summaryrefslogtreecommitdiff
path: root/include/ctype.h
AgeCommit message (Expand)Author
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2014-05-26Can't use a variable 'c' in a standard include; rename it to '_c'Philip Guenther
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2010-10-01Now that __only_inline is in <sys/cdefs.h>, replace the local versions inPhilip Guenthe
2010-07-25When using GCC, we always want GNU inline semantics. Fixes issues withMark Kettenis
2007-03-17allow extern inline stuff to proceed unchanged thru the mess that theMarc Espie
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2004-04-02fix non-gnu ansi compilers by not using 'inline' but '__inline' instead.Anil Madhavapeddy
2004-01-15If lint is defined, act like _ANSI_LIBRARY was defined. That wayTodd C. Miller
2004-01-13Allow this to compile on non-gcc. OK deraadt@ art@Todd C. Miller
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-30Back out __EOF stuff and just use -1 in ctype.h. This is OK sinceTodd C. Miller
2002-12-29Don't define EOF In ctype.h, some 3rd party code checks whether orTodd C. Miller
2002-12-15Casting to unsigned int in isfoo() causes problems on alpha andTodd C. Miller
2002-12-14fix typo; noticed by David KrauseTodd 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
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1998-04-30make ctype macros on char 0x82 and such workTheo de Raadt
1997-09-21Well, as we are heading for a release people are encouraged to rebuild theirNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt