Age | Commit message (Expand) | Author |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-18 | fix make {,install_}{,host}utils | Bernhard Reutner-Fischer |
2009-09-08 | time.c: style cleanup. no code changes (verified with objdump) | Denys Vlasenko |
2009-09-08 | simpler and shorter read_TZ_file() helper | Denys Vlasenko |
2009-09-06 | wordexp.c: cleanup - remove old hidden_proto's; remove unused parameter | Denys Vlasenko |
2009-09-06 | wordexp.c: fix a bug where we might close stdout | Denys Vlasenko |
2009-09-05 | do not save/restore errno around free() calls | Denys Vlasenko |
2009-09-05 | wtmp code: style fixes, no code changes | Denys Vlasenko |
2009-09-05 | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko |
2009-09-05 | utent.c: fix a few bugs, and shrink a bit | Denys Vlasenko |
2009-09-05 | math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-08-17 | add hidden aliases for newer regex search functions | Bernhard Reutner-Fischer |
2009-08-01 | fnmatch.c: Include unistd.h before undefining _LIBC. | Khem Raj |
2009-07-31 | fnmatch.c: Change scope of posixly_correct to be global. | Khem Raj |
2009-07-28 | remove erroneous ';' | Bernhard Reutner-Fischer |
2009-07-23 | fix dl_iterate_phdr() for FDPIC systems | Mike Frysinger |
2009-07-20 | fix building for systems w/out ldso support | Mike Frysinger |
2009-07-20 | first pass at implementing *at funcs | Mike Frysinger |
2009-07-20 | dirent: push dirent type to prototypes | Mike Frysinger |
2009-07-20 | regex: convert #if to #ifdef | Mike Frysinger |
2009-07-20 | add hidden aliases for older regex search functions | Mike Frysinger |
2009-07-05 | Check #if feature test macros are defined where they may not be | Ron |
2009-07-05 | Provide token prototypes for functions that are external but have no header | Ron |
2009-06-28 | wchar: fix inverted parameters in error message | André Goddard Rosa |
2009-02-13 | - fix fallout from r24140 and r24160 for !CTYPE_TABLES | Bernhard Reutner-Fischer |
2009-02-08 | Add strverscmp() and versionsort[64](). | Denis Vlasenko |
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko |
2009-01-21 | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-12-27 | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko |
2008-12-26 | convert yet another old-style function definition | Denis Vlasenko |
2008-12-26 | new regex: stop confusing ourself with _LIBC being undefined; | Denis Vlasenko |
2008-12-26 | regex: remove useless casts on allocations; | Denis Vlasenko |
2008-12-26 | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko |
2008-12-25 | test/regex/tst-regex2.c: fix the rest of testsuite failures | Denis Vlasenko |
2008-12-25 | test/regex/tst-regex2.c: fix test failure. Next one is immediately after... | Denis Vlasenko |
2008-12-22 | UCLIBC_CTYPE_HEADER define is removed, as it always | Denis Vlasenko |
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 |