summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-07-30vm: execute ensure without exception at the top of the fiber; fix #2904Yukihiro "Matz" Matsumoto
2015-07-30vm: execute ensure at the top of the fiber; fix #2903Yukihiro "Matz" Matsumoto
2015-07-30Merge pull request #2901 from cremno/fix-ruby-bug-11380Yukihiro "Matz" Matsumoto
2015-07-29always call frexp() instead of frexpl()cremno
2015-07-29pop cmdarg in lambda body; fix [ruby-bug#11380]cremno
2015-07-29Merge pull request #2900 from joans321/enhance-mrbgem-buildYukihiro "Matz" Matsumoto
2015-07-29Merge pull request #2899 from zzak/shallow-clone-mgemYukihiro "Matz" Matsumoto
2015-07-27Shallow clone mgem sourceZachary Scott
2015-07-27Merge pull request #2898 from joans321/update-mrbgems-docYukihiro "Matz" Matsumoto
2015-07-27mrbgem compile should be depend on mrbgem.rakexuejianqing
2015-07-26update mrbgems docxuejianqing
2015-07-26Merge pull request #2897 from joans321/fix-android-gcc-versionYukihiro "Matz" Matsumoto
2015-07-25fix android compile bug : uninitialized constant GCC_VERSIONxuejianqing
2015-07-23Merge pull request #2896 from sagmor/custom-gcc-versionYukihiro "Matz" Matsumoto
2015-07-22Add ability to change compiler versions for androideabiSeba Gamboa
2015-07-20Merge pull request #2894 from suzukaze/fix-docsYukihiro "Matz" Matsumoto
2015-07-19Fix indents; Indent is two spaces; Delete tabs [skip ci]Jun Hiroe
2015-07-18Merge pull request #2892 from Mav7/masterYukihiro "Matz" Matsumoto
2015-07-17Deleted range and string markdowns for now.Ralph Desir(Mav7)
2015-07-17Update hash.h.mdRalph Desir
2015-07-17Update hash.h.mdRalph Desir
2015-07-17Merge pull request #2890 from jbreeden/sub_pattern_not_foundYukihiro "Matz" Matsumoto
2015-07-16Don't crash if pattern not found for subJared Breeden
2015-07-16Added mrb_prepend_module to mruby headerCorey Powell
2015-07-16Make include_module_at staticCorey Powell
2015-07-16Merge pull request #2889 from takkaw/fix_build_cygwin64Yukihiro "Matz" Matsumoto
2015-07-16Merge pull request #2887 from cremno/use-mrb_str_cat_str-instead-of-mrb_str_a...Yukihiro "Matz" Matsumoto
2015-07-16Merge pull request #2888 from cremno/delete-non-nullptr-checks-before-mrb_fre...Yukihiro "Matz" Matsumoto
2015-07-1664bit Cygwin also doesn't have frexpl(3)takkaw
2015-07-16delete mrb_free()-related non-NULL checkscremno
2015-07-16use mrb_str_cat_str() instead of mrb_str_append()cremno
2015-07-15Renamed MRB_FLAG_IS_INSTANCE to MRB_INSTANCE_TT_MASKCorey Powell
2015-07-15mrb_protect() to return the exception raised (with the state of true)Yukihiro "Matz" Matsumoto
2015-07-15add an small comment description in mruby/error.h headerYukihiro "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-15Refactor `Build#compile_as_cxx`.take_cheeze
2015-07-14Remove non-applicable "hack" commentCorey Powell
2015-07-14Applied gc patch to fix ORIGIN ICLASS method table leakCorey Powell
2015-07-14Renamed parameters in include_module_atCorey Powell
2015-07-14Merge pull request #2884 from jbreeden/doc_bang_modifierYukihiro "Matz" Matsumoto
2015-07-13Fix typojbreeden
2015-07-13Add ! documentation to mruby.h.mdjbreeden
2015-07-14mrb_get_args: improve function description about !Yukihiro "Matz" Matsumoto
2015-07-14mrb_get_args: allow d!Yukihiro "Matz" Matsumoto
2015-07-14mrb_get_args: allow A,H,s,z,a,d specifiers to take ! to accept nil.Yukihiro "Matz" Matsumoto
2015-07-13Clean up testsBlaž Hrastnik
2015-07-13assert() cannot be nestedBlaž Hrastnik
2015-07-13Set origin when doing kind_of? comparisonsBlaž Hrastnik