From 11cd5f8f92a52ceacc1455fdf50219ddbbe0f47c Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 20 Jan 2009 07:17:28 +0000 Subject: * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed with ruby_ to export. * ext/continuation/continuation.c, ext/fiber/fiber.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a915a0eb0..7fca33a67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Jan 20 16:17:12 2009 Nobuyoshi Nakada + + * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed + with ruby_ to export. + + * ext/continuation/continuation.c, ext/fiber/fiber.c: ditto. + Tue Jan 20 15:32:29 2009 Nobuyoshi Nakada * Makefile.in (miniruby): renames and then removes, to get rid of @@ -7,11 +14,11 @@ Tue Jan 20 15:32:29 2009 Nobuyoshi Nakada * configure.in (DLDFLAGS): do not export all symbols. - * cygwin/GNUmakefile.in (RUBYDEF): rejects symbols prefixex with + * cygwin/GNUmakefile.in (RUBYDEF): rejects symbols prefixed with Init_. - * win32/mkexports.rb (Exports::Mingw): includes all symbols except for - prefixed with Init_ as well as mswin32. + * win32/mkexports.rb (Exports::Mingw): includes all symbols as + well as mswin32, except for prefixed with Init_. Tue Jan 20 13:03:50 2009 Nobuyoshi Nakada -- cgit