platform/upstream/vala.git
2007-04-30 Jürg Billetercheck that void return values are not used, fixes bug...
2007-04-30 Jürg Billeterfix type check in relational operations, fixes bug...
2007-04-30 Jürg Billeteradd pointer to integer conversion in foreach statements...
2007-04-24 Jürg Billeteradd g_bit_nth_lsf, g_bit_nth_msf, and g_bit_storage
2007-04-24 Jürg Billeteradd possibility to override default cname process callb...
2007-04-18 Jürg Billeteruse const types where appropriate, fixes bug 428393
2007-04-18 Jürg Billetersimplify unref expression for non-null types don't...
2007-04-12 Jürg Billeteradd is_null property fix type analysis in conditional...
2007-04-12 Jürg Billeterfix warning when using interface properties
2007-04-06 Jürg Billeteruse yyleng instead of strlen don't write unnecessary...
2007-04-05 Jürg Billetersupport temporary variables in initializers and iterato...
2007-04-05 Jürg Billetergenerate properties for destroy function pointers in...
2007-04-05 Jürg Billeterpass destroy function pointer when creating instances...
2007-04-04 Jürg Billeterimprove cast support fix ownership handling of local...
2007-04-04 Jürg Billetersupport casts to generic types support arrays of generi...
2007-04-03 Jürg Billeteradd mathematical functions, patch by Mathias Hasselmann...
2007-04-03 Jürg Billeterinitialize new array elements after resizing an array...
2007-04-03 Jürg Billetersupport Goo namespace
2007-04-03 Jürg Billeteradd manual page for valac written by Marc-André Lureau...
2007-04-03 Jürg Billetersupport declaration of local arrays test local array...
2007-04-03 Jürg Billetersome fixes for abstract properties improve default...
2007-04-03 Jürg Billeterextend unicode support, add GRegex
2007-03-28 Raffaele Sandrinideclare HashFunc and EqualFunc as callback functions...
2007-03-25 Raffaele Sandriniadd vte binding update
2007-03-25 Raffaele Sandriniadd vte bindings add cheader_filename to class declarat...
2007-03-24 Raffaele Sandriniassign parent_node to children of this statement; inclu...
2007-03-22 Raffaele Sandriniadd support for default values of types use default...
2007-03-22 Jürg BilleterPost-release version bump
2007-03-22 Jürg Billeterupdate for 0.0.8 release update VALA_0_0_8
2007-03-22 Raffaele Sandrinifix generation of unresolvable 'memset' for classes...
2007-03-21 Raffaele Sandriniadd Pango.Cairo and Pango.CairoFontMap add cairo depend...
2007-03-21 Jürg Billeterfix properties with interface types fix memory manageme...
2007-03-21 Raffaele Sandriniremove pangocairo.h add cairo dependency regenerated
2007-03-21 Raffaele Sandriniadd '_' between namespace and name of namespace constan...
2007-03-21 Jürg Billeterdefault to reference type for boxed types, improve...
2007-03-21 Jürg Billeterminor output enhancements improve handling of value...
2007-03-21 Jürg Billetersupport static interfaces make set_type_id public add...
2007-03-21 Jürg Billeteradapt to current Vala SVN by using weak variables where...
2007-03-21 Jürg Billeteruse pointer as default of type_id and marshaller_type_n...
2007-03-21 Jürg Billeterdeep copy GLists if necessary, patch by Mathias Hasselm...
2007-03-21 Jürg Billeterimprove support for numeric types, patch by Mathias...
2007-03-21 Jürg Billeterimplement marshalling support support signals with...
2007-03-20 Raffaele Sandriniadd extended runtime type support also read property...
2007-03-20 Jürg Billeteradd GObject to the list of base types add ref and unref...
2007-03-20 Jürg Billeteruse weak local variables where appropriate default...
2007-03-20 Jürg Billeterrun with /bin/bash due to bashism, patch by Mathias...
2007-03-20 Jürg Billeterwrap functions for escaping markup strings, patch by...
2007-03-20 Jürg Billeterfree lists of interfaces correctly, patch by Mathias...
2007-03-17 Jürg Billeterconsider install prefix when searching for packages...
2007-03-17 Jürg Billetersupport creating GTypeModule-based plug-ins with the...
2007-03-17 Jürg Billeteradapt to current Vala SVN regenerated
2007-03-17 Jürg Billeteraccept attributes without parentheses don't write weak...
2007-03-17 Jürg Billetersupport pointer indirections support pointer-types...
2007-03-16 Jürg Billetersupport weak keyword in local variable declarations...
2007-03-16 Jürg Billetersupport disconnecting signals, based on patch by Alexan...
2007-03-16 Jürg Billeterfix null pointer dereference when emitting signals
2007-03-16 Jürg Billeterdefault to strong references for method return types...
2007-03-11 Jürg Billeterresolve generic return values fix check for generic...
2007-03-10 Jürg Billetercorrect bracketing in cast expressions
2007-03-10 Jürg Billetersupport interface properties and signals, improve suppo...
2007-03-10 Jürg Billetersupport abstract, virtual, and override modifiers for...
2007-03-10 Jürg Billetercorrect cname of generic type parameters
2007-03-10 Jürg Billeterfix overriding cname of creation methods
2007-03-07 Jürg Billetercheck whether a class implements all abstract methods...
2007-03-07 Jürg Billeterimplement get_type_parameter_index
2007-03-07 Raffaele Sandrinicheck whether a class implements all methods required...
2007-03-05 Jürg Billeteradd exception handling support to the parser update
2007-03-05 Raffaele Sandriniadd `g_type_interface_add_prerequisite' calls during...
2007-03-04 Jürg BilleterPost-release version bump
2007-03-04 Jürg Billeterupdate for 0.0.7 release VALA_0_0_7
2007-03-04 Jürg Billeterpack all embedded stataments in blocks update
2007-03-04 Jürg Billetercheck for inherited properties in construct formal...
2007-03-04 Jürg Billeterdon't allow interface implementations to specify overri...
2007-03-04 Jürg Billeterrename base_types of interfaces to prerequisites to...
2007-03-04 Jürg Billetersupport lambda expressions in constructors remove extra...
2007-03-04 Raffaele Sandriniadd support for construct formal creation method parame...
2007-03-04 Raffaele Sandriniupdate/fix copyright notice
2007-03-03 Raffaele Sandriniadd CreationMethod type; restrict creation methods...
2007-03-03 Jürg Billeterswitch to new construction syntax
2007-03-03 Jürg Billeterremove support of old construction syntax
2007-03-03 Jürg BilleterSwitch to new construction syntax
2007-03-03 Jürg Billetersupport new construction syntax write interface with...
2007-03-01 Jürg Billeterimprove equality check add type parameter equality...
2007-02-28 Jürg BilleterPost-release version bump
2007-02-28 Jürg Billeterupdate for 0.0.6 release correctly distribute test... VALA_0_0_6
2007-02-28 Jürg Billeterupdates and fixes
2007-02-28 Jürg Billetersupport uchar[] regenerated set cheader_filename fix...
2007-02-28 Jürg Billetertest Array.resize method and Array.length field update...
2007-02-27 Jürg Billetermark source_reference as construction property to allow...
2007-02-27 Jürg Billeteraccept interfaces with base types
2007-02-26 Jürg Billeterfix error handling with unknown namespaces
2007-02-26 Jürg Billetertest enums update
2007-02-26 Jürg Billetertest postfix and prefix expressions update support...
2007-02-25 Jürg Billeterimprove subtyping suport for structs
2007-02-25 Jürg Billetertest hidden base method access update correct symbol_re...
2007-02-25 Jürg Billeterenhance assignment test correct bracketing in compound...
2007-02-25 Jürg Billeteradd to_string method
2007-02-25 Jürg Billeterimprove GSource support
2007-02-22 Raffaele Sandriniupdate Changelog also
2007-02-22 Raffaele Sandrinidon't allow NULL terminated arrays of value-type struct...
next