parse.c: extract_double: fix return type
[pet.git] / ChangeLog
blobff49c24f5aa12ff9508da100b3b8f060a6a67a0e
1 version: 0.03
2 date: Mon Dec  3 08:19:06 CET 2012
3 changes:
4         - support recent clangs
5         - support (single) variable declarations inside a scop
6         - support modulo operation statements
7 ---
8 version: 0.02
9 date: Mon Jun  4 14:35:43 CEST 2012
10 changes:
11         - support recent clangs
12         - take into account overflows on signed integers
13         - support increment and decrement operation statements
14         - support non-affine conditions in for loops
15         - support while, break and continue