1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Update NEWS

* NEWS: Update.
This commit is contained in:
Andy Wingo 2016-07-14 16:37:20 +02:00
parent 513344e33d
commit ea223b07c2

2
NEWS
View file

@ -878,6 +878,7 @@ More ARM cross-compilation targets are supported: "arm.*eb",
(<http://bugs.gnu.org/21899>) (<http://bugs.gnu.org/21899>)
*** Reduce eq? and eqv? over constants using equal? *** Reduce eq? and eqv? over constants using equal?
(<http://bugs.gnu.org/21855>) (<http://bugs.gnu.org/21855>)
*** Skip invalid .go files found in GUILE_LOAD_COMPILED_PATH
** Threads ** Threads
*** Fix data races leading to corruption (<http://bugs.gnu.org/22152>) *** 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 ** System
*** {get,set}sockopt now expect type 'int' for SO_SNDBUF/SO_RCVBUF *** {get,set}sockopt now expect type 'int' for SO_SNDBUF/SO_RCVBUF
*** 'system*' now available on MS-Windows *** 'system*' now available on MS-Windows
*** 'open-pipe' now available on MS-Windows
*** Better support for file names containing backslashes on Windows *** Better support for file names containing backslashes on Windows
** Web ** Web