OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / libc / misc / wchar / wchar.c
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-09-29 Carmelo Amorosoi18n: Fix mbrtowc function to handle 0xc0 and 0xc1...
2008-09-09 Carmelo AmorosoFix some locale multibyte tests failures ad below:
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-03-23 Peter S. Mazingerselect needs sys/select.h, str[n]casecmp/ffs needs...
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-05 Peter S. Mazingerforgot again about iconv
2006-01-04 Peter S. Mazingeruse internal versions of exit/memcpy
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-16 Peter S. Mazingermemmove, exit are external iconv_main
2005-12-16 Peter S. MazingerNew regex as well
2005-12-16 Peter S. MazingerHide C and wchar related stuff
2005-12-10 Peter S. MazingerRemove fread/fwrite/vfprintf redefines, the only user...
2005-12-10 Peter S. MazingerSwitch fread/fwrite/fclose/pipe/sigsetmask users
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-06 Peter S. MazingerCorrect typo, iconv binary does not use the internal...
2005-12-06 Peter S. MazingerMake use internal str*casecmp/wcscoll
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-28 Peter S. MazingerCreate and hide __btowc, __mbrtowc, __wcrtomb
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-21 Peter S. MazingerHide some more
2005-09-22 Peter S. Mazingerweaks moved after the related function so gcc4 won...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-08-18 Manuel Novoa III _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-11-23 Manuel Novoa III Oops.. left in a bit of debugging code.
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-08 Manuel Novoa III Add wcwidth and wcswidth, based on Markus Kuhn's wcwidt...
2002-11-05 Manuel Novoa III Forgot to change btowc and wctob when I changed the...
2002-11-04 Manuel Novoa III Add printf wchar support for %lc (%C) and %ls (%S).
2002-09-19 Manuel Novoa III Hide my personal #warning reminders. Add __wcschrnul...
2002-08-12 Manuel Novoa III Revert commit by davidm to printf.c that initialized...
2002-08-03 Eric AndersenWhen DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE...
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-05-23 Manuel Novoa III Multibyte and wide char conversion functions. Some...