diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-03-17 20:35:25 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-03-17 20:35:25 -0400 |
commit | da0acc32efc85a91c4225157d22520743c6d8f8c (patch) | |
tree | 858375c55a6649065d43653d4f02361a6ecafdc6 /WHATSNEW | |
parent | b60053e7621a29ace6ab5c7b4e256e252f31ad13 (diff) | |
download | musl-da0acc32efc85a91c4225157d22520743c6d8f8c.tar.gz musl-da0acc32efc85a91c4225157d22520743c6d8f8c.tar.xz musl-da0acc32efc85a91c4225157d22520743c6d8f8c.zip |
release notes for 0.8.7 v0.8.7
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 24 |
1 files changed, 24 insertions, 0 deletions
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" |