summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-17 14:46:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-17 14:46:44 +0000
commit6ef85bd9f083dceab0e50d3c7bdf351443507f38 (patch)
treeea3d4ecc483f835084e8a4399700dca2ef976c12 /ChangeLog
parentd3e8c1c66178864e0c6d0eb18bafb59ef3648f05 (diff)
downloadruby-6ef85bd9f083dceab0e50d3c7bdf351443507f38.tar.gz
ruby-6ef85bd9f083dceab0e50d3c7bdf351443507f38.tar.xz
ruby-6ef85bd9f083dceab0e50d3c7bdf351443507f38.zip
* mkconfig.rb (Config::expand): expand ${} too.
* ext/extmk.rb.in (try_link0): expand command. * ext/extmk.rb.in (try_cpp): ditto. * ext/extmk.rb.in (extmake): default $LIBPATH to $libdir git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb0ef627c..9cb4c7fc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Sun Feb 17 23:41:37 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
+
+ * mkconfig.rb (Config::expand): expand ${} too.
+
+ * ext/extmk.rb.in (try_link0): expand command.
+
+ * ext/extmk.rb.in (try_cpp): ditto.
+
+ * ext/extmk.rb.in (extmake): default $LIBPATH to $libdir
+
Sun Feb 17 21:39:24 2002 Tetsuya Watanabe <tetsuya.watanabe@nifty.com>
* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is