summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-10-03 23:15:24 +0000
committerJim Blandy <jimb@red-bean.com>1996-10-03 23:15:24 +0000
commitd345f2b27e2f6094c2debcdcf655913e7c8dcd80 (patch)
treece99f658fb85dfdee10f14ff05601b2cea6e55ae
parenta20fe976b953b08ea2056c6ab86832bcac4c66d5 (diff)
downloadguile-d345f2b27e2f6094c2debcdcf655913e7c8dcd80.tar.gz
*** empty log message ***
-rw-r--r--TODO16
1 files changed, 13 insertions, 3 deletions
diff --git a/TODO b/TODO
index dac21cea8..ae3a6b58e 100644
--- a/TODO
+++ b/TODO
@@ -2,16 +2,26 @@ Needed before release
* Add facilities for debugging Scheme programs.
-Mikael Djurfeldt <mdj@nada.kth.se> is working on this.
+Mikael Djurfeldt <mdj@nada.kth.se> is working on this. The low-level
+functions are available, but need a user interface. He has also
+written extensisons to GDB to allow it to print lispy values in lispy
+notation when debugging Guile's C code.
* Merge in the Cygnus threads package.
-Anthony Green <green@cygnus.com> is working on this,
-but he lacks time, so perhaps he could use help.
+This is done, but needs debugging.
+
+* Documentation.
+
+They should be complete and accurate. They should also have more
+general explanation (right now they're strictly reference), but
+perhaps that will have to wait until after the first release.
Desired later on
+* Good interface to Tk
+
* Add a convenient facility for running a pipeline of processes
with redirections. Gary Houston <ghouston@actrix.gen.nz>
is working on this.