summaryrefslogtreecommitdiff
path: root/vala/valastatementlist.vala
Commit message (Collapse)AuthorAgeFilesLines
* vala: Implement check() for StatementListRico Tzschichholz2018-10-241-0/+9
|
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-0/+6
|
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-1/+7
|
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-2/+1
|
* Convert ternary conditionals into if statements, fixes bug 543870 and bugJürg Billeter2008-11-291-0/+57
2008-11-29 Jürg Billeter <j@bitron.ch> * vala/Makefile.am: * vala/valablock.vala: * vala/valacodenode.vala: * vala/valaconditionalexpression.vala: * vala/valadeclarationstatement.vala: * vala/valaexpression.vala: * vala/valanullchecker.vala: * vala/valastatementlist.vala: * gobject/valaccodebasemodule.vala: * gobject/valaccodegenerator.vala: * gobject/valaccodemodule.vala: Convert ternary conditionals into if statements, fixes bug 543870 and bug 554594 svn path=/trunk/; revision=2083