summaryrefslogtreecommitdiffstats
path: root/libc/misc/wchar
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* wchar.c: fix indentationDenys Vlasenko2010-01-241-10/+10
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-20/+0
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-181-209/+46
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* wchar: fix inverted parameters in error messageAndré Goddard Rosa2009-06-281-1/+1
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-281-1/+1
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-9/+9
* more of pointer signedness warnings removedDenis Vlasenko2008-12-211-10/+10
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-021-0/+7
* fix apparent typo (unnoticed for long time, probablyDenis Vlasenko2008-11-211-1/+1
* deal with TODOs left over from libc_hidden_proto removalDenis Vlasenko2008-11-211-3/+3
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-20/+22
* - 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