Age | Commit message (Expand) | Author |
2016-06-01 | remove MJN only debug messages | Waldemar Brodkorb |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-06-15 | iconv: Do not include __iconv_codesets into iconv utility | Peter S. Mazinger |
2012-04-17 | wchar: Fix BOM emitting in iconv_open() | Ed W |
2010-11-24 | wchar: bug #1471: fix cornercase in mbrtowc | Bernhard Reutner-Fischer |
2010-01-24 | wchar.c: fix indentation | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-18 | fix make {,install_}{,host}utils | Bernhard Reutner-Fischer |
2009-06-28 | wchar: fix inverted parameters in error message | André Goddard Rosa |
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko |
2009-01-21 | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko |
2008-12-21 | more of pointer signedness warnings removed | Denis Vlasenko |
2008-12-02 | Fix wcswidth function when LOCALE support is disabled | Carmelo Amoroso |
2008-11-21 | fix apparent typo (unnoticed for long time, probably | Denis Vlasenko |
2008-11-21 | deal with TODOs left over from libc_hidden_proto removal | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-09-29 | i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence. | Carmelo Amoroso |
2008-09-09 | Fix some locale multibyte tests failures ad below: | Carmelo Amoroso |
2008-08-27 | - remove a couple of duplicate includes | Bernhard Reutner-Fischer |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-06-04 | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2006-03-23 | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger |
2006-03-22 | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger |
2006-02-01 | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2006-01-05 | forgot again about iconv | Peter S. Mazinger |
2006-01-04 | use internal versions of exit/memcpy | Peter S. Mazinger |
2005-12-16 | Remove all trailing ; after *_alias and change 2 to use weak_alias instead of... | Peter S. Mazinger |
2005-12-16 | memmove, exit are external iconv_main | Peter S. Mazinger |
2005-12-16 | New regex as well | Peter S. Mazinger |
2005-12-16 | Hide C and wchar related stuff | Peter S. Mazinger |
2005-12-10 | Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an exte... | Peter S. Mazinger |
2005-12-10 | Switch fread/fwrite/fclose/pipe/sigsetmask users | Peter S. Mazinger |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger |
2005-12-06 | Correct typo, iconv binary does not use the internal versions | Peter S. Mazinger |
2005-12-06 | Make use internal str*casecmp/wcscoll | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-29 | Hiding again | Peter S. Mazinger |
2005-11-28 | Create and hide __btowc, __mbrtowc, __wcrtomb | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-21 | Hide some more | Peter S. Mazinger |
2005-09-22 | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2003-08-18 | _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ. | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |