summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-12 18:13:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-12 18:13:48 +0000
commitc1dc38c6bbfb9d98b2c2148c5588ac4fb9a3c38b (patch)
tree2702668b00b125305d1c0fc8094b6978e501a5fc /ChangeLog
parent97ad26a0d63b50dbab9a812db7cd03b944ad3e99 (diff)
downloadruby-c1dc38c6bbfb9d98b2c2148c5588ac4fb9a3c38b.tar.gz
ruby-c1dc38c6bbfb9d98b2c2148c5588ac4fb9a3c38b.tar.xz
ruby-c1dc38c6bbfb9d98b2c2148c5588ac4fb9a3c38b.zip
* lib/irb/cmd/help.rb: should be updated for new ri structure.
[ruby-core:15825] * lib/rdoc/ri/driver.rb (RDoc::initialize): allow options to be optional. * lib/rdoc/ri/driver.rb (RDoc::class_cache): map_dirs may be empty. * lib/rdoc/ri/driver.rb (RDoc::get_info_for): revive get_info_for method. maybe broken. * lib/rdoc/ri/util.rb (RDoc::initialize): should not use RiError no more. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6487b72ea..ef7f7ce98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Thu Mar 13 03:12:48 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/irb/cmd/help.rb: should be updated for new ri structure.
+ [ruby-core:15825]
+
+ * lib/rdoc/ri/driver.rb (RDoc::initialize): allow options to be optional.
+
+ * lib/rdoc/ri/driver.rb (RDoc::class_cache): map_dirs may be
+ empty.
+
+ * lib/rdoc/ri/driver.rb (RDoc::get_info_for): revive get_info_for
+ method. maybe broken.
+
+ * lib/rdoc/ri/util.rb (RDoc::initialize): should not use RiError
+ no more.
+
Thu Mar 13 01:45:25 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (stdint.h): check if presence.