summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-19 14:31:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-19 14:31:09 +0000
commit71db0b38ad60dbe8d62b88a64d0248e8a9b717ce (patch)
treef08e7857bd40d1d4f9f685854e6187fac6cd5d1b /ChangeLog
parentd7ef0e1264641d2d5a0a20a10427a0b3b8c4adbe (diff)
downloadruby-71db0b38ad60dbe8d62b88a64d0248e8a9b717ce.tar.gz
ruby-71db0b38ad60dbe8d62b88a64d0248e8a9b717ce.tar.xz
ruby-71db0b38ad60dbe8d62b88a64d0248e8a9b717ce.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <nobu@ruby-lang.org>
+
+ * 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 <ocean@m2.ccsnet.ne.jp>
* st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insert