From 75bbe70e16fe9c25d8a777a7585bad010cb387f9 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 8 Mar 2005 01:46:33 +0000 Subject: * error.c (errno_missing): Errno.const_missing to allow references to SyscallError exceptions not defined on the platform. [ruby-core:04522] * error.c (Init_syserr): Errno::NOERROR(0) for fallback exception. * eval.c (block_pass): should not push unique number if a block is not an orphan. [ruby-dev:25808] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57f3832e4..5749b70a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Mar 8 10:05:40 2005 Yukihiro Matsumoto + + * error.c (errno_missing): Errno.const_missing to allow references + to SyscallError exceptions not defined on the platform. + [ruby-core:04522] + + * error.c (Init_syserr): Errno::NOERROR(0) for fallback exception. + Sat Mar 8 01:19:00 2005 NARUSE, Yui * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66 @@ -22,6 +30,11 @@ Mon Mar 7 16:46:02 2005 NAKAMURA Usaku * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read, ossl_ssl_write): need to set errno on Win32 platform. +Mon Mar 7 14:55:43 2005 Yukihiro Matsumoto + + * eval.c (block_pass): should not push unique number if a block is + not an orphan. [ruby-dev:25808] + Mon Mar 7 14:13:23 2005 GOTOU Yuuzou * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize): -- cgit