diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-29 05:52:18 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-29 05:52:18 +0000 |
| commit | dd65dbf6fec765db9ff4ced91c65d6f51b674316 (patch) | |
| tree | e7888163c15c841eeee194729206e1206a3d55e7 /ChangeLog | |
| parent | 184dcac0d647c5f51c839635953d748620b4f8c2 (diff) | |
| download | ruby-dd65dbf6fec765db9ff4ced91c65d6f51b674316.tar.gz ruby-dd65dbf6fec765db9ff4ced91c65d6f51b674316.tar.xz ruby-dd65dbf6fec765db9ff4ced91c65d6f51b674316.zip | |
* tool/insns2vm.rb, lib/vm/instruction.rb: move process body
to lib/vm/instruction.rb.
* common.mk: fix aotc rule.
experimental. bin/ruby2cext is not added yet.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Jun 29 14:48:18 2007 Koichi Sasada <ko1@atdot.net> + + * tool/insns2vm.rb, lib/vm/instruction.rb: move process body + to lib/vm/instruction.rb. + + * common.mk: fix aotc rule. + experimental. bin/ruby2cext is not added yet. + Fri Jun 29 11:23:09 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (dsym): return non-null NODE even if yyerror(). based on a |
