X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=WHATSNEW;h=14731172edab0214ef1d8eed3fc2abd9c8165ca4;hp=63253343fb9aca00a2f1be960f0cb856c83bcdbe;hb=f58c8a0f391987a65e055ae591ec59b9df7b7f7c;hpb=db9915ee97670885f3f2302d8c41ac6c61f2d77e 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