summaryrefslogtreecommitdiff
path: root/include/ctype.h
AgeCommit message (Expand)Author
2014-04-09ctype.h: Tweak commentBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2011-03-10ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger
2011-03-09ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger
2009-11-19SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer
2009-11-13silence warning about undefined CPP tokenBernhard Reutner-Fischer
2009-10-08_toupper, _tolower depend on SUSv4Bernhard Reutner-Fischer
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-02-13- fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer
2009-02-11add comment why do we need _ISbit() macroDenis Vlasenko
2009-02-10Re-add _ISbit macro required to build libstdc++ from gcc toolchain.Carmelo Amoroso
2008-12-29- whitespace cleanup; no obj-code changesBernhard Reutner-Fischer
2008-12-27Help unifdef to remove private parts of headersDenis Vlasenko
2008-12-27ctype: remove some trivial macros from ctype.h;Denis Vlasenko
2008-12-22Remove unused macrosDenis Vlasenko
2008-11-27- make isascii visible againBernhard Reutner-Fischer
2008-11-25- make sure isspace() is exported.Bernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-09-09Hush compiler for extern inline warnings by using Carmelo Amoroso
2005-12-16Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger
2005-11-27Sync minimally w/ glibc, else cpio fails buildingPeter S. Mazinger
2003-09-08Obligatory forgotten file.Manuel Novoa III
2003-08-28Create a typedef for the ctype bitmask table entries.Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2002-11-20Patch from Aidan Van Dyk to make _toupper and _tolowerEric Andersen
2002-11-19Aidan Van Dyk noticed that _toupper and _tolower were misbehaving.Eric Andersen
2002-08-16Disable macro implementations. Somehow I missed the following from theManuel Novoa III
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-02-23Support isblank()Eric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-08-17Fix a silly bug with the header fileEric Andersen
2001-08-14use some #defines internal to the ctype functions to eliminate themEric Andersen
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-03-19Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III
2001-03-18Part of the ctype locale support.Manuel Novoa III
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-17Fix up ctype.hEric Andersen
2000-05-14Initial revisionErik Andersen