diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-30 07:45:42 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-30 07:45:42 +0000 |
| commit | 1ef67e7146a4a11259900c16746d3c8db9637e52 (patch) | |
| tree | f959c46536a279ad5306a5ecc8a78b7710a81b15 /ChangeLog | |
| parent | 6410694b3783276b964e220d6db1a8c88312585a (diff) | |
| download | ruby-1ef67e7146a4a11259900c16746d3c8db9637e52.tar.gz ruby-1ef67e7146a4a11259900c16746d3c8db9637e52.tar.xz ruby-1ef67e7146a4a11259900c16746d3c8db9637e52.zip | |
* insns.def (defineclass): preserve encoding of class/module
names. [ruby-core:24600]
* variable.c (rb_set_class_path_string): set class path with a
string value.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24321 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 @@ +Thu Jul 30 16:45:39 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * insns.def (defineclass): preserve encoding of class/module + names. [ruby-core:24600] + + * variable.c (rb_set_class_path_string): set class path with a + string value. + Thu Jul 30 16:12:48 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * variable.c (Init_var_tables): initializes __classid__ ID. |
