From c8d9fb8bd8638ab6842f2a129884abe5dada43c7 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 23 Aug 2009 06:15:00 +0000 Subject: * bootstraptest/runner.rb (Dir.mktmpdir): updated to latest. (in_temporary_working_directory): temporary directory name changed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e23dc607..e17d87963 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 23 15:12:22 2009 Tanaka Akira + + * bootstraptest/runner.rb (Dir.mktmpdir): updated to latest. + (in_temporary_working_directory): temporary directory name changed. + Sun Aug 23 00:56:13 2009 Tanaka Akira * thread.c (rb_thread_schedule): don't recur infinitely. @@ -10624,6 +10629,7 @@ Sun Dec 14 12:51:48 2008 Yusuke Endoh * random.c (rb_rand_internal): used by Bignum#*. * test/ruby/test_bignum.rb: add some tests for above. + Sun Dec 14 01:35:48 2008 Tanaka Akira * process.c (forked_child): new variable. -- cgit