aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/ppc
Commit message (Collapse)AuthorAgeFilesLines
* Do not use non-ASCII chars in sourcesNobuyoshi Nakada2023-11-052-2/+2
| | | | | | No encodings are guaranteed in C compilers, and other than UTF-8 encodings may be assumed in some platforms, e.g., CP932 on Windows Japanese edition, and may result in compilation errors.
* Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov2022-10-192-50/+68
|
* Ruby31: add support for Darwin ppc/ppc64 (#5927)Sergey Fedorov2022-05-222-0/+130
* add coroutines for ppc & ppc64 * fix universal coroutine to include ppc & ppc64 * add powerpc*-darwin to configure.ac * fix thread_pthread for older systems