summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Galassi <mark+savannah@galassi.org>1997-10-13 07:26:23 +0000
committerMark Galassi <mark+savannah@galassi.org>1997-10-13 07:26:23 +0000
commit8d6787b6dcf1480f3c67c4c9b8d4ca81b4ec0b40 (patch)
tree4468f7a62dacf02f4ec53cb8c09e6b870f051c05
parente5eece747e920b3510aa661f3e4483ec440b3b96 (diff)
downloadguile-8d6787b6dcf1480f3c67c4c9b8d4ca81b4ec0b40.tar.gz
*** empty log message ***
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44169cbe2..9fb936081 100644
--- a/NEWS
+++ b/NEWS
@@ -290,6 +290,14 @@ output port. Corresponds to the scheme level `write'.
** gh_list_length renamed to gh_length.
+** vector handling routines
+
+Several major changes. In particular, gh_vector() now resembles
+(vector ...) (with a caveat -- see manual), and gh_make_vector() now
+exists and behaves like (make-vector ...). gh_vref() and gh_vset()
+have been renamed gh_vector_set() and gh_vector_ref(). Some missing
+vector-related gh_ functions have been implemented.
+
* Changes to the scm_ interface
** Function: SCM scm_internal_stack_catch (SCM tag,