summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-20 23:58:45 +0100
committerAraq <rumpf_a@web.de>2012-11-20 23:58:45 +0100
commit022ff2e86e12b1920a73b67878cd9ee05293d15d (patch)
tree22445e62747e1f10a5112ea43071ccef0e01af94 /web
parent1dfc57c5fffc425ffe9c79551463de8a386f8697 (diff)
downloadNim-022ff2e86e12b1920a73b67878cd9ee05293d15d.tar.gz
almost every pragma is allowed in a 'push' pragma
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt1
-rwxr-xr-xweb/nimrod.ini4
2 files changed, 3 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index 4150ddf8d..4ed549a62 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -31,6 +31,7 @@ Compiler Additions
   Use the new ``--project`` switch to enable this behaviour.
 - The compiler can now warn about shadowed local variables. However, this needs
   to be turned on explicitly via ``--warning[ShadowIdent]:on``.
+- The compiler now supports almost every pragma in a ``push`` pragma.
 
 
 Language Additions
diff --git a/web/nimrod.ini b/web/nimrod.ini
index 4213eda9a..0a26138a6 100755
--- a/web/nimrod.ini
+++ b/web/nimrod.ini
@@ -28,7 +28,7 @@ pdf: "manual;lib;tut1;tut2;nimrodc;c2nim;niminst;gc"
 srcdoc2: "system.nim;impure/graphics;wrappers/sdl"
 srcdoc2: "core/macros;pure/marshal;core/typeinfo;core/unsigned"
 srcdoc2: "impure/re;pure/sockets"
-srcdoc: "system/threads.nim;system/channels.nim"
+srcdoc: "system/threads.nim;system/channels.nim;ecmas/dom"
 srcdoc2: "pure/os;pure/strutils;pure/math;pure/matchers;pure/algorithm"
 srcdoc2: "pure/complex;pure/times;pure/osproc;pure/pegs;pure/dynlib"
 srcdoc2: "pure/parseopt;pure/hashes;pure/strtabs;pure/lexbase"
@@ -43,7 +43,7 @@ srcdoc2: "pure/json;pure/base64;pure/scgi;pure/redis;impure/graphics"
 srcdoc2: "impure/rdstdin;wrappers/zmq;wrappers/sphinx"
 srcdoc2: "pure/collections/tables;pure/collections/sets;pure/collections/lists"
 srcdoc2: "pure/collections/intsets;pure/collections/queues;pure/encodings"
-srcdoc2: "pure/events;pure/collections/sequtils;pure/irc;ecmas/dom;pure/cookies"
+srcdoc2: "pure/events;pure/collections/sequtils;pure/irc;pure/cookies"
 srcdoc2: "pure/ftpclient;pure/memfiles;pure/subexes;pure/collections/critbits"
 srcdoc2: "pure/asyncio;pure/actors;core/locks;pure/oids;pure/endians;pure/uri"
 srcdoc2: "pure/nimprof"