summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
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
2014-02-26Update the Fixnum#chr test for UTF-8.chasonr
2014-02-26Implement sprintf("%c") for UTF-8.chasonr
2014-02-27forget to break in the switch statementYukihiro "Matz" Matsumoto
2014-02-26Merge pull request #1744 from cubicdaiya/feature/introduce_mrb_str_cat_litYukihiro "Matz" Matsumoto
2014-02-26use mrb_str_cat_lit() more widelycubicdaiya
2014-02-26use mrb_str_new_lit instead of mrb_str_new for C string literalscubicdaiya
2014-02-25Merge pull request #1737 from chasonr/Random-static-dataYukihiro "Matz" Matsumoto
2014-02-25small-optimization2 for mrb_time_zonecubicdaiya
2014-02-25small-optimization for mrb_time_zonecubicdaiya
2014-02-25Implement default Random instance.chasonr
2014-02-25Merge pull request #1721 from take-cheeze/d_format_specYukihiro "Matz" Matsumoto
2014-02-23Fix unused function warning when readline enabled (mirb)kyab
2014-02-22add test(requires MRB_GC_FIXED_ARENA enabled)take_cheeze
2014-02-22fix possible arena overflowtake_cheeze
2014-02-21use 'd' format spec to get Random objecttake_cheeze
2014-02-21use mrb_intern_lit in mruby-randomtake_cheeze
2014-02-14Give the type 'void' to functions have no argument.cubicdaiya
2014-02-14add a regression test for #1706Li Yazhou
2014-02-14keep stack with nlocals instead of nregs; fix #1706Li Yazhou
2014-02-14Merge pull request #1702 from cremno/hash-hash-ext-changesYukihiro "Matz" Matsumoto
2014-02-13mrb_str_cat2: deprecated since 0cedf8fcremno
2014-02-13hash / hash-ext: various small changescremno
2014-02-12 mruby-math: remove Cygwin compatibility macroscremno
2014-02-10resolve conflict in travis_config.rbYukihiro "Matz" Matsumoto
2014-02-09initialize ci->stackent at the top; #1691Yukihiro "Matz" Matsumoto
2014-02-09Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUEYukihiro "Matz" Matsumoto
2014-02-08Merge pull request #1689 from Bovi-Li/remove-noticeYukihiro "Matz" Matsumoto
2014-02-08made mrb_define_class to return existing class, with heavy refactoringYukihiro "Matz" Matsumoto
2014-02-08Remove notice of early versionDaniel Bovensiepen
2014-02-07move version info from gems to core; ref #576 #1684Yukihiro "Matz" Matsumoto
2014-02-06introduce mrb_str_new_lit() to create strings from C string litralsYukihiro "Matz" Matsumoto
2014-02-05Fix MRUBY_BIRTH_YEARMATSUMOTO Ryosuke
2014-02-05Add global constant MRUBY_COPYRIGHTMATSUMOTO Ryosuke