mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
document changes for upcoming 0.7.5 release
This commit is contained in:
parent
ded6cb5f71
commit
78eb0879cd
1 changed files with 19 additions and 0 deletions
19
WHATSNEW
19
WHATSNEW
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue