diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-07 08:21:01 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-07 08:21:01 +0000 |
| commit | 6d34bf2b506d5c81f529a828857b9322608d28c6 (patch) | |
| tree | b893e83c87cf62a34807a0d67d21d063093235a1 /ChangeLog | |
| parent | ebdd83920b6b97103c93325dbdae13aa32018f78 (diff) | |
| download | ruby-6d34bf2b506d5c81f529a828857b9322608d28c6.tar.gz ruby-6d34bf2b506d5c81f529a828857b9322608d28c6.tar.xz ruby-6d34bf2b506d5c81f529a828857b9322608d28c6.zip | |
* iseq.c (prepare_iseq_build): freeze filename and name string.
* variable.c: freeze class name string.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Jun 7 17:20:57 2007 Koichi Sasada <ko1@atdot.net> + + * iseq.c (prepare_iseq_build): freeze filename and name string. + + * variable.c: freeze class name string. + Thu Jun 7 12:48:33 2007 Koichi Sasada <ko1@atdot.net> * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911]. |
