summaryrefslogtreecommitdiffstats
path: root/include/ctype.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New POSIX xlocale implementation written from scratch.schwarze2017-09-051-2/+112
* Can't use a variable 'c' in a standard include; rename it to '_c'guenther2014-05-261-41/+41
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-5/+5
* Now that __only_inline is in <sys/cdefs.h>, replace the local versions inguenther2010-10-011-32/+19
* When using GCC, we always want GNU inline semantics. Fixes issues withkettenis2010-07-251-2/+2
* allow extern inline stuff to proceed unchanged thru the mess that theespie2007-03-171-1/+5
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-5/+13
* activate LC_CTYPE for 8 bits locale.espie2005-08-081-3/+3
* fix non-gnu ansi compilers by not using 'inline' but '__inline' instead.avsm2004-04-021-2/+2
* If lint is defined, act like _ANSI_LIBRARY was defined. That waymillert2004-01-151-5/+5
* Allow this to compile on non-gcc. OK deraadt@ art@millert2004-01-131-19/+31
* Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).millert2003-06-101-37/+38
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Back out __EOF stuff and just use -1 in ctype.h. This is OK sincemillert2002-12-301-16/+12
* Don't define EOF In ctype.h, some 3rd party code checks whether ormillert2002-12-291-13/+15
* Casting to unsigned int in isfoo() causes problems on alpha andmillert2002-12-151-12/+12
* fix typo; noticed by David Krausemillert2002-12-141-2/+2
* Instead of doing "if (c == EOF) return 0;" use the hook ('?') operatormillert2002-12-141-34/+12
* Less stupid check for 7-bit ascii in toupper/tolowermillert2002-12-131-6/+4
* Cast to unsigned int, not unsigned char, since what is being cast is anmillert2002-12-131-15/+15
* Convert ctype.h macros into inline functions. This fixes the issues wemillert2002-12-111-39/+142
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-19/+19
* make ctype macros on char 0x82 and such workderaadt1998-04-301-16/+16
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+108