From d2ba5ac4a8f3c1183118d6d897abd8d4f1611afe Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 25 Jul 2000 06:03:50 +0000 Subject: matz - irb (PR#46) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f8f7c163c..1c27c07fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ Mon Jul 24 18:52:55 2000 WATANABE Hirofumi * ruby.c (rubylib_mangle): support "/hoge;/foo" +Mon Jul 24 10:28:55 2000 GOTO Kentaro + + * string.c (rb_str_count): raise exception if no argument is + given. + Sun Jul 23 12:55:04 2000 Dave Thomas * string.c (rb_str_rindex): Support negative end position. -- cgit