summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-03-15fix variable name typoksss
2014-03-15test split and to detailksss
2014-03-15fix self modifying bugksss
2014-03-15fix return value for with_indexksss
2014-03-15modify core method that return Enumerator object if not block givenksss
2014-03-14make private method enumerator_block_callksss
2014-03-14Merge pull request #1857 from mitchellh/f-fix-mingw-timeYukihiro "Matz" Matsumoto
2014-03-13Don't redefine timeval on MingW64 environmentsMitchell Hashimoto
2014-03-14Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-14Merge pull request #1855 from take-cheeze/fix_mrbc_compile_errorYukihiro "Matz" Matsumoto
2014-03-14fix compile error check of Mrbc commandtake_cheeze
2014-03-14remove new_label(s) where label position can be obtained from genop()Yukihiro "Matz" Matsumoto
2014-03-14move dependency check from runtime to mrbgem.rakeYukihiro "Matz" Matsumoto
2014-03-14remove ambiguity warningsYukihiro "Matz" Matsumoto
2014-03-14mruby-enumerator: move definitions in core_mod.rb to mrblib coreYukihiro "Matz" Matsumoto
2014-03-13add mruby-enumeratorksss
2014-03-13too much optimizationYukihiro "Matz" Matsumoto
2014-03-13peephole optimization for OP_JMP{IF,NOT}Yukihiro "Matz" Matsumoto
2014-03-13Merge pull request #1849 from cremno/add-mrb_int_bit-macroYukihiro "Matz" Matsumoto
2014-03-13Merge pull request #1851 from tmash06/add_include_limit_hYukihiro "Matz" Matsumoto
2014-03-13Merge pull request #1850 from cremno/safer-lit-macrosYukihiro "Matz" Matsumoto
2014-03-13add including limits.h.tmash06
2014-03-12add mrb_strlen_lit which makes _lit macros safercremno
2014-03-12Merge pull request #1826 from unak/mswinYukihiro "Matz" Matsumoto
2014-03-12Merge pull request #1848 from joejimbo/masterYukihiro "Matz" Matsumoto
2014-03-11Added a short description on how to add mruby gems to the compilation workflow.Joachim Baran
2014-03-12avoid mrb_string_value_cstr() to copy string between mrb_states in testsYukihiro "Matz" Matsumoto
2014-03-12Merge pull request #1843 from take-cheeze/suppress_warningsYukihiro "Matz" Matsumoto
2014-03-12Merge pull request #1846 from take-cheeze/funcall_fixYukihiro "Matz" Matsumoto
2014-03-12fix mrb_funcall callingtake_cheeze
2014-03-11add MRB_INT_BITcremno
2014-03-11remove deprecated register keywordtake_cheeze
2014-03-11don't use of anonymous unionstake_cheeze
2014-03-11Merge pull request #1845 from ksss/sym_intern-argument-typeYukihiro "Matz" Matsumoto
2014-03-11fix sym_intern argument typeksss
2014-03-11Merge pull request #1842 from ksss/assert_nothing_raisedYukihiro "Matz" Matsumoto
2014-03-11add assertion method `assert_nothing_raised'ksss
2014-03-10Merge pull request #1840 from ksss/bit-fieldYukihiro "Matz" Matsumoto
2014-03-10Merge pull request #1841 from ksss/symbol-boolYukihiro "Matz" Matsumoto
2014-03-10set bool macroksss
2014-03-10set bit field for mrb_boolksss
2014-03-10Merge pull request #1838 from take-cheeze/reduce_mrb_open_in_testYukihiro "Matz" Matsumoto
2014-03-10Merge pull request #1839 from cubicdaiya/issues/comment_include_guardYukihiro "Matz" Matsumoto
2014-03-10add comments at end of include guardcubicdaiya
2014-03-10reduce mrb_open calls in mrbgem testtake_cheeze
2014-03-09Merge pull request #1837 from monaka/pr-add-commentsYukihiro "Matz" Matsumoto
2014-03-09Add comments to notify files are auto generated.Masaki Muranaka
2014-03-09Merge pull request #1836 from monaka/pr-use-mrb_str_new_cstrYukihiro "Matz" Matsumoto
2014-03-09Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().Masaki Muranaka
2014-03-09Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto