* Updates for string- and vector-move-right/left! docstrings.
[bpt/guile.git] / TODO
diff --git a/TODO b/TODO
index 00a58ce..8fd602b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -57,15 +57,28 @@ that user-visible changes are reflected in NEWS.
 - implement internationalized strings
 - revise the uniform vector implementation
 - make the set of error signalling functions more consistent
+- Fix bug reported by Sven.Hartrumpf@fernuni-hagen.de 2001-08-31:
+  (debug-disable 'debug) has no effect if it is the first form in ~/.guile.
 
 
 * Before releasing 1.8.0:
 
+- add DLL support [ela]                <-- set by ttn (my bad)
+
++ sync srfi-modules.texi [ttn]
+
 - For GOOPS: [ttn]
   - rewrite method cache management in C
   - rewrite core macros (define-class et al) in C
   - define C API
 
+- Compile with --enable-error-on-warning without failure.  Requires a
+  number of fixes, including num2integral.i.c and on some platforms
+  gc_os_dep.c.  Also SCM_FIXABLE etc. will produce unavoidable
+  warnings on some platforms with some vars as written now.  i.e. on
+  alphas, SCM_FIXABLE(some_int) is always true.  We need more
+  conditional compilation or similar.
+
 - Move sample .gdbinit in HACKING to somewhere more appropriate (manual?).
 
 - Make sure we have appropriate interface numbers for shared