From bd683fe1d3b4d0be8411e8cf705257784efd0ffc Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 Jan 2009 09:42:33 +0000 Subject: * tool/make-snapshot (package): includes all rules and expand configured values from the environment to create *.inc, sets RM for ripper.c, and needs chdir if absolute path is given with -exported option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c42d2a2d..b9c97c0fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jan 16 18:43:30 2009 Nobuyoshi Nakada + + * tool/make-snapshot (package): includes all rules and expand + configured values from the environment to create *.inc, sets RM + for ripper.c, and needs chdir if absolute path is given with + -exported option. + Fri Jan 16 18:26:47 2009 Nobuyoshi Nakada * include/ruby/ruby.h (VALUE): use unsigned long or long long -- cgit