From 8d727b17c331a56a1ee1de8a6d6b3978521d051c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 31 Mar 2004 03:05:22 +0000 Subject: * intern.h: provide proper prototypes. [ruby-core:02724] * ruby.h: missing.h is now prerequisite to intern.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 99f9ab956..b59f7ce53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -Wed Mar 31 11:52:26 2004 Nobuyoshi Nakada +Wed Mar 31 12:04:04 2004 Nobuyoshi Nakada * lib/delegate.rb (DelegateClass): define internal methods of the - result class, but not metaclass of the caller. + result class, but not metaclass of the caller. [ruby-talk:96156] + + * intern.h: provide proper prototypes. [ruby-core:02724] + + * ruby.h: missing.h is now prerequisite to intern.h. Tue Mar 30 20:25:34 2004 Tanaka Akira -- cgit