guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core NEWS


From: Keisuke Nishida
Subject: guile/guile-core NEWS
Date: Fri, 29 Jun 2001 01:10:09 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Keisuke Nishida <address@hidden>        01/06/29 01:10:09

Modified files:
        guile-core     : NEWS 

Log message:
        News for scm_list_N, replacing SCM_LISTN

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/NEWS.diff?cvsroot=OldCVS&tr1=1.307&tr2=1.308&r1=text&r2=text

Patches:
Index: guile/guile-core/NEWS
diff -u guile/guile-core/NEWS:1.307 guile/guile-core/NEWS:1.308
--- guile/guile-core/NEWS:1.307 Thu Jun 28 09:40:38 2001
+++ guile/guile-core/NEWS       Fri Jun 29 01:10:09 2001
@@ -722,6 +722,17 @@
 
   scm_apply_1 (proc, arg1, args);
 
+** New functions: scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5
+
+Create a list of the given number of elements.
+
+** Renamed function: scm_listify has been replaced by scm_list_n.
+
+** Deprecated macros: SCM_LIST0, SCM_LIST1, SCM_LIST2, SCM_LIST3, SCM_LIST4,
+SCM_LIST5, SCM_LIST6, SCM_LIST7, SCM_LIST8, SCM_LIST9.
+
+Use functions scm_list_N instead.
+
 ** New function: scm_c_read (SCM port, void *buffer, scm_sizet size)
 
 Used by an application to read arbitrary number of bytes from a port.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]