summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2009-02-13- fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer
2009-02-08Add strverscmp() and versionsort[64]().Denis Vlasenko
2009-01-28"make utils" now successfully makes utils for targetDenis Vlasenko
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-27ctype: remove some trivial macros from ctype.h;Denis Vlasenko
2008-12-26convert yet another old-style function definitionDenis Vlasenko
2008-12-26new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko
2008-12-26regex: remove useless casts on allocations;Denis Vlasenko
2008-12-26regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko
2008-12-25test/regex/tst-regex2.c: fix the rest of testsuite failuresDenis Vlasenko
2008-12-25test/regex/tst-regex2.c: fix test failure. Next one is immediately after...Denis Vlasenko
2008-12-22UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko
2008-12-21more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko
2008-12-21more of pointer signedness warnings removedDenis Vlasenko
2008-12-20libc/misc/locale/locale.c: heed a pile of warningsDenis Vlasenko
2008-12-20libc/misc/locale/locale.c: remove one unneeded static data,Denis Vlasenko
2008-12-20Deal with a few data fields which may be made constant.Denis Vlasenko
2008-12-14heed compiler warnings about checking non-defined variables in #if directivesDenis 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-10remove __libc_fcntl[64]Denis Vlasenko
2008-12-02Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso
2008-12-01on Bernd's request, remove commented-out code snippetsDenis Vlasenko
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-12-01random: use smaller data fields where appropriateDenis Vlasenko
2008-11-29fix improperly hidden fwprintf.Denis Vlasenko
2008-11-27- make isascii visible againBernhard Reutner-Fischer
2008-11-26- revert 24148:24151Bernhard Reutner-Fischer
2008-11-26libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko
2008-11-25- hide some time related relocsBernhard 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 targetBernhard Reutner-Fischer
2008-11-25- make sure isspace() is exported.Bernhard Reutner-Fischer
2008-11-22fix some unneeded PLT referencesDenis Vlasenko
2008-11-21fix apparent typo (unnoticed for long time, probablyDenis Vlasenko
2008-11-21deal with TODOs left over from libc_hidden_proto removalDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18Changed Copyright and License statement according to COPYING.LIB.boilerplateCarmelo Amoroso
2008-11-18Changed Copyright and License statement according to COPYING.LIB.boilerplateCarmelo Amoroso
2008-11-18Fix typo: missing )Carmelo Amoroso
2008-11-18Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-16- cleanup {,f}stat{,v}fs{,64} relocsBernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-11-01trivial code shrink by making some strings staticDenis Vlasenko
2008-10-31- whitespace fixesBernhard Reutner-Fischer
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer