aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-29release notes for 0.9.12v0.9.12Rich Felker
2013-07-28add missing erfcl wrapper for archs where long double is plain doubleRich Felker
2013-07-28fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker
2013-07-27fix indention-with-spacesRich Felker
2013-07-27reorder strftime to eliminate the incorrect indention levelRich Felker
2013-07-27add wrapper headers, with warnings, for various incorrect names under sysRich Felker
2013-07-27a few more fixes for unistd/sysconf feature reportingRich Felker
2013-07-26report presence of ADV and MSG options in unistd.h and sysconfRich Felker
2013-07-26report that posix_spawn is supported in unistd.h and sysconfRich Felker
2013-07-26add ABI symbols for strtol family functionsRich Felker
2013-07-26make ldd report the libc/dynamic linker itselfRich Felker
2013-07-26fix computation of entry point and main app phdrs when invoking via ldsoRich Felker
2013-07-26fix powerpc build breakage from dynamic linker path search changesRich Felker
2013-07-26new mostly-C crt1 implementationRich Felker
2013-07-25fix undefined strcpy call in inet_ntopRich Felker
2013-07-25make inet_ntop format v4-mapped ipv6 addresses properlyRich Felker
2013-07-24do not include math modules in the default -O3 optimization setRich Felker
2013-07-24fix incorrect type for new si_call_addr in siginfo_tRich Felker
2013-07-25add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy
2013-07-24update siginfo according to linux headersSzabolcs Nagy
2013-07-24rework langinfo code for ABI compat and for use by time codeRich Felker
2013-07-24update strxfrm/wcsxfrm for future LC_COLLATE support and ABI compatRich Felker
2013-07-24add ABI compat aliases for a number of locale_t functionsRich Felker
2013-07-24add PTRACE_PEEKSIGINFO to ptrace.hSzabolcs Nagy
2013-07-24add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMANSzabolcs Nagy
2013-07-24add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.hSzabolcs Nagy
2013-07-24remove TCP_COOKIE_TRANSACTIONS from tcp.hSzabolcs Nagy
2013-07-24add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy
2013-07-24prepare strcoll/wcscoll for LC_COLLATE support and add ABI symbolsRich Felker
2013-07-24add _l versions of strtod family functions, purely as aliasesRich Felker
2013-07-24add __wcsftime_l symbolRich Felker
2013-07-24move strftime_l into strftime.c and add __-prefixed versionRich Felker
2013-07-24make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6Rich Felker
2013-07-24support STB_GNU_UNIQUE symbol bindings in dynamic linkerRich Felker
2013-07-24move the dynamic linker's jmp_buf from static to automatic storageRich Felker
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker
2013-07-23remove redundant check in memalignRich Felker
2013-07-23fix heap corruption bug in memalignRich Felker
2013-07-22enhance build process to allow selective -O3 optimizationRich Felker
2013-07-22undefine internal-use type macros at the end of alltypes.hRich Felker
2013-07-22remove SIG_ATOMIC_MIN/MAX from stdint bits headersRich Felker
2013-07-22move register_t and u_int64_t (back) to alltypesRich Felker
2013-07-22fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker
2013-07-22make regoff_t and regex_t match C++ ABIRich Felker
2013-07-22disable legacy init/fini processing on ARMRich Felker
2013-07-22make pthread_key_t unsigned to match ABIRich Felker
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker
2013-07-22change wint_t to unsignedRich Felker
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker
2013-07-21remove init/fini array asm from arm crti/crtn filesRich Felker