about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.1 v1.1.1Rich Felker2014-05-202-1/+27
* trivial formatting fix for the config.mak generated by configureRich Felker2014-05-201-1/+1
* fix unhandled cases in strptimeRich Felker2014-05-191-5/+16
* remove unsupported nonstandard sysconf macros and their table entriesRich Felker2014-05-192-120/+0
* rework sysconf table to treat zero entries as invalidRich Felker2014-05-191-10/+13
* add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker2014-05-191-5/+37
* add cp437 and cp850 to available iconv conversionsRich Felker2014-05-132-177/+206
* add configure check for working compilerRich Felker2014-05-121-0/+9
* fix strftime %s not to zero pad with default width=2Szabolcs Nagy2014-05-081-0/+1
* remove useless __yield alias for sched_yieldRich Felker2014-05-041-4/+1
* fix arm thread-pointer/atomic asm when compiling to thumb codeRich Felker2014-04-302-6/+7
* fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker2014-04-301-1/+2
* fix superh nofpu check on old gcc versionsBobby Bingham2014-04-271-1/+1
* perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker2014-04-221-0/+5
* do not try to interpret implementation specific strings as tz definitionTimo Teräs2014-04-221-0/+1
* make __init_libc static for non-shared libcRich Felker2014-04-211-0/+3
* further micro-optimize startup code for sizeRich Felker2014-04-212-23/+14
* micro-optimize some startup code for sizeRich Felker2014-04-212-7/+4
* allow zoneinfo-path-relative filenames with no slashes in TZ variableRich Felker2014-04-211-12/+8
* expose public execvpe interfaceM Farkas-Dyck2014-04-202-0/+4
* fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker2014-04-183-3/+3
* make socketcall types common as they are same for all architecturesTimo Teräs2014-04-173-40/+23
* add options when explicitly invoking dynamic loaderRich Felker2014-04-161-2/+21
* release 1.1.0 v1.1.0Rich Felker2014-04-162-1/+29
* add working vdso clock_gettime support, including static linkingRich Felker2014-04-163-5/+108
* fix deadlock race in pthread_onceRich Felker2014-04-151-2/+1
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-159-2/+10
* add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconfRich Felker2014-04-151-2/+17
* add namespace-protected name for sysinfo functionRich Felker2014-04-153-7/+9
* in sysconf, use getrlimit function rather than raw syscall for rlimitsRich Felker2014-04-151-3/+3
* avoid linear-time if/else special cases in sysconfRich Felker2014-04-151-20/+35
* fix fallback code for old kernels in clock_gettimeRich Felker2014-04-141-1/+1
* use dmb barrier instruction for atomics on arm v7Rich Felker2014-04-141-2/+9
* use hidden visibility rather than protected for syscall internalsRich Felker2014-04-121-1/+1
* math: fix aliasing violation in long double wrappersSzabolcs Nagy2014-04-112-2/+10
* fix search past the end of haystack in memmemTimo Teräs2014-04-091-0/+1
* fix printf rounding with %g for some corner case midpointsRich Felker2014-04-071-1/+1
* fix arm atomic asm register constraintRich Felker2014-04-071-1/+1
* use inline atomics and thread pointer on arm models supporting themRich Felker2014-04-072-1/+36
* add getauxval functionRich Felker2014-04-072-0/+28
* fix failure of printf %g to strip trailing zeros in some casesRich Felker2014-04-071-1/+1
* fix carry into uninitialized slots during printf floating point roundingRich Felker2014-04-071-1/+1
* remove some cruft from libc/tls init codeRich Felker2014-04-072-3/+0
* remove cruft left behind when lazy thread pointer init was removedRich Felker2014-04-041-8/+0
* add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker2014-04-029-1/+28
* remove struct elem entirely from hsearch.csin2014-04-021-29/+22
* implement hcreate_r, hdestroy_r and hsearch_rsin2014-04-022-30/+85
* avoid malloc failure for small requests when brk can't be extendedRich Felker2014-04-021-1/+23
* fix microblaze syscall register clobbersRich Felker2014-04-021-7/+7
* remove lazy ssp initializationTimo Teräs2014-03-253-28/+5