From ec39520a3f3f4c3f2f7e9c0cbeccb1b5be181703 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 30 Jan 2009 04:22:41 +0000 Subject: merges r21888 from trunk into ruby_1_9_1. * cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbols which is not marked as T. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 727f5bb36..aaf43dc94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 30 12:57:28 2009 Nobuyoshi Nakada + + * cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbols + which is not marked as T. + Tue Jan 20 16:17:12 2009 Nobuyoshi Nakada * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed -- cgit