diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-04-01 20:36:01 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-04-01 20:36:01 -0400 |
commit | 78eb0879cd031be62a6905bcf5de0db4b7cf30cf (patch) | |
tree | b1ac8956cf1f99fdd9d02a842d6e088e0f42fad4 /WHATSNEW | |
parent | ded6cb5f719464649bcb61624d52327ae444bfca (diff) | |
download | musl-78eb0879cd031be62a6905bcf5de0db4b7cf30cf.tar.gz musl-78eb0879cd031be62a6905bcf5de0db4b7cf30cf.tar.bz2 musl-78eb0879cd031be62a6905bcf5de0db4b7cf30cf.tar.xz musl-78eb0879cd031be62a6905bcf5de0db4b7cf30cf.zip |
document changes for upcoming 0.7.5 release
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -79,3 +79,22 @@ implemented flockfile, wprintf, and robust mutex functions. fixed stack corruption bug in times(), minor header bugs, and some error return value bugs in thread interfaces. + + + +0.7.5 - new features, major optimization, and robustness + +implemented POSIX timers. + +optimized and simplified many thread-related functions. + +eliminated resource leak races in thread cancellation. + +overhauled stdio implementation to take advantage of readv/writev for +reduced syscall load, and improved stdio's handling of error status. + +added syscall header and interface for applications to use and +greatly simplified internal system for making syscalls. + +strangthened tmpnam/tempnam/tmpfile filename generation and made the +straight C functions not depend on POSIX symbols. |