diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-21 20:58:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-21 20:58:26 +0000 |
| commit | 96e278ca784659b109e086928cd69475023a99f1 (patch) | |
| tree | dc68c377c5347844138e9aa22610ee815677a7a4 /ChangeLog | |
| parent | db369aa32b7ca3b9b44ca3139ee6a2ace473fc07 (diff) | |
| download | ruby-96e278ca784659b109e086928cd69475023a99f1.tar.gz ruby-96e278ca784659b109e086928cd69475023a99f1.tar.xz ruby-96e278ca784659b109e086928cd69475023a99f1.zip | |
* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,
thread.c, vm.c, vm_core.h, vm_dump.c, vm_eval.c,
vm_insnhelper.c, vm_method.c, template/insns_info.inc.tmpl,
tool/instruction.rb: fixed types.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Sep 22 05:58:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, + thread.c, vm.c, vm_core.h, vm_dump.c, vm_eval.c, + vm_insnhelper.c, vm_method.c, template/insns_info.inc.tmpl, + tool/instruction.rb: fixed types. + Tue Sep 22 05:04:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on |
