summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2014-03-01Merge branch 'issues/comment_style' of https://github.com/cubicdaiya/mruby in...Yukihiro "Matz" Matsumoto
2014-03-01need to initialize flags for pooled strings; close #1768Yukihiro "Matz" Matsumoto
2014-03-01add _FLAG to SET_SHARED macros; ref #1750Yukihiro "Matz" Matsumoto
2014-03-01Merge branch 'array-shared-macro' of https://github.com/ksss/mruby into ksss-...Yukihiro "Matz" Matsumoto
2014-03-01use C style comments instead of C++ style commentscubicdaiya
2014-02-28support break from fiber block; fix #1766Yukihiro "Matz" Matsumoto
2014-02-28restore proc after restoring from fiber; ref #1766Yukihiro "Matz" Matsumoto
2014-02-28fix SEGV bug for mrb_str_new_staticcubicdaiya
2014-02-28Merge pull request #1762 from cubicdaiya/issues/mrb_str_new_bugYukihiro "Matz" Matsumoto
2014-02-28fix SEGV bug for mrb_str_newcubicdaiya
2014-02-28remove break altogether in ci loopYukihiro "Matz" Matsumoto
2014-02-28Merge pull request #1760 from cubicdaiya/issues/make_mrb_str_dump_a_bit_fasterYukihiro "Matz" Matsumoto
2014-02-28Merge pull request #1758 from ksss/array-out-whileYukihiro "Matz" Matsumoto
2014-02-28make mrb_str_dump a bit fastercubicdaiya
2014-02-27move check condition to outside in while blockksss
2014-02-27use mrb_str_cat_lit() intead of mrb_str_catcubicdaiya
2014-02-27should not continue loop when ci = NULLYukihiro "Matz" Matsumoto
2014-02-27boot_defclass: super may be NULLYukihiro "Matz" Matsumoto
2014-02-27revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_ba...Yukihiro "Matz" Matsumoto
2014-02-27avoid recursion when method_missing happened in inspect; fix #1746Yukihiro "Matz" Matsumoto
2014-02-27fix indentYukihiro "Matz" Matsumoto
2014-02-27add new function mrb_get_backtrace_at() to get backtrace at ci and pcYukihiro "Matz" Matsumoto
2014-02-27add macro ARY_UNSET_SHAREDksss
2014-02-27add macro ARY_SET_SHAREDksss
2014-02-26use mrb_str_new_lit instead of mrb_str_new for C string literalcubicdaiya
2014-02-26Merge pull request #1748 from cubicdaiya/issues/optim_get_valid_iv_symYukihiro "Matz" Matsumoto
2014-02-26Merge pull request #1747 from cubicdaiya/issues/use_mrb_intern_litYukihiro "Matz" Matsumoto
2014-02-26add macro ARY_SHARED_Pksss
2014-02-26fix bug for get_valid_iv_symcubicdaiya
2014-02-26use mrb_intern_lit instead of mrb_intern_cstr for C string literalscubicdaiya
2014-02-26use mrb_str_new_lit instead of mrb_str_new for C string literalscubicdaiya
2014-02-26resolve conflictYukihiro "Matz" Matsumoto
2014-02-25clarify fallthrough in the switch statementYukihiro "Matz" Matsumoto
2014-02-25initialize sname before interningYukihiro "Matz" Matsumoto
2014-02-25avoid accessing uninitialized string; ref ac936fcYukihiro "Matz" Matsumoto
2014-02-25Merge pull request #1721 from take-cheeze/d_format_specYukihiro "Matz" Matsumoto
2014-02-23move declaration to the top of the block; ref #1727Yukihiro "Matz" Matsumoto
2014-02-22add src/error.h for compatibility reasonYukihiro "Matz" Matsumoto
2014-02-22preserve significands in float-string conversionh2so5
2014-02-22powered num may be infinite in float-string conversionYukihiro "Matz" Matsumoto
2014-02-21add 'd' format specifier to get data pointer directly from mrb_get_argstake_cheeze
2014-02-20move src/error.h to include/mruby/error.htake_cheeze
2014-02-18mrb_flo_to_str: internal linkagecremno
2014-02-17iv_size (non-seglist): return 0 if t is NULLcremno
2014-02-17more mrb_flo_to_str fixescremno
2014-02-17use double instead of mrb_float (that may be single precision float) to reduc...Yukihiro "Matz" Matsumoto
2014-02-17remove trailing zeros from float string representationYukihiro "Matz" Matsumoto
2014-02-17define FLO_EPSILON depends on float/doubleYukihiro "Matz" Matsumoto
2014-02-17remove max_digit from mrb_flo_to_str()Yukihiro "Matz" Matsumoto
2014-02-17small refactoring; direct returnYukihiro "Matz" Matsumoto