diff options
author | Araq <rumpf_a@web.de> | 2011-06-26 20:17:19 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-26 20:17:19 +0200 |
commit | e25384db8907f846f3c053379cf5b431c4d28760 (patch) | |
tree | 73f9fcb73ff0b849805077e17889111314d1bf56 /web/news.txt | |
parent | c9d21164beef5850b8c3ebb4faf70b59139644d4 (diff) | |
download | Nim-e25384db8907f846f3c053379cf5b431c4d28760.tar.gz |
improvements to get code size down for programs that don't use GC
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index a7f6a0b78..cb41dba7c 100755 --- a/web/news.txt +++ b/web/news.txt @@ -95,7 +95,7 @@ Additions - Added a wrapper for ``sphinx``. - The compiler now supports array, sequence and string slicing. - Added ``system.newStringOfCap``. -- Added ``system.raiseHook`` and ``system.outOfMemoryHook``. +- Added ``system.raiseHook`` and ``system.outOfMemHook``. - Added ``system.writeFile``. - Added ``system.shallowCopy``. - ``system.echo`` is guaranteed to be thread-safe. |