summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* add hidden aliases for newer regex search functionsBernhard Reutner-Fischer2009-08-171-0/+2
* fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj2009-08-011-2/+9
* fnmatch.c: Change scope of posixly_correct to be global.Khem Raj2009-07-311-1/+1
* remove erroneous ';'Bernhard Reutner-Fischer2009-07-282-4/+4
* fix dl_iterate_phdr() for FDPIC systemsMike Frysinger2009-07-231-0/+5
* fix building for systems w/out ldso supportMike Frysinger2009-07-201-1/+3
* first pass at implementing *at funcsMike Frysinger2009-07-201-19/+49
* dirent: push dirent type to prototypesMike Frysinger2009-07-206-32/+12
* regex: convert #if to #ifdefMike Frysinger2009-07-202-2/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-07-201-0/+2
* Check #if feature test macros are defined where they may not beRon2009-07-051-1/+1
* Provide token prototypes for functions that are external but have no headerRon2009-07-051-3/+2
* wchar: fix inverted parameters in error messageAndré Goddard Rosa2009-06-281-1/+1
* - fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer2009-02-131-0/+1
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-083-2/+34
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-281-1/+1
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-214-41/+33
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-3/+5
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-276-24/+19
* convert yet another old-style function definitionDenis Vlasenko2008-12-261-5/+5
* new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko2008-12-265-165/+88
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-264-92/+96
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-266-341/+52
* test/regex/tst-regex2.c: fix the rest of testsuite failuresDenis Vlasenko2008-12-251-1/+12
* test/regex/tst-regex2.c: fix test failure. Next one is immediately after...Denis Vlasenko2008-12-251-1/+1
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-221-36/+2
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-211-1/+1
* more of pointer signedness warnings removedDenis Vlasenko2008-12-212-14/+13
* libc/misc/locale/locale.c: heed a pile of warningsDenis Vlasenko2008-12-201-17/+17
* libc/misc/locale/locale.c: remove one unneeded static data,Denis Vlasenko2008-12-201-11/+19
* Deal with a few data fields which may be made constant.Denis Vlasenko2008-12-201-19/+24
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-143-10/+10
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-121-34/+11
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-5/+3
* remove __libc_fcntl[64]Denis Vlasenko2008-12-101-4/+2
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-021-0/+7
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-4/+0
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-4/+3
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-011-1/+1
* fix improperly hidden fwprintf.Denis Vlasenko2008-11-291-12/+2
* - make isascii visible againBernhard Reutner-Fischer2008-11-271-2/+2
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-10/+7
* libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko2008-11-261-2/+2
* - hide some time related relocsBernhard Reutner-Fischer2008-11-251-7/+10
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-254-4/+0
* - cosmetic tidy up of clean targetBernhard Reutner-Fischer2008-11-251-3/+3
* - make sure isspace() is exported.Bernhard Reutner-Fischer2008-11-251-3/+6
* fix some unneeded PLT referencesDenis Vlasenko2008-11-221-1/+4
* fix apparent typo (unnoticed for long time, probablyDenis Vlasenko2008-11-211-1/+1
* deal with TODOs left over from libc_hidden_proto removalDenis Vlasenko2008-11-212-9/+4