diff options
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt index d3babb963..c621ab17b 100755 --- a/todo.txt +++ b/todo.txt @@ -3,11 +3,13 @@ Version 0.8.14 - fix ``m*`` for generics - optional indentation for 'case' statement -- make threadvar efficient again on linux after testing - test the sort implementation again - export re-entrant and non-reentrant locks and condition vars; threads should not have an inbox per default - add --deadlock_prevention:on|off switch? timeout for locks? +- make threadvar efficient again on linux after testing +- ``pure`` --> ``noStackFrame``, ``noRtti`` + version 0.9.0 ============= @@ -57,8 +59,8 @@ version 0.9.XX is the same as: p(a, b, proc() = - echo a - echo b) + echo a + echo b) Library ------- |