From de7c82654223f923cdb5c157fb3126e724a8fb32 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 28 Aug 2003 08:35:43 +0000 Subject: * variable.c (rb_const_get_0): should check constants defined in included modules, if klass is Object. [ruby-talk:79302] * numeric.c (check_uint): check should be done using UINT_MAX, not INT_MAX. this fix is submitted by in [ruby-core:01486] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c5710d89..c95e6987b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Aug 28 17:30:24 2003 Yukihiro Matsumoto + + * variable.c (rb_const_get_0): should check constants defined in + included modules, if klass is Object. [ruby-talk:79302] + + * numeric.c (check_uint): check should be done using UINT_MAX, not + INT_MAX. this fix is submitted by in + [ruby-core:01486] + Thu Aug 28 05:02:52 2003 Yukihiro Matsumoto * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562) -- cgit