summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-13 06:54:01 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-13 06:54:01 +0000
commit806d0c7a87451d2a43690336ef90c88b85058fcd (patch)
tree139eb4fd2746cea63f87170a2eb02cd6c5ffb88d /ChangeLog
parent864437ff314861dc0e4c725e5dcdf0c89730e176 (diff)
downloadruby-806d0c7a87451d2a43690336ef90c88b85058fcd.tar.gz
ruby-806d0c7a87451d2a43690336ef90c88b85058fcd.tar.xz
ruby-806d0c7a87451d2a43690336ef90c88b85058fcd.zip
* lib/mkmf.rb (init_mkmf): Do not add $(libdir) to $LIBPATH in
extmk mode. * lib/mkmf.rb (dir_config): Prepend a new library path instead of appending so it is tried first. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40d128786..fafaa35db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jul 13 15:48:56 2004 Akinori MUSHA <knu@iDaemons.org>
+
+ * lib/mkmf.rb (init_mkmf): Do not add $(libdir) to $LIBPATH in
+ extmk mode.
+
+ * lib/mkmf.rb (dir_config): Prepend a new library path instead of
+ appending so it is tried first.
+
Tue Jul 13 00:50:48 2004 Dave Thomas <dave@pragprog.com>
* lib/rdoc/parsers/parse_rb.rb: Support call-seq: for Ruby files.