From faa903c341b98ba0c5e3fc96abba3af66f166fd7 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 7 Mar 2005 00:20:16 +0000 Subject: * string.c (rb_str_cmp_m): should not return false but nil. fixed: [ruby-dev:25811] * lib/cgi-lib.rb: add deprecation warning. [ruby-dev:25499] getopts.rb, parsearg.rb, importenv.rb as well. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3df05edee..533a21666 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 7 09:18:42 2005 Yukihiro Matsumoto + + * string.c (rb_str_cmp_m): should not return false but nil. + fixed: [ruby-dev:25811] + Mon Mar 7 01:22:14 2005 Hidetoshi NAGAI * ext/tk/tkutil.c: remove the some codes which depend on the @@ -47,6 +52,11 @@ Fri Mar 4 19:39:28 2005 Nobuyoshi Nakada * ext/strscan/strscan.c: moved misplaced rdoc. +Fri Mar 4 15:58:12 2005 Yukihiro Matsumoto + + * lib/cgi-lib.rb: add deprecation warning. [ruby-dev:25499] + getopts.rb, parsearg.rb, importenv.rb as well. + Fri Mar 4 11:17:06 2005 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c (ip_rbUpdateCommand): get rid of -- cgit