summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-18 05:50:37 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-18 05:50:37 +0000
commit19d6d4b15682561c3f7c59e7fed029455d3e7753 (patch)
tree1e99915ecaf3a0bf07cfea648aa5748c78ab180f /ChangeLog
parent806cc716daa6414e284b859d3e520dcb34133ffc (diff)
downloadruby-19d6d4b15682561c3f7c59e7fed029455d3e7753.tar.gz
ruby-19d6d4b15682561c3f7c59e7fed029455d3e7753.tar.xz
ruby-19d6d4b15682561c3f7c59e7fed029455d3e7753.zip
* parse.y (op_tbl): remove duplication to avoid symbol aliases.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9c0a2533..41dd97cf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 18 14:45:25 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * parse.y (op_tbl): remove duplication to avoid symbol aliases.
+
Tue Dec 18 14:39:05 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (str_nth): need not to raise out-of-range exception.