summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlex Rozenman <rozenman@gmail.com>2011-01-05 15:47:25 +0200
committerAlex Rozenman <rozenman@gmail.com>2011-01-05 16:19:03 +0200
commite0319547b634212e3ac7b2ed3651be9808ea1399 (patch)
treee282559d73162915ace01a50c35159b570ef6e08 /ChangeLog
parent15fe6bb421f00932e92a1d5bacaf1d4cefa0522d (diff)
downloadbison-e0319547b634212e3ac7b2ed3651be9808ea1399.tar.gz
Do not allow identifiers that start with a negative number.
Reported by Paul Hilfinger as a side effect of named references support at <http://lists.gnu.org/archive/html/bug-bison/2011-01/msg00000.html>. Suggested by Paul Eggert. * src/scan-code.l ({letter}, {id}): Adjust lexical definitions. * src/scan-gram.l ({letter}, {id}): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d833219..b23c9715 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-05 Alex Rozenman <rozenman@gmail.com>
+
+ Do not allow identifiers that start with a negative number.
+ Reported by Paul Hilfinger as a side effect of named references
+ support at
+ <http://lists.gnu.org/archive/html/bug-bison/2011-01/msg00000.html>.
+ Suggested by Paul Eggert.
+ * src/scan-code.l ({letter}, {id}): Adjust lexical definitions.
+ * src/scan-gram.l ({letter}, {id}): Likewise.
+
2011-01-03 Joel E. Denny <joeldenny@joeldenny.org>
* ChangeLog (2011-01-02): improve description.