summaryrefslogtreecommitdiffstats
path: root/libc/misc/ctype
Commit message (Expand)AuthorAgeFilesLines
* ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger2011-03-101-4/+0
* ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger2011-03-091-1/+0
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-15/+6
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-19/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* - fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer2009-02-131-0/+1
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-3/+3
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-3/+5
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-2/+4
* fix improperly hidden fwprintf.Denis Vlasenko2008-11-291-12/+2
* - make isascii visible againBernhard Reutner-Fischer2008-11-271-2/+2
* - make sure isspace() is exported.Bernhard Reutner-Fischer2008-11-251-3/+6
* deal with TODOs left over from libc_hidden_proto removalDenis Vlasenko2008-11-211-6/+1
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-13/+19
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-2/+2
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-12/+12
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-3/+3
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-3/+3
* Added a bounch of locale fixes.Carmelo Amoroso2008-05-191-0/+2
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-3/+3
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-41/+21
* s/#if/#ifdef/Peter S. Mazinger2006-02-131-3/+3
* Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger2006-02-1340-0/+336
* Remove unused filesPeter S. Mazinger2006-02-131-10/+0
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-9/+9
* some more prototypesPeter S. Mazinger2006-01-301-0/+4
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger2006-01-161-1/+1
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+40
* Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger2006-01-151-8/+6
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-5/+4
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-15/+19
* tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger2006-01-041-3/+1
* Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger2006-01-031-4/+3
* Provide __tolower and use itPeter S. Mazinger2006-01-031-2/+5
* Hide C and wchar related stuffPeter S. Mazinger2005-12-162-60/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Correct XLOCALE enabled builds pointed out by nitinkgPeter S. Mazinger2005-11-041-2/+2
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-1/+0
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-2/+8
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-2/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-58/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+56
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-11/+8
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1