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
/
cont.c
Age
Commit message (
Expand
)
Author
2007-06-25
* cont.c (rb_fiber_s_new): fix to clear rb_thread_t#tag.
ko1
2007-06-25
* cont.c (rb_fiber_s_new), yarvcore.c (th_init2): fix to clear
ko1
2007-06-25
* gc.h: add RUBY_ prefix to debug macros.
ko1
2007-06-24
* vm.c: some refactoring.
ko1
2007-06-15
* cont.c (rb_cont_call): forbid cross fiber continuation call.
ko1
2007-06-14
* eval_load.c (Init_load): delay allocating an array for rb_load_path
akr
2007-06-10
* include/ruby: moved public headers.
nobu
2007-06-07
* cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].
ko1
2007-06-06
* cont.c (cont_new): add debug message.
ko1
2007-06-06
* eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().
ko1
2007-06-06
* cont.c (rb_cont_call): forbid calling dead fiber with
ko1
2007-06-05
* cont.c (rb_fiber_start): clear th->tag and check error to fix
ko1
2007-06-02
* cont.c (Fiber#pass): rename to Fiber#yield. Block parameter
ko1
2007-05-30
* cont.c (cont_capture): store all local variables in heap
ko1
2007-05-29
* cont.c: fix bug around Continuation and Fiber.
ko1
2007-05-28
* cont.c: fixed a function name.
nobu
2007-05-27
* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.
ko1
2007-05-24
* cont.c: check across trap violation.
ko1
2007-05-23
* cont.c: support callcc which everyone love.
ko1