summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-06-09 23:29:43 +0200
committerAraq <rumpf_a@web.de>2013-06-09 23:29:43 +0200
commit23ef565a3c2c1f83816fefbeadb0fc59e754997d (patch)
tree7a2adeeb6f3215c35ff0b7fdeeee6f9907308931 /web
parent2aaa8f7909e51eb3d971e197f152e247c64362e9 (diff)
downloadNim-23ef565a3c2c1f83816fefbeadb0fc59e754997d.tar.gz
implemented large parts of the 'not nil' checking
Diffstat (limited to 'web')
-rw-r--r--web/index.txt2
-rw-r--r--web/news.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/index.txt b/web/index.txt
index 260d303c8..e504b65c4 100644
--- a/web/index.txt
+++ b/web/index.txt
@@ -89,7 +89,7 @@ Nimrod plays nice with others
 * **The Nimrod Compiler can also generate C++ or Objective C for easier
   interfacing.**
 * There are lots of bindings: for example, bindings to GTK2, the Windows API, 
-  the POSIX API, OpenGL, SDL, Cario, Python, Lua, TCL, X11, libzip, PCRE, 
+  the POSIX API, OpenGL, SDL, Cairo, Python, Lua, TCL, X11, libzip, PCRE, 
   libcurl, mySQL and SQLite are included in the standard distribution.
 * A C to Nimrod conversion utility: New bindings to C libraries are easily 
   generated by ``c2nim``.
diff --git a/web/news.txt b/web/news.txt
index 4f932bc05..f5737ffa3 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -36,7 +36,7 @@ Language Additions
 
 - Arrays can now be declared with a single integer literal ``N`` instead of a
   range; the range is then ``0..N-1``.
-
+- Added ``requiresInit`` pragma to enforce explicit initialization.
 
 
 2013-05-20 New website design!