summaryrefslogtreecommitdiff
path: root/include/wctype.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-10-13Commit log from Dragonfly:Baptiste Daroussin
2012-03-04Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall
2012-02-14Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric
2012-02-14Cleanup of xlocale:David Chisnall
2011-11-12Don't expose the wctype.h macros in C++ mode. They cause problems whenDavid Chisnall
2007-10-14Back out iswascii change from prev. commit, iswascii was right,Andrey A. Chernov
2007-10-13The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov
2004-08-12Include _ctype.h instead of ctype.h to avoid namespace pollution.Tim J. Robbins
2004-07-08Add a function to iterate over all characters in a particular characterTim J. Robbins
2004-05-31Use __isctype() instead of __istype() for iswdigit() and iswxdigit() forTim J. Robbins
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-08-06Whitespace formatting changes: line up macro bodies, function names,Tim J. Robbins
2002-08-05Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),Tim J. Robbins
2002-08-04Change wctype_t to an unsigned type to avoid warnings.Tim J. Robbins
2002-08-04Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.Tim J. Robbins
2002-08-03Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.Tim J. Robbins
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2001-07-10VCS ID fixupDavid E. O'Brien
2001-05-15adapt to FreeBSD.Takuya SHIOZAKI
2001-05-15initial import of wchar.h and wctype.hTakuya SHIOZAKI