summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2014-04-29Merge pull request #2157 from cremno/remove-mrb_str_offsetYukihiro "Matz" Matsumoto
2014-04-29Merge pull request #2154 from cremno/dbl_digYukihiro "Matz" Matsumoto
2014-04-29remove `mrb_str_offset`cremno
2014-04-29remove `DBL_DIG` fallback definitioncremno
2014-04-29include the missing header for `DBL_DIG`cremno
2014-04-29Fix MSVC warning for symbol.ckyab
2014-04-29Merge pull request #2151 from carsonmcdonald/multilinecommentfixYukihiro "Matz" Matsumoto
2014-04-29make cioff in struct REnv from int to ptrdiff_t; close #2149Yukihiro "Matz" Matsumoto
2014-04-29cast intptr_t to mrb_int to pacify compiler warning; close #2148Yukihiro "Matz" Matsumoto
2014-04-29clear all stack everytime to prevent GC crash; ref #2109Yukihiro "Matz" Matsumoto
2014-04-29stack may be unclearedYukihiro "Matz" Matsumoto
2014-04-29fiber context may be NULLYukihiro "Matz" Matsumoto
2014-04-29clear ci->proc to prevent GC crashYukihiro "Matz" Matsumoto
2014-04-28Accept =begin and =end with spaces afterCarson McDonald
2014-04-28make peek_n append p->pb to listCarson McDonald
2014-04-28should care about the case that given arguments are less then mandatory forma...Yukihiro "Matz" Matsumoto
2014-04-28fix OP_BLKPUSH dump formatYukihiro "Matz" Matsumoto
2014-04-28prevent printf warningYukihiro "Matz" Matsumoto
2014-04-28better codedump formattingYukihiro "Matz" Matsumoto
2014-04-28presreve local variables names in irep->lvYukihiro "Matz" Matsumoto
2014-04-27rename `mrb_str_buf_append` to `mrb_str_cat_str`cremno
2014-04-27NODE_SUPER should preserve stack region for block; ref #2136Yukihiro "Matz" Matsumoto
2014-04-27NODE_DEF should preserve stack region for lambda; ref #2136Yukihiro "Matz" Matsumoto
2014-04-27Merge pull request #2136 from mirichi/bug-fix2Yukihiro "Matz" Matsumoto
2014-04-27forgot to remove abort()Yukihiro "Matz" Matsumoto
2014-04-27mark may be missed when eval() is calledYukihiro "Matz" Matsumoto
2014-04-27Merge pull request #2135 from mirichi/bug-fixYukihiro "Matz" Matsumoto
2014-04-26Class.constants to take optional argument; close #2133Yukihiro "Matz" Matsumoto
2014-04-26area of implicit nil is not enough to nregsmirichi
2014-04-26The correct is to compare the MRB_STACK_GROWTH.mirichi
2014-04-26bit more peephole optimization for NODE_LVARYukihiro "Matz" Matsumoto
2014-04-26Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-26check length before calling stack_copy(); based on a patch from @mirich; clos...Yukihiro "Matz" Matsumoto
2014-04-26Refactor fix_xor()Jun Hiroe
2014-04-26Refactor fix_or()Jun Hiroe
2014-04-26Refactor fix_and()Jun Hiroe
2014-04-26Refactor flo_finite_p()Jun Hiroe
2014-04-26Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-26should use plain int for index, since i may be printed using %d; close #2127Yukihiro "Matz" Matsumoto
2014-04-26Merge pull request #2126 from kyab/fix_msvc_warning_error.cYukihiro "Matz" Matsumoto
2014-04-26Merge pull request #2124 from take-cheeze/eval_file_lineYukihiro "Matz" Matsumoto
2014-04-26Merge pull request #2118 from ksss/range-boolYukihiro "Matz" Matsumoto
2014-04-26Fix MSVC warnings for error.ckyab
2014-04-25Fix lineno overwrite in parser_init_cxt.take_cheeze
2014-04-25Refactoring OP_CALLmirichi
2014-04-25better integer size assertion suggested by usakYukihiro "Matz" Matsumoto
2014-04-25eliminate plain int except for a few cases like arena_indexYukihiro "Matz" Matsumoto
2014-04-25Merge pull request #2117 from kyab/fix_msvc_warning_backtrace.cYukihiro "Matz" Matsumoto
2014-04-25remove -Wsign-compare warningsYukihiro "Matz" Matsumoto
2014-04-24range_init argument for exclude_end use mrb_boolksss