From 2faf2957bf64cf5cd4cbe0da67efb7c70f54c645 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 25 Jan 2008 18:02:01 +0000 Subject: * compile.c, compile.h: fix stack pointer issues. calculate correct stack depth at compile time. * insns.def (emptstack): remove it and add a new insn "adjuststack". * bootstraptest/test_knownbug.rb: move/remove fixed test. * bootstraptest/test_syntax.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 906c69b46..b5d8aa152 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Jan 26 02:51:06 2008 Koichi Sasada + + * compile.c, compile.h: fix stack pointer issues. + calculate correct stack depth at compile time. + + * insns.def (emptstack): remove it and add a new insn "adjuststack". + + * bootstraptest/test_knownbug.rb: move/remove fixed test. + + * bootstraptest/test_syntax.rb: ditto. + Sat Jan 26 00:17:18 2008 NARUSE, Yui * string.c (rb_str_usascii_new{,2}: defined. -- cgit