summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-25 11:00:03 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-25 11:00:03 +0000
commitee8addc13ffbacd66a4847d5adb917b5d1fc0601 (patch)
tree4c5764511260105d86272d06dac5e25de9e33782 /ChangeLog
parent7ceb37d715d25cf40ffbff7123985db477d70c39 (diff)
* ext/extmk.rb (extmake): return true if not dynamic and not static.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc305768bf..69a6be5fd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 25 19:55:38 2002 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ext/extmk.rb (extmake): return true if not dynamic and not static.
+
Mon Nov 25 01:08:40 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* dln.c: revert and add the MAXPATHLEN definition on mswin32/mingw32.