summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-19 05:05:17 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-19 05:05:17 +0000
commit81882bac13c17769128552d983ba05bb0926d0fc (patch)
treecf9071649829d1c3269ce190b68989a294dcb25d
parent3c9389778f9f59340ad0ded1de08489fc1802c96 (diff)
modify ChangeLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39da25a694..47a73a1e10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
Mon May 19 13:51:50 2003 Minero Aoki <aamine@loveruby.net>
* 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".