1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

scm_array_map & co

This commit is contained in:
Mikael Djurfeldt 1997-09-24 21:28:24 +00:00
parent bdf8afffb5
commit 298aa6e315

6
NEWS
View file

@ -64,6 +64,10 @@ Macro: with-fluids ((FLUID VALUE) ...) FORM ...
list-length, list-append, list-append!, list-reverse, list-reverse!
** array-map renamed to array-map!
** serial-array-map renamed to serial-array-map!
* Changes to system call interfaces:
** close-port, close-input-port and close-output-port now return a
@ -252,6 +256,8 @@ scm_list_reverse, scm_list_reverse_x
These can be used for pretty list creation from C. The idea is taken
from Erick Gallesio's STk.
** scm_array_map renamed to scm_array_map_x
Changes in Guile 1.2 (released Tuesday, June 24 1997):