aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-25 01:19:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-25 01:19:11 +0000
commitb6c007ac856be8756e2b6fb6f4403232a0e04618 (patch)
tree59e9d3bfbc42fcb925239fc0f33af9b2ab0c3a6d /ChangeLog
parent74919cd970b445b634c36dfcedd16bef12579750 (diff)
downloadruby-b6c007ac856be8756e2b6fb6f4403232a0e04618.tar.gz
* ext/dl/handle.c (rb_dlhandle_close): fixed an invalid local
variable declaration. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fce5156655..d3ecfbc9e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct 25 10:19:09 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/dl/handle.c (rb_dlhandle_close): fixed an invalid local
+ variable declaration.
+
Sun Oct 25 05:44:34 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* lib/matrix.rb (**): Optimization (up to 45% faster)