diff options
author | Araq <rumpf_a@web.de> | 2011-06-16 10:47:44 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-16 10:47:44 +0200 |
commit | 04f9c2585ae53555cdbec4031b0d9af270b8dc86 (patch) | |
tree | 5432c3fb2b25a70b1e74aed01731be6f74b2ed66 /web/news.txt | |
parent | de659eba65b5ad098a403449c4b2b1067d04a2cf (diff) | |
download | Nim-04f9c2585ae53555cdbec4031b0d9af270b8dc86.tar.gz |
readFile raises EIO instead of returning nil; added system.writeFile
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 84cc34487..ca8f701a6 100755 --- a/web/news.txt +++ b/web/news.txt @@ -43,7 +43,9 @@ Changes affecting backwards compatibility ``^p`` in later versions or be dropped entirely since it is rarely used. Use the new notation ``p[]`` in the rare cases where you need to dereference a pointer explicitely. - +- ``system.readFile`` does not return ``nil`` anymore but raises an ``EIO`` + exception instead. + Additions --------- @@ -91,6 +93,7 @@ Additions - The compiler now supports array, sequence and string slicing. - Added ``system.newStringOfCap``. - Added ``system.raiseHook``. +- Added ``system.writeFile ``. - ``system.echo`` is guaranteed to be thread-safe. |