| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 4 | -41/+33 |
* | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -3/+5 |
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 6 | -24/+19 |
* | convert yet another old-style function definition | Denis Vlasenko | 2008-12-26 | 1 | -5/+5 |
* | new regex: stop confusing ourself with _LIBC being undefined; | Denis Vlasenko | 2008-12-26 | 5 | -165/+88 |
* | regex: remove useless casts on allocations; | Denis Vlasenko | 2008-12-26 | 4 | -92/+96 |
* | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko | 2008-12-26 | 6 | -341/+52 |
* | test/regex/tst-regex2.c: fix the rest of testsuite failures | Denis Vlasenko | 2008-12-25 | 1 | -1/+12 |
* | test/regex/tst-regex2.c: fix test failure. Next one is immediately after... | Denis Vlasenko | 2008-12-25 | 1 | -1/+1 |
* | UCLIBC_CTYPE_HEADER define is removed, as it always | Denis Vlasenko | 2008-12-22 | 1 | -36/+2 |
* | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko | 2008-12-21 | 1 | -1/+1 |
* | more of pointer signedness warnings removed | Denis Vlasenko | 2008-12-21 | 2 | -14/+13 |
* | libc/misc/locale/locale.c: heed a pile of warnings | Denis Vlasenko | 2008-12-20 | 1 | -17/+17 |
* | libc/misc/locale/locale.c: remove one unneeded static data, | Denis Vlasenko | 2008-12-20 | 1 | -11/+19 |
* | Deal with a few data fields which may be made constant. | Denis Vlasenko | 2008-12-20 | 1 | -19/+24 |
* | heed compiler warnings about checking non-defined variables in #if directives | Denis Vlasenko | 2008-12-14 | 3 | -10/+10 |
* | *: remove vestiges of gcc's "bounded pointers" feature, | Denis Vlasenko | 2008-12-12 | 1 | -34/+11 |
* | *: remove some __libc_XXX functions: | Denis Vlasenko | 2008-12-10 | 1 | -5/+3 |
* | remove __libc_fcntl[64] | Denis Vlasenko | 2008-12-10 | 1 | -4/+2 |
* | Fix wcswidth function when LOCALE support is disabled | Carmelo Amoroso | 2008-12-02 | 1 | -0/+7 |
* | on Bernd's request, remove commented-out code snippets | Denis Vlasenko | 2008-12-01 | 1 | -4/+0 |
* | optimize signal mask ops. comment out "impossible" errors | Denis Vlasenko | 2008-12-01 | 1 | -4/+3 |
* | random: use smaller data fields where appropriate | Denis Vlasenko | 2008-12-01 | 1 | -1/+1 |
* | fix improperly hidden fwprintf. | Denis Vlasenko | 2008-11-29 | 1 | -12/+2 |
* | - make isascii visible again | Bernhard Reutner-Fischer | 2008-11-27 | 1 | -2/+2 |
* | - revert 24148:24151 | Bernhard Reutner-Fischer | 2008-11-26 | 1 | -10/+7 |
* | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko | 2008-11-26 | 1 | -2/+2 |
* | - hide some time related relocs | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -7/+10 |
* | - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. | Bernhard Reutner-Fischer | 2008-11-25 | 4 | -4/+0 |
* | - cosmetic tidy up of clean target | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -3/+3 |
* | - make sure isspace() is exported. | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -3/+6 |
* | fix some unneeded PLT references | Denis Vlasenko | 2008-11-22 | 1 | -1/+4 |
* | fix apparent typo (unnoticed for long time, probably | Denis Vlasenko | 2008-11-21 | 1 | -1/+1 |
* | deal with TODOs left over from libc_hidden_proto removal | Denis Vlasenko | 2008-11-21 | 2 | -9/+4 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 51 | -261/+269 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 31 | -70/+70 |
* | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso | 2008-11-18 | 1 | -21/+12 |
* | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso | 2008-11-18 | 1 | -19/+11 |
* | Fix typo: missing ) | Carmelo Amoroso | 2008-11-18 | 1 | -1/+1 |
* | Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does). | Carmelo Amoroso | 2008-11-18 | 7 | -3/+188 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 12 | -40/+40 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 18 | -20/+20 |
* | - cleanup {,f}stat{,v}fs{,64} relocs | Bernhard Reutner-Fischer | 2008-11-16 | 4 | -8/+14 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 24 | -96/+96 |
* | trivial code shrink by making some strings static | Denis Vlasenko | 2008-11-01 | 1 | -1/+2 |
* | - whitespace fixes | Bernhard Reutner-Fischer | 2008-10-31 | 1 | -19/+19 |
* | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | 2008-10-22 | 4 | -9/+9 |
* | - sync fix for scandir errno handling to scandir64 (r23600) | Bernhard Reutner-Fischer | 2008-10-18 | 2 | -17/+28 |
* | Fix scandir function to reset the errno when the | Carmelo Amoroso | 2008-10-06 | 1 | -2/+16 |
* | - sync obstack.{c,h} with glibc (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -299/+123 |