aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-02 04:52:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-02 04:52:03 +0000
commit6926a10297982f09312b4da3a3bb14f28e877978 (patch)
tree52e5fbec7ade0fab227be301a104ceffa578f803 /ChangeLog
parent2553a96f9eb29ca334d713aa1830f5cce3045f86 (diff)
downloadruby-6926a10297982f09312b4da3a3bb14f28e877978.tar.gz
* lib/rdoc/ri/paths.rb (RDoc::HOMEDIR): expand_path deals with
platform dependent envirionments. reapplied r21312. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27177 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 91a1e9f6ea..b5ea20a5cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr 2 13:51:52 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/rdoc/ri/paths.rb (RDoc::HOMEDIR): expand_path deals with
+ platform dependent envirionments. reapplied r21312.
+
Fri Apr 2 12:52:25 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/rdoc/parser.rb (binary?): regression.