diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-04-19 22:02:50 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-04-19 22:02:50 -0400 |
commit | c5d1adc56c22ead8caa9effcee0518a7a8ff3c06 (patch) | |
tree | 7d73c4b3065bb3aa91e9102a126082fba95856b6 | |
parent | 1bf725eda7a06713825b0609c9b39c55cf5ab76a (diff) | |
download | musl-c5d1adc56c22ead8caa9effcee0518a7a8ff3c06.tar.gz musl-c5d1adc56c22ead8caa9effcee0518a7a8ff3c06.tar.bz2 musl-c5d1adc56c22ead8caa9effcee0518a7a8ff3c06.tar.xz musl-c5d1adc56c22ead8caa9effcee0518a7a8ff3c06.zip |
release notes for 0.8.9 (bugfix release)v0.8.9
-rw-r--r-- | WHATSNEW | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -490,3 +490,14 @@ other bug fixes: - tgammal was wrongly setting global signgam - crash in wordfree with uninitialized we_offs - fix wordexp not null-initializing the we_offs initial slots + + + +0.8.9 release notes + +bug fixes: +- major breakage in strtol and family: failure to accept leading spaces +- incorrect name for MATH_ERREXCEPT in math.h + +compatibility: +- prototypes for a few additional nonstandard functions |