diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-18 05:50:37 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-18 05:50:37 +0000 |
| commit | 19d6d4b15682561c3f7c59e7fed029455d3e7753 (patch) | |
| tree | 1e99915ecaf3a0bf07cfea648aa5748c78ab180f /ChangeLog | |
| parent | 806cc716daa6414e284b859d3e520dcb34133ffc (diff) | |
| download | ruby-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
