summaryrefslogtreecommitdiffstats
path: root/libc/misc/wctype
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* libc/misc/wctype/_wctype.c: make it more readable. no code changesDenys Vlasenko2009-09-191-211/+183
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-9/+6
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-19/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* remove erroneous ';'Bernhard Reutner-Fischer2009-07-281-2/+2
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-14/+6
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-14/+11
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-221-36/+2
* more of pointer signedness warnings removedDenis Vlasenko2008-12-211-4/+3
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-13/+13
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-2/+2
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-3/+3
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* 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/+6
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-3/+0
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-38/+20
* Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger2006-02-1336-0/+306
* More renames for IMAPeter S. Mazinger2006-02-132-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+7
* some global data relocs gonePeter S. Mazinger2006-01-161-8/+2
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-5/+5
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-83/+92
* Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger2006-01-031-3/+10
* Hide towctrans*. What is SMALL_UPLOW and why do we need it?Peter S. Mazinger2005-12-161-6/+7
* Hide C and wchar related stuffPeter S. Mazinger2005-12-161-23/+32
* Enable __iswctype_l prototypePeter S. Mazinger2005-12-081-1/+1
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-11/+12
* Add needed prototypes removed from generic headerPeter S. Mazinger2005-12-061-0/+4
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
* Implement and hide __wctypePeter S. Mazinger2005-11-281-2/+5
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Correct XLOCALE enabled builds pointed out by nitinkgPeter S. Mazinger2005-11-041-2/+2
* Enable IMAPeter 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-52/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+50
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-8/+7
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Fix wctype.c so that wchar can be enabled without ctype table-based functions.Manuel Novoa III2003-09-091-0/+58
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-9/+0
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-012-204/+477
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-191-0/+6
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-2/+121