summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
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
2015-07-15Implement `mrb_protect`, `mrb_ensure`, `mrb_rescue`, `mrb_rescue_exceptions`.take_cheeze
2015-07-09use round for llround. some platform (ex: mingw32) doesn't have llround.Yasuhiro Matsumoto
2015-07-03Merge pull request #2871 from archSeer/patch-2Yukihiro "Matz" Matsumoto
2015-07-03Merge pull request #2874 from cremno/fix-parser-oob-writeYukihiro "Matz" Matsumoto
2015-07-03fix oob write by actually truncating buffercremno
2015-07-02add missing fall through commentscremno
2015-07-02Fix incorrect memory allocation of mrdb_state_new.Blaž Hrastnik
2015-06-29Merge pull request #2866 from jurriaan/fix-crashYukihiro "Matz" Matsumoto
2015-06-28Fix segfault found using afl-fuzzJurriaan Pruis
2015-06-28Rename extended xxxx class or module to xxxx class or module extensionJun Hiroe
2015-06-28Fix typo; Replace extensional with extendedJun Hiroe
2015-06-24Remove unnecessary backticks.Franck Verrot
2015-06-23Merge pull request #2851 from hone/mruby_compilerYukihiro "Matz" Matsumoto
2015-06-22Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb forTerence Lee
2015-06-22Proc#curry should preserve lambdascremno
2015-06-19Fix typos in documentation and error messages [skip ci]Anton Davydov
2015-06-17Added a check for 64 bit time_t overflow; based on a patch from @kext; close ...Yukihiro "Matz" Matsumoto
2015-06-16Changed llrint to llroundLukas Joeressen
2015-06-15Rounding errors could make time_alloc impreciseLukas Joeressen
2015-06-13refactor code to call mrb_inspect() insteadcremno
2015-06-10Remove unused libterminfo detection code.Huei-Horng Yo
2015-06-09Detect if ncurses' backend is terminfo or termcap. fixes #2662Huei-Horng Yo
2015-06-02push only after OP_GETCONST in VAL mode; ref #2769cremno
2015-06-01update lex.def using gperf 3.0.4Yukihiro "Matz" Matsumoto