diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-04-01 20:47:54 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-04-01 20:47:54 -0400 |
commit | c1f15004337f855eb681098a4f3fdc77f105577d (patch) | |
tree | 5def19e6dfb0f99d4a03cd21e9916c30e1f54f16 | |
parent | 78eb0879cd031be62a6905bcf5de0db4b7cf30cf (diff) | |
download | musl-c1f15004337f855eb681098a4f3fdc77f105577d.tar.gz musl-c1f15004337f855eb681098a4f3fdc77f105577d.tar.bz2 musl-c1f15004337f855eb681098a4f3fdc77f105577d.tar.xz musl-c1f15004337f855eb681098a4f3fdc77f105577d.zip |
document more changes
-rw-r--r-- | WHATSNEW | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -98,3 +98,9 @@ greatly simplified internal system for making syscalls. strangthened tmpnam/tempnam/tmpfile filename generation and made the straight C functions not depend on POSIX symbols. + +fixed pthread cancellation ABI on i386 to match the LSB/glibc ABI + +better double-free handling in malloc + +various minor bug fixes |