diff options
author | Araq <rumpf_a@web.de> | 2011-07-24 23:07:40 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-07-24 23:07:40 +0200 |
commit | ef039a132580c2b4135146dea5df6e2c90896329 (patch) | |
tree | b128d835ebff85cb282979632ccf13a27df7893d /todo.txt | |
parent | a6daf7152026fb8ab9b5aee17355e23b46d2e987 (diff) | |
download | Nim-ef039a132580c2b4135146dea5df6e2c90896329.tar.gz |
doc improvements; added lazarus example
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index a21e320dd..635f5f566 100755 --- a/todo.txt +++ b/todo.txt @@ -7,7 +7,8 @@ Version 0.8.14 - 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 +- export re-entrant and non-reentrant locks and condition vars; threads should + not have an inbox per default version 0.9.0 @@ -34,7 +35,6 @@ Bugs version 0.9.XX ============== -- distinct types for array/seq indexes - GC: marker procs for native Nimrod GC and Boehm GC; precise stack marking - implicit ref/ptr->var conversion; the compiler may store an object implicitly on the heap for write barrier efficiency; better: |