summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2015-11-17DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014Yukihiro "Matz" Matsumoto
2015-11-15move Hash comparison methods to mruby-hash-ext gemYukihiro "Matz" Matsumoto
2015-10-24Ensure mrbs dependency is maintained for mruby-testZachary Scott
2015-10-22Merge pull request #2999 from sagmor/better-docsYukihiro "Matz" Matsumoto
2015-10-21Revert "Mark core gems with mrbgem tag"Seba Gamboa
2015-10-21loop may return StopIteration#result; [ruby-bugs#11498]Yukihiro "Matz" Matsumoto
2015-10-21Merge pull request #2997 from furunkel/gc_cleanupYukihiro "Matz" Matsumoto
2015-10-21fixed SEGV in mrb_parser_dump(NODE_COLON3)Yukihiro "Matz" Matsumoto
2015-10-20Remove obvious warnings from docsSeba Gamboa
2015-10-20Fix enumerator doc errorsSeba Gamboa
2015-10-20Mark core gems with mrbgem tagSeba Gamboa
2015-10-19Clean up GC codefurunkel
2015-10-08print unicode on windows consoleYasuhiro Matsumoto
2015-10-04Add regression test for #2933INOUE Yasuyuki
2015-10-01Array#index to take block; fix #2968 close #2970Yukihiro "Matz" Matsumoto
2015-10-01Merge pull request #2960 from suzukaze/refactor-hash-ext-testYukihiro "Matz" Matsumoto
2015-10-01optimize if statement with constant conditionYukihiro "Matz" Matsumoto
2015-10-01Merge pull request #2961 from takahashim/regex_encYukihiro "Matz" Matsumoto
2015-09-30fix tests on windows.Yasuhiro Matsumoto
2015-09-27Enumerable#each_{cons,slice} to return enumeratorsYukihiro "Matz" Matsumoto
2015-09-26Refator Hash.fetch testJun Hiroe
2015-09-26support Regexp literal option: //n and //utakahashim
2015-09-24UTF-8 string support in coreYukihiro "Matz" Matsumoto
2015-09-23don't print anonymous struct class nameYukihiro "Matz" Matsumoto
2015-09-23mruby-struct gem refactoringYukihiro "Matz" Matsumoto
2015-09-17Problem: Hash#fetch doesn't raise KeyError when a key cannot be foundAsmod4n
2015-09-16fix block variable in Hash#fetchtakahashim
2015-09-14instance_eval should set target_class; close #2936Yukihiro "Matz" Matsumoto
2015-09-11Support windows localeYasuhiro Matsumoto
2015-09-03Add build_mrbtest after config block is evaluatedZachary Scott
2015-09-03clear DUMP_ENDIAN flags before settingYukihiro "Matz" Matsumoto
2015-09-03Merge pull request #2924 from zzak/mruby-testYukihiro "Matz" Matsumoto
2015-09-03unsigned long may be smaller than mrb_int; use uint64_t instead; fix #2935Yukihiro "Matz" Matsumoto
2015-09-02Merge pull request #2934 from zzak/masterYukihiro "Matz" Matsumoto
2015-09-01Typo in mruby-bin-debugger/mrbgem.rakeZachary Scott
2015-09-01mruby-test should be opt-inZachary Scott
2015-08-22Refactor test/mrbtest.rake and tasks/mrbgems_test.rake into mrbgem.rakeZachary Scott
2015-08-22Move test source code and rake task to mrbgemZachary Scott
2015-08-22Use #nil? instead of == nil.INOUE Yasuyuki
2015-08-11compiler: allow "class A end" by tweaking the superclass rule like CRuby2.3Yukihiro "Matz" Matsumoto
2015-08-10codegen: don't need to genop(); just update s->iseq directlyYukihiro "Matz" Matsumoto
2015-08-10codegen: add peep hole optimization to skip overridden OP_MOVEYukihiro "Matz" Matsumoto
2015-08-10codegen: reserve stack region for OP_APOST; fix #2824Yukihiro "Matz" Matsumoto
2015-08-05add String#setbyte and String#byteslice to mruby-string-extYukihiro "Matz" Matsumoto
2015-08-01link libncurses when there's /usr/include/curses.h; fix #2905Yukihiro "Matz" Matsumoto
2015-07-29pop cmdarg in lambda body; fix [ruby-bug#11380]cremno
2015-07-16delete mrb_free()-related non-NULL checkscremno
2015-07-15mrb_protect() to return the exception raised (with the state of true)Yukihiro "Matz" Matsumoto
2015-07-15remove unused variable declarationYukihiro "Matz" Matsumoto
2015-07-15Use class array instead of variadic.take_cheeze