added another system.open; bugfix: koch clean may not break .git dirs anymore

This commit is contained in:
Araq
2011-04-03 23:12:03 +02:00
parent b38c7adad1
commit b3e24382a0
4 changed files with 15 additions and 9 deletions

View File

@@ -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.