diff options
author | Araq <rumpf_a@web.de> | 2011-04-03 23:12:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-03 23:12:03 +0200 |
commit | b3e24382a025bfe2ca0f65cc46c8b9e5e652a26d (patch) | |
tree | f17f2fba88bdcf08d09ca0b25cd649e5c7921e54 /web/news.txt | |
parent | b38c7adad1e153c8678c93098391cb2bd8d8fef6 (diff) | |
download | Nim-b3e24382a025bfe2ca0f65cc46c8b9e5e652a26d.tar.gz |
added another system.open; bugfix: koch clean may not break .git dirs anymore
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 9b1979056..c28eef94e 100755 --- a/web/news.txt +++ b/web/news.txt @@ -67,7 +67,8 @@ Additions - The *interactive mode* (REPL) has been improved and documented for the first time. - Added the ``linearScanEnd``, ``unroll``, ``shallow`` pragmas. -- Added ``system.reset``. +- 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 on the number of string literals in the case statement. |