vala:0.12

Last commit made on 2011-06-03
Get this branch:
git clone -b 0.12 https://git.launchpad.net/vala

Branch merges

Branch information

Name:
0.12
Repository:
lp:vala

Recent commits

323029e... by Jürg Billeter

Fix critical when calling generated enum to_string method

439c74b... by Jürg Billeter

Release 0.12.1

7aad821... by Jürg Billeter

codegen: Remove incorrect check when returning arrays from async methods

221f325... by Luca Bruno

codegen: Fix closures in creation methods of classes without base class

Fixes bug 642899.

bcc8015... by Luca Bruno

codegen: Do not initialize temp variable when getting delegate property

Fixes bug 641182.

d7e4926... by Luca Bruno

Enable control flow analysis for variable declarations

Fixes bug 651311.

dbe023a... by Michael 'Mickey' Lauer <email address hidden>

alsa: fix snd_pcm_write* and and snd_pcm_read*

f48b256... by Luca Bruno

Collect used variables in postfix expression for flow analysis

f7f5c6f... by Robert Ancell

cairo: Add missing Device class and Surface methods

Fixes bug 651507.

ab54b55... by Jürg Billeter

ccode: Fix line breaking of string literals with octal escape sequences