Age | Commit message (Expand) | Author |
2009-10-08 | ftw() is obsolescent in SUSv4 | Bernhard Reutner-Fischer |
2009-10-08 | _toupper, _tolower depend on SUSv4 | Bernhard Reutner-Fischer |
2009-09-26 | include/: add tls errno and res_state | Austin Foxley |
2009-09-21 | add timerfd syscall and header | Stephan Raue |
2009-09-19 | sigpause: remove libc_hidden_proto/def | Denys Vlasenko |
2009-09-19 | sigwait: remove __sigwait and __GI_sigwait symbols - they are unused | Denys Vlasenko |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-15 | sys/mount.h: sync with latest glibc | Mike Frysinger |
2009-09-15 | setup attribute_optimize which comes with gcc-4.4+ | Mike Frysinger |
2009-09-05 | math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH | Denys Vlasenko |
2009-08-30 | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer |
2009-07-23 | fix lib_hidden_proto's which have extra ; | Denys Vlasenko |
2009-07-23 | add more arch-specific include/ ignores | Mike Frysinger |
2009-07-22 | add hidden aliases for openat funcs | Mike Frysinger |
2009-07-22 | add hidden aliases for ntoh/hton functions | Mike Frysinger |
2009-07-21 | s/UCLIBC_INTERNAL/_LIBC/g | Denys Vlasenko |
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 |