| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-08 | Substitute `coroutine_transfer` with prefixed symbol in Makefile | Nobuyoshi Nakada | |
| ``` coroutine/arm64/Context.S:31:57: error: invoking macro TOKEN_PASTE argument 1: empty macro arguments are undefined in ISO C90 [-Wpedantic] 31 | .global PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer) | ^ ``` | |||
| 2020-07-05 | Prefix export symbol prefix to coroutine_transfer | Nobuyoshi Nakada | |
| 2018-12-10 | Native coroutine implementation for ppc64le Linux | odaira | |
| * configure.ac: enable fiber coroutine for powerpc64le-linux * coroutine/ppc64le/Context.S: coroutine_transfer implementation * coroutine/ppc64le/Context.h: coroutine implementation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
