aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of variable modifiers of BSD makenobu2018-11-211-2/+2
* Makefile.in: get rid of `local` for Solaris shnobu2018-11-212-1/+1
* configure.ac: silence `command -v` outpoutnobu2018-11-211-1/+1
* char is not unsignedshyouhei2018-11-212-33/+34
* configure.ac: add --disable-fiber-coroutine optionnobu2018-11-214-36/+37
* configure.ac: gather preset variables on mingwnobu2018-11-211-1/+2
* Show function name based on dladdrnaruse2018-11-201-0/+2
* Support Universal Binary for macOSnaruse2018-11-201-5/+39
* Fix indentation.samuel2018-11-206-111/+111
* * 2018-11-21svn2018-11-201-1/+1
* Skip known MJIT random test failuresk0kubun2018-11-204-14/+31
* configure.ac: disable native-fiber for MinGWk0kubun2018-11-205-17/+11
* appveyor.yml: do not undefine everything [ci skip]k0kubun2018-11-201-1/+1
* * properties.svn2018-11-200-0/+0
* appveyor.yml: exclude TestEnumerable.rb on msys2k0kubun2018-11-204-4/+11
* appveyor.yml: native-fiber crashes Enumeratork0kubun2018-11-201-2/+2
* Make coroutine object directory for each archnobu2018-11-203-9/+11
* test/excludes/_appveyor: exclude AppVeyor killerk0kubun2018-11-201-0/+2
* Change ASMEXT to snobu2018-11-202-2/+2
* Makefile.in: fix Travis i686 buildk0kubun2018-11-201-0/+1
* mjit_worker.c: avoid GC when modifying ISeqk0kubun2018-11-201-0/+4
* Fix conditionnobu2018-11-201-2/+2
* Make fiber_entry staticnobu2018-11-201-1/+2
* Fix typo and make directorynobu2018-11-203-5/+6
* Support Visual C++ (mswin)samuel2018-11-201-0/+23
* Fix windows builds.samuel2018-11-201-0/+2
* * properties.svn2018-11-200-0/+0
* GAS style assembly for win64 (mingw).samuel2018-11-202-3/+79
* Expose stack functions to coroutine and non-windows implementations.samuel2018-11-201-12/+16
* Fix exposure of stack allocations.samuel2018-11-201-2/+3
* Use malloc/free for windows stack allocation.samuel2018-11-201-11/+20
* Fix struct usage.samuel2018-11-202-4/+4
* Fix message result.samuel2018-11-201-1/+1
* Fix configure.ac typo.samuel2018-11-201-4/+4
* Fix line endings.samuel2018-11-201-1/+1
* Initial support for x64-mingw32samuel2018-11-205-19/+68
* Better (?) support for Windows TIB.samuel2018-11-204-17/+40
* Be even more specific, for some reason it was selecting amd64 on x64-mingw32.samuel2018-11-201-2/+2
* Limit coroutine implementations to Linux.samuel2018-11-201-2/+2
* Tidy up assembly make rule.samuel2018-11-201-4/+1
* Expose dependency between cont.c and coroutine implementation.samuel2018-11-202-2/+7
* * expand tabs.svn2018-11-201-4/+4
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-206-16/+16
* Remove trailing whitespace.samuel2018-11-202-3/+3
* Rename fiber chain benchmark.samuel2018-11-201-0/+0
* Restore native non-coroutine code path.samuel2018-11-201-2/+11
* Formatting changes.samuel2018-11-207-12/+14
* Ensure start function has correct declaration.samuel2018-11-206-6/+6
* Try using compiler for assembling.samuel2018-11-201-2/+4
* Print out what the assembler is doing to figure out why it's not working.samuel2018-11-201-0/+1