summaryrefslogtreecommitdiffstats
path: root/include/ctype.h
Commit message (Expand)AuthorAgeFilesLines
* Correctly expose xlocale functions if people include the headers in the wrongtheraven2012-03-281-1/+1
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-041-0/+4
* Revert r231673 and r231682 for now, until we can run a full makedim2012-02-141-4/+0
* Cleanup of xlocale:theraven2012-02-141-0/+4
* Hide some more macros that will break C++ when compiling in C++ mode.theraven2011-11-131-1/+3
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Don't prototype _tolower() and _toupper(). They're not supposed to bedas2009-03-141-2/+0
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-131-21/+21
* Move some internal macros and inlines from ctype.h to a new file, _ctype.h,tjr2004-08-121-89/+1
* Now that <runetype.h> no longer brings in namespace pollution,tjr2004-06-231-11/+0
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-231-4/+4
* Make isblank() visible in the C99 namespace.tjr2004-04-211-2/+8
* Solve the <runetype.h> pollution problem by disabling inlinemike2002-09-091-4/+16
* o Fix namespace scope issues in <ctype.h> by using the relatively newmike2002-09-061-9/+29
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-16/+16
* Move internal defines from here to libc/locale/wcwidth.cache2002-08-191-3/+0
* Properly define SWIDTH1, add autowidth (was SWIDTH1)ache2002-08-191-1/+2
* Add swidth definition for wchar stuffkeichii2002-08-161-0/+6
* Breath deep and take __P out of the system include files.imp2002-03-231-31/+31
* Makes __istype() an inline (and a non inlined) function to avoid C++bbraun2002-02-051-2/+7
* There is a problem in that one cannot use ctype.h at the same time as partsobrien2000-02-081-31/+31
* Back up following macros by functions: ishexnumber, isideogram, isnumber,phantom1999-12-171-5/+10
* Oops, fix typo in istype definitionache1997-09-271-1/+1
* 1) Bring '!!' back since we wan't overflow even a charache1997-09-271-17/+19
* Oops, wrong version of digittoint fix was commited, step back to v1.8ache1997-09-251-8/+6
* Fix digittoint broken long agoache1997-09-251-14/+8
* Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not surepeter1997-09-251-3/+3
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-241-1/+10
* Fixed longstanding namespace convolution involving rune_t vs wchar_t.bde1996-05-011-14/+14
* Slightly simplify inlined functionsache1996-03-251-6/+3
* Fix isspecial/isphonogram, they was swappedache1995-11-031-18/+13
* Reviewed by: ache and wollman (long ago)bde1995-04-071-52/+84
* Move inline args out of user namespace.ache1995-04-071-20/+20
* Remove EOF handling after Bruce explanation. This step returnsache1994-10-091-13/+0
* Handle EOF case in all macros by ANSI standard.ache1994-10-081-0/+21
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+147
OpenPOWER on IntegriCloud