From 8cdc370c3d8dd4b97fa8d33a96d6e2079cba0e6d Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 24 May 2005 14:52:05 +0000 Subject: * numeric.c (fix_pow): support Fixnum ** Float case directly without coercing. [ruby-talk:142697] [ruby-talk:143054] * ruby.c (require_libraries): caused SEGV when continuation jumped in to the required library code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9ade0b299..73687c445 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue May 24 23:42:16 2005 Yukihiro Matsumoto + + * numeric.c (fix_pow): support Fixnum ** Float case directly + without coercing. [ruby-talk:142697] [ruby-talk:143054] + +Tue May 24 16:57:24 2005 Yukihiro Matsumoto + + * ruby.c (require_libraries): caused SEGV when continuation jumped + in to the required library code. + Tue May 24 11:56:25 2005 WATANABE Hirofumi * lib/getopts.rb: should warn only if verbose mode. -- cgit