summaryrefslogtreecommitdiffstats
path: root/libc/misc/wchar/wchar.c
Commit message (Expand)AuthorAgeFilesLines
* wchar: bug #1471: fix cornercase in mbrtowcBernhard Reutner-Fischer2010-11-241-0/+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
* 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
* 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
* 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
* 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-221-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+6
* 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-141-52/+63
* 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-161-2/+2
* Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an exte...Peter S. Mazinger2005-12-101-4/+0
* 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
* 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-291-14/+18
* Create and hide __btowc, __mbrtowc, __wcrtombPeter S. Mazinger2005-11-281-6/+16
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Hide some morePeter S. Mazinger2005-11-211-6/+6
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-11/+11
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-18/+23
* _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ.Manuel Novoa III2003-08-181-0/+7
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-35/+76
* Oops.. left in a bit of debugging code.Manuel Novoa III2002-11-231-2/+0
* Ok... here's the summary:Manuel Novoa III2002-11-221-34/+624
* Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08.Manuel Novoa III2002-11-081-0/+253
* Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday.Manuel Novoa III2002-11-051-9/+25