aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-20release 1.1.1v1.1.1Rich Felker
2014-05-20trivial formatting fix for the config.mak generated by configureRich Felker
2014-05-19fix unhandled cases in strptimeRich Felker
2014-05-19remove unsupported nonstandard sysconf macros and their table entriesRich Felker
2014-05-19rework sysconf table to treat zero entries as invalidRich Felker
2014-05-19add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker
2014-05-13add cp437 and cp850 to available iconv conversionsRich Felker
2014-05-12add configure check for working compilerRich Felker
2014-05-08fix strftime %s not to zero pad with default width=2Szabolcs Nagy
2014-05-04remove useless __yield alias for sched_yieldRich Felker
2014-04-30fix arm thread-pointer/atomic asm when compiling to thumb codeRich Felker
2014-04-30fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker
2014-04-27fix superh nofpu check on old gcc versionsBobby Bingham
2014-04-22perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker
2014-04-22do not try to interpret implementation specific strings as tz definitionTimo Teräs
2014-04-21make __init_libc static for non-shared libcRich Felker
2014-04-21further micro-optimize startup code for sizeRich Felker
2014-04-21micro-optimize some startup code for sizeRich Felker
2014-04-21allow zoneinfo-path-relative filenames with no slashes in TZ variableRich Felker
2014-04-20expose public execvpe interfaceM Farkas-Dyck
2014-04-18fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker
2014-04-17make socketcall types common as they are same for all architecturesTimo Teräs
2014-04-16add options when explicitly invoking dynamic loaderRich Felker
2014-04-16release 1.1.0v1.1.0Rich Felker
2014-04-16add working vdso clock_gettime support, including static linkingRich Felker
2014-04-15fix deadlock race in pthread_onceRich Felker
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy
2014-04-15add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconfRich Felker
2014-04-15add namespace-protected name for sysinfo functionRich Felker
2014-04-15in sysconf, use getrlimit function rather than raw syscall for rlimitsRich Felker
2014-04-15avoid linear-time if/else special cases in sysconfRich Felker
2014-04-14fix fallback code for old kernels in clock_gettimeRich Felker
2014-04-14use dmb barrier instruction for atomics on arm v7Rich Felker
2014-04-12use hidden visibility rather than protected for syscall internalsRich Felker
2014-04-11math: fix aliasing violation in long double wrappersSzabolcs Nagy
2014-04-09fix search past the end of haystack in memmemTimo Teräs
2014-04-07fix printf rounding with %g for some corner case midpointsRich Felker
2014-04-07fix arm atomic asm register constraintRich Felker
2014-04-07use inline atomics and thread pointer on arm models supporting themRich Felker
2014-04-07add getauxval functionRich Felker
2014-04-07fix failure of printf %g to strip trailing zeros in some casesRich Felker
2014-04-07fix carry into uninitialized slots during printf floating point roundingRich Felker
2014-04-07remove some cruft from libc/tls init codeRich Felker
2014-04-04remove cruft left behind when lazy thread pointer init was removedRich Felker
2014-04-02add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker
2014-04-02remove struct elem entirely from hsearch.csin
2014-04-02implement hcreate_r, hdestroy_r and hsearch_rsin
2014-04-02avoid malloc failure for small requests when brk can't be extendedRich Felker
2014-04-02fix microblaze syscall register clobbersRich Felker
2014-03-25remove lazy ssp initializationTimo Teräs