From c36d3ee9a9a3cb252dea1e2de475ff224f3ad7f6 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Nov 2004 06:09:40 +0000 Subject: * object.c (convert_type): [ruby-core:03845] * eval.c (rb_funcall_rescue): new function. * object.c (rb_Array): avoid using rb_respond_to(). * object.c (rb_Integer): ditto. * eval.c (get_backtrace): no conversion for nil. * parse.y (reduce_nodes): empty body should return nil. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ad5ddfc2..b4ea439f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,20 @@ Mon Nov 29 13:13:13 2004 NAKAMURA Usaku * win32/win32.c (CreateChild): push back the last space before next loop because CharNext() eats it. +Mon Nov 29 03:08:30 2004 Yukihiro Matsumoto + + * object.c (convert_type): [ruby-core:03845] + + * eval.c (rb_funcall_rescue): new function. + + * object.c (rb_Array): avoid using rb_respond_to(). + + * object.c (rb_Integer): ditto. + + * eval.c (get_backtrace): no conversion for nil. + + * parse.y (reduce_nodes): empty body should return nil. + Mon Nov 29 01:18:18 2004 Tanaka Akira * io.c (rb_io_check_writable): call io_seek regardless of @@ -52,6 +66,10 @@ Sun Nov 28 12:05:48 2004 Kazuo Saito * regcomp.c, regint.h: fixed PLATFORM_UNALIGNED_WORD_ACCESS problem ([ruby-dev:24802] and [ruby-core:3733]) +Sat Nov 27 23:43:39 2004 Yukihiro Matsumoto + + * io.c (rb_io_initialize): [ruby-dev:24972] + Sat Nov 27 21:43:39 2004 Tanaka Akira * io.c: avoid data lost with nonblocking fd and @@ -89,6 +107,10 @@ Sat Nov 27 17:21:30 2004 Kouhei Sutou * sample/rss/rss_recent.rb: ditto. +Sat Nov 27 14:44:15 2004 Kent Sibilev + + * lib/cgi/session.rb (CGI::Session::initialize): [ruby-core:03832] + Sat Nov 27 09:41:21 2004 Yukihiro Matsumoto * io.c (io_fread): old rb_io_fread with file closing checking. -- cgit