summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2012-05-02PIE support for i386Rich Felker-1/+25
2012-05-02remove attempts to be pie-compatible from i386 crt1.sRich Felker-6/+3
2012-05-02fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker-4/+9
2012-05-01remove minimal linux kernel headersRich Felker-621/+0
2012-05-01reorganize Makefile to support "least surprise" config/make semanticsRich Felker-11/+23
2012-05-01remove objcopy --weaken from the makefileRich Felker-2/+0
2012-05-01support alternate glibc name pow10 for exp10Rich Felker-0/+12
2012-04-30add C stub for sqrtl (already implemented in asm on i386 and x86_64)Rich Felker-0/+9
2012-04-30first try at writing an efficient and "correct" exp10Rich Felker-0/+59
2012-04-30make stack protector work with gcc configured for non-tls canaryRich Felker-0/+2
2012-04-30fix off-by-one error that caused uninitialized memory read in floatscanRich Felker-1/+1
2012-04-29fix typo in the x86_64 rounding asmRich Felker-4/+4
2012-04-29new math asm (abs/rounding) for x86_64Rich Felker-0/+36
2012-04-29fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker-0/+5
2012-04-29add linux-specific unshare syscall wrapperRich Felker-0/+9
2012-04-29fix longstanding missing static in mq_notify (namespace pollution)Rich Felker-1/+1
2012-04-28new fnmatch implementationRich Felker-131/+273
2012-04-27support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sseRich Felker-0/+4
2012-04-26update fnmatch to POSIX 2008 semanticsRich Felker-4/+11
2012-04-25release notes for 0.8.10v0.8.10Rich Felker-0/+28
2012-04-25gdb shared library debugging supportRich Felker-5/+32
2012-04-24first attempt at enabling stack protector supportRich Felker-0/+28
2012-04-24use signed char rather than plain char for int8_tRich Felker-12/+12
2012-04-24add another example option to dist/config.makRich Felker-0/+3
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-77/+54
2012-04-24internal locks: new owner of contended lock must set waiters flagRich Felker-1/+1
2012-04-24new internal locking primitive; drop spinlocksRich Felker-7/+29
2012-04-24new wcwidth implementation (fast table-based)Rich Felker-179/+125
2012-04-23sync case mappings with unicode 6.1Rich Felker-8/+30
2012-04-23optimize iswprintRich Felker-3/+12
2012-04-23fix spurious punct class for some surrogate codepoints (invalid)Rich Felker-59/+56
2012-04-23destubify iswalpha and update iswpunct to unicode 6.1Rich Felker-135/+252
2012-04-23make dlerror produce informative resultsRich Felker-4/+15
2012-04-22implement getusershell, etc. legacy functionsRich Felker-0/+36
2012-04-22getdtablesize is not standard; move it to its correct spot in unistd.hRich Felker-1/+1
2012-04-22new gcc wrapper, entirely specfile basedRich Felker-63/+47
2012-04-22remove redundant (unmaintained) check in floatscanRich Felker-3/+3
2012-04-22fix breakage in endian.hRich Felker-1/+1
2012-04-22add some ugly byte swapping cruft in endian.hRich Felker-0/+59
2012-04-22add getresuid and getresgid syscall wrappersRich Felker-0/+18
2012-04-21fix major breakage in iconv, bogus rejecting of dest charsetsRich Felker-1/+1
2012-04-21make floatscan correctly set errno for overflow/underflowRich Felker-4/+16
2012-04-21skip leading zeros even after decimal point in floatscanRich Felker-4/+9
2012-04-21fix overread (consuming an extra byte) scanning NANRich Felker-1/+1
2012-04-21fix broken sysconf when correct value is -1Rich Felker-1/+1
2012-04-19release notes for 0.8.9 (bugfix release)v0.8.9Rich Felker-0/+11
2012-04-19further fixes to leading space issue (forgot the wide versions)Rich Felker-5/+9
2012-04-19fix really bad breakage in strtol, etc.: failure to accept leading spacesRich Felker-10/+9
2012-04-18fix header typoRich Felker-1/+1
2012-04-18legacy junk compatibility grab-bagRich Felker-7/+36