guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core TODO


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

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

Modified files:
        guile-core     : TODO 

Log message:
        News for scm_list_N, replacing SCM_LISTN

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

Patches:
Index: guile/guile-core/TODO
diff -u guile/guile-core/TODO:1.16 guile/guile-core/TODO:1.17
--- guile/guile-core/TODO:1.16  Wed Jun 27 10:15:36 2001
+++ guile/guile-core/TODO       Fri Jun 29 01:10:00 2001
@@ -1,4 +1,4 @@
-[ID: $Id: TODO,v 1.16 2001/06/27 17:15:36 ttn Exp $]
+[ID: $Id: TODO,v 1.17 2001/06/29 08:10:00 kei Exp $]
 
 These TODO items are grouped by target release version.  The first group is
 the "Eventually" group, which is not associated w/ any particular version.
@@ -115,7 +115,10 @@
   SCM_WNA, SCM_FUNC_NAME, SCM_VALIDATE_NUMBER_COPY,
   SCM_VALIDATE_NUMBER_DEF_COPY, SCM_SLOPPY_CONSP, SCM_SLOPPY_NCONSP,
   SCM_SETAND_CDR, SCM_SETOR_CDR, SCM_SETAND_CAR, SCM_SETOR_CAR,
-  SCM_ARRAY_CONTIGUOUS
+  SCM_ARRAY_CONTIGUOUS,
+  SCM_LIST0, SCM_LIST1, SCM_LIST2, SCM_LIST3, SCM_LIST4, SCM_LIST5,
+  SCM_LIST6, SCM_LIST7, SCM_LIST8, SCM_LIST9
+- remove scm_listify
 - remove scm_vector_set_length_x
 - remove function scm_call_catching_errors
   (replaced by catch functions from throw.[ch])



reply via email to

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