diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-14 07:27:14 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-14 07:27:14 +0000 |
| commit | 46ba3c83ea993c6a917b22c57e08146a5585c1b1 (patch) | |
| tree | 3afca06c89da0c6e79da35210e7d623218de1f1a /ChangeLog | |
| parent | 5c939b11d0a9ecca69f681845062afec0885a507 (diff) | |
| download | ruby-46ba3c83ea993c6a917b22c57e08146a5585c1b1.tar.gz ruby-46ba3c83ea993c6a917b22c57e08146a5585c1b1.tar.xz ruby-46ba3c83ea993c6a917b22c57e08146a5585c1b1.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.
* string.c (str_to_id): use rb_str_intern().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10932 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. + + * string.c (str_to_id): use rb_str_intern(). + Thu Sep 14 14:37:45 2006 Tanaka Akira <akr@fsij.org> * ext/digest/lib/digest.rb (Digest::Base.file): new method. |
