| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -1/+1 |
* | - remove some duplicate includes | Bernhard Reutner-Fischer | 2008-09-30 | 1 | -4/+2 |
* | i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence. | Carmelo Amoroso | 2008-09-29 | 1 | -1/+2 |
* | - cast both times to double for consistency | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
* | - disable gettext support in obstack. | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -3/+3 |
* | - add missing hidden_def | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -0/+2 |
* | - Fix arguments to compare function. Closes #1081 | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -1/+1 |
* | - fix for r23427. Thanks to psm for mentioning this and sorry for the breakage | Bernhard Reutner-Fischer | 2008-09-19 | 1 | -7/+7 |
* | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer | 2008-09-18 | 2 | -255/+214 |
* | - exec_comm_child can not return ever | Bernhard Reutner-Fischer | 2008-09-18 | 1 | -1/+1 |
* | - fix typo | Bernhard Reutner-Fischer | 2008-09-11 | 1 | -1/+1 |
* | Fix some locale multibyte tests failures ad below: | Carmelo Amoroso | 2008-09-09 | 1 | -2/+8 |