platform/upstream/vala.git
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.