X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=WHATSNEW;h=691298968449c82c3c4e9481506d4f002dbfb691;hp=1ca0b4e45b87909459e96bc1d184d4d6ad606f5a;hb=e68a4633e01e1a9ef41fa6dbc39d1d93dca130d3;hpb=b1a8e0d45465731a757ef476cf6a5cbd31d166f9 diff --git a/WHATSNEW b/WHATSNEW index 1ca0b4e4..69129896 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -432,3 +432,27 @@ compatibility: bug fixes: - fix crash in dns lookups for all static-linked, non-threaded programs + + + +0.8.7 release notes + +new features: +- c++ support with g++'s libstdc++ +- c99 math library (float, long double, complex, etc.) +- numerous wchar_t functions +- a64l, l64a functions +- getdate function + +compatibility: +- c89 compatibility in math.h +- syscall.h alias for sys/syscall.h +- memory.h alias for string.h +- getcwd supports null buffer argument (auto-allocation) + +bug fixes: +- major fenv (floating point environment) fixes and optimizations +- strptime mishandling of day/month names +- strtoull wrongly rejecting the highest 16 possible values as overflow +- math.h constant expression fixes for INFINITY/NAN/etc. +- scanf mishandling of "0" with "%x"