diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-25 18:02:01 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-25 18:02:01 +0000 |
| commit | 2faf2957bf64cf5cd4cbe0da67efb7c70f54c645 (patch) | |
| tree | 06c31626bec772304b5435fc49f4fbf2c84eb3a6 /ChangeLog | |
| parent | 33ae76a09c7e71863bdc147f16843ff12354a409 (diff) | |
| download | ruby-2faf2957bf64cf5cd4cbe0da67efb7c70f54c645.tar.gz ruby-2faf2957bf64cf5cd4cbe0da67efb7c70f54c645.tar.xz ruby-2faf2957bf64cf5cd4cbe0da67efb7c70f54c645.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sat Jan 26 02:51:06 2008 Koichi Sasada <ko1@atdot.net> + + * 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 <naruse@ruby-lang.org> * string.c (rb_str_usascii_new{,2}: defined. |
