diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-12 23:09:39 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-12 23:09:39 +0000 |
| commit | 01701aabecb8dfbd8a75ab014c0d99ca3c4a26ab (patch) | |
| tree | 6e5a90dde2b60164bc8cb2c6af97d994f0f7ea22 /ChangeLog | |
| parent | 039573c5c2fd6eb2dd07aa152e4ef1d20d052a3c (diff) | |
| download | ruby-01701aabecb8dfbd8a75ab014c0d99ca3c4a26ab.tar.gz ruby-01701aabecb8dfbd8a75ab014c0d99ca3c4a26ab.tar.xz ruby-01701aabecb8dfbd8a75ab014c0d99ca3c4a26ab.zip | |
* lib/ostruct.rb (new_ostruct_member): Object#send no longer call
private methods. [ruby-dev:27044]
* test/rss/test_dublincore.rb, test/rss/test_trackback.rb,
test/ruby/test_eval.rb, test/socket/test_socket.rb: ditto.
* test/ruby/test_lambda (test_call_with_block): lambda makes new scope
for formal block parameter.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9138 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 @@ +Tue Sep 13 08:09:18 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/ostruct.rb (new_ostruct_member): Object#send no longer call + private methods. [ruby-dev:27044] + + * test/rss/test_dublincore.rb, test/rss/test_trackback.rb, + test/ruby/test_eval.rb, test/socket/test_socket.rb: ditto. + + * test/ruby/test_lambda (test_call_with_block): lambda makes new scope + for formal block parameter. + Tue Sep 13 01:17:45 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (proc_save_safe_level): no need to restrict safe level |
