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