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:
parent
bdf8afffb5
commit
298aa6e315
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue