From 752bccaf18f090d26ccc444d515fd6c020656e06 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Oct 2009 22:32:39 +0000 Subject: * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnable ruby without current libraries. * common.mk (rdoc): use XRUBY. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c4191fd3..f7519ef22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 23 07:32:37 2009 Nobuyoshi Nakada + + * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnable + ruby without current libraries. + + * common.mk (rdoc): use XRUBY. + Fri Oct 23 07:28:50 2009 Nobuyoshi Nakada * configure.in (warnflags): use -Wextra instead of -Wall. -- cgit