diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-30 18:04:35 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-30 18:04:35 +0000 |
| commit | 9c202e9b481cfc29e2a2dd15a8ad74bfaa5d6e4c (patch) | |
| tree | 805550c7516a6296d4d0a660c4e374b045e9c54b /ChangeLog | |
| parent | 27bb2b82f5e1e0f4745b1d73ec495aec7c7e7ac7 (diff) | |
| download | ruby-9c202e9b481cfc29e2a2dd15a8ad74bfaa5d6e4c.tar.gz ruby-9c202e9b481cfc29e2a2dd15a8ad74bfaa5d6e4c.tar.xz ruby-9c202e9b481cfc29e2a2dd15a8ad74bfaa5d6e4c.zip | |
* yarvcore.h: some refactoring on rb_iseq_t.
rename some variable names, add comments, etc.
* compile.c, iseq.c, proc.c, vm.c: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12673 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 @@ +Sun Jul 1 03:02:29 2007 Koichi Sasada <ko1@atdot.net> + + * yarvcore.h: some refactoring on rb_iseq_t. + rename some variable names, add comments, etc. + + * compile.c, iseq.c, proc.c, vm.c: ditto. + Sun Jul 1 02:57:57 2007 Koichi Sasada <ko1@atdot.net> * vm.h: rename insn_func_type to rb_insn_func_type. |
