From 594ca463f7c2ee81be6bf1962c077f81f81f4186 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 6 Feb 2003 08:25:12 +0000 Subject: * re.c (rb_reg_initialize_m): 3rd argument was ignored. * string.c (rb_str_count): return 0 for empty string (was returning nil). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 619c616be..b088bfa72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Feb 6 11:44:40 2003 MoonWolf + + * re.c (rb_reg_initialize_m): 3rd argument was ignored. + +Thu Feb 6 01:09:05 2003 Yukihiro Matsumoto + + * string.c (rb_str_count): return 0 for empty string (was + returning nil). + Wed Feb 5 19:41:37 2003 Tanaka Akira * lib/open-uri.rb: dispatch code restructured to make it openable @@ -8,7 +17,7 @@ Wed Feb 5 19:41:37 2003 Tanaka Akira Wed Feb 5 17:11:02 2003 Yukihiro Matsumoto - * parse.y (yylex): no . floating literal anymore. + * parse.y (yylex): no . float literal anymore. Tue Feb 4 16:11:30 2003 Yukihiro Matsumoto -- cgit