| Age | Commit message (Collapse) | Author |
|
"test runner" means target simulator like QEmu, GDB sim, and so on. Also "test runner" might be debug agents for real targets.
If you do not setup test_runner, Rake will work same as before.
|
|
|
|
|
|
|
|
Fix exit
|
|
Improve recent CRuby rake compatibility
|
|
Add syntax error for incomplete global variables
|
|
|
|
|
|
|
|
Add syntax error for incomplete instance/class variables
|
|
#1132; close #1134
|
|
|
|
|
|
|
|
|
|
Support NameError#name
|
|
|
|
|
|
2nd argument for `NameError.new` in C API.
|
|
|
|
|
|
|
|
mrb_data_check_and_get
|
|
Change to return the exception object when an exception occurred in mrb_funcall
|
|
Adjust ci->nregs to prevent heap corruption
|
|
Add ISO confomance tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Check malloc failed
|
|
bugfix: Kernel#!=, and add #!= testcase.
|
|
|
|
Cleanup around mrb_raise calls
|
|
Add fib39.rb to benchmark/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At the first time, mrb_realloc raise RuntimeError.
At the time fails twice in a row, it causes panic.
|
|
|
|
|
|
|
|
|