summaryrefslogtreecommitdiff
path: root/coroutine
Commit message (Expand)AuthorAgeFilesLines
...
* Fix argument order.samuel2018-11-241-17/+17
* Fix indentation.samuel2018-11-206-111/+111
* GAS style assembly for win64 (mingw).samuel2018-11-202-3/+79
* Fix struct usage.samuel2018-11-202-4/+4
* Fix line endings.samuel2018-11-201-1/+1
* Initial support for x64-mingw32samuel2018-11-204-18/+55
* Better (?) support for Windows TIB.samuel2018-11-204-17/+40
* * expand tabs.svn2018-11-201-4/+4
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-206-16/+16
* Remove trailing whitespace.samuel2018-11-201-1/+1
* Formatting changes.samuel2018-11-207-12/+14
* Ensure start function has correct declaration.samuel2018-11-206-6/+6
* Mark COROUTINE as noreturn.samuel2018-11-205-5/+5
* Tidy up comments.samuel2018-11-2012-64/+42
* * expand tabs.svn2018-11-201-17/+17
* Initial effort to support 32-bit Linux.samuel2018-11-202-0/+100
* Restore return value assignmentsamuel2018-11-201-1/+1
* Native implementation of coroutines to improve performance of fiberssamuel2018-11-2010-0/+513