aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-27 14:57:33 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-27 14:57:33 +0000
commitb983511292f8caa10ce4e7a8ea5387efe3862b52 (patch)
treef73e50138128c6d5618490e4bd5b5eaa05dd9200 /ChangeLog
parentda666770616728875f9d3b79878c50f8cd0a84fa (diff)
downloadruby-b983511292f8caa10ce4e7a8ea5387efe3862b52.tar.gz
* ruby_atomic.h: define ATOMIC_SIZE_CAS() with
__atomic_compare_exchange_n() and refactoring. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a10f643634..05078c8a55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 27 23:55:50 2013 Masaki Matsushita <glass.saga@gmail.com>
+
+ * ruby_atomic.h: define ATOMIC_SIZE_CAS() with
+ __atomic_compare_exchange_n() and refactoring.
+
Tue Nov 27 21:43:00 2013 Akira Matsuda <ronnie@dio.jp>
* lib/irb/notifier.rb: [Doc] Fix typo