summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-07-14 16:37:20 +0200
committerAndy Wingo <wingo@pobox.com>2016-07-25 11:44:14 +0200
commitea223b07c2955dc3fdb42d9f8c0941ab2bdac096 (patch)
tree1759e807659f451e2769549ef0112ad83d9be02a /NEWS
parent513344e33d17a72b693f1dac774567ba3231886e (diff)
Update NEWS
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e1e924d23..f08ac253e 100644
--- a/NEWS
+++ b/NEWS
@@ -878,6 +878,7 @@ More ARM cross-compilation targets are supported: "arm.*eb",
(<http://bugs.gnu.org/21899>)
*** Reduce eq? and eqv? over constants using equal?
(<http://bugs.gnu.org/21855>)
+*** Skip invalid .go files found in GUILE_LOAD_COMPILED_PATH
** Threads
*** Fix data races leading to corruption (<http://bugs.gnu.org/22152>)
@@ -899,6 +900,7 @@ More ARM cross-compilation targets are supported: "arm.*eb",
** System
*** {get,set}sockopt now expect type 'int' for SO_SNDBUF/SO_RCVBUF
*** 'system*' now available on MS-Windows
+*** 'open-pipe' now available on MS-Windows
*** Better support for file names containing backslashes on Windows
** Web