summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-17 14:58:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-17 14:58:16 +0000
commit392560e72e0b3b06c6ed873f1b7da7535450f476 (patch)
tree3ef3d17edc148204cb1e6ec58afce071d13d87a1 /ChangeLog
parentb6a60af4961dd67d6cbb77dd2dfc03da733a26bc (diff)
* ext/extmk.rb (relative_from): treat mere drive letter as an absolute
path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bee1ff3a7..7f782c64f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
-Sun Apr 17 22:57:09 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Apr 17 23:57:49 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/extmk.rb (extmake, parse_args): do not expand destdir.
+ * ext/extmk.rb (relative_from): treat mere drive letter as an absolute
+ path.
+
Sat Apr 16 17:01:16 2005 Kouhei Sutou <kou@cozmixng.org>
* sample/rss/tdiary_plugin/rss-recent.rb (rss_recent_cache_rss):