- 12 Jul, 2014 17 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`.
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
Previous version ignored some errors, and didn't free memory and close files. Now no memory will be dynamically allocated to simplify error handling. This commit also fixes a wrong check: files[i] = fopen(argv[i], "wb"); if (!ireps[i]) { Improve error messages a bit and add missing newline to one.
-
cremno authored
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Support minimum dependency test.
-
take_cheeze authored
Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`.
-
Yukihiro "Matz" Matsumoto authored
check the return value of `fwrite`
-
- 11 Jul, 2014 2 commits
-
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Jul, 2014 15 commits
-
-
Yukihiro "Matz" Matsumoto authored
mruby-bin-strip rewrite
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
Previous version ignored some errors, and didn't free memory and close files. Now no memory will be dynamically allocated to simplify error handling. This commit also fixes a wrong check: files[i] = fopen(argv[i], "wb"); if (!ireps[i]) { Improve error messages a bit and add missing newline to one.
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
Refactor eval.
-
Yukihiro "Matz" Matsumoto authored
invalid base shouldn't silently fail
-
Yukihiro "Matz" Matsumoto authored
remove unused `mrb_str_body`
-
take_cheeze authored
-
take_cheeze authored
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Use `mrb_print_error` in test error handling.
-
- 08 Jul, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
David Turnbull authored
-