summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-21Merge master branch from rubygems/rubygems upstream.hsbt
2018-11-21Get rid of variable modifiers of BSD makenobu
2018-11-21Makefile.in: get rid of `local` for Solaris shnobu
2018-11-21configure.ac: silence `command -v` outpoutnobu
2018-11-21char is not unsignedshyouhei
2018-11-21configure.ac: add --disable-fiber-coroutine optionnobu
2018-11-21configure.ac: gather preset variables on mingwnobu
2018-11-20Show function name based on dladdrnaruse
2018-11-20Support Universal Binary for macOSnaruse
2018-11-20Fix indentation.samuel
2018-11-20* 2018-11-21svn
2018-11-20Skip known MJIT random test failuresk0kubun
2018-11-20configure.ac: disable native-fiber for MinGWk0kubun
2018-11-20appveyor.yml: do not undefine everything [ci skip]k0kubun
2018-11-20* properties.svn
2018-11-20appveyor.yml: exclude TestEnumerable.rb on msys2k0kubun
2018-11-20appveyor.yml: native-fiber crashes Enumeratork0kubun
2018-11-20Make coroutine object directory for each archnobu
2018-11-20test/excludes/_appveyor: exclude AppVeyor killerk0kubun
2018-11-20Change ASMEXT to snobu
2018-11-20Makefile.in: fix Travis i686 buildk0kubun
2018-11-20mjit_worker.c: avoid GC when modifying ISeqk0kubun
2018-11-20Fix conditionnobu
2018-11-20Make fiber_entry staticnobu
2018-11-20Fix typo and make directorynobu
2018-11-20Support Visual C++ (mswin)samuel
2018-11-20Fix windows builds.samuel
2018-11-20* properties.svn
2018-11-20GAS style assembly for win64 (mingw).samuel
2018-11-20Expose stack functions to coroutine and non-windows implementations.samuel
2018-11-20Fix exposure of stack allocations.samuel
2018-11-20Use malloc/free for windows stack allocation.samuel
2018-11-20Fix struct usage.samuel
2018-11-20Fix message result.samuel
2018-11-20Fix configure.ac typo.samuel
2018-11-20Fix line endings.samuel
2018-11-20Initial support for x64-mingw32samuel
2018-11-20Better (?) support for Windows TIB.samuel
2018-11-20Be even more specific, for some reason it was selecting amd64 on x64-mingw32.samuel
2018-11-20Limit coroutine implementations to Linux.samuel
2018-11-20Tidy up assembly make rule.samuel
2018-11-20Expose dependency between cont.c and coroutine implementation.samuel
2018-11-20* expand tabs.svn
2018-11-20Prefer "static inline" to avoid duplicate symbols.samuel
2018-11-20Remove trailing whitespace.samuel
2018-11-20Rename fiber chain benchmark.samuel
2018-11-20Restore native non-coroutine code path.samuel
2018-11-20Formatting changes.samuel
2018-11-20Ensure start function has correct declaration.samuel
2018-11-20Try using compiler for assembling.samuel