summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-16 07:25:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-16 07:25:38 +0000
commit30d23ed4486a68ae2c18d34b3f8e522998f748a9 (patch)
tree2d2db4bb84a8e4282ba021261959f503e8bf0926 /ChangeLog
parentb9de30c8ebe7d7227364f8430e86156c0b13db22 (diff)
downloadruby-30d23ed4486a68ae2c18d34b3f8e522998f748a9.tar.gz
ruby-30d23ed4486a68ae2c18d34b3f8e522998f748a9.tar.xz
ruby-30d23ed4486a68ae2c18d34b3f8e522998f748a9.zip
* ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead of
rb_block_new(). * ext/win32ole/win32ole.c (ev_on_event): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72309c650..8142247b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jun 16 16:23:56 2003 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead of
+ rb_block_new().
+
+ * ext/win32ole/win32ole.c (ev_on_event): ditto.
+
Mon Jun 16 16:06:47 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (proc_alloc): re-unification of Block and Proc. Block