aboutsummaryrefslogtreecommitdiff
path: root/include/wctype.h
Commit message (Expand)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Commit log from Dragonfly:Baptiste Daroussin2015-10-131-5/+5
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall2012-03-041-0/+5
* Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric2012-02-141-5/+0
* Cleanup of xlocale:David Chisnall2012-02-141-0/+5
* Don't expose the wctype.h macros in C++ mode. They cause problems whenDavid Chisnall2011-11-121-1/+3
* Back out iswascii change from prev. commit, iswascii was right,Andrey A. Chernov2007-10-141-1/+1
* The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov2007-10-131-1/+1
* Include _ctype.h instead of ctype.h to avoid namespace pollution.Tim J. Robbins2004-08-121-1/+1
* Add a function to iterate over all characters in a particular characterTim J. Robbins2004-07-081-0/+1
* Use __isctype() instead of __istype() for iswdigit() and iswxdigit() forTim J. Robbins2004-05-311-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-4/+4
* Whitespace formatting changes: line up macro bodies, function names,Tim J. Robbins2002-08-061-33/+35
* Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),Tim J. Robbins2002-08-051-6/+37
* Change wctype_t to an unsigned type to avoid warnings.Tim J. Robbins2002-08-041-1/+1
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.Tim J. Robbins2002-08-041-0/+7
* Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.Tim J. Robbins2002-08-031-3/+14
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-14/+14
* VCS ID fixupDavid E. O'Brien2001-07-101-3/+1
* adapt to FreeBSD.Takuya SHIOZAKI2001-05-151-0/+3
* initial import of wchar.h and wctype.hTakuya SHIOZAKI2001-05-151-0/+65