From 69fc0d8974ec6fb77defed8ef40aea2c9a8124e2 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 17 Sep 2006 08:43:19 +0000 Subject: * common.mk (install-doc): reverted. * instruby.rb: stores file name list without destdir prefix. * lib/rdoc/generators/ri_generator.rb: do not chdir twice. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d0575497..5f73bcfb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Sep 17 17:42:13 2006 Nobuyoshi Nakada + + * common.mk (install-doc): reverted. + + * instruby.rb: stores file name list without destdir prefix. + + * lib/rdoc/generators/ri_generator.rb: do not chdir twice. + Sun Sep 17 10:42:10 2006 Nobuyoshi Nakada * numeric.c (fix_mul): fixed typo. fixed: [ruby-core:08885] -- cgit