summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-07 05:16:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-07 05:16:27 +0000
commitc1caf9982e342eeb023ddc820b70bced395fe345 (patch)
treeb157064faf8208dc21c370b80b2133d17b59d08e /ChangeLog
parent9dac73ce4d4d77b79a4fc170808777f8dd416053 (diff)
downloadruby-c1caf9982e342eeb023ddc820b70bced395fe345.tar.gz
ruby-c1caf9982e342eeb023ddc820b70bced395fe345.tar.xz
ruby-c1caf9982e342eeb023ddc820b70bced395fe345.zip
* lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS):
moved clean targets to platfrom makefiles. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61e4069a3..bda565f87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 7 14:16:24 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS):
+ moved clean targets to platfrom makefiles.
+
Thu Aug 7 13:12:30 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/socket/getaddrinfo.c (gai_strerror): ignore only on Haiku.