platform/upstream/vala.git
17 years agouse lazy initialization for array_types hash table
Juerg Billeter [Sun, 22 Jul 2007 18:13:55 +0000 (18:13 +0000)]
use lazy initialization for array_types hash table

2007-07-22  Juerg Billeter  <j@bitron.ch>

* vala/valadatatype.vala: use lazy initialization for array_types
  hash table

svn path=/trunk/; revision=369

17 years agosupport libraries with generic types
Juerg Billeter [Sun, 22 Jul 2007 18:06:26 +0000 (18:06 +0000)]
support libraries with generic types

2007-07-22  Juerg Billeter  <j@bitron.ch>

* vala/valainterface.vala, vala/valainterfacewriter.vala: support
  libraries with generic types

svn path=/trunk/; revision=368

17 years agoallow inner classes to access private members of outer classes
Juerg Billeter [Sun, 22 Jul 2007 17:27:15 +0000 (17:27 +0000)]
allow inner classes to access private members of outer classes

2007-07-22  Juerg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala: allow inner classes to access private
  members of outer classes

svn path=/trunk/; revision=367

17 years agoderive from Symbol class where appropriate and move symbol table into
Juerg Billeter [Sat, 21 Jul 2007 14:29:16 +0000 (14:29 +0000)]
derive from Symbol class where appropriate and move symbol table into

2007-07-21  Juerg Billeter  <j@bitron.ch>

* vala/Makefile.am, vala/parser.y, vala/scanner.l, vala/vala.h,
  vala/valaarray.vala, vala/valaarraylengthfield.vala,
  vala/valaarrayresizemethod.vala, vala/valaattributeprocessor.vala,
  vala/valablock.vala, vala/valabreakstatement.vala,
  vala/valacallback.vala, vala/valaclass.vala,
  vala/valacodecontext.vala, vala/valacodenode.vala,
  vala/valacodevisitor.vala, vala/valaconstant.vala,
  vala/valaconstructor.vala, vala/valacontinuestatement.vala,
  vala/valacreationmethod.vala, vala/valadatatype.vala,
  vala/valadeclarationstatement.vala, vala/valadestructor.vala,
  vala/valadostatement.vala, vala/valaemptystatement.vala,
  vala/valaenum.vala, vala/valaenumvalue.vala,
  vala/valaexpressionstatement.vala, vala/valafield.vala,
  vala/valaflags.vala, vala/valaflagsvalue.vala,
  vala/valaforeachstatement.vala, vala/valaformalparameter.vala,
  vala/valaforstatement.vala, vala/valaifstatement.vala,
  vala/valainterface.vala, vala/valainterfacewriter.vala,
  vala/valalockstatement.vala, vala/valamember.vala,
  vala/valamemorymanager.vala, vala/valamethod.vala,
  vala/valanamespace.vala, vala/valaproperty.vala,
  vala/valapropertyaccessor.vala, vala/valareturnstatement.vala,
  vala/valascope.vala, vala/valasemanticanalyzer.vala,
  vala/valasignal.vala, vala/valasourcefile.vala,
  vala/valastatement.vala, vala/valastruct.vala,
  vala/valaswitchstatement.vala, vala/valasymbol.vala,
  vala/valasymbolbuilder.vala, vala/valasymbolresolver.vala,
  vala/valathrowstatement.vala, vala/valatrystatement.vala,
  vala/valatypeparameter.vala, vala/valatypereference.vala,
  vala/valavariabledeclarator.vala, vala/valawhilestatement.vala,
  gobject/valacodegenerator.vala,
  gobject/valacodegeneratorassignment.vala,
  gobject/valacodegeneratorclass.vala,
  gobject/valacodegeneratorinterface.vala,
  gobject/valacodegeneratorinvocationexpression.vala,
  gobject/valacodegeneratormemberaccess.vala,
  gobject/valacodegeneratormethod.vala,
  gobject/valacodegeneratorsignal.vala,
  gobject/valacodegeneratorstruct.vala, compiler/valacompiler.vala,
  vapi/atk.vala, vapi/gdk-2.0.vala, vapi/gio-standalone.vala,
  vapi/glib-2.0.vala, vapi/gstreamer-0.10.vala, vapi/gtk+-2.0.vala,
  vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala,
  vapi/packages/gtk+-2.0/gtk+-2.0-custom.vala, vapi/pango.vala,
  vapi/vte.vala, vapigen/valagidlparser.vala, vapigen/valavapigen.vala:
  derive from Symbol class where appropriate and move symbol table into
  separate Scope class

svn path=/trunk/; revision=366

17 years agoadd basic zlib support add some string members, add some process exit
Raffaele Sandrini [Sat, 21 Jul 2007 12:27:03 +0000 (12:27 +0000)]
add basic zlib support add some string members, add some process exit

2007-07-21 Raffaele Sandrini <raffaele@sandrini.ch>

* vapi/zlib.vala: add basic zlib support
* vapi/glib-2.0.vala: add some string members, add some process
  exit status and signal handling functions/macros, enhance FileStream
  create GLib.DirUtils to be the same for dirs as GLib.FileUtils is for
  files, enhance GLib.HashTable binding, add g_list_free function to
  the collection of HashTable freeing functions
* vapi/Makefile.am: update

svn path=/trunk/; revision=365

17 years agoallow '\0' escape sequences
Raffaele Sandrini [Sat, 21 Jul 2007 12:26:59 +0000 (12:26 +0000)]
allow '\0' escape sequences

2007-07-21 Raffaele Sandrini <raffaele@sandrini.ch>

* vala/scanner.l: allow '\0' escape sequences

svn path=/trunk/; revision=364

17 years agodo not add includes to oneself
Raffaele Sandrini [Sat, 21 Jul 2007 12:26:56 +0000 (12:26 +0000)]
do not add includes to oneself

2007-07-21 Raffaele Sandrini  <raffaele@sandrini.ch>

* vala/valasourcefile.vala: do not add includes to oneself

svn path=/trunk/; revision=363

17 years agocorrect return type of get_cheader_filenames
Juerg Billeter [Tue, 17 Jul 2007 22:45:07 +0000 (22:45 +0000)]
correct return type of get_cheader_filenames

2007-07-17  Juerg Billeter  <j@bitron.ch>

* vala/valaarray.vala, vala/valadatatype.vala, vala/valapointer.vala:
  correct return type of get_cheader_filenames

svn path=/trunk/; revision=362

17 years agoconvert the CodeContext.get_root method to a property
Juerg Billeter [Tue, 17 Jul 2007 22:36:46 +0000 (22:36 +0000)]
convert the CodeContext.get_root method to a property

2007-07-17  Juerg Billeter  <j@bitron.ch>

* vala/valaarraylengthfield.vala, vala/valaarrayresizemethod.vala,
  vala/valacodecontext.vala, vala/valasemanticanalyzer.vala,
  vala/valasymbolbuilder.vala, vala/valasymbolresolver.vala,
  gobject/valacodegenerator.vala: convert the CodeContext.get_root
  method to a property

svn path=/trunk/; revision=361

17 years agomove namespaces from SourceFile to CodeContext
Juerg Billeter [Tue, 17 Jul 2007 17:01:44 +0000 (17:01 +0000)]
move namespaces from SourceFile to CodeContext

2007-07-17  Juerg Billeter  <j@bitron.ch>

* vala/parser.y, vala/valaattributeprocessor.vala,
  vala/valacodecontext.vala, vala/valadatatype.vala,
  vala/valainterfacewriter.vala, vala/valamemorymanager.vala,
  vala/valanamespace.vala, vala/valasemanticanalyzer.vala,
  vala/valasourcefile.vala, vala/valasymbolbuilder.vala,
  vala/valasymbolresolver.vala, gobject/valacodegenerator.vala,
  gobject/valacodegeneratorsourcefile.vala, vapigen/valagidlparser.vala,
  vapigen/valavapigen.vala: move namespaces from SourceFile to
  CodeContext

svn path=/trunk/; revision=360

17 years agogenerate more ellipsis parameters regenerated to add ellipsis parameters
Juerg Billeter [Tue, 17 Jul 2007 13:25:22 +0000 (13:25 +0000)]
generate more ellipsis parameters regenerated to add ellipsis parameters

2007-07-17  Juerg Billeter  <j@bitron.ch>

* vapigen/valagidlparser.vala: generate more ellipsis parameters
* vapi/gstreamer-0.10.vala, vapi/gtk+-2.0.vala, vapi/pango.vala:
  regenerated to add ellipsis parameters where appropriate

svn path=/trunk/; revision=359

17 years agoadd GStreamer bindings
Juerg Billeter [Tue, 17 Jul 2007 11:07:26 +0000 (11:07 +0000)]
add GStreamer bindings

2007-07-17  Juerg Billeter  <j@bitron.ch>

* vapigen/valagidlparser.vala, vapi/glib-2.0.vala,
  vapi/gstreamer-0.10.vala, vapi/packages/gstreamer-0.10/: add GStreamer
  bindings

svn path=/trunk/; revision=358

17 years agoPost-release version bump
Juerg Billeter [Fri, 13 Jul 2007 09:48:49 +0000 (09:48 +0000)]
Post-release version bump

2007-07-13  Juerg Billeter  <j@bitron.ch>

* configure.ac: Post-release version bump

svn path=/trunk/; revision=357

17 years agoupdate for 0.1.1 release VALA_0_1_1
Juerg Billeter [Fri, 13 Jul 2007 09:46:45 +0000 (09:46 +0000)]
update for 0.1.1 release

2007-07-13  Juerg Billeter  <j@bitron.ch>

* NEWS: update for 0.1.1 release

svn path=/trunk/; revision=355

17 years agomove iteration of throw statements, try statements, and catch clauses from
Juerg Billeter [Fri, 13 Jul 2007 09:27:38 +0000 (09:27 +0000)]
move iteration of throw statements, try statements, and catch clauses from

2007-07-13  Juerg Billeter  <j@bitron.ch>

* vala/valacatchclause.vala, vala/valacodevisitor.vala,
  vala/valamemorymanager.vala, vala/valasemanticanalyzer.vala,
  vala/valasymbolbuilder.vala, vala/valasymbolresolver.vala,
  vala/valathrowstatement.vala, vala/valatrystatement.vala,
  gobject/valacodegenerator.vala: move iteration of throw statements,
  try statements, and catch clauses from accept to accept_children
  method, fixes nested try statements
* gobject/valacodegenerator.vala: clear unhandled error instead of
  returning from the current function
* vala/valasemanticanalyzer.vala: generic pointer is compatible with
  generic pointer
* vapi/glib-2.0.vala: add some more default values

svn path=/trunk/; revision=354

17 years agosupport multi- dimensional arrays
Juerg Billeter [Thu, 12 Jul 2007 22:59:59 +0000 (22:59 +0000)]
support multi- dimensional arrays

2007-07-13  Juerg Billeter  <j@bitron.ch>

* vala/parser.y, gobject/valacodegenerator.vala: support multi-
  dimensional arrays

svn path=/trunk/; revision=353

17 years agoremove Error out parameters, use exceptions
Juerg Billeter [Thu, 12 Jul 2007 12:36:46 +0000 (12:36 +0000)]
remove Error out parameters, use exceptions

2007-07-12  Juerg Billeter  <j@bitron.ch>

* ccode/valaccodewriter.vala, gobject/valaccodecompiler.vala,
  compiler/valacompiler.vala, vapi/glib-2.0.vala,
  gobject-introspection/gidl.vala, vapigen/valagidlparser.vala,
  vapigen/valavapigen.vala: remove Error out parameters, use exceptions

svn path=/trunk/; revision=352

17 years agosupport exception handling in constructors, avoid error when not using
Juerg Billeter [Thu, 12 Jul 2007 12:22:59 +0000 (12:22 +0000)]
support exception handling in constructors, avoid error when not using

2007-07-12  Juerg Billeter  <j@bitron.ch>

* gobject/valacodegenerator.vala: support exception handling in
  constructors, avoid error when not using finally blocks

svn path=/trunk/; revision=351

17 years agoallow delegates to throw exceptions
Jürg Billeter [Thu, 12 Jul 2007 09:52:34 +0000 (09:52 +0000)]
allow delegates to throw exceptions

2007-07-12  Jürg Billeter  <j@bitron.ch>

* vala/parser.y: allow delegates to throw exceptions

svn path=/trunk/; revision=350

17 years agoallow construction methods to throw exceptions, fix issue with multiple
Juerg Billeter [Thu, 12 Jul 2007 09:16:14 +0000 (09:16 +0000)]
allow construction methods to throw exceptions, fix issue with multiple

2007-07-12  Juerg Billeter  <j@bitron.ch>

* vala/parser.y, vala/valasemanticanalyzer.vala,
  gobject/valacodegenerator.vala: allow construction methods to throw
  exceptions, fix issue with multiple catch clauses

svn path=/trunk/; revision=349

17 years agoimplement simple exception handling for expression and declaration
Juerg Billeter [Thu, 12 Jul 2007 08:40:09 +0000 (08:40 +0000)]
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

17 years agoadd substring method to the string type test substring method
Juerg Billeter [Wed, 11 Jul 2007 16:19:45 +0000 (16:19 +0000)]
add substring method to the string type test substring method

2007-07-11  Juerg Billeter  <j@bitron.ch>

* ccode/valaccodefunctioncall.vala, gobject/valacodegenerator.vala,
  gobject/valacodegeneratorinvocationexpression.vala,
  vapi/glib-2.0.vala: add substring method to the string type
* tests/test-021.vala, tests/test-021.out: test substring method

Fixes bug 443524

svn path=/trunk/; revision=347

17 years agosupport element access for strings test element access for strings
Juerg Billeter [Wed, 11 Jul 2007 15:06:57 +0000 (15:06 +0000)]
support element access for strings test element access for strings

2007-07-11  Juerg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala, gobject/valacodegenerator.vala:
  support element access for strings
* tests/test-019.vala, tests/test-019.out: test element access for
  strings

Fixes bug 443523

svn path=/trunk/; revision=346

17 years agofix order in C header file test public delegate
Juerg Billeter [Wed, 11 Jul 2007 14:23:50 +0000 (14:23 +0000)]
fix order in C header file test public delegate

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

17 years agocall visit_end_full_expression for collection expression return array
Juerg Billeter [Wed, 11 Jul 2007 13:30:02 +0000 (13:30 +0000)]
call visit_end_full_expression for collection expression return array

2007-07-11  Juerg Billeter  <j@bitron.ch>

* vala/valaforeachstatement.vala: call visit_end_full_expression for
  collection expression
* gobject/valacodegenerator.vala, gobject/valacodegeneratormethod.vala:
  return array length if appropriate
* tests/test-032.vala, tests/test-032.out: test array as return value
* tests/Makefile.am: update

Fixes bug 453676

svn path=/trunk/; revision=344

17 years agoany reference or array type or pointer type can be cast to a generic
Juerg Billeter [Wed, 11 Jul 2007 12:17:19 +0000 (12:17 +0000)]
any reference or array type or pointer type can be cast to a generic

2007-07-11  Juerg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala: any reference or array type or pointer
  type can be cast to a generic pointer

svn path=/trunk/; revision=343

17 years agoexpand libxml2 bindings, patch by Michael Lawrence, fixes bug 452016
Juerg Billeter [Wed, 11 Jul 2007 11:31:48 +0000 (11:31 +0000)]
expand libxml2 bindings, patch by Michael Lawrence, fixes bug 452016

2007-07-11  Juerg Billeter  <j@bitron.ch>

* vapi/libxml-2.0.vala: expand libxml2 bindings,
  patch by Michael Lawrence, fixes bug 452016

svn path=/trunk/; revision=342

17 years agofix writing type arguments of formal parameters regenerated to use out
Juerg Billeter [Wed, 11 Jul 2007 11:02:54 +0000 (11:02 +0000)]
fix writing type arguments of formal parameters regenerated to use out

2007-07-11  Juerg Billeter  <j@bitron.ch>

* vala/valainterfacewriter.vala: fix writing type arguments of formal
  parameters
* vapi/atk.vala, vapi/gdk-2.0.vala, vapi/gtk+-2.0.vala, vapi/pango.vala:
  regenerated to use out instead of ref parameters

svn path=/trunk/; revision=341

17 years agoadd --thread option to enable multithreading support
Juerg Billeter [Tue, 10 Jul 2007 07:46:04 +0000 (07:46 +0000)]
add --thread option to enable multithreading support

2007-07-10  Juerg Billeter  <j@bitron.ch>

* vala/valacodecontext.vala, gobject/valaccodecompiler.vala,
  gobject/valacodegeneratormethod.vala, compiler/valacompiler.vala:
  add --thread option to enable multithreading support

svn path=/trunk/; revision=340

17 years agoalways use gobject-2.0
Juerg Billeter [Tue, 10 Jul 2007 07:26:10 +0000 (07:26 +0000)]
always use gobject-2.0

2007-07-10  Juerg Billeter  <j@bitron.ch>

* gobject/valaccodecompiler.vala: always use gobject-2.0

svn path=/trunk/; revision=339

17 years agofix typo
Juerg Billeter [Tue, 10 Jul 2007 07:24:04 +0000 (07:24 +0000)]
fix typo

2007-07-10  Juerg Billeter  <j@bitron.ch>

* vapi/hal.vala: fix typo

svn path=/trunk/; revision=338

17 years agoPost-release version bump
Juerg Billeter [Mon, 9 Jul 2007 08:25:54 +0000 (08:25 +0000)]
Post-release version bump

2007-07-09  Juerg Billeter  <j@bitron.ch>

* configure.ac: Post-release version bump

svn path=/trunk/; revision=337

17 years agoupdate for 0.1.0 release VALA_0_1_0
Juerg Billeter [Mon, 9 Jul 2007 08:18:19 +0000 (08:18 +0000)]
update for 0.1.0 release

2007-07-09  Juerg Billeter  <j@bitron.ch>

* NEWS, README, configure.ac: update for 0.1.0 release

svn path=/trunk/; revision=335

17 years agoremove obsolete ref modifier and callback keyword
Juerg Billeter [Mon, 9 Jul 2007 07:38:44 +0000 (07:38 +0000)]
remove obsolete ref modifier and callback keyword

2007-07-09  Juerg Billeter  <j@bitron.ch>

* vala/scanner.l, vala/parser.y, vala/valaarray.vala,
  vala/valaarraycreationexpression.vala, vala/valaattribute.vala,
  vala/valabaseaccess.vala, vala/valablock.vala,
  vala/valabooleanliteral.vala, vala/valacallback.vala,
  vala/valaclass.vala, vala/valacodecontext.vala,
  vala/valacodenode.vala, vala/valacreationmethod.vala,
  vala/valadatatype.vala, vala/valaelementaccess.vala,
  vala/valaenum.vala, vala/valafield.vala, vala/valaflags.vala,
  vala/valaformalparameter.vala, vala/valaforstatement.vala,
  vala/valainitializerlist.vala, vala/valaintegerliteral.vala,
  vala/valainterface.vala, vala/valainterfacewriter.vala,
  vala/valainvocationexpression.vala, vala/valainvokable.vala,
  vala/valalambdaexpression.vala, vala/valaliteralexpression.vala,
  vala/valalocalvariabledeclaration.vala, vala/valamemberaccess.vala,
  vala/valamemorymanager.vala, vala/valamethod.vala,
  vala/valanamespace.vala, vala/valanullliteral.vala,
  vala/valaobjectcreationexpression.vala, vala/valaparser.vala,
  vala/valapointer.vala, vala/valaproperty.vala,
  vala/valasemanticanalyzer.vala, vala/valasignal.vala,
  vala/valasourcefile.vala, vala/valasourcereference.vala,
  vala/valastringliteral.vala, vala/valastruct.vala,
  vala/valaswitchsection.vala, vala/valaswitchstatement.vala,
  vala/valasymbol.vala, vala/valasymbolresolver.vala,
  vala/valatypereference.vala, vala/valavariabledeclarator.vala,
  gobject/valaclassregisterfunction.vala,
  gobject/valacodegenerator.vala,
  gobject/valacodegeneratorassignment.vala,
  gobject/valacodegeneratorclass.vala,
  gobject/valacodegeneratorinterface.vala,
  gobject/valacodegeneratorinvocationexpression.vala,
  gobject/valacodegeneratormemberaccess.vala,
  gobject/valacodegeneratormethod.vala,
  gobject/valacodegeneratorsignal.vala,
  gobject/valacodegeneratorsourcefile.vala,
  gobject/valainterfaceregisterfunction.vala,
  gobject/valatyperegisterfunction.vala, ccode/valaccodefragment.vala,
  ccode/valaccodefunction.vala, compiler/valacompiler.vala,
  vapi/cairo.vala, vapi/glib-2.0.vala, vapi/libxml-2.0.vala,
  tests/test-023.vala, gobject-introspection/gidl.vala,
  vapigen/valagidlparser.vala, vapigen/valavapigen.vala: remove obsolete
  ref modifier and callback keyword

svn path=/trunk/; revision=334

17 years agowrite static delegate instead of callback use static delegate instead of
Juerg Billeter [Mon, 9 Jul 2007 05:27:31 +0000 (05:27 +0000)]
write static delegate instead of callback use static delegate instead of

2007-07-09  Juerg Billeter  <j@bitron.ch>

* vala/valainterfacewriter.vala: write static delegate instead of
  callback
* tests/test-014.vala, tests/test-015.vala, vapi/atk.vala,
  vapi/cairo.vala, vapi/gdk-2.0.vala, vapi/gio-standalone.vala,
  vapi/gtk+-2.0.vala, vapi/hal.vala, vapi/pango.vala, vapi/vte.vala: use
  static delegate instead of callback

svn path=/trunk/; revision=333

17 years agosupport delegate keyword and optional modifiers to declare callbacks
Juerg Billeter [Mon, 9 Jul 2007 05:08:30 +0000 (05:08 +0000)]
support delegate keyword and optional modifiers to declare callbacks

2007-07-09  Juerg Billeter  <j@bitron.ch>

* vala/scanner.l, vala/parser.y: support delegate keyword and optional
  modifiers to declare callbacks

svn path=/trunk/; revision=332

17 years agosupport # modifier to transfer ownership in method parameters
Juerg Billeter [Mon, 9 Jul 2007 04:53:32 +0000 (04:53 +0000)]
support # modifier to transfer ownership in method parameters

2007-07-09  Juerg Billeter  <j@bitron.ch>

* vala/parser.y: support # modifier to transfer ownership in method
  parameters

svn path=/trunk/; revision=331

17 years agofix TimeVal binding add experimental VAPI for HAL update
Juerg Billeter [Thu, 5 Jul 2007 12:29:32 +0000 (12:29 +0000)]
fix TimeVal binding add experimental VAPI for HAL update

2007-07-05  Juerg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vala: fix TimeVal binding
* vapi/dbus-glib-1.vala, vapi/hal.deps, vapi/hal.vala: add experimental
  VAPI for HAL
* vapi/Makefile.am: update

svn path=/trunk/; revision=330

17 years agoupdate to new GRegex API
Juerg Billeter [Wed, 4 Jul 2007 14:40:28 +0000 (14:40 +0000)]
update to new GRegex API

2007-07-04  Juerg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vala: update to new GRegex API

svn path=/trunk/; revision=329

17 years agowrite cprefix and lower_case_cprefix of namespaces and write
Juerg Billeter [Tue, 3 Jul 2007 21:42:08 +0000 (21:42 +0000)]
write cprefix and lower_case_cprefix of namespaces and write

2007-07-03  Juerg Billeter  <j@bitron.ch>

* vala/valainterfacewriter.vala: write cprefix and lower_case_cprefix
  of namespaces and write cheader_filename of interfaces
* vala/valanamespace.vala: make set_cprefix and set_lower_case_cprefix
  methods public
* ccode/valaccodewriter.vala, vala/valainterfacewriter.vala,
  gobject/valaccodecompiler.vala, compiler/valacompiler.vala,
  vapi/glib-2.0.vala, vapigen/valagidlparser.vala,
  vapigen/valavapigen.vala: split GLib.File into GLib.FileStream and
  GLib.FileUtils to not conflict with GVFS
* vala/valagidlparser.vala: improve support for GVFS
* vapi/atk.vala, vapi/gdk-2.0.vala, vapi/gtk+-2.0.vala, vapi/pango.vala:
  regenerated
* vapi/gio-standalone.vala, vapi/packages/gio-standalone/: add
  experimental VAPI for GVFS
* vapi/Makefile.am: update

svn path=/trunk/; revision=328

17 years agoadd more string utility functions and GDate support, based on patch by
Juerg Billeter [Sun, 1 Jul 2007 19:09:54 +0000 (19:09 +0000)]
add more string utility functions and GDate support, based on patch by

2007-07-01  Juerg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vala: add more string utility functions and GDate
  support, based on patch by Michael Lawrence, fixes bug 452015

svn path=/trunk/; revision=327

17 years agoadd basic support for enum methods
Juerg Billeter [Sun, 1 Jul 2007 16:50:02 +0000 (16:50 +0000)]
add basic support for enum methods

2007-07-01  Juerg Billeter  <j@bitron.ch>

* vala/parser.y, vala/valasymbolbuilder.vala,
  vala/valasymbolresolver.vala, vala/valaenum.vala: add basic support
  for enum methods

svn path=/trunk/; revision=326

17 years agofix current_symbol handling in visit_property_accessor add missing
Juerg Billeter [Sat, 30 Jun 2007 16:31:19 +0000 (16:31 +0000)]
fix current_symbol handling in visit_property_accessor add missing

2007-06-30  Juerg Billeter  <j@bitron.ch>

* vala/valasymbolbuilder.vala: fix current_symbol handling in
  visit_property_accessor
* vapigen/valagidlparser.vala: add missing NoArrayLength attribute,
  support hiding signals
* vapi/glib-2.0.vala: add GConnectFlags
* vapi/packages/pango/pango.gidl, vapi/pango.vala: updated to
  Pango 1.17.3
* vapi/packages/gdk-2.0/gdk-2.0.gidl,
  vapi/packages/gtk+-2.0/gtk+-2.0.gidl,
  vapi/packages/gtk+-2.0/gtk+-2.0.metadata, vapi/gdk-2.0.vala,
  vapi/gtk+-2.0.vala: updated to GTK+ 2.11.4, some small
  GtkTreeModel/GtkTreeStore fixes

svn path=/trunk/; revision=325

17 years agomove iteration of symbol nodes from accept to accept_children method
Jürg Billeter [Fri, 15 Jun 2007 16:27:12 +0000 (16:27 +0000)]
move iteration of symbol nodes from accept to accept_children method

2007-06-15  Jürg Billeter  <j@bitron.ch>

* vala/valaattributeprocessor.vala, vala/valacodevisitor.vala,
  vala/valainterfacewriter.vala, vala/valamemorymanager.vala,
  vala/valasemanticanalyzer.vala, vala/valasymbolbuilder.vala,
  vala/valasymbolresolver.vala, vala/valaconstant.vala,
  vala/valaconstructor.vala, vala/valacreationmethod.vala,
  vala/valadestructor.vala, vala/valafield.vala,
  vala/valaformalparameter.vala, vala/valamethod.vala,
  vala/valaproperty.vala, vala/valapropertyaccessor.vala,
  vala/valasignal.vala, gobject/valacodegenerator.vala,
  gobject/valacodegeneratormethod.vala,
  gobject/valacodegeneratorsignal.vala: move iteration of symbol nodes
  from accept to accept_children method

svn path=/trunk/; revision=324

17 years agomove iteration of data types from accept to accept_children method
Jürg Billeter [Fri, 15 Jun 2007 12:36:34 +0000 (12:36 +0000)]
move iteration of data types from accept to accept_children method

2007-06-15  Jürg Billeter  <j@bitron.ch>

* vala/valaattributeprocessor.vala, vala/valacodevisitor.vala,
  vala/valainterfacewriter.vala, vala/valamemorymanager.vala,
  vala/valaparser.vala, vala/valasemanticanalyzer.vala,
  vala/valasymbolbuilder.vala, vala/valasymbolresolver.vala,
  vala/valacallback.vala, vala/valaclass.vala, vala/valaenum.vala,
  vala/valaflags.vala, vala/valainterface.vala, vala/valastruct.vala,
  gobject/valacodegenerator.class, gobject/valacodegeneratorclass.vala,
  gobject/valacodegeneratorinterface.vala,
  gobject/valacodegeneratorstruct.vala: move iteration of data types
  from accept to accept_children method

svn path=/trunk/; revision=323

17 years agomove iteration of source files and namespaces from accept to
Jürg Billeter [Fri, 15 Jun 2007 10:25:33 +0000 (10:25 +0000)]
move iteration of source files and namespaces from accept to

2007-06-15  Jürg Billeter  <j@bitron.ch>

* vala/valaattributeprocessor.vala, vala/valacodevisitor.vala,
  vala/valainterfacewriter.vala, vala/valamemorymanager.vala,
  vala/valaparser.vala, vala/valasemanticanalyzer.vala,
  vala/valasourcefile.vala, vala/valasymbolbuilder.vala,
  vala/valasymbolresolver.vala, vala/valacodenode.vala,
  vala/valanamespace.vala, gobject/valacodegenerator.vala,
  gobject/valacodegeneratorsourcefile.vala, vapigen/valagidlparser.vala:
  move iteration of source files and namespaces from accept to
  accept_children method

svn path=/trunk/; revision=322

17 years agoenhance commandline interface, add support for invoking c compiler update
Jürg Billeter [Fri, 15 Jun 2007 09:47:47 +0000 (09:47 +0000)]
enhance commandline interface, add support for invoking c compiler update

2007-06-15  Jürg Billeter  <j@bitron.ch>

* vala/valacodecontext.vala, gobject/valaccodecompiler.vala,
  compiler/valacompiler.vala: enhance commandline interface, add support
  for invoking c compiler
* gobject/Makefile.am: update
* vapi/glib-2.0.vala: add shell-related utilities

svn path=/trunk/; revision=321

17 years agocorrect invocation of setter method of inherited properties, fixes bug
Jürg Billeter [Tue, 5 Jun 2007 11:05:50 +0000 (11:05 +0000)]
correct invocation of setter method of inherited properties, fixes bug

2007-06-05  Jürg Billeter  <j@bitron.ch>

* gobject/valacodegeneratorassignment.vala: correct invocation of setter
  method of inherited properties, fixes bug 443527
* gobject/valacodegeneratormemberaccess.vala: remove outdated comment

svn path=/trunk/; revision=320

17 years agosupport storing sizes of array dimensions for methods returning arrays add
Jürg Billeter [Tue, 5 Jun 2007 09:21:31 +0000 (09:21 +0000)]
support storing sizes of array dimensions for methods returning arrays add

2007-06-05  Jürg Billeter  <j@bitron.ch>

* vala/valainvocationexpression.vala: support storing sizes of array
  dimensions for methods returning arrays
* gobject/valacodegenerator.vala,
  gobject/valacodegeneratorinvocationexpression.vala: add length
  argument for methods returning arrays
* vapi/glib-2.0.vala: add missing NoArrayLength attributes

Fixes bug 434929

svn path=/trunk/; revision=319

17 years agoallow value-type arrays of unknown length, assert at runtime when trying
Jürg Billeter [Tue, 5 Jun 2007 08:43:19 +0000 (08:43 +0000)]
allow value-type arrays of unknown length, assert at runtime when trying

2007-06-05  Jürg Billeter  <j@bitron.ch>

* gobject/valacodegenerator.vala: allow value-type arrays of unknown
  length, assert at runtime when trying to iterate over such arrays

svn path=/trunk/; revision=318

17 years agosupport sizeof expression update add struct_size param to GLib.Source
Jürg Billeter [Thu, 31 May 2007 12:33:24 +0000 (12:33 +0000)]
support sizeof expression update add struct_size param to GLib.Source

2007-05-31  Jürg Billeter  <j@bitron.ch>

* vala/scanner.l, vala/parser.y, vala/valasemanticanalyzer.vala,
  vala/valacodevisitor.vala, vala/valasizeofexpression.vala,
  gobject/valacodegenerator.vala: support sizeof expression
* vala/vala.h, vala/Makefile.am: update
* vapi/glib-2.0.vala: add struct_size param to GLib.Source construction
  method

svn path=/trunk/; revision=317

17 years agoimprove argument checks of invocation expression, fixes bug 435854
Jürg Billeter [Mon, 14 May 2007 09:27:26 +0000 (09:27 +0000)]
improve argument checks of invocation expression, fixes bug 435854

2007-05-14  Jürg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala: improve argument checks of invocation
  expression, fixes bug 435854

svn path=/trunk/; revision=316

17 years agoseparate declaration output remove comma at end of enum remove unused
Jürg Billeter [Thu, 10 May 2007 11:33:08 +0000 (11:33 +0000)]
separate declaration output remove comma at end of enum remove unused

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

17 years agoremove comma at end of generated enumerator list, fixes gcc warning
Jürg Billeter [Wed, 9 May 2007 12:32:58 +0000 (12:32 +0000)]
remove comma at end of generated enumerator list, fixes gcc warning

2007-05-09  Jürg Billeter  <j@bitron.ch>

* ccode/valaccodeenum.vala: remove comma at end of generated enumerator
  list, fixes gcc warning

svn path=/trunk/; revision=314

17 years agogenerate get_property and set_property methods only when necessary, fixes
Jürg Billeter [Wed, 9 May 2007 12:15:30 +0000 (12:15 +0000)]
generate get_property and set_property methods only when necessary, fixes

2007-05-09  Jürg Billeter  <j@bitron.ch>

* gobject/valacodegeneratorclass.vala: generate get_property and
  set_property methods only when necessary, fixes bug 435848

svn path=/trunk/; revision=313

17 years agoadd basic checks for method modifiers, fixes bug 435853 include
Jürg Billeter [Wed, 9 May 2007 11:53:05 +0000 (11:53 +0000)]
add basic checks for method modifiers, fixes bug 435853 include

2007-05-09  Jürg Billeter  <j@bitron.ch>

* vala/parser.y: add basic checks for method modifiers, fixes bug 435853
* vala/vala.h: include valaflagsvalue.h

svn path=/trunk/; revision=312

17 years agoiterate correctly over string in camel_case_to_lower_case method, fixes
Jürg Billeter [Wed, 9 May 2007 11:27:08 +0000 (11:27 +0000)]
iterate correctly over string in camel_case_to_lower_case method, fixes

2007-05-09  Jürg Billeter  <j@bitron.ch>

* vala/valanamespace.vala: iterate correctly over string in
  camel_case_to_lower_case method, fixes bug 436760

svn path=/trunk/; revision=311

17 years agodon't add default include directives for VAPI files, fixes bug 436761
Jürg Billeter [Wed, 9 May 2007 09:41:36 +0000 (09:41 +0000)]
don't add default include directives for VAPI files, fixes bug 436761

2007-05-09  Jürg Billeter  <j@bitron.ch>

* vala/valanamespace.vala: don't add default include directives for
  VAPI files, fixes bug 436761

svn path=/trunk/; revision=310

17 years agocorrect strstr cname, patch by Zsombor add ellipsis to Gtk.ListStore.set()
Jürg Billeter [Mon, 7 May 2007 10:05:06 +0000 (10:05 +0000)]
correct strstr cname, patch by Zsombor add ellipsis to Gtk.ListStore.set()

2007-05-07  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vala: correct strstr cname, patch by Zsombor
* vapi/gtk+-2.0.vala: add ellipsis to Gtk.ListStore.set() and
  Gtk.TreeStore.set()
* vapi/gdk-2.0.vala, vapi/gtk+-2.0.vala: update to GTK+ 2.10.12

svn path=/trunk/; revision=309

17 years agoensure that local variables don't use keywords in the C code
Jürg Billeter [Mon, 7 May 2007 09:34:33 +0000 (09:34 +0000)]
ensure that local variables don't use keywords in the C code

2007-05-07  Jürg Billeter  <j@bitron.ch>

* gobject/valacodegenerator.vala,
  gobject/valacodegeneratormemberaccess.vala: ensure that local
  variables don't use keywords in the C code

svn path=/trunk/; revision=308

17 years agodeclare variables at the beginning of blocks as required for C89 avoid
Jürg Billeter [Mon, 7 May 2007 08:01:06 +0000 (08:01 +0000)]
declare variables at the beginning of blocks as required for C89 avoid

2007-05-07  Jürg Billeter  <j@bitron.ch>

* vala/parser.y: declare variables at the beginning of blocks as
  required for C89
* gobject/valacodegeneratorclass.vala: avoid empty private struct
  declaration
* vapi/glib-2.0.vala: use g_ascii_strtoll instead of strtoll

Patch by Hans Breuer

svn path=/trunk/; revision=307

17 years agosplit code generator update
Jürg Billeter [Thu, 3 May 2007 12:40:17 +0000 (12:40 +0000)]
split code generator update

2007-05-03  Jürg Billeter  <j@bitron.ch>

* gobject/valacodegenerator.vala,
  gobject/valacodegeneratorassignment.vala,
  gobject/valacodegeneratorclass.vala,
  gobject/valacodegeneratorinterface.vala,
  gobject/valacodegeneratorinvocationexpression.vala
  gobject/valacodegeneratormemberaccess.vala,
  gobject/valacodegeneratormethod.vala,
  gobject/valacodegeneratorsignal.vala,
  gobject/valacodegeneratorsourcefile.vala,
  gobject/valacodegeneratorstruct.vala: split code generator
* gobject/Makefile.am, vapigen/Makefile.am: update

svn path=/trunk/; revision=306

17 years agomove code generator to new gobject directory update
Jürg Billeter [Thu, 3 May 2007 09:54:30 +0000 (09:54 +0000)]
move code generator to new gobject directory update

2007-05-03  Jürg Billeter  <j@bitron.ch>

* gobject/valacodegenerator.vala: move code generator to new gobject
  directory
* configure.ac, Makefile.am, vala/Makefile.am, gobject/Makefile.am,
  compiler/Makefile.am, vapi/Makefile.am: update

svn path=/trunk/; revision=305

17 years agoGSList fixes and GIConv, patch by Michael Lawrence
Jürg Billeter [Thu, 3 May 2007 08:43:20 +0000 (08:43 +0000)]
GSList fixes and GIConv, patch by Michael Lawrence

2007-05-03  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vala: GSList fixes and GIConv, patch by Michael Lawrence

svn path=/trunk/; revision=304

17 years agouse configured libdir, remove bashism, based on patch by Mathias
Jürg Billeter [Wed, 2 May 2007 12:24:44 +0000 (12:24 +0000)]
use configured libdir, remove bashism, based on patch by Mathias

2007-05-02  Jürg Billeter  <j@bitron.ch>

* vapigen/gidlgen/gidlgen.in: use configured libdir, remove bashism,
  based on patch by Mathias Hasselmann
* vapigen/gidlgen/Makefile.am: update

svn path=/trunk/; revision=303

17 years agoRemove vala-pkg
Jürg Billeter [Wed, 2 May 2007 09:42:45 +0000 (09:42 +0000)]
Remove vala-pkg

2007-05-02  Jürg Billeter  <j@bitron.ch>

* Remove vala-pkg

svn path=/trunk/; revision=301

17 years agoMove contents of vala-pkg to trunk
Jürg Billeter [Wed, 2 May 2007 09:42:00 +0000 (09:42 +0000)]
Move contents of vala-pkg to trunk

2007-05-02  Jürg Billeter  <j@bitron.ch>

* Move contents of vala-pkg to trunk

svn path=/trunk/; revision=300

17 years agoRename vala to vala-pkg
Jürg Billeter [Wed, 2 May 2007 09:38:17 +0000 (09:38 +0000)]
Rename vala to vala-pkg

2007-05-02  Jürg Billeter  <j@bitron.ch>

* Rename vala to vala-pkg

svn path=/trunk/; revision=299

17 years agomove from vapigen update
Jürg Billeter [Wed, 2 May 2007 09:26:52 +0000 (09:26 +0000)]
move from vapigen update

2007-05-02  Jürg Billeter  <j@bitron.ch>

* gobject-introspection, vapigen, vapi/packages: move from vapigen
* configure.ac, Makefile.am: update

svn path=/trunk/; revision=298

17 years agoPost-release version bump
Jürg Billeter [Mon, 30 Apr 2007 16:12:24 +0000 (16:12 +0000)]
Post-release version bump

2007-04-30  Jürg Billeter  <j@bitron.ch>

* configure.ac: Post-release version bump

svn path=/trunk/; revision=297

17 years agoupdate for 0.0.9 release VALA_0_0_9
Jürg Billeter [Mon, 30 Apr 2007 15:05:49 +0000 (15:05 +0000)]
update for 0.0.9 release

2007-04-30  Jürg Billeter  <j@bitron.ch>

* NEWS: update for 0.0.9 release

svn path=/trunk/; revision=296

17 years agoadd experimental support for class declarations in multiple source files
Jürg Billeter [Mon, 30 Apr 2007 14:18:27 +0000 (14:18 +0000)]
add experimental support for class declarations in multiple source files

2007-04-30  Jürg Billeter  <j@bitron.ch>

* vala/parser.y, vala/valasymbolbuilder.vala, vala/valaclass.vala,
  vala/valanamespace.vala: add experimental support for class
  declarations in multiple source files

svn path=/trunk/; revision=295

17 years agocheck whether specified collection is iterable in foreach statements,
Jürg Billeter [Mon, 30 Apr 2007 10:01:41 +0000 (10:01 +0000)]
check whether specified collection is iterable in foreach statements,

2007-04-30  Jürg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala: check whether specified collection is
  iterable in foreach statements, fixes bug 434514

svn path=/trunk/; revision=294

17 years agoallow any integer type as index in an element access expression, fixes bug
Jürg Billeter [Mon, 30 Apr 2007 09:45:42 +0000 (09:45 +0000)]
allow any integer type as index in an element access expression, fixes bug

2007-04-30  Jürg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala: allow any integer type as index in an
  element access expression, fixes bug 434506

svn path=/trunk/; revision=293

17 years agoadd basic support for flags, fixes bug 434511
Jürg Billeter [Mon, 30 Apr 2007 09:27:07 +0000 (09:27 +0000)]
add basic support for flags, fixes bug 434511

2007-04-30  Jürg Billeter  <j@bitron.ch>

* vala/parser.y, vala/valasymbolbuilder.vala,
  vala/valaattributeprocessor.vala, vala/valasemanticanalyzer.vala,
  vala/valacodegenerator.vala, vala/valainterfacewriter.vala,
  vala/valaflags.vala: add basic support for flags, fixes bug 434511

svn path=/trunk/; revision=292

17 years agocheck that void return values are not used, fixes bug 434503
Jürg Billeter [Mon, 30 Apr 2007 08:50:08 +0000 (08:50 +0000)]
check that void return values are not used, fixes bug 434503

2007-04-30  Jürg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala: check that void return values are not
  used, fixes bug 434503

svn path=/trunk/; revision=291

17 years agofix type check in relational operations, fixes bug 434507
Jürg Billeter [Mon, 30 Apr 2007 07:59:19 +0000 (07:59 +0000)]
fix type check in relational operations, fixes bug 434507

2007-04-30  Jürg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala: fix type check in relational
  operations, fixes bug 434507

svn path=/trunk/; revision=290

17 years agoadd pointer to integer conversion in foreach statements, fixes bug 433288
Jürg Billeter [Mon, 30 Apr 2007 07:38:03 +0000 (07:38 +0000)]
add pointer to integer conversion in foreach statements, fixes bug 433288

2007-04-30  Jürg Billeter  <j@bitron.ch>

* vala/valacodegenerator.vala: add pointer to integer conversion in
  foreach statements, fixes bug 433288

svn path=/trunk/; revision=289

17 years agoadd g_bit_nth_lsf, g_bit_nth_msf, and g_bit_storage
Jürg Billeter [Tue, 24 Apr 2007 09:34:13 +0000 (09:34 +0000)]
add g_bit_nth_lsf, g_bit_nth_msf, and g_bit_storage

2007-04-24  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vala: add g_bit_nth_lsf, g_bit_nth_msf, and
  g_bit_storage

svn path=/trunk/; revision=288

17 years agoadd possibility to override default cname process callback attributes
Jürg Billeter [Tue, 24 Apr 2007 09:32:32 +0000 (09:32 +0000)]
add possibility to override default cname process callback attributes

2007-04-24  Jürg Billeter  <j@bitron.ch>

* vala/valacallback.vala: add possibility to override default cname
* vala/valaattributeprocessor.vala: process callback attributes
* vala/valainterfacewriter.vala: cleanup code to write identifiers

svn path=/trunk/; revision=287

17 years agouse const types where appropriate, fixes bug 428393
Jürg Billeter [Wed, 18 Apr 2007 09:03:25 +0000 (09:03 +0000)]
use const types where appropriate, fixes bug 428393

2007-04-18  Jürg Billeter  <j@bitron.ch>

* vala/valacodegenerator.vala: use const types where appropriate,
  fixes bug 428393

svn path=/trunk/; revision=286

17 years agosimplify unref expression for non-null types don't mark fields as non-null
Jürg Billeter [Wed, 18 Apr 2007 08:49:10 +0000 (08:49 +0000)]
simplify unref expression for non-null types don't mark fields as non-null

2007-04-18  Jürg Billeter  <j@bitron.ch>

* vala/valacodegenerator.vala: simplify unref expression for non-null
  types
* vala/valaclass.vala: don't mark fields as non-null due to
  initialization issue

svn path=/trunk/; revision=285

17 years agoadd is_null property fix type analysis in conditional and parenthesized
Jürg Billeter [Thu, 12 Apr 2007 15:11:57 +0000 (15:11 +0000)]
add is_null property fix type analysis in conditional and parenthesized

2007-04-12  Jürg Billeter  <j@bitron.ch>

* vala/valatypereference.vala: add is_null property
* vala/valasemanticanalyzer.vala: fix type analysis in conditional and
  parenthesized expressions, fixes bug 428368
* vapi/glib-2.0.vala: don't mark GLib.Object and GLib.InitiallyUnowned
  as abstract

svn path=/trunk/; revision=284

17 years agofix warning when using interface properties
Jürg Billeter [Thu, 12 Apr 2007 09:49:33 +0000 (09:49 +0000)]
fix warning when using interface properties

2007-04-12  Jürg Billeter  <j@bitron.ch>

* vala/valacodegenerator.vala: fix warning when using interface
  properties

svn path=/trunk/; revision=283

17 years agouse yyleng instead of strlen don't write unnecessary attributes to reduce
Jürg Billeter [Fri, 6 Apr 2007 14:27:28 +0000 (14:27 +0000)]
use yyleng instead of strlen don't write unnecessary attributes to reduce

2007-04-06  Jürg Billeter  <j@bitron.ch>

* vala/scanner.l: use yyleng instead of strlen
* vala/valainterfacewriter.vala: don't write unnecessary attributes to
  reduce parse time
* vapi/atk.vala, vapi/gdk-2.0.vala, vapi/gtk+-2.0.vala, vapi/pango.vala:
  remove unnecessary attributes to reduce parse time

svn path=/trunk/; revision=282

17 years agosupport temporary variables in initializers and iterators of for
Jürg Billeter [Thu, 5 Apr 2007 11:49:49 +0000 (11:49 +0000)]
support temporary variables in initializers and iterators of for

2007-04-05  Jürg Billeter  <j@bitron.ch>

* vala/valacodegenerator.vala, vala/valaforstatement.vala: support
  temporary variables in initializers and iterators of for statements
* vala/valacodegenerator.vala: support freeing generic types
* vala/parser.y, vala/valacodevisitor.vala,
  vala/valasemanticanalyzer.vala, vala/valacodegenerator.vala,
  vala/valareferencetransferexpression.vala: add reference transfer
  expressions, e.g. `#var'
* vala/vala.h, vala/Makefile.am: update

svn path=/trunk/; revision=281

17 years agogenerate properties for destroy function pointers in generic types
Jürg Billeter [Thu, 5 Apr 2007 09:50:40 +0000 (09:50 +0000)]
generate properties for destroy function pointers in generic types

2007-04-05  Jürg Billeter  <j@bitron.ch>

* vala/valacodegenerator.vala: generate properties for destroy function
  pointers in generic types

svn path=/trunk/; revision=280

17 years agopass destroy function pointer when creating instances of generic types add
Jürg Billeter [Thu, 5 Apr 2007 09:03:37 +0000 (09:03 +0000)]
pass destroy function pointer when creating instances of generic types add

2007-04-05  Jürg Billeter  <j@bitron.ch>

* vala/valacodegenerator.vala: pass destroy function pointer when
  creating instances of generic types
* vala/valaclass.vala: add get_type_parameters method

svn path=/trunk/; revision=279

17 years agoimprove cast support fix ownership handling of local arrays skip code
Jürg Billeter [Wed, 4 Apr 2007 20:52:30 +0000 (20:52 +0000)]
improve cast support fix ownership handling of local arrays skip code

2007-04-04  Jürg Billeter  <j@bitron.ch>

* vala/scanner.l: improve cast support
* vala/valasemanticanalyzer.vala: fix ownership handling of local arrays
* vala/valacodegenerator.vala: skip code generation for static
  interfaces, downgrade generic management support message to warning
* vala/valacallback.vala: support callbacks as property type

svn path=/trunk/; revision=278

17 years agosupport casts to generic types support arrays of generic types don't take
Jürg Billeter [Wed, 4 Apr 2007 12:24:42 +0000 (12:24 +0000)]
support casts to generic types support arrays of generic types don't take

2007-04-04  Jürg Billeter  <j@bitron.ch>

* vala/scanner.l: support casts to generic types
* vala/valasymbolresolver.vala, vala/valatypereference.vala: support
  arrays of generic types
* vala/valasymbolresolver.vala: don't take ownership of elements of weak
  arrays
* vala/valasemanticanalyzer.vala: accept uint as index value
* vala/valasemanticanalyzer.vala, vala/valacodegenerator.vala,
  vala/valastatement.vala: minor cleanup of creation methods
* vala/valacodegenerator.vala: support creation methods for structs, fix
  pointer as return type
* vapi/glib-2.0.vala: add CLAMP and g_spaced_primes_closest

svn path=/trunk/; revision=277

17 years agoadd mathematical functions, patch by Mathias Hasselmann update
Jürg Billeter [Tue, 3 Apr 2007 14:25:53 +0000 (14:25 +0000)]
add mathematical functions, patch by Mathias Hasselmann update

2007-04-03  Jürg Billeter  <j@bitron.ch>

* vapi/math.vala: add mathematical functions, patch by
  Mathias Hasselmann
* vapi/Makefile.am: update

svn path=/trunk/; revision=276

17 years agoinitialize new array elements after resizing an array, patch by Mathias
Jürg Billeter [Tue, 3 Apr 2007 13:00:25 +0000 (13:00 +0000)]
initialize new array elements after resizing an array, patch by Mathias

2007-04-03  Jürg Billeter  <j@bitron.ch>

* vala/valacodegenerator.vala: initialize new array elements after
  resizing an array, patch by Mathias Hasselmann
* vala/valaproperty.vala: fix for interface properties

svn path=/trunk/; revision=275

17 years agosupport Goo namespace
Jürg Billeter [Tue, 3 Apr 2007 12:39:13 +0000 (12:39 +0000)]
support Goo namespace

2007-04-03  Jürg Billeter  <j@bitron.ch>

* vapigen/valagidlparser.vala: support Goo namespace

svn path=/trunk/; revision=274

17 years agoadd manual page for valac written by Marc-André Lureau update
Jürg Billeter [Tue, 3 Apr 2007 12:21:48 +0000 (12:21 +0000)]
add manual page for valac written by Marc-André Lureau update

2007-04-03  Jürg Billeter  <j@bitron.ch>

* doc/valac.1, doc/Makefile.am: add manual page for valac written by
  Marc-André Lureau
* Makefile.am, configure.ac: update

svn path=/trunk/; revision=273

17 years agosupport declaration of local arrays test local array declaration
Jürg Billeter [Tue, 3 Apr 2007 11:59:29 +0000 (11:59 +0000)]
support declaration of local arrays test local array declaration

2007-04-03  Jürg Billeter  <j@bitron.ch>

* vala/scanner.l, vala/parser.y, vala/valasemanticanalyzer.vala,
  vala/valatypereference.vala: support declaration of local arrays
* tests/test-022.vala: test local array declaration

svn path=/trunk/; revision=272

17 years agosome fixes for abstract properties improve default cname
Jürg Billeter [Tue, 3 Apr 2007 11:23:40 +0000 (11:23 +0000)]
some fixes for abstract properties improve default cname

2007-04-03  Jürg Billeter  <j@bitron.ch>

* vala/valasymbolbuilder.vala, vala/valacodegenerator.vala: some fixes
  for abstract properties
* vala/valamethod.vala: improve default cname

svn path=/trunk/; revision=271

17 years agoextend unicode support, add GRegex
Jürg Billeter [Tue, 3 Apr 2007 11:16:58 +0000 (11:16 +0000)]
extend unicode support, add GRegex

2007-04-03  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vala: extend unicode support, add GRegex

svn path=/trunk/; revision=270

17 years agodeclare HashFunc and EqualFunc as callback functions, patch by David
Raffaele Sandrini [Wed, 28 Mar 2007 12:09:46 +0000 (12:09 +0000)]
declare HashFunc and EqualFunc as callback functions, patch by David

2007-03-28  Raffaele Sandrini  <rasa@gmx.ch>

* vapi/glib-2.0.vala: declare HashFunc and EqualFunc as callback
  functions, patch by David Keijser

svn path=/trunk/; revision=269

17 years agoadd vte binding update
Raffaele Sandrini [Sun, 25 Mar 2007 09:34:40 +0000 (09:34 +0000)]
add vte binding update

2007-03-25  Raffaele Sandrini  <rasa@gmx.ch>

* vapi/vte.vala, vapi/vte.deps: add vte binding
* vapi/Makefile.am: update

svn path=/trunk/; revision=268

17 years agoadd vte bindings add cheader_filename to class declarations; support pid_t
Raffaele Sandrini [Sun, 25 Mar 2007 09:28:15 +0000 (09:28 +0000)]
add vte bindings add cheader_filename to class declarations; support pid_t

2007-03-25  Raffaele Sandrini  <rasa@gmx.ch>

* packages/vte/vte.files, packages/vte/vte.deps,
  packages/vte/vte.namespace, packages/vte/vte.excludes,
  packages/vte/vte.patch, packages/vte/vte.gidl,
  packages/vte/vte.metadata: add vte bindings
* vapigen/valagidlparser.vala: add cheader_filename to class
  declarations; support pid_t type; support vte

svn path=/trunk/; revision=267