summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKeisuke Nishida <kxn30@po.cwru.edu>2001-06-29 08:10:09 +0000
committerKeisuke Nishida <kxn30@po.cwru.edu>2001-06-29 08:10:09 +0000
commite235f2a6c77a20de97533ab67e2ad8154f03191f (patch)
tree9909855077ad3b7601a716a3439e2946f298f5ae /TODO
parent8d12303615e7e4648e76d13065709dec7d5ed825 (diff)
News for scm_list_N, replacing SCM_LISTN
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 5c1e1573c..8c657d604 100644
--- a/TODO
+++ b/TODO
@@ -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 @@ See also file HACKING.
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])