summaryrefslogtreecommitdiff
path: root/ccode/valaccodeoncesection.vala
Commit message (Collapse)AuthorAgeFilesLines
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
| | | | It was about time to do this.
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
| | | | | | | | | 2008-08-14 Jürg Billeter <j@bitron.ch> Don't derive from GObject in libvala where not necessary to improve compilation performance svn path=/trunk/; revision=1757
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-4/+4
| | | | | | | | | | | 2008-04-13 Juerg Billeter <j@bitron.ch> * vala/valaparser.vala: report warning when using obsolete syntax for non-null types * */*.vala, */*.vapi: port to new syntax svn path=/trunk/; revision=1208
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
| | | | | | | | | 2007-09-07 Juerg Billeter <j@bitron.ch> * update license headers to the GNU Lesser General Public License, version 2.1 or later svn path=/trunk/; revision=588
* fix order in C header file test public delegateJuerg Billeter2007-07-111-4/+1
| | | | | | | | | | | | | 2007-07-11 Juerg Billeter <j@bitron.ch> * ccode/valaccodefragment.vala, ccode/valaccodenode.vala, ccode/valaccodeoncesection.vala, gobject/valacodegenerator.vala, gobject/valacodegeneratorsourcefile.vala: fix order in C header file * tests/test-014.vala, tests/test-014.out: test public delegate Fixes bug 442703 svn path=/trunk/; revision=345
* separate declaration output remove comma at end of enum remove unusedJürg Billeter2007-05-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | | 2007-05-10 Jürg Billeter <j@bitron.ch> * ccode/valaccodeblock.vala, ccode/valaccodedeclaration.vala, ccode/valaccodedeclarator.vala, ccode/valaccodefragment.vala, ccode/valaccodefunctiondeclarator.vala, ccode/valaccodenode.vala, ccode/valaccodeoncesection.vala, ccode/valaccodestruct.vala, ccode/valaccodetypedefinition.vala, ccode/valaccodevariabledeclarator.vala: separate declaration output * vala/parser.y: remove comma at end of enum * vala/valaclass.vala, vala/valastruct.vala: remove unused methods * vala/Makefile.am: update * gobject/valacodegeneratorsourcefile.vala: support declaration separation in C code * gobject/valaclassregisterfunction.vala, gobject/valainterfaceregisterfunction.vala, gobject/valatyperegisterfunction.vala: move from vala directory, move interface info declarations to the beginning of the block * gobject/Makefile.am: update svn path=/trunk/; revision=315
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+53
2007-05-02 Jürg Billeter <j@bitron.ch> * Move contents of vala-pkg to trunk svn path=/trunk/; revision=300