Age | Commit message (Expand) | Author |
2008-12-21 | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko |
2008-12-21 | more of pointer signedness warnings removed | Denis Vlasenko |
2008-12-20 | libc/misc/locale/locale.c: heed a pile of warnings | Denis Vlasenko |
2008-12-20 | libc/misc/locale/locale.c: remove one unneeded static data, | Denis Vlasenko |
2008-12-20 | Deal with a few data fields which may be made constant. | Denis Vlasenko |
2008-12-14 | heed compiler warnings about checking non-defined variables in #if directives | Denis Vlasenko |
2008-12-12 | *: remove vestiges of gcc's "bounded pointers" feature, | Denis Vlasenko |
2008-12-10 | *: remove some __libc_XXX functions: | Denis Vlasenko |
2008-12-10 | remove __libc_fcntl[64] | Denis Vlasenko |
2008-12-02 | Fix wcswidth function when LOCALE support is disabled | Carmelo Amoroso |
2008-12-01 | on Bernd's request, remove commented-out code snippets | Denis Vlasenko |
2008-12-01 | optimize signal mask ops. comment out "impossible" errors | Denis Vlasenko |
2008-12-01 | random: use smaller data fields where appropriate | Denis Vlasenko |
2008-11-29 | fix improperly hidden fwprintf. | Denis Vlasenko |
2008-11-27 | - make isascii visible again | Bernhard Reutner-Fischer |
2008-11-26 | - revert 24148:24151 | Bernhard Reutner-Fischer |
2008-11-26 | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko |
2008-11-25 | - hide some time related relocs | Bernhard Reutner-Fischer |
2008-11-25 | - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. | Bernhard Reutner-Fischer |
2008-11-25 | - cosmetic tidy up of clean target | Bernhard Reutner-Fischer |
2008-11-25 | - make sure isspace() is exported. | Bernhard Reutner-Fischer |
2008-11-22 | fix some unneeded PLT references | Denis Vlasenko |
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-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso |
2008-11-18 | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso |
2008-11-18 | Fix typo: missing ) | Carmelo Amoroso |
2008-11-18 | Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does). | Carmelo Amoroso |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-16 | - cleanup {,f}stat{,v}fs{,64} relocs | Bernhard Reutner-Fischer |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-11-01 | trivial code shrink by making some strings static | Denis Vlasenko |
2008-10-31 | - whitespace fixes | Bernhard Reutner-Fischer |
2008-10-22 | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer |
2008-10-18 | - sync fix for scandir errno handling to scandir64 (r23600) | Bernhard Reutner-Fischer |
2008-10-06 | Fix scandir function to reset the errno when the | Carmelo Amoroso |
2008-10-06 | - sync obstack.{c,h} with glibc (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer |
2008-09-30 | - remove some duplicate includes | Bernhard Reutner-Fischer |
2008-09-29 | i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence. | Carmelo Amoroso |
2008-09-25 | - cast both times to double for consistency | Bernhard Reutner-Fischer |
2008-09-25 | - disable gettext support in obstack. | Bernhard Reutner-Fischer |
2008-09-25 | - add missing hidden_def | Bernhard Reutner-Fischer |
2008-09-24 | - Fix arguments to compare function. Closes #1081 | Bernhard Reutner-Fischer |
2008-09-19 | - fix for r23427. Thanks to psm for mentioning this and sorry for the breakage | Bernhard Reutner-Fischer |
2008-09-18 | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer |
2008-09-18 | - exec_comm_child can not return ever | Bernhard Reutner-Fischer |