diff options
author | Andy Wingo <wingo@pobox.com> | 2016-07-14 16:37:20 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-07-25 11:44:14 +0200 |
commit | ea223b07c2955dc3fdb42d9f8c0941ab2bdac096 (patch) | |
tree | 1759e807659f451e2769549ef0112ad83d9be02a /NEWS | |
parent | 513344e33d17a72b693f1dac774567ba3231886e (diff) |
Update NEWS
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |