chiark / gitweb /
Added new type UNBOXED-VECTOR
[clg] / TODO
diff --git a/TODO b/TODO
index fcec8b5e15de0025539c517c6f75b2548c4e7816..f98ddfa84ed64240d0a6792d121d7c7e6852726b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,9 +6,6 @@
 
 * Use CMUCL's native mechanism for callbacks from C -- done
 
-* Create all foreign function bindings at compile time (necessary for
-  CLisp port)
-
 * Add documentation and more examples
 
 * Make subclassing of gobjects possible -- done
@@ -17,4 +14,6 @@
 
 * Improve load time
 
-* Porting to amd64
+* Porting to amd64 -- done (patch supplied by Gabriel Ebner)
+
+* CLisp port -- done