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: Mutex#owned? is no longer experimental since 2.1.0
hsbt
2015-03-07
1
-1
/
+0
*
thread.c: volatile inside EXEC_TAG
nobu
2015-03-03
1
-4
/
+6
*
thread.c: micro-optimize thread create/join
normal
2015-01-28
1
-37
/
+21
*
* thread.c: Improve documentation for Thread#value
hsbt
2015-01-28
1
-1
/
+5
*
hash.c: move Hash specific functions
nobu
2015-01-23
1
-10
/
+2
*
thread.c: fix dynamic symbol keys
nobu
2014-12-29
1
-3
/
+1
*
* hash.c (rb_hash_delete): return Qnil if there are no corresponding
ko1
2014-12-24
1
-2
/
+2
*
thread.c: no allocation during GC
nobu
2014-12-21
1
-3
/
+4
*
thread.c: use the same method name
nobu
2014-12-10
1
-13
/
+16
*
thread.c: get rid of invalid ID symbol
nobu
2014-12-09
1
-1
/
+4
*
thread.c (do_select): rename parameters to avoid shadowing
normal
2014-12-06
1
-18
/
+19
*
use 0 for reserved
nobu
2014-12-01
1
-3
/
+3
*
* vm_core.h: add rb_thread_t::local_storage_recursive_hash
ko1
2014-11-27
1
-28
/
+40
*
* internal.h: Gather declarations in non-header files.
akr
2014-11-18
1
-2
/
+0
*
thread.c: fix for older gcc
nobu
2014-10-10
1
-1
/
+1
*
ruby/ruby.h: eliminate disabled function call
nobu
2014-10-10
1
-0
/
+4
*
normalize reference to Timeout::Error
normal
2014-10-07
1
-11
/
+11
*
* thread_pthread.c (native_set_thread_name): New function to
akr
2014-09-21
1
-11
/
+24
*
* vm.c (rb_vm_register_special_exception): make new function to
ko1
2014-09-11
1
-3
/
+1
*
thread.c, vm_method.c: avoid inadvertent pin-down
nobu
2014-07-30
1
-1
/
+1
*
thread.c: fix indent
nobu
2014-07-30
1
-2
/
+0
*
thread.c: use RUBY_VM_CHECK_INTS
nobu
2014-07-20
1
-3
/
+1
*
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-07-09
1
-4
/
+4
*
* vm_trace.c: clear and restore recursive checking thread local data
ko1
2014-06-13
1
-16
/
+42
*
thread.c: fix for non-scalar pthread_t
nobu
2014-06-11
1
-9
/
+47
*
thread_pthread.c: timer thread flag
nobu
2014-06-11
1
-1
/
+1
*
thread.c: fix thread ID format
nobu
2014-06-11
1
-1
/
+1
*
* thread.c (rb_thread_atfork_internal): My compiler complains
shyouhei
2014-05-31
1
-1
/
+1
*
* vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings about
usa
2014-05-29
1
-6
/
+6
*
vm.c: remove rb_vm_living_threads_foreach function
normal
2014-05-28
1
-114
/
+92
*
thread.c: inspect location
nobu
2014-05-26
1
-1
/
+13
*
thread.c: preserve encoding
nobu
2014-05-26
1
-2
/
+2
*
* ext/openssl/depend: remove dependency from internal headers.
ko1
2014-05-14
1
-0
/
+1
*
vm*: doubly-linked list from ccan to manage vm->living_threads
normal
2014-05-10
1
-56
/
+30
*
thread.c: always deliver signal immediately
nobu
2014-05-10
1
-6
/
+3
*
thread.c: stop if forked in a sub-thread
nobu
2014-05-10
1
-0
/
+3
*
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-26
1
-4
/
+4
*
adjust indent and style
nobu
2014-02-27
1
-2
/
+4
*
* thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548]
zzak
2014-02-26
1
-1
/
+1
*
* include/ruby/intern.h,
akr
2014-02-14
1
-121
/
+1
*
vm_core.h: rb_thread_struct::machine
nobu
2014-01-28
1
-7
/
+7
*
thread.c: reduce tags and stack
nobu
2013-12-13
1
-15
/
+15
*
thread.c: compare_by_id
nobu
2013-12-06
1
-2
/
+12
*
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu
2013-11-29
1
-1
/
+1
*
ruby/ruby.h: add blockarg to rb_block_call_func
nobu
2013-11-29
1
-2
/
+3
*
* thread_pthread.c (thread_create_core): Ditto.
akr
2013-11-16
1
-1
/
+1
*
* thread.c: [DOC] Remove duplicate reference
zzak
2013-11-09
1
-2
/
+0
*
* thread.c (rb_mutex_struct): reduce rb_mutex_t size by 8 bytes
kosaki
2013-10-31
1
-1
/
+1
*
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
1
-0
/
+3
*
* thread.c (rb_thread_terminate_all): add a comment why we need
kosaki
2013-10-24
1
-0
/
+5
[next]