projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf87858
)
update release notes
v0.7.5
author
Rich Felker
<dalias@aerifal.cx>
Sat, 2 Apr 2011 03:15:29 +0000
(23:15 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 2 Apr 2011 03:15:29 +0000
(23:15 -0400)
WHATSNEW
patch
|
blob
|
history
diff --git
a/WHATSNEW
b/WHATSNEW
index 2358d929e81843205c921a4e2d424e3c928a926a..55817aa962b02b1c48cdffb186cba56d02223c16 100644
(file)
--- a/
WHATSNEW
+++ b/
WHATSNEW
@@
-88,7
+88,8
@@
implemented POSIX timers.
optimized and simplified many thread-related functions.
-eliminated resource leak races in thread cancellation.
+eliminated resource leak races in thread cancellation. (almost all
+existing implementations, including glibc, have these leaks.)
overhauled stdio implementation to take advantage of readv/writev for
reduced syscall load, and improved stdio's handling of error status.