diff options
author | Araq <rumpf_a@web.de> | 2013-02-11 07:11:42 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-02-11 07:11:42 +0100 |
commit | 68135b3b500074b43bf155a4a8cbb77756f112d2 (patch) | |
tree | 7a8391748edcebe57d6967a044ba568b0c90d255 /todo.txt | |
parent | 9bb11a48a672f20a4c0b7d1bb327ac08dc5ab4b8 (diff) | |
parent | a668b4ffb57d23e4a1276a5436a600653f7755fb (diff) | |
download | Nim-68135b3b500074b43bf155a4a8cbb77756f112d2.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
Conflicts: lib/system/gc.nim
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 972a61f4e..a6ae409bd 100755 --- a/todo.txt +++ b/todo.txt @@ -4,6 +4,8 @@ version 0.9.2 - implement constructors + full 'not nil' checking - ``restrict`` pragma + backend support - fix: 'result' is not properly cleaned for NRVO +- document NimMain and check whether it works for threading + version 0.9.4 ============= |