summaryrefslogtreecommitdiffstats
path: root/include/ctype.h
Commit message (Expand)AuthorAgeFilesLines
* SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-191-12/+21
* silence warning about undefined CPP tokenBernhard Reutner-Fischer2009-11-131-1/+1
* _toupper, _tolower depend on SUSv4Bernhard Reutner-Fischer2009-10-081-3/+6
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-6/+6
* - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer2009-02-131-58/+63
* add comment why do we need _ISbit() macroDenis Vlasenko2009-02-111-0/+1
* Re-add _ISbit macro required to build libstdc++ from gcc toolchain.Carmelo Amoroso2009-02-101-12/+18
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-1/+1
* Help unifdef to remove private parts of headersDenis Vlasenko2008-12-271-2/+5
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-101/+75
* Remove unused macrosDenis Vlasenko2008-12-221-20/+12
* - make isascii visible againBernhard Reutner-Fischer2008-11-271-0/+9
* - make sure isspace() is exported.Bernhard Reutner-Fischer2008-11-251-2/+22
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+5
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-0/+2
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-0/+9
* Hush compiler for extern inline warnings by using Carmelo Amoroso2008-09-091-2/+2
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-8/+1
* Sync minimally w/ glibc, else cpio fails buildingPeter S. Mazinger2005-11-271-2/+2
* Obligatory forgotten file.Manuel Novoa III2003-09-081-0/+8
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-281-6/+6
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-95/+348
* Patch from Aidan Van Dyk to make _toupper and _tolowerEric Andersen2002-11-201-2/+2
* Aidan Van Dyk noticed that _toupper and _tolower were misbehaving.Eric Andersen2002-11-191-3/+3
* Disable macro implementations. Somehow I missed the following from theManuel Novoa III2002-08-161-1/+4
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-66/+110
* Support isblank()Eric Andersen2002-02-231-0/+2
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+2
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-2/+23
* Fix a silly bug with the header fileEric Andersen2001-08-171-3/+3
* use some #defines internal to the ctype functions to eliminate themEric Andersen2001-08-141-7/+1
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+4
* Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III2001-03-191-1/+1
* Part of the ctype locale support.Manuel Novoa III2001-03-181-3/+9
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-0/+4
* Fix up ctype.hEric Andersen2000-10-171-29/+42
* Initial revision0_9_1Erik Andersen2000-05-141-0/+38