summaryrefslogtreecommitdiff
path: root/libc/misc/ctype/ctype.c
AgeCommit message (Expand)Author
2016-06-01remove MJN only debug messagesWaldemar Brodkorb
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15do not include xlocale.h, it is included by locale.h when neededPeter S. Mazinger
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-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-02-13- fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2008-12-27ctype: remove some trivial macros from ctype.h;Denis Vlasenko
2008-11-29fix improperly hidden fwprintf.Denis Vlasenko
2008-11-27- make isascii visible againBernhard Reutner-Fischer
2008-11-25- make sure isspace() is exported.Bernhard Reutner-Fischer
2008-11-21deal with TODOs left over from libc_hidden_proto removalDenis Vlasenko
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-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-19Added a bounch of locale fixes.Carmelo Amoroso
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-02-13s/#if/#ifdef/Peter S. Mazinger
2006-02-01global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger
2006-01-30some more prototypesPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-16s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-15Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-04tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger
2006-01-03Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger
2006-01-03Provide __tolower and use itPeter S. Mazinger
2005-12-16Hide C and wchar related stuffPeter S. Mazinger
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2003-08-28Create a typedef for the ctype bitmask table entries.Manuel Novoa III
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-04-09Revert Erik's changes... they were broken since there weren't enoughManuel Novoa III
2002-02-23Support isblank()Eric 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-06-02Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III
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-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen