From 21e56faa732b6617d9044bed838079f1c573274b Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 19 May 2003 04:48:57 +0000 Subject: * re.c (rb_reg_quote): \n \r \f \v quoting was wrong. * re.c (rb_reg_quote): rb_reg_quote(" ") should be "\\ ", not "\\s". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 89ed569f4..61fd05233 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon May 19 13:51:50 2003 Minero Aoki + + * re.c (rb_reg_quote): \n \r \f \v quoting was wrong. + + * re.c (rb_reg_quote): rb_reg_quote(" ") should be "\\ ", not + "\\s". + Mon May 19 08:08:51 2003 Tadayoshi Funaba * lib/date.rb: use warn() instead of $stderr.puts(). -- cgit