- 28 Feb, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
fix SEGV bug for mrb_str_new_static
-
- 27 Feb, 2014 19 commits
-
-
ksss authored
-
cubicdaiya authored
mrb_str_new_static causes seg-fault when 3rd argument is negative.
-
Yukihiro "Matz" Matsumoto authored
fix SEGV bug for mrb_str_new
-
cubicdaiya authored
mrb_str_new causes seg-fault when 3rd argument is negative.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add mruby-strip tool to strip irep's debug info.
-
Yukihiro "Matz" Matsumoto authored
make mrb_str_dump a bit faster
-
Yukihiro "Matz" Matsumoto authored
move check condition to outside in while block
-
Yukihiro "Matz" Matsumoto authored
Refactor tests in kernel.rb
-
Yukihiro "Matz" Matsumoto authored
use mrb_str_cat_lit() intead of mrb_str_cat
-
take_cheeze authored
-
cubicdaiya authored
-
ksss authored
-
Jun Hiroe authored
-
cubicdaiya authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add test for Kernel#instance_variable_defined?
-
Yukihiro "Matz" Matsumoto authored
Could you add me to AUTHORS?
-
cubicdaiya authored
-
- 26 Feb, 2014 17 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Delete `!!Notice!!` intro paragraph from README
-
Patrick Ellis authored
It's become misleading since the release of 1.0.0 and the launch of mruby.org.
-
Yukihiro "Matz" Matsumoto authored
revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_backtrace since this is a backtrace method implementation of Exception; mrb_get_backtrace_at() -> removed; mrb_get_backtrace() -> added to get backtrace in array (like caller)
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Compile assert.rb once.
-
cubicdaiya authored
-
Yukihiro "Matz" Matsumoto authored
Use mrb_str_new_lit instead of mrb_str_new for C string literal
-
cubicdaiya authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
fix bug for get_valid_iv_sym
-
Yukihiro "Matz" Matsumoto authored
use mrb_intern_lit instead of mrb_intern_cstr for C string literals
-
Yukihiro "Matz" Matsumoto authored
add test for __LINE__ and __FILE__
-
Yukihiro "Matz" Matsumoto authored
Introduce mrb_str_cat_lit
-