- 27 Feb, 2014 10 commits
-
-
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
-
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 21 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
-
Yukihiro "Matz" Matsumoto authored
Use mrb_str_new_lit instead of mrb_str_new for C string literals
-
take_cheeze authored
-
cubicdaiya authored
When sub-string is used in the following way, it does not work well. o = Object.new o.instance_variable_set(:@a, 1) o.instance_variable_defined?("@abc"[0,2]) #=> false (this should be true)
-
cubicdaiya authored
-
- 25 Feb, 2014 9 commits
-
-
cubicdaiya authored
-
cubicdaiya authored
-
cubicdaiya authored
-
Yukihiro "Matz" Matsumoto authored
Specialize C++ compiler in clang toolchain.
-
Yukihiro "Matz" Matsumoto authored
Update README.md; The URL of the mruby home-page is accessible.
-
Yukihiro "Matz" Matsumoto authored
fix missing spaces.
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-