From 0791c940ad9c4749e72accb91c7e22e684fde668 Mon Sep 17 00:00:00 2001 From: glass Date: Tue, 26 Nov 2013 02:45:53 +0000 Subject: * ruby_atomic.h: use __atomic builtin functions supported by GCC. __sync family are legacy functions now and it is recommended that new code use the __atomic functions. http://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html * configure.in: check existence of __atomic functions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f48ce3277..6b69e2144d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Nov 26 11:43:19 2013 Masaki Matsushita + + * ruby_atomic.h: use __atomic builtin functions supported by GCC. + __sync family are legacy functions now and it is recommended + that new code use the __atomic functions. + http://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html + + * configure.in: check existence of __atomic functions. + Tue Nov 26 10:57:49 2013 Nobuyoshi Nakada * ext/bigdecimal/bigdecimal.gemspec: revert Gem::Specification#date -- cgit v1.2.3