| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 18 | -103/+42 |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 45 | -353/+3 |
* | fix make {,install_}{,host}utils | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -209/+46 |
* | time.c: style cleanup. no code changes (verified with objdump) | Denys Vlasenko | 2009-09-08 | 1 | -89/+37 |
* | simpler and shorter read_TZ_file() helper | Denys Vlasenko | 2009-09-08 | 1 | -10/+23 |
* | wordexp.c: cleanup - remove old hidden_proto's; remove unused parameter | Denys Vlasenko | 2009-09-06 | 1 | -42/+3 |
* | wordexp.c: fix a bug where we might close stdout | Denys Vlasenko | 2009-09-06 | 1 | -5/+8 |
* | do not save/restore errno around free() calls | Denys Vlasenko | 2009-09-05 | 1 | -4/+5 |
* | wtmp code: style fixes, no code changes | Denys Vlasenko | 2009-09-05 | 1 | -18/+7 |
* | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko | 2009-09-05 | 2 | -22/+30 |
* | utent.c: fix a few bugs, and shrink a bit | Denys Vlasenko | 2009-09-05 | 1 | -47/+34 |
* | math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH | Denys Vlasenko | 2009-09-05 | 1 | -1/+1 |
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 25 | -0/+50 |
* | add hidden aliases for newer regex search functions | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
* | fnmatch.c: Include unistd.h before undefining _LIBC. | Khem Raj | 2009-08-01 | 1 | -2/+9 |
* | fnmatch.c: Change scope of posixly_correct to be global. | Khem Raj | 2009-07-31 | 1 | -1/+1 |
* | remove erroneous ';' | Bernhard Reutner-Fischer | 2009-07-28 | 2 | -4/+4 |
* | fix dl_iterate_phdr() for FDPIC systems | Mike Frysinger | 2009-07-23 | 1 | -0/+5 |
* | fix building for systems w/out ldso support | Mike Frysinger | 2009-07-20 | 1 | -1/+3 |
* | first pass at implementing *at funcs | Mike Frysinger | 2009-07-20 | 1 | -19/+49 |
* | dirent: push dirent type to prototypes | Mike Frysinger | 2009-07-20 | 6 | -32/+12 |
* | regex: convert #if to #ifdef | Mike Frysinger | 2009-07-20 | 2 | -2/+2 |
* | add hidden aliases for older regex search functions | Mike Frysinger | 2009-07-20 | 1 | -0/+2 |
* | Check #if feature test macros are defined where they may not be | Ron | 2009-07-05 | 1 | -1/+1 |
* | Provide token prototypes for functions that are external but have no header | Ron | 2009-07-05 | 1 | -3/+2 |
* | wchar: fix inverted parameters in error message | André Goddard Rosa | 2009-06-28 | 1 | -1/+1 |
* | - fix fallout from r24140 and r24160 for !CTYPE_TABLES | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -0/+1 |
* | Add strverscmp() and versionsort[64](). | Denis Vlasenko | 2009-02-08 | 3 | -2/+34 |
* | "make utils" now successfully makes utils for target | Denis Vlasenko | 2009-01-28 | 1 | -1/+1 |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 4 | -41/+33 |
* | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -3/+5 |
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 6 | -24/+19 |
* | convert yet another old-style function definition | Denis Vlasenko | 2008-12-26 | 1 | -5/+5 |
* | new regex: stop confusing ourself with _LIBC being undefined; | Denis Vlasenko | 2008-12-26 | 5 | -165/+88 |
* | regex: remove useless casts on allocations; | Denis Vlasenko | 2008-12-26 | 4 | -92/+96 |
* | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko | 2008-12-26 | 6 | -341/+52 |
* | test/regex/tst-regex2.c: fix the rest of testsuite failures | Denis Vlasenko | 2008-12-25 | 1 | -1/+12 |
* | test/regex/tst-regex2.c: fix test failure. Next one is immediately after... | Denis Vlasenko | 2008-12-25 | 1 | -1/+1 |
* | UCLIBC_CTYPE_HEADER define is removed, as it always | Denis Vlasenko | 2008-12-22 | 1 | -36/+2 |
* | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko | 2008-12-21 | 1 | -1/+1 |
* | more of pointer signedness warnings removed | Denis Vlasenko | 2008-12-21 | 2 | -14/+13 |
* | libc/misc/locale/locale.c: heed a pile of warnings | Denis Vlasenko | 2008-12-20 | 1 | -17/+17 |
* | libc/misc/locale/locale.c: remove one unneeded static data, | Denis Vlasenko | 2008-12-20 | 1 | -11/+19 |
* | Deal with a few data fields which may be made constant. | Denis Vlasenko | 2008-12-20 | 1 | -19/+24 |
* | heed compiler warnings about checking non-defined variables in #if directives | Denis Vlasenko | 2008-12-14 | 3 | -10/+10 |
* | *: remove vestiges of gcc's "bounded pointers" feature, | Denis Vlasenko | 2008-12-12 | 1 | -34/+11 |
* | *: remove some __libc_XXX functions: | Denis Vlasenko | 2008-12-10 | 1 | -5/+3 |
* | remove __libc_fcntl[64] | Denis Vlasenko | 2008-12-10 | 1 | -4/+2 |
* | Fix wcswidth function when LOCALE support is disabled | Carmelo Amoroso | 2008-12-02 | 1 | -0/+7 |
* | on Bernd's request, remove commented-out code snippets | Denis Vlasenko | 2008-12-01 | 1 | -4/+0 |