summaryrefslogtreecommitdiffstats
path: root/libc/misc/wchar
Commit message (Expand)AuthorAgeFilesLines
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence.Carmelo Amoroso2008-09-291-1/+2
* Fix some locale multibyte tests failures ad below:Carmelo Amoroso2008-09-091-2/+8
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-3/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-103/+103
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-041-1/+0
* 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-2/+1
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-231-0/+1
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-221-1/+0
* 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-23/+12
* Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger2006-02-1315-0/+120
* Remove unused filePeter S. Mazinger2006-02-131-457/+0
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-2/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+6
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-8/+3
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-10/+11
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-143-60/+84
* forgot again about iconvPeter S. Mazinger2006-01-051-1/+1
* use internal versions of exit/memcpyPeter S. Mazinger2006-01-041-1/+1
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger2005-12-161-8/+2
* memmove, exit are external iconv_mainPeter S. Mazinger2005-12-161-2/+2
* New regex as wellPeter S. Mazinger2005-12-161-1/+2
* Hide C and wchar related stuffPeter S. Mazinger2005-12-162-3/+3
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-0/+1
* Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an exte...Peter S. Mazinger2005-12-101-4/+0
* Remove trailing ';' from strong_alias, thx Bernhard FischerPeter S. Mazinger2005-12-101-4/+4
* Switch fread/fwrite/fclose/pipe/sigsetmask usersPeter S. Mazinger2005-12-101-0/+2
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-0/+2
* Hide morePeter S. Mazinger2005-12-071-0/+1
* Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger2005-12-061-2/+2
* Make use internal str*casecmp/wcscollPeter S. Mazinger2005-12-061-2/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-4/+2
* Hiding againPeter S. Mazinger2005-11-292-14/+20
* Create and hide __btowc, __mbrtowc, __wcrtombPeter S. Mazinger2005-11-281-6/+16
* Hide some wcs*Peter S. Mazinger2005-11-271-0/+1
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Hide some morePeter S. Mazinger2005-11-211-6/+6
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-53/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+49
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-13/+9
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-11/+11
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-113-34/+39
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-3/+3