diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-09-08 14:36:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-09-08 14:38:03 +0200 |
commit | 191e7165555f62ace0c2e840c3f27eab4cd67e8c (patch) | |
tree | 764a119537b69b0e743056ebbe91a8937e6e72d7 | |
parent | 32e29e24b6b6d9946866ba656e36d01b54b4849e (diff) | |
download | guile-191e7165555f62ace0c2e840c3f27eab4cd67e8c.tar.gz |
Update `NEWS' wrt. `mutex-lock' deadlock fix.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ When you use GDS to evaluate Scheme code from Emacs, you can now use ** `guile-config link' now prints `-L$libdir' before `-lguile' ** Fix memory corruption involving GOOPS' `class-redefinition' +** Fix possible deadlock in `mutex-lock' ** Fix build issue on Tru64 and ia64-hp-hpux11.23 (`SCM_UNPACK' macro) ** Fix build issue on mips, mipsel, powerpc and ia64 (stack direction) ** Fix build issue on hppa2.0w-hp-hpux11.11 (`dirent64' and `readdir64_r') |