From 98d45ef140dcc53f4dd7c0dbdd25433d5c378ff7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 16 Jun 2011 18:09:03 +0000 Subject: [PATCH] * benchmark/bm_vm4_thread_create_join.rb, benchmark/bm_vm4_thread_mutex[1-3].rb: renamed to bm_thread_* (fix last rename). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ ...m4_thread_create_join.rb => bm_vm_thread_create_join.rb} | 0 .../{bm_vm4_thread_mutex1.rb => bm_vm_thread_mutex1.rb} | 0 .../{bm_vm4_thread_mutex2.rb => bm_vm_thread_mutex2.rb} | 0 .../{bm_vm4_thread_mutex3.rb => bm_vm_thread_mutex3.rb} | 0 5 files changed, 6 insertions(+) rename benchmark/{bm_vm4_thread_create_join.rb => bm_vm_thread_create_join.rb} (100%) rename benchmark/{bm_vm4_thread_mutex1.rb => bm_vm_thread_mutex1.rb} (100%) rename benchmark/{bm_vm4_thread_mutex2.rb => bm_vm_thread_mutex2.rb} (100%) rename benchmark/{bm_vm4_thread_mutex3.rb => bm_vm_thread_mutex3.rb} (100%) diff --git a/ChangeLog b/ChangeLog index c0b1fa1e70..6da3db1dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 17 03:07:36 2011 Koichi Sasada + + * benchmark/bm_vm4_thread_create_join.rb, + benchmark/bm_vm4_thread_mutex[1-3].rb: renamed to + bm_thread_* (fix last rename). + Fri Jun 17 02:26:47 2011 Koichi Sasada * thread_pthread.c (native_thread_create): fix debug message. diff --git a/benchmark/bm_vm4_thread_create_join.rb b/benchmark/bm_vm_thread_create_join.rb similarity index 100% rename from benchmark/bm_vm4_thread_create_join.rb rename to benchmark/bm_vm_thread_create_join.rb diff --git a/benchmark/bm_vm4_thread_mutex1.rb b/benchmark/bm_vm_thread_mutex1.rb similarity index 100% rename from benchmark/bm_vm4_thread_mutex1.rb rename to benchmark/bm_vm_thread_mutex1.rb diff --git a/benchmark/bm_vm4_thread_mutex2.rb b/benchmark/bm_vm_thread_mutex2.rb similarity index 100% rename from benchmark/bm_vm4_thread_mutex2.rb rename to benchmark/bm_vm_thread_mutex2.rb diff --git a/benchmark/bm_vm4_thread_mutex3.rb b/benchmark/bm_vm_thread_mutex3.rb similarity index 100% rename from benchmark/bm_vm4_thread_mutex3.rb rename to benchmark/bm_vm_thread_mutex3.rb