index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
/
proc.rb
Age
Commit message (
Expand
)
Author
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-05-25
Fix assert_equal argument order in test/t/proc.rb
Jun Hiroe
2014-05-13
convert &arg using to_proc; fix #2242
Yukihiro "Matz" Matsumoto
2014-05-10
OP_ENTER fix segmentation fault
ksss
2014-05-10
Remove use of mruby-proc-ext method.
take_cheeze
2014-05-09
OP_ENTER clean block object in register
ksss
2013-09-18
Fix self value in a block is changed with return value for Fixnum, nil, insta...
Keita Obo
2013-09-18
Fixed self value in a block is changed with return value
Keita Obo
2013-08-02
I fix order of actual and expect test value in proc.rb.
Jun Hiroe
2013-06-14
Improve Proc Tests
Daniel Bovensiepen
2013-04-16
Add Proc#arity
h2so5
2012-06-03
Add more superclass tests
Daniel Bovensiepen
2012-05-29
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
Daniel Bovensiepen
2012-05-25
Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...
Daniel Bovensiepen