summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2007-11-27 17:34:49 +0000
committerDavid Beazley <dave@dabeaz.com>2007-11-27 17:34:49 +0000
commite8140d3d0d570a5adf4ffcebce5750cec3af71ea (patch)
tree018400bd44af2e5f5e1138fdbe48e333e941f5ef
parent76584c2e4c056b72ca0f60f3f988ed07806fc538 (diff)
downloadply-e8140d3d0d570a5adf4ffcebce5750cec3af71ea.tar.gz
*** empty log message ***
-rw-r--r--CHANGES12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ab23027..dfdc89b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,16 @@
Version 2.4
-----------------------------
11/27/07: beazley
+ Fixed structure bug in examples/ansic. Reported by Dion Blazakis.
+
+11/27/07: beazley
+ Fixed a bug in the lexer related to start conditions and ignored
+ token rules. If a rule was defined that changed state, but
+ returned no token, the lexer could be left in an inconsistent
+ state. Reported by
+
+
+11/27/07: beazley
Modified setup.py to support Python Eggs. Patch contributed by
Simon Cross.
@@ -8,7 +18,7 @@ Version 2.4
Fixed a bug in error handling in yacc. If a syntax error occurred and the
parser rolled the entire parse stack back, the parser would be left in in
inconsistent state that would cause it to trigger incorrect actions on
- subsequent input. Reported by Ton Biegstraaten.
+ subsequent input. Reported by Ton Biegstraaten, Justin King, and others.
11/09/07: beazley
Fixed a bug when passing empty input strings to yacc.parse(). This