aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-12-25 14:52:48 -0800
committerEli Bendersky <eliben@gmail.com>2012-12-25 14:52:48 -0800
commit293ea91f99a57a3f1fde187d99554ae59c492285 (patch)
treeecb5559d002166aab8378c54a1adc4dd991852aa /CHANGES
parent4476d099d78c0288c8aaf907f236ab94e418bd44 (diff)
downloadpycparser-293ea91f99a57a3f1fde187d99554ae59c492285.tar.gz
Issue #83: Distinguish initializer lists from expression lists
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6cad334..5fe9baf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
- pycparser now carries its PLY dependency along. The pycparser/ply directory
contains the source of PLY for the currently supported version. This makes
distribution and testing easier.
+ - Issue #83: fix parsing and C generation to distinguish between initializer
+ lists in declarations and initializing variables with parenthesized
+ comma-separated expressions.
- Issue #84: fix C generation for some statements.
- Issues #86 and #87: improve location reporting for parse errors.
- Issue #89: fix C generation for K&R-style function definitions.