From 779f4383aa26f6ae5812a723effe27e5387fe2fd Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 8 Aug 2005 13:14:08 +0000 Subject: * eval.c (assign): deal with new block argument. fixed: [ruby-core:05536] * eval.c (rb_node_arity): follow change of NODE_ARGS. fixed: [ruby-dev:26761] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c94482e1ab..af4cf71c94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Aug 8 22:13:48 2005 Nobuyoshi Nakada + + * eval.c (assign): deal with new block argument. + fixed: [ruby-core:05536] + + * eval.c (rb_node_arity): follow change of NODE_ARGS. + fixed: [ruby-dev:26761] + Mon Aug 8 21:28:13 2005 Hirokazu Yamamoto * test/ruby/test_fnmatch.rb: separated from test_file.rb. @@ -13,7 +21,7 @@ Mon Aug 8 01:26:37 2005 Mauricio Fernandez Mon Aug 8 05:16:55 2005 GOTOU Yuuzou * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error - to get last error on the current thread. And should report + to get last error on the current thread. And should report if errors are on the stack while OpenSSL.debug is true. * ext/openssl/ossl.c (ossl_get_errors): new method for debugging -- cgit v1.2.3