diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-18 16:49:00 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-18 16:49:00 +0000 |
| commit | 01a2ccf52440a356044ce618099dda98141b44ad (patch) | |
| tree | 270ef0047e6b0e64fdc14d5d6f35024b79959f7f /ChangeLog | |
| parent | 4fd495ed05fcda5aa2659327c61d072edbbef3e0 (diff) | |
| download | ruby-01a2ccf52440a356044ce618099dda98141b44ad.tar.gz ruby-01a2ccf52440a356044ce618099dda98141b44ad.tar.xz ruby-01a2ccf52440a356044ce618099dda98141b44ad.zip | |
merges r20250 from trunk into ruby_1_9_1.
* proc.c (proc_eq): equivalence check should not done by pointer
comparison, but should be based on iseq contents. [ruby-dev:37101]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Nov 18 23:02:23 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * proc.c (proc_eq): equivalence check should not done by pointer + comparison, but should be based on iseq contents. [ruby-dev:37101] + Tue Nov 18 20:30:08 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete. |
