diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-05-17 14:13:06 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-05-17 14:13:06 -0400 |
commit | c5025bfabefe952507cf333ea89854d6ba612549 (patch) | |
tree | 921e7ffde354feee7b6639e4a50b5346bf5b8125 /WHATSNEW | |
parent | 8628eff9128d66cc69dbc301341dc55130a9817e (diff) | |
download | musl-c5025bfabefe952507cf333ea89854d6ba612549.tar.gz musl-c5025bfabefe952507cf333ea89854d6ba612549.tar.xz musl-c5025bfabefe952507cf333ea89854d6ba612549.zip |
release notes for 0.7.10 v0.7.10
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW index 63253343..14731172 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -219,3 +219,28 @@ x86_64-specific bug fixes: - fcntl file locking - thread stack alignment - broken select timeouts due to incorrect timeval definition + + + +0.7.10 release notes + +new features: +- ipv6 numeric string parsing +- eventfd syscall wrappers + +optimizations: +- new qsort implementation using the smoothsort algorithm +- much smaller/faster sigset_t handling functions +- lowered spin count before futex wait in synchronization functions + +general bug fixes: +- incorrect floating point round-to-even behavior in printf +- major bugs in pthread barrier implementation +- off-by-one error in scanf %n results +- scanf failure to report EOF when scanning for literal text +- minor missing/incorrect prototype issues +- dependency on undefined call order in fclose + +compiler issue workarounds: +- incorrect inlining of variadic functions on recent gcc versions +- pcc preprocessor bug with recursive macro expansion |