diff options
author | Araq <rumpf_a@web.de> | 2014-02-07 17:06:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-02-07 17:06:20 +0100 |
commit | a087f6057e70e8b7c57ec9a20ac7f7815afe9327 (patch) | |
tree | cb04da2bca11d066af59c012d189aff68e81aa2f /todo.txt | |
parent | 3be07d842a13cde69aeb5e7908ed62907daef4f7 (diff) | |
download | Nim-a087f6057e70e8b7c57ec9a20ac7f7815afe9327.tar.gz |
bugfix: codegen issue that caused getGMTime() to leak memory
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index a9f2e80e5..738e9b3fa 100644 --- a/todo.txt +++ b/todo.txt @@ -5,7 +5,7 @@ version 0.9.4 - fix macros\tstringinterp.nim - test and fix showoff - test C source code generation -- test and fix closures +- fix closures - test and fix exception handling - implement 'union' and 'bits' pragmas |