summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2017-12-04Free read lines using the deallocation function from the library.Yukihiro "Matz" Matsumoto
2017-11-22Some cosmetic changesYukihiro "Matz" Matsumoto
2017-11-20Add `MRB_METHOD_TABLE_INLINE` option.Yukihiro "Matz" Matsumoto
2017-11-19Invoke `mrb_full_gc()` before `ObjectSpace.count_objects`.Yukihiro "Matz" Matsumoto
2017-11-17implement Array.transposeTomasz Dąbrowski
2017-11-10Need to clear stack region for local variables in eval; fix #3844Yukihiro "Matz" Matsumoto
2017-11-08Simplify `MRB_WITHOUT_FLOAT` condtionYukihiro "Matz" Matsumoto
2017-11-04Make `mirb` to print warnings; ref #3827Yukihiro "Matz" Matsumoto
2017-11-04Merge branch 'master' of github.com:mruby/mrubyYAMAMOTO Masaya
2017-11-03Always check division-by-zero to avoid undefined behavior; fix #3816Yukihiro "Matz" Matsumoto
2017-11-03Reduce memory leaks from `mirb`.Yukihiro "Matz" Matsumoto
2017-10-29Need to check number of argument of `Struct#new`; fix #3823Yukihiro "Matz" Matsumoto
2017-10-28Fixed UPVAR gotchas; fix #3835Yukihiro "Matz" Matsumoto
2017-10-28Heavily refactored how lexical scope links are implemented; fix #3821Yukihiro "Matz" Matsumoto
2017-10-28Add some peephole optimizationsYukihiro "Matz" Matsumoto
2017-10-28Change the order of "expected" and "actual" in testYukihiro "Matz" Matsumoto
2017-10-28Flush stdout after every print from testsYukihiro "Matz" Matsumoto
2017-10-20Add `Array#{permutation,combination}.Yukihiro "Matz" Matsumoto
2017-10-18Add `Kernel#itself`; CRuby2.2Yukihiro "Matz" Matsumoto
2017-10-18Add `Hash#to_proc`; CRuby2.3Yukihiro "Matz" Matsumoto
2017-10-18Add `Numeric#{positive?,negative?}`; CRuby2.3Yukihiro "Matz" Matsumoto
2017-10-18Add `Hash#fetch_values`; CRuby2.3Yukihiro "Matz" Matsumoto
2017-10-17Use a new function: `mrb_get_argc()`; ref #3826Yukihiro "Matz" Matsumoto
2017-10-17Add `{String,Symbol}#casecmp?`; CRuby2.4Yukihiro "Matz" Matsumoto
2017-10-17Add `Comparable#uniq`; CRuby2.4Yukihiro "Matz" Matsumoto
2017-10-17Add `Comparable#clamp`; CRuby2.4Yukihiro "Matz" Matsumoto
2017-10-17Add `String#delete_{prefix,suffix}`; CRuby2.5Yukihiro "Matz" Matsumoto
2017-10-17Add `Kernel#yield_self`; CRuby2.5Yukihiro "Matz" Matsumoto
2017-10-17`do/end` blocks to work with `rescue/ensure/else`; CRuby2.5Yukihiro "Matz" Matsumoto
2017-10-17Add more checks before accessing struct pointer; ref #3831Yukihiro "Matz" Matsumoto
2017-10-16Check struct-array pointer before accessing; fix #3831Yukihiro "Matz" Matsumoto
2017-10-16Need to adjust the stack length of the top-level environment; fix #3819Yukihiro "Matz" Matsumoto
2017-10-16Support MRB_WIHTOUT_FLOAT to mruby-kernel-extYAMAMOTO Masaya
2017-10-16Support MRB_WIHTOUT_FLOAT to mruby-object-extYAMAMOTO Masaya
2017-10-16Support MRB_WIHTOUT_FLOAT to mruby-numeric-ext (test only)YAMAMOTO Masaya
2017-10-16Support MRB_WIHTOUT_FLOAT to mruby-string-extYAMAMOTO Masaya
2017-10-15fix alias for Struct accessorsdearblue
2017-10-13Support MRB_WIHTOUT_FLOAT to mruby-sprintfYAMAMOTO Masaya
2017-10-12Correct a small error in parse.y, which causes the reading of unassigned memo...Carlo Prelz
2017-10-11Test for MRB_WITHOUT_FLOATYAMAMOTO Masaya
2017-10-11Add MRB_WITHOUT_FLOATYAMAMOTO Masaya
2017-10-09Fix parse error on TRICK2013/yharaNobuyoshi Nakada
2017-10-09Replace lvar_defined with local_var_pNobuyoshi Nakada
2017-09-27fix: src\print.c(22): warning C4244: 'initializing': conversion from 'mrb_int...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-time\src\time.c(641): warning C4244: '=': conversion from ...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-time\src\time.c(372): warning C4244: 'function': conversio...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-test\driver.c(67): warning C4244: '=': conversion from 'mr...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-string-ext\src\string.c(49): warning C4244: '=': conversio...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-string-ext\src\string.c(30): warning C4244: '=': conversio...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-string-ext\src\string.c(38): warning C4244: '=': conversio...Tomasz Dąbrowski