diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-16 09:52:50 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-16 09:52:50 +0000 |
commit | b1c91b75e8b8e1a972ca19ba83d4d0cf02bd8d8b (patch) | |
tree | b2e42d1719dbd8f451cdbd8e546617df9a7e2829 /ChangeLog | |
parent | 89ff3c2541e12eb86b3a92b37801159d32b7fbd2 (diff) | |
download | ruby-b1c91b75e8b8e1a972ca19ba83d4d0cf02bd8d8b.tar.gz ruby-b1c91b75e8b8e1a972ca19ba83d4d0cf02bd8d8b.tar.xz ruby-b1c91b75e8b8e1a972ca19ba83d4d0cf02bd8d8b.zip |
* lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer has
extend_to method. [ruby-core:17267]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17363 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 @@ +Mon Jun 16 18:52:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer has + extend_to method. [ruby-core:17267] + Mon Jun 16 14:46:25 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/e2mmap.rb (E2MM.def_e2message): typo. |