summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2013-05-14add comments for mruby-array-extskandhas
2013-05-13move mruby's showcallinfo into the coreYukihiro "Matz" Matsumoto
2013-05-10change mrb_bug to get mrb_state and %S formatterYukihiro "Matz" Matsumoto
2013-05-10change mrb_warn to get mrb_state and %S formatterYukihiro "Matz" Matsumoto
2013-05-08Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-08mirb should handle exception from inspect; close #1238Yukihiro "Matz" Matsumoto
2013-05-08Move Hash#values_at to mruby-hash-ext gem.Masaki Muranaka
2013-05-03add type check in Hash#merge!Gilad Zohari
2013-05-02Apply :core parameter to full-core.gemboxDaniel Bovensiepen
2013-05-02Apply :core parameter to default.gemboxDaniel Bovensiepen
2013-04-29remove unnecessary intern; access to non-member cause IndexErrorYukihiro "Matz" Matsumoto
2013-04-29rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif...Yukihiro "Matz" Matsumoto
2013-04-29use mrb_free to free random stateYukihiro "Matz" Matsumoto
2013-04-29fix memory leaks in mruby-randomYukihiro "Matz" Matsumoto
2013-04-27Add gembox which contains all default GEMsDaniel Bovensiepen
2013-04-27Add gembox which contains all core GEMsDaniel Bovensiepen
2013-04-25Add tests to make sure. As we do not use standard library for formatting.Masaki Muranaka
2013-04-25Move regression test as String#dump is not in ther core but the mrbgems.Masaki Muranaka
2013-04-25add new macro MRB_ARGS_ARG(n1,n2) to specify required and optional arugments ...Yukihiro "Matz" Matsumoto
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-04-21Add Symbol#to_proc, Symbol.all_symbolsh2so5
2013-04-20put spaces after if/whileYukihiro "Matz" Matsumoto
2013-04-19Add String#swapcase,swapcase!,concat,casecmp,start_with,end_withh2so5
2013-04-17Add mruby-proc-exth2so5
2013-04-14Add mruby-range-exth2so5
2013-04-11string interpolation (#{foo}) does stringify implicitly; no need to call #to_sYukihiro "Matz" Matsumoto
2013-04-11Merge branch 'fix-type-error-message' of https://github.com/h2so5/mruby into ...Yukihiro "Matz" Matsumoto
2013-04-11Fix TypeError messagesh2so5
2013-04-11Merge branch 'monaka-pr-move-mirb-mruby-to-mrbgems'Yukihiro "Matz" Matsumoto
2013-04-11rename mruby,mirb gems to mruby-bin-{mruby,mirb}Yukihiro "Matz" Matsumoto
2013-04-11Move mirb and mruby to mrbgems.Masaki Muranaka
2013-04-08Change mruby-random License to MITMATSUMOTO Ryosuke
2013-04-04Use mrb_name_error() as possible.Masaki Muranaka
2013-04-04rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ...Yukihiro "Matz" Matsumoto
2013-04-01Fix to fit new raisef format.Masaki Muranaka
2013-03-29Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.Masaki Muranaka
2013-03-29Remove mrb_flt2big() as there is no bignum in the core.Masaki Muranaka
2013-03-29Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And m...Masaki Muranaka
2013-03-29Remove limits.h from numeric.h. Add limits.h to some C files.Masaki Muranaka
2013-03-28Merge pull request #1091 from monaka/pr-fix-raisef-format-in-struct.cYukihiro "Matz" Matsumoto
2013-03-28Fix format for new mrb_raisef().Masaki Muranaka
2013-03-28Fix raisef formats in struct.c.Masaki Muranaka
2013-03-27Use mrb_check_datatype directly to avoid warning.Carson McDonald
2013-03-27Fix build error on VS2012 toolchain.kurodash
2013-03-27Add test for Random::srandMATSUMOTO Ryosuke
2013-03-27Fix test for mruby-randommattn
2013-03-27Add test for mruby-randommattn
2013-03-27Support mt instance valiablesMATSUMOTO Ryosuke
2013-03-26Refactoring mruby-randmattn
2013-03-26Add Random#rand and Random#srandMATSUMOTO Ryosuke