summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2015-12-01should ignore block to next, break, etc. fix #3039Yukihiro "Matz" Matsumoto
2015-11-27Implemented round(double) function within mruby-time gem, for it is missing onPaolo Bosetti
2015-11-27Merge pull request #2950 from mattn/mirb-file-argsYukihiro "Matz" Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-11-26Merge pull request #3036 from zzak/remove-mrbtest_irepYukihiro "Matz" Matsumoto
2015-11-24Remove unnecessary dependencies for assert_rb codegen and test_rbirepsZachary Scott
2015-11-24Remove mrbtest_irep from mrbtestZachary Scott
2015-11-24add {Array|Hash|String}.try_converttakahashim
2015-11-23Fix MRB_DISABLE_STDIO typo.Simon Génier
2015-11-20support Numeric#zero? and Numeric#nonzero?takahashim
2015-11-19Fix typo on MRB_DISABLE_STDIO.Simon Génier
2015-11-19Merge pull request #3027 from pbosetti/masterYukihiro "Matz" Matsumoto
2015-11-19formatting buffer should be bigger for negative dots; ref #3025Yukihiro "Matz" Matsumoto
2015-11-19binary format no longer need to preserve org_vYukihiro "Matz" Matsumoto
2015-11-19integer range check was moved to mrb_flo_to_fixnum(); ref #3025Yukihiro "Matz" Matsumoto
2015-11-19negative binary format should not be masked by 10bits; ref #3025Yukihiro "Matz" Matsumoto
2015-11-19binary sprintf should not be restricted by mrb_int size; fix #3025Yukihiro "Matz" Matsumoto
2015-11-19Fix check for VisualStudio Version in mruby-math gemPaolo Bosetti
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-12mirb should take filename and arguments.Yasuhiro 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