summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2014-03-10set bit field for mrb_boolksss
2014-03-10reduce mrb_open calls in mrbgem testtake_cheeze
2014-03-09Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().Masaki Muranaka
2014-03-09Merge pull request #1831 from monaka/pr-make-type-casts-saferYukihiro "Matz" Matsumoto
2014-03-09add data_type check to mruby-randomYukihiro "Matz" Matsumoto
2014-03-09refactoring mruby-randomYukihiro "Matz" Matsumoto
2014-03-09implement Array#sample in mruby-random gemYukihiro "Matz" Matsumoto
2014-03-08Make type casts safer.Masaki Muranaka
2014-03-08support linenoise in mirbtakkaw
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
2014-03-06Fix build on mingw32mattn
2014-03-06fixed broken gettimeofday implementation for Windowsunak
2014-03-06fix and add test for Proc#source_locationtake_cheeze
2014-03-06Merge pull request #1812 from cremno/time-3Yukihiro "Matz" Matsumoto
2014-03-05mruby-time: add gettimeofday(2) for Windowscremno
2014-03-05mruby-time: fix indentation in mrb_time_asctimecremno
2014-03-05mruby-time: store timezone name directlycremno
2014-03-05mruby-time: timezone_names should be constcremno
2014-03-05mruby-time: store strings directly instead of pointers to themcremno
2014-03-05mruby-time: mrb_time_type should be constcremno
2014-03-05mruby-time: fix two tiny typos in commentscremno
2014-03-05mruby-time: rearrange header ordercremno
2014-03-05mruby-time: remove trailing whitespacecremno
2014-03-05small refactortakkaw
2014-03-05use mrb_int instead of size_t since string length is represented by mrb_int; ...Yukihiro "Matz" Matsumoto
2014-03-05Merge pull request #1808 from cubicdaiya/issues/unused_variableYukihiro "Matz" Matsumoto
2014-03-05Merge pull request #1807 from tmash06/fix_exit_status_codeYukihiro "Matz" Matsumoto
2014-03-05remove unused variablecubicdaiya
2014-03-05fix mruby command returning EXIT_SUCCESS when program file can't beTatsuya Matsumoto
2014-03-05fix argument spec setting of Kernel.exit method.Tatsuya Matsumoto
2014-03-05Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-05should check crossing C boudary from resumeYukihiro "Matz" Matsumoto
2014-03-05s/\\"/"/g in mruby-configmattn
2014-03-05Merge pull request #1801 from mattn/mruby-configYukihiro "Matz" Matsumoto
2014-03-05Don't echo empty string. (Remove workaround for windows)mattn
2014-03-05chmod 755mattn
2014-03-05mruby command should not execute program on "syntax only option(-c)".Tatsuya Matsumoto
2014-03-05Add mruby-bin-mruby-configmattn
2014-03-04Fix #1793mattn
2014-03-04add Integer#div and Float#div.Tomoyuki Sahara
2014-03-03use tempfile moduletake_cheeze
2014-03-03add test to check striped binary works correctlytake_cheeze
2014-03-02fix a memory leak in mruby-random.Tatsuya Matsumoto
2014-03-01use C style comments instead of C++ style commentscubicdaiya
2014-03-01mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to us...Yukihiro "Matz" Matsumoto
2014-02-28cancel 313f6b; add fallthrough commentYukihiro "Matz" Matsumoto
2014-02-28Merge pull request #1756 from chasonr/sprintf-utf8Yukihiro "Matz" Matsumoto
2014-02-27Test for UTF-8 as mattn suggests.chasonr
2014-02-28add mruby-strip tool to strip irep's debug infotake_cheeze