Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * complex.c: use "__sun" instead of "__sun__" to detect SunOS. | akr | 2011-10-24 | 1 | -1/+1 |
* | * atomic.h: change Solaris checking macro because atomic_ops can work | ngoto | 2011-10-21 | 1 | -1/+1 |
* | * atomic.h (ATOMIC_INC, ATOMIC_DEC): return old values. | nobu | 2011-10-13 | 1 | -2/+3 |
* | * atomic.h (ATOMIC_*): use atomic_ops(3C) when SunStudio on Solaris. | ngoto | 2011-10-13 | 1 | -0/+10 |
* | * atomic.h(ATOMIC_SET): add cast to void to prevent misuse. | kosaki | 2011-10-13 | 1 | -2/+2 |
* | * atomic.h (ATOMIC_OR): _InterlockedOr is unavailable in VC6. | nobu | 2011-07-09 | 1 | -1/+14 |
* | * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw. | nobu | 2011-06-12 | 1 | -0/+6 |
* | * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT, | kosaki | 2011-06-11 | 1 | -0/+37 |