aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/gvl
Commit message (Expand)AuthorAgeFilesLines
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-091-4/+6
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Suppress a warningnobu2019-02-131-1/+1
* check return value of `write` to suppress warning.ko12019-02-131-1/+2
* introduce rb_nogvl C-API to mark ubf as async-signal-safenormal2019-01-041-0/+41
* Update dependenciesnobu2016-07-061-0/+13
* handle ext/ as r53141naruse2015-12-161-0/+1
* call_without_gvl.c: no sys/select.hnobu2015-06-141-1/+0
* * thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki2015-06-142-0/+36