From d727cbbffc83accb258c8d5ae7668ada68c872cc Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 22 May 2009 11:48:42 +0000 Subject: * instruby.rb: moved into tool/. * mkconfig.rb: ditto. * rubytest.rb: ditto. * runruby.rb: ditto. * common.mk: follows the moves. * configure.in: ditto. * win32/Makefile.sub: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a9334814..2a641194a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Fri May 22 20:10:18 2009 Yuki Sonoda (Yugui) + + * instruby.rb: moved into tool/. + + * mkconfig.rb: ditto. + + * rubytest.rb: ditto. + + * runruby.rb: ditto. + + * common.mk: follows the moves. + + * configure.in: ditto. + + * win32/Makefile.sub: ditto. + Fri May 22 05:09:43 2009 Yukihiro Matsumoto * array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unless -- cgit