summaryrefslogtreecommitdiff
path: root/ext/ffi_c/Thread.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bad search and replace in C code.1.9.2Charles Oliver Nutter2013-10-291-1/+0
* Switch license to BSD throughout codebase. See #288.Charles Oliver Nutter2013-10-291-12/+22
* Re-work exception saving & non-gil function callbacksWayne Meissner2013-04-231-11/+18
* Extract all win32 MSC stdbool compat typedefs into win32/stdbool.hWayne Meissner2013-04-221-4/+3
* Trap & save exceptions from ruby callbacks.Wayne Meissner2013-02-151-0/+1
* initial releaseunknown2012-01-091-0/+6
* Make ffi build for 1.8.x on win32 againWayne Meissner2011-01-091-2/+11
* Sync up copyright headersWayne Meissner2011-01-091-3/+3
* Implement rbffi_thread_blocking_region() to enable blocking function calls on...Wayne Meissner2010-12-271-3/+10
* Add rbffi_thread_has_gvl_p() and associated machinery to detect non-ruby thre...Wayne Meissner2010-12-271-0/+57