summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2014-08-22Use sizeof() instead of strlen().Tatsuhiko Kubo
2014-08-22Update math.cbggd
2014-08-22Merge pull request #2551 from cubicdaiya/issues/use_mrb_str_cat_litYukihiro "Matz" Matsumoto
2014-08-21use mrb_str_cat_lit() instead of mrb_str_cat_cstr().Tatsuhiko Kubo
2014-08-21changed to call check_cv_name_str in check_cv_name_sym and adjust indentkkkkkt
2014-08-20Merge pull request #2548 from take-cheeze/mrb_data_initYukihiro "Matz" Matsumoto
2014-08-20Add API `mrb_data_init` to initialize `MRB_TT_DATA` tagged instance.take_cheeze
2014-08-20Remove empty lines.Tatsuhiko Kubo
2014-08-19Fix error handling for mrb_generate_code().Tatsuhiko Kubo
2014-08-19Fix error handlings in mirb.Tatsuhiko Kubo
2014-08-15Improve replacement math functions for Visual C++.chasonr
2014-08-11"-a-a-".succ should be "-a-b-"mattn
2014-08-11Fix String#succ. "-a-".succ should be "-b-"mattn
2014-08-11Fix String#succ. "-".succ should be "."mattn
2014-08-09timer on windows bug fixed.dycoon
2014-08-08remove test for succ on Unicode (non-ASCII) char; #2520Yukihiro "Matz" Matsumoto
2014-08-08Merge branch 'string-succ' of https://github.com/mattn/mruby into mattn-strin...Yukihiro "Matz" Matsumoto
2014-08-08Add String#succ, String#succ!, String#next, String#next!mattn
2014-08-08fixed evaluation context of eval(string) and instance_eval(string)Satoshi Odawara
2014-08-08move StopIteration to core; close #2518Yukihiro "Matz" Matsumoto
2014-08-06Merge pull request #2510 from cremno/mruby-strip-use-mrb_open_coreYukihiro "Matz" Matsumoto
2014-08-05added Math.cos and Math.tan test casekkkkkt
2014-08-04mruby-strip doesn't need mrbgemscremno
2014-08-04add MRB_API modifiers to mruby API functionsYukihiro "Matz" Matsumoto
2014-08-03Time#to_i and Time#usec should care about mrb_int overflow on MRB_INT16; ref ...Yukihiro "Matz" Matsumoto
2014-07-30Merge pull request #2462 from cremno/mirb-malloc-history_pathYukihiro "Matz" Matsumoto
2014-07-22restore mrb_get_args() in f_instance_eval to check arguments typeYukihiro "Matz" Matsumoto
2014-07-22exception in instance_eval should not exit mrb_run; fix #2483Yukihiro "Matz" Matsumoto
2014-07-17Merge pull request #2475 from take-cheeze/full_core_listYukihiro "Matz" Matsumoto
2014-07-16Check mrbgem.rake instead of directory to ignore empty directories in full-core.take_cheeze
2014-07-16need to call write_barrier on every fiber context switchYukihiro "Matz" Matsumoto
2014-07-16remove unused local variables; ref #2473Yukihiro "Matz" Matsumoto
2014-07-15Implement string compiling `instance_eval` method.take_cheeze
2014-07-15fiber stack allocation size should be bigger than irep->nregsYukihiro "Matz" Matsumoto
2014-07-13use C style comments instead of C++ style commentsTatsuhiko Kubo
2014-07-12Run mrbgem and core tests on minimum dependencies.take_cheeze
2014-07-12remove spaces after open parensYukihiro "Matz" Matsumoto
2014-07-12initialize `args` in `parse_args`cremno
2014-07-12coding style adjustmentscremno
2014-07-12update expected error message in bintestcremno
2014-07-12rewrite strippingcremno
2014-07-12check `mrb_open` return valuecremno
2014-07-12Add `SyntaxError` test and don't print compilation error to stderr in eval.take_cheeze
2014-07-12Use `mrb_parse_nstring` instead in eval.take_cheeze
2014-07-12call `mrb_malloc_simple` instead of `malloc`cremno
2014-07-11allocate `history_path` dynamicallycremno
2014-07-11remove spaces after open parensYukihiro "Matz" Matsumoto
2014-07-09initialize `args` in `parse_args`cremno
2014-07-09coding style adjustmentscremno
2014-07-09update expected error message in bintestcremno