From 71db0b38ad60dbe8d62b88a64d0248e8a9b717ce Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 19 Dec 2005 14:31:09 +0000 Subject: * Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub. * main.c (always_gc): dllimport is required for VC to import a DLL symbol. fixed: [ruby-dev:28051] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7cd4f3fc..0442d64e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 19 23:30:59 2005 Nobuyoshi Nakada + + * Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub. + + * main.c (always_gc): dllimport is required for VC to import a DLL + symbol. fixed: [ruby-dev:28051] + Mon Dec 19 23:09:24 2005 Hirokazu Yamamoto * st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insert -- cgit