| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPT | Mike Frysinger | 2009-07-20 | 1 | -1/+1 |
* | add a wchar.h stub | Mike Frysinger | 2009-07-20 | 1 | -0/+14 |
* | note that we do not want hidden malloc aliases | Mike Frysinger | 2009-07-20 | 1 | -0/+2 |
* | relocate i386 string.h to i386-specific dir | Mike Frysinger | 2009-07-20 | 2 | -317/+1 |
* | start ignoring include/ symlinks | Mike Frysinger | 2009-07-20 | 1 | -0/+21 |
* | add hidden aliases for older regex search functions | Mike Frysinger | 2009-07-20 | 1 | -0/+2 |
* | syscall: unify common syscall defines | Mike Frysinger | 2009-07-08 | 1 | -0/+1 |
* | Add a few missing includes | Ron | 2009-07-05 | 1 | -0/+1 |
* | Add some missing printf/scanf format attributes | Ron | 2009-07-05 | 1 | -5/+10 |
* | Blackfin: make sure all relocs are uppercase | Mike Frysinger | 2009-06-01 | 1 | -19/+19 |
* | patch from Joseph S. Meyers | austinf | 2009-04-27 | 1 | -3/+3 |
* | implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier | Mike Frysinger | 2009-04-07 | 1 | -2/+0 |
* | - Add strtouq alias (to strtoul) for 64bit | Bernhard Reutner-Fischer | 2009-03-25 | 1 | -1/+3 |
* | fix breakage in x86_64 defconfig | Denis Vlasenko | 2009-02-27 | 1 | -0/+6 |
* | Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile. | Rob Landley | 2009-02-24 | 1 | -1/+1 |
* | mathcalls.h: remove tons of redundant semicolons; better comment about macros | Denis Vlasenko | 2009-02-18 | 1 | -6/+9 |
* | fix typo in comment | Denis Vlasenko | 2009-02-17 | 1 | -1/+1 |
* | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | 2009-02-17 | 1 | -24/+32 |
* | math.h: fix libm_hidden_proto leak into sanitized headers | Denis Vlasenko | 2009-02-14 | 1 | -16/+23 |
* | - repair my r25322 that ment to deal with getdomainname()'s visibility | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -4/+3 |
* | - we may need getdomainname internally | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -0/+3 |
* | - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -58/+63 |
* | add comment why do we need _ISbit() macro | Denis Vlasenko | 2009-02-11 | 1 | -0/+1 |
* | Re-add _ISbit macro required to build libstdc++ from gcc toolchain. | Carmelo Amoroso | 2009-02-10 | 1 | -12/+18 |
* | do not rely on features.h so that elf.h can be used on non-elf systems (Darwi... | Mike Frysinger | 2009-02-10 | 1 | -4/+7 |
* | Add strverscmp() and versionsort[64](). | Denis Vlasenko | 2009-02-08 | 2 | -2/+19 |
* | - remove unavailable functionality upon request (Peter Mazinger) | Bernhard Reutner-Fischer | 2009-01-21 | 3 | -1/+5 |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 1 | -1/+1 |
* | replace yet another _dl_malloc + _dl_memset with _dl_zalloc | Denis Vlasenko | 2009-01-11 | 1 | -2/+0 |
* | simple optimizations and style fixes in dynamic loading | Denis Vlasenko | 2009-01-10 | 1 | -0/+7 |
* | Silent compiler warning regarding undefined macro | Carmelo Amoroso | 2009-01-08 | 1 | -1/+1 |
* | Merge some pre-work from branch, needed by NPTL. | Khem Raj | 2008-12-31 | 6 | -0/+45 |
* | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer | 2008-12-29 | 13 | -28/+28 |
* | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | 2008-12-29 | 5 | -3/+8 |
* | remove many functions which just call __ieee754_<function>, | Denis Vlasenko | 2008-12-28 | 1 | -0/+1 |
* | Help unifdef to remove private parts of headers | Denis Vlasenko | 2008-12-27 | 1 | -2/+5 |
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 2 | -102/+76 |
* | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko | 2008-12-26 | 1 | -7/+7 |
* | include/libc-string_i386.h: fix a bug where memset('\xff') misbehaves | Denis Vlasenko | 2008-12-26 | 1 | -1/+3 |
* | - remove whitespace | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -4/+1 |
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math... | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -4/+27 |
* | - non-pic support for MIPS (Catherine Moore, clm at codesourcery com) | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -2/+12 |
* | Remove unused macros | Denis Vlasenko | 2008-12-22 | 1 | -20/+12 |
* | since gcc -Os hates us and does not inline string ops, | Denis Vlasenko | 2008-12-17 | 2 | -11/+332 |
* | remove some duplicates in bits/signum.h. No code changes. | Denis Vlasenko | 2008-12-15 | 1 | -17/+25 |
* | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko | 2008-12-15 | 1 | -11/+22 |
* | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | 2008-12-13 | 1 | -8/+0 |
* | features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do) | Denis Vlasenko | 2008-12-13 | 1 | -1/+7 |
* | make all "XXXhidden_proto(" consistently not use a space before '(' | Denis Vlasenko | 2008-12-13 | 1 | -1/+1 |
* | *: document __USE_EXTERN_INLINES better; | Denis Vlasenko | 2008-12-13 | 1 | -3/+11 |