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
/
cont.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).
ko1
2012-09-28
1
-1
/
+3
*
vm_insnhelper.c: iclass as klass in cfp
nobu
2012-08-20
1
-1
/
+1
*
* vm_trace.c, vm_core.h: simplify tracing mechanism.
ko1
2012-08-16
1
-0
/
+7
*
* thread.c (rb_thread_s_control_interrupt,
ko1
2012-07-19
1
-1
/
+1
*
* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.
ko1
2012-07-18
1
-3
/
+3
*
* cont.c (cont_restore_0): improve docs. [Bug #6706][ruby-core:46243]
ayumin
2012-07-14
1
-8
/
+8
*
* vm_core.h: remove lfp (local frame pointer) and rename
ko1
2012-06-11
1
-5
/
+4
*
decrease fiber stack size. 1MB is too large for windows. [Bug #6344]
kosaki
2012-05-18
1
-1
/
+1
*
* cont.c: bump up fiber machine stack size when running on 64bit
kosaki
2012-05-18
1
-2
/
+7
*
* cont.c (rb_fiber_m_transfer): fixed typo in example.
ayumin
2012-05-03
1
-3
/
+3
*
* cont.c (rb_fiber_m_transfer): improve sample code in Fiber#transfer
nagachika
2012-05-02
1
-0
/
+1
*
* cont.c: Improved Fiber documentation.[ruby-core:44540][Bug #6343]
ayumin
2012-05-02
1
-0
/
+26
*
* reduce UNREACHABLE.
nobu
2012-04-17
1
-9
/
+6
*
* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
drbrain
2012-04-13
1
-0
/
+2
*
* cont.c (rb_fiber_reset_root_local_storage): add a new function to
nagachika
2012-02-15
1
-0
/
+24
*
* cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used for
naruse
2012-01-12
1
-5
/
+4
*
* bignum.c (big_rshift), compile.c (validate_label,
nobu
2011-12-05
1
-1
/
+1
*
* cont.c (fiber_switch): ignore fiber context switch
naruse
2011-11-20
1
-0
/
+7
*
* cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit using
ko1
2011-11-09
1
-2
/
+14
*
* io.c: use "__sun" instead of "sun" to detect SunOS.
akr
2011-10-24
1
-1
/
+1
*
* cont.c (fiber_store): balance braces.
nobu
2011-10-13
1
-3
/
+3
*
* cont.c (cont_mark): mark original Thread object from saved_thread.
nagachika
2011-10-05
1
-0
/
+1
*
* vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371
ktsj
2011-10-02
1
-1
/
+1
*
* vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should not
ktsj
2011-10-01
1
-1
/
+1
*
* cont.c (fiber_entry): fix stack allocation failure on Debian
kosaki
2011-08-30
1
-1
/
+2
*
* cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSD
naruse
2011-08-06
1
-1
/
+1
*
* cont.c (cont_save_thread): fix missing semicolon.
takano32
2011-07-19
1
-2
/
+2
*
* cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack size
kosaki
2011-07-08
1
-2
/
+2
*
add a comment why FreeBSD can't use MAP_STACK.
kosaki
2011-07-07
1
-0
/
+4
*
* cont.c (FIBER_STACK_FLAGS): workaround fix for r32420 on FreeBSD.
naruse
2011-07-06
1
-1
/
+1
*
* cont.c (fiber_machine_stack_alloc): cleanup pointer arithmetic.
kosaki
2011-07-06
1
-6
/
+6
*
* cont.c (fiber_machine_stack_alloc): fix mprotect misuse. A stack
kosaki
2011-07-06
1
-3
/
+6
*
* cont.c (fiber_machine_stack_alloc): use MAP_STACK if it's provided.
kosaki
2011-07-06
1
-1
/
+8
*
* cont.c (fiber_machine_stack_alloc): use MAP_FAILED instead of -1.
kosaki
2011-07-06
1
-1
/
+1
*
* cont.c (fiber_machine_stack_alloc): remove unnecessary cast.
kosaki
2011-07-06
1
-1
/
+1
*
* cont.c: disable FIBER_USE_NATIVE on Solaris because resuming any
mame
2011-07-04
1
-1
/
+1
*
* cont.c (cont_capture): add volatile.
naruse
2011-06-22
1
-3
/
+4
*
* internal.h: declare internal functions here.
akr
2011-06-17
1
-3
/
+1
*
* suppress compile warnings.
nobu
2011-06-17
1
-1
/
+0
*
* fix for build on solaris 10.
nobu
2011-06-16
1
-2
/
+3
*
* cont.c (cont_save_thread): add new utility function.
nagachika
2011-06-14
1
-11
/
+17
*
* cont.c (root_fiber_alloc): set root fiber's status RUNNING.
nagachika
2011-06-08
1
-1
/
+1
*
* cont.c: use #if FIBER_USE_NATIVE instead of #ifdef.
nagachika
2011-06-06
1
-14
/
+15
*
* cont.c (cont_init): clear macihne_stack_start/end of saved thread to
nagachika
2011-05-15
1
-0
/
+1
*
* cont.c: parenthesize macro arguments.
akr
2010-12-06
1
-5
/
+5
*
* cont.c (fiber_t_alloc): raise an error when fiber is going to be
mame
2010-11-03
1
-0
/
+4
*
* cont.c (rb_fiber_resume): raise an "double resume" error when root
mame
2010-11-03
1
-1
/
+1
*
* cont.c: apply documentation patch by Run Paint Run Run.
naruse
2010-10-27
1
-21
/
+28
*
* cont.c (fiber_setcontext): missing variable definition.
nobu
2010-10-12
1
-1
/
+2
*
* cont.c (fiber_memsize): Return size.
naruse
2010-10-03
1
-1
/
+1
[next]