aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-12 03:39:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-12 03:39:58 +0000
commit4f2b409a108b1ed38d20eb480146994b8a8a5935 (patch)
tree4ff41d1960aca8079fdfe01ca50b1d8742acee5d /ChangeLog
parent5c94a67eca00071edb4cc84a3f90dbb860d8c945 (diff)
downloadruby-4f2b409a108b1ed38d20eb480146994b8a8a5935.tar.gz
* instruby.rb (install_recursive): skips the directory if matched
to a no_install pattern ending with a file separator. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21440 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 086091a8c3..c73b21cf3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jan 12 12:39:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * instruby.rb (install_recursive): skips the directory if matched
+ to a no_install pattern ending with a file separator.
+
Mon Jan 12 12:33:56 2009 Tanaka Akira <akr@fsij.org>
* ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent.