From f39779b1be487985d32bb6ad372e9fa29572f813 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 1 Jul 2011 22:49:50 +0200 Subject: [PATCH] Update `NEWS'. --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2ca0272a1..f5760cf38 100644 --- a/NEWS +++ b/NEWS @@ -162,11 +162,16 @@ ports)' documentation from the R6RS documentation. Thanks Andreas! ** Fix call-with-input-file & relatives for multiple values ** Fix `hash' for inf and nan ** Fix libguile internal type errors caught by typing-strictness==2 -** Fix compile error in mingw fstat socket detection +** Fix compile error in MinGW fstat socket detection +** Fix generation of auto-compiled file names on MinGW ** Fix multithreaded access to internal hash tables ** Emit a 1-based line number in error messages ** Fix define-module ordering ** Fix several POSIX functions to use the locale encoding +** Add type and range checks to the complex generalized vector accessors +** Fix unaligned accesses for bytevectors of complex numbers +** Fix '(a #{.} b) +** Fix erroneous VM stack overflow for canceled threads Changes in 2.0.1 (since 2.0.0): -- 2.20.1