summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz
2012-05-06fix unused variable warnings in new nextafter/nexttoward codeRich Felker
2012-05-06Merge remote-tracking branch 'nsz/master'Rich Felker
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker
2012-05-06math: nextafter and nexttoward cleanupnsz
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker
2012-05-04make pthread stacks non-executableRich Felker
2012-05-04Merge remote-tracking branch 'nsz/master'Rich Felker
2012-05-04fix error reporting for dlsym with global symbolsRich Felker
2012-05-05math: change the formula used for acos.snsz
2012-05-04fix uninitialized var in vfwprintf printing 0-prec stringRich Felker
2012-05-03avoid setting nondefault scheduler tooRich Felker
2012-05-03implement stub versions of sched_*Rich Felker
2012-05-03overhaul SSP support to use a real canaryRich Felker
2012-05-02fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker
2012-05-01support alternate glibc name pow10 for exp10Rich Felker
2012-04-30add C stub for sqrtl (already implemented in asm on i386 and x86_64)Rich Felker
2012-04-30first try at writing an efficient and "correct" exp10Rich Felker
2012-04-30make stack protector work with gcc configured for non-tls canaryRich Felker
2012-04-30fix off-by-one error that caused uninitialized memory read in floatscanRich Felker
2012-04-29fix typo in the x86_64 rounding asmRich Felker
2012-04-29new math asm (abs/rounding) for x86_64Rich Felker
2012-04-29add linux-specific unshare syscall wrapperRich Felker
2012-04-29fix longstanding missing static in mq_notify (namespace pollution)Rich Felker
2012-04-28new fnmatch implementationRich Felker
2012-04-26update fnmatch to POSIX 2008 semanticsRich Felker
2012-04-25gdb shared library debugging supportRich Felker
2012-04-24first attempt at enabling stack protector supportRich Felker
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker
2012-04-24internal locks: new owner of contended lock must set waiters flagRich Felker
2012-04-24new internal locking primitive; drop spinlocksRich Felker
2012-04-24new wcwidth implementation (fast table-based)Rich Felker
2012-04-23sync case mappings with unicode 6.1Rich Felker
2012-04-23optimize iswprintRich Felker
2012-04-23fix spurious punct class for some surrogate codepoints (invalid)Rich Felker
2012-04-23destubify iswalpha and update iswpunct to unicode 6.1Rich Felker
2012-04-23make dlerror produce informative resultsRich Felker
2012-04-22implement getusershell, etc. legacy functionsRich Felker
2012-04-22remove redundant (unmaintained) check in floatscanRich Felker
2012-04-22add getresuid and getresgid syscall wrappersRich Felker
2012-04-21fix major breakage in iconv, bogus rejecting of dest charsetsRich Felker
2012-04-21make floatscan correctly set errno for overflow/underflowRich Felker
2012-04-21skip leading zeros even after decimal point in floatscanRich Felker
2012-04-21fix overread (consuming an extra byte) scanning NANRich Felker
2012-04-21fix broken sysconf when correct value is -1Rich Felker
2012-04-19further fixes to leading space issue (forgot the wide versions)Rich Felker
2012-04-19fix really bad breakage in strtol, etc.: failure to accept leading spacesRich Felker
2012-04-18legacy junk compatibility grab-bagRich Felker
2012-04-18fix typo in exponent reading code or floatsRich Felker
2012-04-17fix wide scanf's handling of input failure on %c, and simplify %[Rich Felker