summaryrefslogtreecommitdiffstats
path: root/libc/misc/wctype
Commit message (Expand)AuthorAgeFilesLines
* 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
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-062-0/+527