From 4505ae8f04fcd8d2041cbd4cd89e70fcc4641b55 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 18 Sep 2008 08:27:17 +0000 Subject: * transcode.c (enc_arg): revert last change. too early exception raising. * transcode.c (enc_arg): need not to take pointer argument. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 89693fdbf..73d3c2110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 18 17:18:35 2008 Yukihiro Matsumoto + + * transcode.c (enc_arg): revert last change. too early exception + raising. + + * transcode.c (enc_arg): need not to take pointer argument. + Sun Jun 8 21:50:27 2008 Yusuke Endoh * test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90% -- cgit