summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-25release notes for 0.8.10v0.8.10Rich Felker
2012-04-25gdb shared library debugging supportRich Felker
2012-04-24first attempt at enabling stack protector supportRich Felker
2012-04-24use signed char rather than plain char for int8_tRich Felker
2012-04-24add another example option to dist/config.makRich 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-22getdtablesize is not standard; move it to its correct spot in unistd.hRich Felker
2012-04-22new gcc wrapper, entirely specfile basedRich Felker
2012-04-22remove redundant (unmaintained) check in floatscanRich Felker
2012-04-22fix breakage in endian.hRich Felker
2012-04-22add some ugly byte swapping cruft in endian.hRich 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-19release notes for 0.8.9 (bugfix release)v0.8.9Rich 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-18fix header typoRich Felker
2012-04-18legacy junk compatibility grab-bagRich Felker
2012-04-18fix incorrect macro name for MATH_ERREXCEPT in math.hRich Felker
2012-04-18release notes for 0.8.8v0.8.8Rich 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
2012-04-17fix failure to distinguish input/match failure in wide %[ scanfRich Felker
2012-04-17fix over-read in %ls with non-wide scanfRich Felker
2012-04-17fix broken %s and %[ with no width specifier in wide scanfRich Felker
2012-04-17fix failure to read infinity in scanfRich Felker
2012-04-17fix failure of int parser to unget an initial mismatching characterRich Felker
2012-04-17make wide scanf %[ respect widthRich Felker
2012-04-17fix wide scanf to respect field width for stringsRich Felker
2012-04-17fix some bugs in scanf %[ handling detected while writing the wide versionRich Felker
2012-04-17introduce new wide scanf code and remove the last remnants of old scanfRich Felker
2012-04-17avoid depending on POSIX symbol in code used from plain C functionsRich Felker
2012-04-17avoid null pointer dereference on %*p fields in scanfRich Felker
2012-04-17also ensure that write buffer is bounded when __stdio_write returnsRich Felker
2012-04-17fix buffer overflow in vfprintf on long writes to unbuffered filesRich Felker
2012-04-16fix %lf, etc. with printfRich Felker
2012-04-16better description for errno==0Rich Felker