From 741a4cefc4bea51ef7ac047e19d1114510b6837b Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 7 Oct 2006 15:55:17 +0000 Subject: * string.c (rb_str_scan): small documentation fix. [ruby-core:09007] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c1b937f81..4210108cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 7 23:53:08 2006 Yukihiro Matsumoto + + * string.c (rb_str_scan): small documentation fix. + [ruby-core:09007] + Sat Oct 7 23:44:33 2006 Yukihiro Matsumoto * bignum.c (rb_big_rshift): a bug in right shift of negative -- cgit