summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-04-27 22:30:20 +0200
committerLudovic Courtès <ludo@gnu.org>2011-04-27 22:30:31 +0200
commit2e6829d24d39bc3aad7f41a95e2ada4799a0e6c8 (patch)
tree3b24a26b2ab7c301350a7fbf98761ba6fdb93147
parent756b1dfa6e96684e839077d7f800ca227b88c33a (diff)
downloadguile-2e6829d24d39bc3aad7f41a95e2ada4799a0e6c8.tar.gz
Update `NEWS'.
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 121cfd9b5..cfbc65a3c 100644
--- a/NEWS
+++ b/NEWS
@@ -90,7 +90,7 @@ Guile 2.0.0 shipped with headers that, if configured with pthread
support, would re-define `pthread_create', `pthread_join', and other API
to redirect to the BDW-GC wrappers, `GC_pthread_create', etc. This was
unintended, and not necessary: because threads must enter Guile with
-scm_with_guile, Guile can handle thread registration itself, without
+`scm_with_guile', Guile can handle thread registration itself, without
needing to make the GC aware of all threads. This oversight has been
fixed.
@@ -147,13 +147,13 @@ The humble `error' SRFI now has an entry in the manual.
* New modules
-** `(ice-9 binary-ports)': XXX, in the manual
** `(ice-9 binary-ports)': "R6RS I/O Ports", in the manual
** `(ice-9 eval-string)': "Fly Evaluation", in the manual
+** `(ice-9 command-line)', not documented yet
* Bugs fixed
-** Fixed iconv_t memory leak on close-port
+** Fixed `iconv_t' memory leak on close-port
** Fixed some leaks with weak hash tables
** Export `vhash-delq' and `vhash-delv' from `(ice-9 vlist)'
** `after-gc-hook' works again
@@ -199,6 +199,10 @@ The humble `error' SRFI now has an entry in the manual.
** Fix optional second arg to R6RS log function
** Fix R6RS `assert' to return true value.
** Fix fencepost error when seeking in bytevector input ports
+** Gracefully handle `setlocale' errors when starting the REPL
+** Improve support of the `--disable-posix' configure option
+** Make sure R6RS binary ports pass `binary-port?' regardless of the locale
+** Gracefully handle unterminated UTF-8 sequences instead of hitting an `assert'