From df856da4812b9a33e2677e0269a81552e61a889a Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Aug 2001 06:15:53 +0000 Subject: * parse.y (tokadd_escape): escaped backslashes too much. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74668f42e..189e37ef5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 20 15:14:27 2001 Yukihiro Matsumoto + + * parse.y (tokadd_escape): escaped backslashes too much. + Mon Aug 20 13:24:08 2001 Yukihiro Matsumoto * range.c (range_step): 'iter' here should be an array. -- cgit