summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2007-07-12 08:40:09 +0000
committerJürg Billeter <juergbi@src.gnome.org>2007-07-12 08:40:09 +0000
commit08c26be77925decc823335d92bf601841bf9f5a0 (patch)
tree5dc6780e51f63e28e0599a8c412436d79df31c0f /README
parent85a9aab74baad138f7cf7908cdcd1621489ad5dd (diff)
downloadvala-08c26be77925decc823335d92bf601841bf9f5a0.tar.gz
implement simple exception handling for expression and declaration
2007-07-12 Juerg Billeter <j@bitron.ch> * vala/parser.y, vala/valacodenode.vala, vala/valaenum.vala, vala/valaexpression.vala, vala/valamethod.vala, vala/valasemanticanalyzer.vala, vala/valatrystatement.vala, ccode/valaccodegotostatement.vala, ccode/valaccodelabel.vala: * gobject/valacodegenerator.vala, gobject/valacodegeneratorinvocationexpression.vala, gobject/valacodegeneratormethod.vala: implement simple exception handling for expression and declaration statements * tests/test-033.vala, tests/test-033.out: test exception handling * README, ccode/Makefile.am, tests/Makefile.am: update svn path=/trunk/; revision=348
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index aaf8fea87..37bf45ce3 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ type system. Vala supports modern language features as the following:
* Generics
* Non-null types
* Assisted memory management
- * Exception handling [PLANNED]
+ * Exception handling
Vala is designed to allow access to existing C libraries, especially
GObject-based libraries, without the need for runtime bindings. Each to