index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cont.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cont.c (rb_fiber_yield): change argument ordering. export.
matz
2007-08-06
1
-22
/
+20
*
* configure.in: add --enable-valgrind.
akr
2007-07-14
1
-1
/
+1
*
* blockinlining.c: remove "yarv" prefix.
ko1
2007-07-12
1
-1
/
+1
*
* cont.c (cont_restore_1): workaround for x64-mswin64's SEH.
usa
2007-07-08
1
-0
/
+9
*
* yarvcore.h: rename rb_control_frame_t#magic to flag.
ko1
2007-07-05
1
-1
/
+1
*
* cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*.
ko1
2007-07-03
1
-7
/
+12
*
* cont.c (rb_fiber_s_new): revert initializing VM stack.
ko1
2007-06-26
1
-1
/
+0
*
* cont.c (rb_fiber_s_new): fix to clear rb_thread_t#tag.
ko1
2007-06-25
1
-2
/
+1
*
* cont.c (rb_fiber_s_new), yarvcore.c (th_init2): fix to clear
ko1
2007-06-25
1
-0
/
+2
*
* gc.h: add RUBY_ prefix to debug macros.
ko1
2007-06-25
1
-10
/
+10
*
* vm.c: some refactoring.
ko1
2007-06-24
1
-4
/
+4
*
* cont.c (rb_cont_call): forbid cross fiber continuation call.
ko1
2007-06-15
1
-1
/
+5
*
* eval_load.c (Init_load): delay allocating an array for rb_load_path
akr
2007-06-14
1
-0
/
+77
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-1
/
+1
*
* cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].
ko1
2007-06-07
1
-2
/
+5
*
* cont.c (cont_new): add debug message.
ko1
2007-06-06
1
-2
/
+14
*
* eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().
ko1
2007-06-06
1
-2
/
+0
*
* cont.c (rb_cont_call): forbid calling dead fiber with
ko1
2007-06-06
1
-0
/
+8
*
* cont.c (rb_fiber_start): clear th->tag and check error to fix
ko1
2007-06-05
1
-1
/
+3
*
* cont.c (Fiber#pass): rename to Fiber#yield. Block parameter
ko1
2007-06-02
1
-33
/
+37
*
* cont.c (cont_capture): store all local variables in heap
ko1
2007-05-30
1
-2
/
+8
*
* cont.c: fix bug around Continuation and Fiber.
ko1
2007-05-29
1
-3
/
+5
*
* cont.c: fixed a function name.
nobu
2007-05-28
1
-1
/
+3
*
* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.
ko1
2007-05-27
1
-64
/
+321
*
* cont.c: check across trap violation.
ko1
2007-05-24
1
-2
/
+3
*
* cont.c: support callcc which everyone love.
ko1
2007-05-23
1
-0
/
+302