summaryrefslogtreecommitdiffstats
path: root/include/wctype.h
Commit message (Expand)AuthorAgeFilesLines
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-041-0/+5
* Revert r231673 and r231682 for now, until we can run a full makedim2012-02-141-5/+0
* Cleanup of xlocale:theraven2012-02-141-0/+5
* Don't expose the wctype.h macros in C++ mode. They cause problems whentheraven2011-11-121-1/+3
* Back out iswascii change from prev. commit, iswascii was right,ache2007-10-141-1/+1
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-131-1/+1
* Include _ctype.h instead of ctype.h to avoid namespace pollution.tjr2004-08-121-1/+1
* Add a function to iterate over all characters in a particular charactertjr2004-07-081-0/+1
* Use __isctype() instead of __istype() for iswdigit() and iswxdigit() fortjr2004-05-311-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-4/+4
* Whitespace formatting changes: line up macro bodies, function names,tjr2002-08-061-33/+35
* Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),tjr2002-08-051-6/+37
* Change wctype_t to an unsigned type to avoid warnings.tjr2002-08-041-1/+1
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.tjr2002-08-041-0/+7
* Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.tjr2002-08-031-3/+14
* Breath deep and take __P out of the system include files.imp2002-03-231-14/+14
* VCS ID fixupobrien2001-07-101-3/+1
* adapt to FreeBSD.tshiozak2001-05-151-0/+3
* initial import of wchar.h and wctype.htshiozak2001-05-151-0/+65
OpenPOWER on IntegriCloud