index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread.c
Age
Commit message (
Expand
)
Author
2020-06-20
compile.c: Improve branch coverage instrumentation [Bug #16967]
Yusuke Endoh
2020-05-25
Make Thread#thread_variable? similar to #thread_variable_get
Jeremy Evans
2020-05-14
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-12
Thread#backtrace may return nil [ci skip]
Kazuhiro NISHIYAMA
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-09
should check pending interrupts correctly.
Koichi Sasada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-26
check flags passed to rb_nogvl()
Koichi Sasada
2020-02-20
fix arity mismatch
卜部昌平
2020-02-07
more on NULL versus functions.
卜部昌平
2020-01-11
st_delete_wrap is no longer used
Nobuyoshi Nakada
2020-01-11
Let execution context local storage be an ID table
Lourens Naudé
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2019-12-28
Fix typo
Kazuhiro NISHIYAMA
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
TIMESPEC_SEC_MAX might be bigger than 53 bits.
卜部昌平
2019-12-26
other minior internal header tweaks
卜部昌平
2019-12-16
thread.c: avoid needless read after select|ppoll
Eric Wong
2019-12-11
Make Thread#to_s consistent with Method and Proc to_s
Jean byroot Boussier
2019-12-05
move an interrupt point.
Koichi Sasada
2019-12-03
Check interrupts before starting thread
Jeremy Evans
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-04
Use ident hash for top-level recursion check
John Hawthorn
2019-10-09
Prefer st_is_member over st_lookup with 0
Ben Woosley
2019-10-09
avoid overflow in integer multiplication
卜部昌平
2019-09-26
Add rb_adjust_argv_kw_splat to internal.h
Jeremy Evans
2019-09-27
Check the argument size
Nobuyoshi Nakada
2019-09-26
Fix shorten-64-to-32 compile warnings/errors
Jeremy Evans
2019-09-26
Fix keyword argument separation issues in Thread.new
Jeremy Evans
2019-09-23
Adjusted directives order of a function [ci skip]
Nobuyoshi Nakada
2019-09-23
Lazy init thread local storage
Lourens Naudé
2019-09-14
Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from Ruby
Jeremy Evans
2019-09-05
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
Propagate kw_splat information
Yusuke Endoh
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-27
rb_uninterruptible now free from ANYARGS
卜部昌平
2019-08-27
rb_thread_create now free from ANYARGS
卜部昌平
2019-08-19
unsigned int should have enough bits for rb_thread_shield_waiting
Nobuyoshi Nakada
2019-08-09
gc.h is required on mswin build.
Koichi Sasada
2019-08-09
add rp() and bp() in internal.h.
Koichi Sasada
2019-07-19
Remove `rb_vm_push_frame` as it is no longer used.
Samuel Williams
2019-07-15
check return value of blocking_region_begin().
Koichi Sasada
2019-07-15
thread.c (rb_thread_shield_waiting_{inc,dec}): prefer long to int
Yusuke Endoh
2019-06-28
[DOC] Re-apply r11000, 41256fd43275c8bf66460510da7ab958a802e2a2
Nobuyoshi Nakada
2019-06-20
Transition root fiber into state FIBER_TERMINATED.
Samuel Williams
2019-06-20
Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.
Samuel Williams
2019-06-20
Revert failed attempt at fixing invalid usage of vm_stack.
Samuel Williams
2019-06-20
Don't clear cfp, it causes problems.
Samuel Williams
[next]