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:
e18b563
)
document changes for 0.7.1
v0.7.1
author
Rich Felker
<dalias@aerifal.cx>
Fri, 18 Mar 2011 13:59:20 +0000
(09:59 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 18 Mar 2011 13:59:20 +0000
(09:59 -0400)
WHATSNEW
patch
|
blob
|
history
diff --git
a/WHATSNEW
b/WHATSNEW
index 519b77871a992f4db0320a9cd577c9a0f2d0f490..d4b4a0f2a3aa10042356f50851819a7f9782dda5 100644
(file)
--- a/
WHATSNEW
+++ b/
WHATSNEW
@@
-70,3
+70,12
@@
improved musl-gcc compiler wrapper.
implemented many small missing functions here and there, minor header
fixes, etc.
+
+
+
+0.7.1 - improvements to completeness, bug fixes
+
+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.