index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thread.c: avoid needless read after select|ppoll
Eric Wong
2019-12-16
1
-4
/
+9
*
Make Thread#to_s consistent with Method and Proc to_s
Jean byroot Boussier
2019-12-11
1
-1
/
+1
*
move an interrupt point.
Koichi Sasada
2019-12-05
1
-1
/
+1
*
Check interrupts before starting thread
Jeremy Evans
2019-12-03
1
-0
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-1
/
+0
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-1
/
+2
*
Use ident hash for top-level recursion check
John Hawthorn
2019-11-04
1
-18
/
+16
*
Prefer st_is_member over st_lookup with 0
Ben Woosley
2019-10-09
1
-1
/
+1
*
avoid overflow in integer multiplication
卜部昌平
2019-10-09
1
-1
/
+3
*
Add rb_adjust_argv_kw_splat to internal.h
Jeremy Evans
2019-09-26
1
-2
/
+0
*
Check the argument size
Nobuyoshi Nakada
2019-09-27
1
-0
/
+1
*
Fix shorten-64-to-32 compile warnings/errors
Jeremy Evans
2019-09-26
1
-1
/
+1
*
Fix keyword argument separation issues in Thread.new
Jeremy Evans
2019-09-26
1
-3
/
+10
*
Adjusted directives order of a function [ci skip]
Nobuyoshi Nakada
2019-09-23
1
-1
/
+3
*
Lazy init thread local storage
Lourens Naudé
2019-09-23
1
-6
/
+24
*
Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from Ruby
Jeremy Evans
2019-09-14
1
-1
/
+1
*
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
1
-1
/
+1
*
Propagate kw_splat information
Yusuke Endoh
2019-09-05
1
-1
/
+1
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-30
/
+42
*
rb_uninterruptible now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
rb_thread_create now free from ANYARGS
卜部昌平
2019-08-27
1
-2
/
+2
*
unsigned int should have enough bits for rb_thread_shield_waiting
Nobuyoshi Nakada
2019-08-19
1
-5
/
+11
*
gc.h is required on mswin build.
Koichi Sasada
2019-08-09
1
-0
/
+1
*
add rp() and bp() in internal.h.
Koichi Sasada
2019-08-09
1
-1
/
+0
*
Remove `rb_vm_push_frame` as it is no longer used.
Samuel Williams
2019-07-19
1
-11
/
+0
*
check return value of blocking_region_begin().
Koichi Sasada
2019-07-15
1
-1
/
+2
*
thread.c (rb_thread_shield_waiting_{inc,dec}): prefer long to int
Yusuke Endoh
2019-07-15
1
-4
/
+4
*
[DOC] Re-apply r11000, 41256fd43275c8bf66460510da7ab958a802e2a2
Nobuyoshi Nakada
2019-06-28
1
-8
/
+6
*
Transition root fiber into state FIBER_TERMINATED.
Samuel Williams
2019-06-20
1
-2
/
+3
*
Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.
Samuel Williams
2019-06-20
1
-4
/
+12
*
Revert failed attempt at fixing invalid usage of vm_stack.
Samuel Williams
2019-06-20
1
-13
/
+4
*
Don't clear cfp, it causes problems.
Samuel Williams
2019-06-20
1
-5
/
+2
*
Skip `rb_ec_clear_vm_stack` for now.
Samuel Williams
2019-06-20
1
-2
/
+5
*
* remove trailing spaces.
git
2019-06-20
1
-1
/
+1
*
Ensure `vm_stack` is cleared after fork.
Samuel Williams
2019-06-20
1
-0
/
+4
*
Fix typo in VM_ASSERT.
Samuel Williams
2019-06-20
1
-2
/
+2
*
Extra assertions around thread.
Samuel Williams
2019-06-20
1
-4
/
+9
*
Don't change vm_stack/cfp without acquiring gvl first.
Samuel Williams
2019-06-20
1
-1
/
+4
*
Remove IA64 support.
Samuel Williams
2019-06-19
1
-19
/
+3
*
* remove trailing spaces, expand tabs.
git
2019-06-19
1
-10
/
+10
*
Use shared implementation of `rb_ec_initialize_vm_stack`.
Samuel Williams
2019-06-19
1
-10
/
+1
*
Update `stack_start` and `stack_maxsize` according to stack direction.
Samuel Williams
2019-06-19
1
-2
/
+3
*
Make sure `alloca` fast path is used (inline assembler).
Samuel Williams
2019-06-19
1
-2
/
+6
*
Track how stack was allocated for `cont_free`.
Samuel Williams
2019-06-19
1
-1
/
+1
*
Ensure execution context is cleared after thread is finished.
Samuel Williams
2019-06-19
1
-1
/
+1
*
Better handling of root fiber.
Samuel Williams
2019-06-19
1
-13
/
+14
*
Fix handling of vm_stack_size and avoid trying to deallocate it.
Samuel Williams
2019-06-19
1
-11
/
+14
*
Move vm stack init into thread.
Samuel Williams
2019-06-19
1
-2
/
+26
*
* expand tabs.
git
2019-05-27
1
-2
/
+2
*
Add FrozenError#receiver
Jeremy Evans
2019-05-26
1
-2
/
+2
[next]