From 2f3a22ae03fec3ae0badd2de7ffb8eab8444e8ae Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 25 Jun 2005 06:49:25 +0000 Subject: * enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignore nil as the first element. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac1eaf9b5..992689bbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,21 @@ +Sat Jun 25 15:49:18 2005 Nobuyoshi Nakada + + * enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignore + nil as the first element. + Sat Jun 25 15:13:54 2005 Hirokazu Yamamoto * lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch) Sat Jun 25 11:37:00 2005 NARUSE, Yui - * ext/nkf/lib/kconv.rb: remove constants - Iconv_Shift_JIS, Uconv_EUC_JP, Iconv_UTF8 - * ext/nkf/lib/kconv.rb: add module functions to Kconv - conv, {eucjp, shiftjis, utf8}?, guess_as_symbol - * ext/nkf/lib/kconv.rb: add instance methods to String - conv, {eucjp, shiftjis, utf8}? - * ext/nkf/lib/kconv.rb: add aliases Kconv.to_* and String#to_* + * ext/nkf/lib/kconv.rb: remove constants + Iconv_Shift_JIS, Uconv_EUC_JP, Iconv_UTF8 + * ext/nkf/lib/kconv.rb: add module functions to Kconv + conv, {eucjp, shiftjis, utf8}?, guess_as_symbol + * ext/nkf/lib/kconv.rb: add instance methods to String + conv, {eucjp, shiftjis, utf8}? + * ext/nkf/lib/kconv.rb: add aliases Kconv.to_* and String#to_* Fri Jun 24 13:17:45 2005 akira yamada -- cgit