platform/upstream/vala.git
2006-06-29 Jürg Billeteradd interface documentation
2006-06-28 Jürg Billeteradd private add_symbol helper method tiny refactoring...
2006-06-28 Jürg Billetermove source_reference to Vala.Literal, use non-null...
2006-06-26 Jürg Billeterplug some memory leaks, adapt to Vala.Block changes...
2006-06-22 Jürg Billeterdon't mark properties as construct-only, use non-null...
2006-06-22 Jürg Billeterreplace specialized interface member declarations by...
2006-06-22 Jürg Billetersupport LAMBDA and CALLBACK support callbacks and lambd...
2006-06-18 Jürg Billetersupport TYPEOF support typeof expressions, out ref...
2006-06-17 Jürg Billeterdon't leak comment texts, support generic types with...
2006-06-15 Jürg Billeteradd local variables to block analyze local variable...
2006-06-15 Raffaele Sandriniadd libxml-2.0 also to the Makefile
2006-06-15 Raffaele Sandriniadd basic libxml2 reader support
2006-06-14 Jürg Billeterset is_lvalue_ref in property declarations use non...
2006-06-14 Jürg Billeterset is_lvalue_ref for variables and fields variables...
2006-06-14 Jürg Billeteruse non-null parameter types, add visit method for...
2006-06-07 Jürg Billeterfix cname of constants, casts of self
2006-06-07 Jürg Billeteradd missing source dependencies check parameter types...
2006-06-07 Jürg Billetersupport REAL_LITERAL, TILDE, SIGNAL support flags,...
2006-05-31 Jürg Billetersupport interfaces, adapt to Class/Struct/Type changes...
2006-05-26 Jürg Billeterfix member access to namespaces adapt to CCodeWriter...
2006-05-25 Jürg Billetersupport ELLIPSIS, use g_strdup instead of strdup suppor...
2006-05-24 Jürg BilleterCompiler is now self-hosting.
2006-05-23 Jürg Billetersupport initializer lists support constant arrays and...
2006-05-22 Jürg Billetersupport abstract methods and static fields support...
2006-05-22 Jürg Billeteradd class instance private struct, type register functi...
2006-05-21 Jürg Billetersupport file comments, BREAK, CONTINUE support break...
2006-05-19 Jürg Billeterinclude header file in corresponding source file, gener...
2006-05-18 Jürg Billeteradd get_source_files method add pkg flag use GLib.Objec...
2006-05-18 Jürg Billeterupdate ChangeLog
2006-05-18 Jürg Billeteradd method parameters, public instance field access...
2006-05-18 Jürg Billetersupport member and access modifiers, static methods...
2006-05-18 Jürg Billeteradapt to BinaryOperator enum changes add operators...
2006-05-18 Jürg Billetersupport namespace attributes process namespace and...
2006-05-18 Jürg Billeterupdate reference and property annotations switch string...
2006-05-17 Jürg Billeterimplement camel_case_to_lower_case method extend string...
2006-05-17 Jürg Billetersupport variable declarators, subtyping, constants...
2006-05-16 Jürg Billeterfix multi-line comments basic statement and expression...
2006-05-16 Jürg Billeterfix unary expressions add visit_block method add visit...
2006-05-16 Jürg Billetersupport logical AND and OR expressions, conditional...
2006-05-16 Jürg Billetersupport member access, multiplicative, additive, shift...
2006-05-15 Jürg Billetersupport assign operators support assign operators and...
2006-05-14 Jürg Billetersupport OPEN_CAST_PARENS, IS, WHILE support structs...
2006-05-07 Jürg Billetertokenizer for new vala compiler parser vor new vala...
2006-05-06 Jürg Billetervala/valacodecontext.vala vala/valasourcefile.vala...
2006-05-03 Jürg Billetersupport OP_NEG, CONSTRUCT, FOREACH, IN add foreach...
2006-05-02 Raffaele Sandriniadd tests for base fields remove klass local variable...
2006-05-01 Jürg Billetersupport ENUM, FLAGS, STRUCT add structs, generic types...
2006-04-30 Jürg Billetersupport AT, CONST, VALA_FALSE, VALA_NULL, OUT, REF...
2006-04-27 Raffaele Sandriniadd
2006-04-26 Jürg Billetersupport OVERRIDE, VIRTUAL add virtual methods support...
2006-04-26 Jürg Billetersupport OPEN_BRACKET, CLOSE_BRACKET, OP_INC, OP_DEC...
2006-04-25 Jürg Billetersave cname in class, save location of statements and...
2006-04-24 Jürg Billetersupport single-line comments, ASSIGN, PLUS, RETURN...
2006-04-24 Jürg Billeterset token location, support OPEN_PARENS, CLOSE_PARENS...
2006-04-22 Jürg Billetersupport DOT, COLON, and COMMA save lower and upper...
2006-04-21 Jürg BilleterInitial import.