diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-07-08 21:04:03 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-07-08 21:04:03 +0000 |
commit | 601275cdda30b9a71d866558e249acfd32b17ba3 (patch) | |
tree | 01592b1e54dbbd95dc280d7fcbccec0fd79ea7cd | |
parent | 013788b6b11d05933c0348114fff1d8a1a8baff5 (diff) | |
download | guile-601275cdda30b9a71d866558e249acfd32b17ba3.tar.gz |
mention scm_read_0str and scm_eval_0str, corrections to file names.
-rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -[ID: $Id: TODO,v 1.18 2001-07-07 06:31:26 ttn Exp $] +[ID: $Id: TODO,v 1.19 2001-07-08 21:04:03 mvo 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. @@ -69,12 +69,15 @@ See also file HACKING. === In release 1.8.0: +- remove deprecated functions scm_read_0str, scm_eval_0str. + - remove deprecated "scm_*_t" type names in libguile.h. - remove re-exporting behaviour of `export'. in boot-9.scm, remove begin-deprecated part of `module-export!' in format.scm, remove kluge at top - in srfi13.scm, likewise + in srfi-13.scm, likewise + in srfi-1.scm, likewise - remove deprecated subr and gsubr functions in procs.h, procs.c: scm_make_subr, scm_make_subr_opt, |