From d85c44a7eaeb52d6903431efef004e2b3605a94f Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 18 Apr 2003 18:05:11 +0000 Subject: * struct.c (rb_struct_eql): should compare values with "eql?". * range.c (range_check): <=> returns nil for invalid values; should check. * regex.c (re_compile_pattern): should not set RE_OPTIMIZE_ANCHOR, if anychar_repeat is enclosed by parentheses. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a90388665..acfed8791 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,22 @@ +Sat Apr 19 00:56:13 2003 Yukihiro Matsumoto + + * struct.c (rb_struct_eql): should compare values with "eql?". + +Fri Apr 18 23:29:08 2003 Yukihiro Matsumoto + + * range.c (range_check): <=> returns nil for invalid values; + should check. + Fri Apr 18 15:26:50 2003 NAKAMURA Usaku * error.c (rb_raise): workaround for some implementations of vsnprintf. +Fri Apr 18 02:23:42 2003 Yukihiro Matsumoto + + * regex.c (re_compile_pattern): should not set RE_OPTIMIZE_ANCHOR, + if anychar_repeat is enclosed by parentheses. + Fri Apr 18 01:49:18 2003 Nobuyoshi Nakada * util.c (ruby_strtod): improved conversion accuracy. @@ -51,13 +65,13 @@ Mon Apr 14 19:45:56 2003 Nobuyoshi Nakada Mon Apr 14 03:22:33 2003 Yukihiro Matsumoto - * rubyio.h (struct OpenFile): add error raise flag to finalizer. + * rubyio.h (struct OpenFile): add noraise flag to finalizer. * io.c (Init_IO): define $/, $-0, and $\ as string-only variables. * string.c (rb_str_split_m): does not generate empty string if - there's no match in the receiver. + the receiver is empty. * io.c (fptr_finalize): should raise error on EBADF for readable IOs as well. -- cgit