summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-08-17add hidden aliases for newer regex search functionsBernhard Reutner-Fischer
2009-08-01fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj
2009-07-31fnmatch.c: Change scope of posixly_correct to be global.Khem Raj
2009-07-28remove erroneous ';'Bernhard Reutner-Fischer
2009-07-23fix dl_iterate_phdr() for FDPIC systemsMike Frysinger
2009-07-20fix building for systems w/out ldso supportMike Frysinger
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-07-20dirent: push dirent type to prototypesMike Frysinger
2009-07-20regex: convert #if to #ifdefMike Frysinger
2009-07-20add hidden aliases for older regex search functionsMike Frysinger
2009-07-05Check #if feature test macros are defined where they may not beRon
2009-07-05Provide token prototypes for functions that are external but have no headerRon
2009-06-28wchar: fix inverted parameters in error messageAndré Goddard Rosa
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