]> gitweb.factorcode.org Git - factor.git/commitdiff
Update to do list
authorslava <slava@factorcode.org>
Sun, 5 Nov 2006 03:23:44 +0000 (03:23 +0000)
committerslava <slava@factorcode.org>
Sun, 5 Nov 2006 03:23:44 +0000 (03:23 +0000)
TODO.FACTOR.txt
library/compiler/test/callbacks.factor

index 93f012a69f86308e06dabbeb6e0c29497b2595af..55d4c3319130f55b5714de22430b322fd9ec0557 100644 (file)
@@ -2,6 +2,7 @@
 
 - inline float allocation needs a gc check
 - docs: don't pass volatile aliens to callbacks
+- windows rollover broken again
 
 + ui:
 
index ab824edf348e99eb5cc763a86450bee1439b0215..738dff05c26c9a4c4afb4c3957c5df83ee016d19 100644 (file)
@@ -55,7 +55,6 @@ kernel-internals math memory namespaces test threads ;
 
 : callback-8
     "void" { "int" "int" } [ / "x" set ] alien-callback ;
-   
 
 : callback_test_2
     "void" { "int" "int" } "cdecl" alien-indirect ;