summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-object-ext
AgeCommit message (Collapse)Author
2014-08-21changed to call check_cv_name_str in check_cv_name_sym and adjust indentkkkkkt
2014-04-25Use mrb_int in mrbgem rest argument getting.take_cheeze
2014-03-27Implement Object#tapksss
2014-03-19rename mrb_yield_internal to mrb_yield_with_class since it's no longer internalYukihiro "Matz" Matsumoto
2014-03-19export mrb_yield_internal.Tomoyuki Sahara
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2013-08-04Improve test of mruby-object-ext GEMDaniel Bovensiepen
2013-07-27I replace 0 with NULL because struct pointer be should set NULL in.Jun Hiroe
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
2013-07-01Add Object#instance_exech2so5
2013-06-28add nil.to_a, nil.to_f, nil.to_i methodsAkira Yumiyama