From 8875ffc4120fd8ef273f1b584803bc83891ff23b Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 23 May 2009 16:07:46 +0000 Subject: * configure.in ($ridir): new configuration. [ruby-core:23520]. c.f. [ruby-core:23519]. (--with-ridir): new configure option. * tool/instruby.rb (:doc, :rdoc): uses $ridir instead of a fixed path. * lib/rdoc/ri/paths.rb: follows $ridir. * Makefile.in: removes RIDATADIR which is no longer used. * bcc32/Makefile.sub: generates the 'ridir' entry for RbConfig. removes RIDATADIR which is no longer used. * win32/Makefile.sub: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 784c174ff2..218f016eb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Sun May 24 00:52:54 2009 Yuki Sonoda (Yugui) + + * configure.in ($ridir): new configuration. [ruby-core:23520]. + c.f. [ruby-core:23519]. + + (--with-ridir): new configure option. + + * tool/instruby.rb (:doc, :rdoc): uses $ridir instead of + a fixed path. + + * lib/rdoc/ri/paths.rb: follows $ridir. + + * Makefile.in: removes RIDATADIR which is no longer used. + + * bcc32/Makefile.sub: generates the 'ridir' entry for RbConfig. + removes RIDATADIR which is no longer used. + + * win32/Makefile.sub: ditto. + Sat May 23 23:52:33 2009 Yukihiro Matsumoto * string.c (rb_str_each_char): return original string. -- cgit v1.2.3