From b1b809d7211b9b34c4e824f63202419b36096f9f Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 19 May 2003 05:05:17 +0000 Subject: modify ChangeLog. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39da25a69..47a73a1e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Mon May 19 13:51:50 2003 Minero Aoki * re.c (rb_reg_quote): \n \r \f \v quoting was wrong. + [ruby-dev:20203] * re.c (rb_reg_quote): rb_reg_quote(" ") should be "\\ ", not "\\s". -- cgit