aboutsummaryrefslogtreecommitdiffstats
path: root/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* atomic.h: prefer GCC atomic builtinsnobu2012-07-251-19/+20
* suppress warnings on mingw32nobu2012-07-091-5/+5
* * gc.c, atomic.h (ATOMIC_SIZE_*): moved from gc.c to atomic.h [ruby-dev:45909]ngoto2012-07-041-0/+47
* * complex.c: use "__sun" instead of "__sun__" to detect SunOS.akr2011-10-241-1/+1
* * atomic.h: change Solaris checking macro because atomic_ops can workngoto2011-10-211-1/+1
* * atomic.h (ATOMIC_INC, ATOMIC_DEC): return old values.nobu2011-10-131-2/+3
* * atomic.h (ATOMIC_*): use atomic_ops(3C) when SunStudio on Solaris.ngoto2011-10-131-0/+10
* * atomic.h(ATOMIC_SET): add cast to void to prevent misuse.kosaki2011-10-131-2/+2
* * atomic.h (ATOMIC_OR): _InterlockedOr is unavailable in VC6.nobu2011-07-091-1/+14
* * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw.nobu2011-06-121-0/+6
* * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT,kosaki2011-06-111-0/+37