summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-07-26 00:46:41 +0200
committerAraq <rumpf_a@web.de>2011-07-26 00:46:41 +0200
commit0e7f2ca3f1607ad51e7e69e1b367450a8299c526 (patch)
tree41d98c00a9cd763ec7731d0b9b94ce0757a99cca /web
parent3ac9012361f6d6642455c0bc81cb9f49ae5e844a (diff)
downloadNim-0e7f2ca3f1607ad51e7e69e1b367450a8299c526.tar.gz
bugfixes; added events module, sequtils module
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt2
-rwxr-xr-xweb/nimrod.ini1
2 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 51e8319d6..cb1da8773 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -13,6 +13,8 @@ Bugfixes
 - Boehm GC now works with ``--threads:on``.
 - Fixed a serious memory corruption concerning message passing.
 - Fixed a serious bug concerning different instantiations of a generic proc.
+- Fixed a newly introduced bug where a wrong ``EIO`` exception was raised for
+  the end of file for text files that do not end with a newline.
 
 
 Changes affecting backwards compatibility
diff --git a/web/nimrod.ini b/web/nimrod.ini
index 184fa01b1..b0c6d0139 100755
--- a/web/nimrod.ini
+++ b/web/nimrod.ini
@@ -41,6 +41,7 @@ srcdoc: "pure/json;pure/base64;pure/scgi;pure/redis;impure/graphics"
 srcdoc: "impure/rdstdin;wrappers/zmq;wrappers/sphinx"
 srcdoc: "pure/collections/tables;pure/collections/sets;pure/collections/lists"
 srcdoc: "pure/collections/intsets;pure/collections/queues;pure/encodings"
+srcdoc: "pure/lib/events;pure/collections/sequtils"
 
 webdoc: "wrappers/libcurl;pure/md5;wrappers/mysql;wrappers/iup"
 webdoc: "wrappers/sqlite3;wrappers/postgres;wrappers/tinyc"