diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-14 07:25:56 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-14 07:25:56 +0000 |
| commit | d43bfa2211e21355b65889118d7bac9284557900 (patch) | |
| tree | ab726f463981a1effe9690b4b6236cb083b2791f /ChangeLog | |
| parent | e4abff20447bfaae24de292ca8cadb3dff461f22 (diff) | |
| download | ruby-d43bfa2211e21355b65889118d7bac9284557900.tar.gz ruby-d43bfa2211e21355b65889118d7bac9284557900.tar.xz ruby-d43bfa2211e21355b65889118d7bac9284557900.zip | |
* string.c (rb_str_intern): raise SecurityError only when $SAFE
level is greater than zero. [ruby-core:08862]
* parse.y (rb_interned_p): new function to check if a string is
already interned.
* object.c (str_to_id): use rb_str_intern().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Thu Sep 14 16:11:15 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_intern): raise SecurityError only when $SAFE + level is greater than zero. [ruby-core:08862] + + * parse.y (rb_interned_p): new function to check if a string is + already interned. + + * object.c (str_to_id): use rb_str_intern(). + Wed Sep 13 18:43:05 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * README.EXT: English adjustment. [ruby-core:08851] and |
