aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 06:05:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 06:05:21 +0000
commit0cceff94ca29bed2d934a495f1a97041f46b2e76 (patch)
treeeb2b92156e458071a5d94e359fc041d2c831d55c /ChangeLog
parentf9ca2119e403653cdf529646d3a3790c5c473ac2 (diff)
downloadruby-0cceff94ca29bed2d934a495f1a97041f46b2e76.tar.gz
* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d9488a1255..7eced90b2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Tue Mar 3 15:03:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Mar 3 15:05:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.
* test/dl: moved from ext/dl/test.