summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-12 15:37:59 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-12 15:37:59 +0000
commit7b862055521435e74b652d60bd8d56f5d9cda925 (patch)
tree4f98dfcb5ef83d51d680bf310385024311a4efc5 /ChangeLog
parentefbd0e3b7d1c624daa1e89bb36ea01ec3faefbed (diff)
* object.c (rb_mod_cvar_defined): wrong id check. a patch from
Mauricio Fernandez <mfp at acm.org>. [ruby-core:09158] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 58162ea6c6..fcb4a451f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
Fri Oct 13 00:34:26 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
- * object.c (rb_mod_cvar_defined): wrong id check. [ruby-core:09158]
+ * object.c (rb_mod_cvar_defined): wrong id check. a patch from
+ Mauricio Fernandez <mfp at acm.org>. [ruby-core:09158]
* object.c (rb_mod_cvar_get): typo fixed. [ruby-core:09168]