From 088deb9da88e49c930a024efa691ee42cdec4986 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 24 May 2005 15:24:23 +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/trunk@8516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4862f6d83..eb44f81d6 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 17:45:59 2005 Shugo Maeda * test/readline/test_readline.rb: do not test libedit. @@ -27,6 +37,7 @@ Mon May 23 15:07:34 2005 NAKAMURA Usaku * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO). [experimental] +>>>>>>> 1.4263 Mon May 23 12:21:37 2005 Yukihiro Matsumoto * re.c (make_regexp): should not return junk address during -- cgit