diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-05 02:27:29 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-05 02:27:29 +0000 |
| commit | c0c9fbc34b4847af337c4e539f21d55e0d46432a (patch) | |
| tree | b0702f4e904be214d914e51ad4a763a5ba3bf13b /ChangeLog | |
| parent | 678c95f27849f5c36a60a95338d7d4998df8c0b0 (diff) | |
| download | ruby-c0c9fbc34b4847af337c4e539f21d55e0d46432a.tar.gz ruby-c0c9fbc34b4847af337c4e539f21d55e0d46432a.tar.xz ruby-c0c9fbc34b4847af337c4e539f21d55e0d46432a.zip | |
* compile.c (compile_cpath): use Qundef to denote cbase lookup.
* insns.def (defineclass): Qudef is passed for cbase.
* insns.def (setconstant): ditto.
* vm_insnhelper.c (vm_check_if_namespace): use rb_inspect()
instead of rb_obj_as_string() for better description.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16290 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 @@ +Mon May 5 11:13:50 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * compile.c (compile_cpath): use Qundef to denote cbase lookup. + + * insns.def (defineclass): Qudef is passed for cbase. + + * insns.def (setconstant): ditto. + + * vm_insnhelper.c (vm_check_if_namespace): use rb_inspect() + instead of rb_obj_as_string() for better description. + Mon May 5 02:10:23 2008 Tanaka Akira <akr@fsij.org> * gc.c (set_heaps_increment): fix memory allocation strategy by |
