diff --git a/ChangeLog b/ChangeLog index c0b1fa1e702f87..6da3db1dc94240 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