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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstraptest
/
test_proc.rb
Age
Commit message (
Expand
)
Author
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2012-11-27
* vm.c (rb_vm_make_env_object): make Proc object if Env is possible
ko1
2011-07-10
* vm_insnhelper.c (vm_throw): check a class frame.
ko1
2011-05-15
* remove trailing spaces.
nobu
2009-01-02
* bootstraptest/test_proc.rb: suppress error message.
mame
2008-12-27
* eval.c (get_errinfo): return th->errinfo value
ko1
2008-12-25
* proc.c (proc_new): should use proc_dup() if block has Proc.
ko1
2008-06-19
* string.c (str_gsub): should preserve last successful match
matz
2008-06-19
* proc.c (proc_new): fix to return Proc object if block is already
ko1
2008-06-19
* vm_insnhelper.c (vm_throw): fix "return" process from "lambda".
ko1
2008-06-17
* vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"
ko1
2008-06-10
* vm.c, eval_intern.h (PASS_PASSED_BLOCK):
ko1
2008-01-12
* bootstraptest/test_proc.rb: fixed wrong expected result. pointed
nobu
2008-01-11
* proc.c (proc_mark): needs to mark the receiver too. a patch from
nobu
2007-06-27
* bootstraptest/runner.rb: fix to show file name.
ko1