diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 1 | ||||
-rwxr-xr-x | web/nimrod.ini | 4 |
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" |