summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-08-05add String#setbyte and String#byteslice to mruby-string-extYukihiro "Matz" Matsumoto
2015-08-04Merge pull request #2908 from BanzaiMan/ha-feature-containersYukihiro "Matz" Matsumoto
2015-08-03Try building on Xcode 6.4Hiro Asari
2015-08-03Add OS X build to the matrixHiro Asari
2015-08-03Build matrix of size 2Hiro Asari
2015-08-03Update package listHiro Asari
2015-08-03Set language, and use the new Trusty envHiro Asari
2015-08-03Merge pull request #2907 from hone/pathYukihiro "Matz" Matsumoto
2015-08-03Changed IO overrides to use sysread and syswrite instead of read and writeunknown
2015-08-03better hash value from enumerables; fix #2906Yukihiro "Matz" Matsumoto
2015-08-02define PATH_SEPARATORTerence Lee
2015-08-02be able to source with :path for mrbgemsTerence Lee
2015-08-01link libncurses when there's /usr/include/curses.h; fix #2905Yukihiro "Matz" Matsumoto
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-28Merge pull request #22 from Asmod4n/masterTomoyuki Sahara
2015-07-27Shallow clone mgem sourceZachary Scott
2015-07-27added SO_NOSIGPIPEAsmod4n
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-25Merge pull request #21 from expeditiousRubyist/masterTomoyuki Sahara
2015-07-25fix android compile bug : uninitialized constant GCC_VERSIONxuejianqing
2015-07-25Added functioning read for Win32Rubyist
2015-07-24Merge pull request #41 from hone/cross_compile_windowsTomoyuki Sahara
2015-07-23support for crossbuild for windows (32 bit and 64 bit) using mingwTerence Lee
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-22Merge pull request #20 from expeditiousRubyist/masterTomoyuki Sahara
2015-07-21Removed unnecessary/incorrect use of sizeof(int) and corrected moreRubyist
2015-07-21Changed some uses of mrb_sys_fail to instead use mrb_raise whereRubyist
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-18Overrided close and write to work on Win32 platformsRubyist
2015-07-18Merge pull request #2892 from Mav7/masterYukihiro "Matz" Matsumoto
2015-07-17Minimal semi-working compile on Windows platforms.Rubyist
2015-07-17Added Winsock 2 to list of libraries to use when building for WindowsRubyist
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