From d8ae5e2a03f6de4211d2c87c85cb28f47fa1db07 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/trunk@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 d95a38a3e..56b462420 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -Wed Mar 31 11:52:39 2004 Nobuyoshi Nakada +Wed Mar 31 12:05:17 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. Wed Mar 31 11:17:16 2004 Yukihiro Matsumoto -- cgit