diff options
author | Araq <rumpf_a@web.de> | 2011-05-08 17:38:34 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-05-08 17:38:34 +0200 |
commit | d2e2d71d05b9a8381bf7fef7bb23da029e576c2a (patch) | |
tree | 137e4494aa119f8477204f8f974e4391f9ef1b2c /web/news.txt | |
parent | 1893f4101a59497d9c5713068ad396efdddb8574 (diff) | |
download | Nim-d2e2d71d05b9a8381bf7fef7bb23da029e576c2a.tar.gz |
newStringOfCap implemented and used to optimize some procs
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index f8bcef3db..62851a9a7 100755 --- a/web/news.txt +++ b/web/news.txt @@ -74,10 +74,11 @@ Additions - Added the ``linearScanEnd``, ``unroll``, ``shallow`` pragmas. - Added ``system.reset`` and a version of ``system.open`` that returns a ``TFile`` and raises an exception in case of an error. -- The compiler now might use a hashing for string case statements depending +- The compiler now might use hashing for string case statements depending on the number of string literals in the case statement. - Added a wrapper for ``redis``. - The compiler now supports array, sequence and string slicing. +- Added ``system.newStringOfCap``. 2010-10-20 Version 0.8.10 released |