summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Collapse)Author
2014-03-15Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-15symbol length type to be mrb_intYukihiro "Matz" Matsumoto
2014-03-15Add Fiber's double resume test and fix it.take_cheeze
2014-03-15add test for Array#each_index if non block givenksss
2014-03-15optimize from each to enumerator_block_callksss
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-14make private method enumerator_block_callksss
2014-03-13Don't redefine timeval on MingW64 environmentsMitchell Hashimoto
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-13Merge pull request #1849 from cremno/add-mrb_int_bit-macroYukihiro "Matz" Matsumoto
add MRB_INT_BIT
2014-03-12Merge pull request #1843 from take-cheeze/suppress_warningsYukihiro "Matz" Matsumoto
Suppress warnings.
2014-03-12fix mrb_funcall callingtake_cheeze
2014-03-11add MRB_INT_BITcremno
2014-03-11don't use of anonymous unionstake_cheeze
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
Make type casts safer
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
use flags 4 for *this object is embed* use flags 8~64 for *embed string length*
2014-03-06Fix build on mingw32mattn
2014-03-06fixed broken gettimeofday implementation for Windowsunak
small, but critical typo :)
2014-03-06fix and add test for Proc#source_locationtake_cheeze
2014-03-06Merge pull request #1812 from cremno/time-3Yukihiro "Matz" Matsumoto
mruby-time: add gettimeofday(2) for Windows
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
close #1810
2014-03-05Merge pull request #1808 from cubicdaiya/issues/unused_variableYukihiro "Matz" Matsumoto
remove unused variable
2014-03-05Merge pull request #1807 from tmash06/fix_exit_status_codeYukihiro "Matz" Matsumoto
fix mruby command returning EXIT_SUCCESS when program file can't be opened.
2014-03-05remove unused variablecubicdaiya
GLOBAL_RAND_SEED_KEY is no longer used.
2014-03-05fix mruby command returning EXIT_SUCCESS when program file can't beTatsuya Matsumoto
opened.