aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-06-12 06:18:37 -0700
committerEli Bendersky <eliben@gmail.com>2013-06-12 06:18:37 -0700
commit39219c141c23c16728f201d192a8bf1e77d2eab3 (patch)
treeb14a442ad959d5a5894149149cdec13c5a69f8b0 /CHANGES
parent1e0509ec3dae923063375ae52848589b5db18e68 (diff)
downloadpycparser-39219c141c23c16728f201d192a8bf1e77d2eab3.tar.gz
Updated CHANGES and some cosmetic cleanups
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)