aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 0f96f4d..ad8ad45 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,10 @@
+ Version 2.10 (??)
- - BitBucket issue #9: c_generator error for ExprList in expression context.
- - Github pull request #2: assume default int type for functions whose
- argument or return types were not specified.
+ - c_generator error for ExprList in expression context.
+ - Assume default int type for functions whose argument or return types were
+ not specified.
+ - Relax the lexer a bit w.r.t. some integer suffixes and $ in identifier names
+ (which is supported by some other compilers).
+ Version 2.09.1 (29.12.2012)