| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-17 | Merge pull request #844 from skandhas/pr-fix-error-output-for-remove_const | Yukihiro "Matz" Matsumoto | |
| fix incorrect output for Module#remove_const | |||
| 2013-02-17 | Fix crash when exiting mirb using ctrl-d when compiled with readline | Carson McDonald | |
| support. | |||
| 2013-02-17 | String#gsub fix with last character | Daniel Bovensiepen | |
| 2013-02-16 | Add Module#remove_const test | Daniel Bovensiepen | |
| 2013-02-17 | Created hook at VM code fetch. It's for debugger | Yuichiro MASUI | |
| 2013-02-16 | fix error output for Module#remove_const | skandhas | |
| 2013-02-16 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-02-15 | Merge pull request #840 from brainopia/patch-2 | Yukihiro "Matz" Matsumoto | |
| Extend MiniRake::DSL module to prevent inheritance pollution | |||
| 2013-02-15 | ready to pass second argument of Regexp.new | mattn | |
| 2013-02-15 | add "v" and "V". | Tomoyuki Sahara | |
| 2013-02-15 | support "V" and "v". | Tomoyuki Sahara | |
| 2013-02-15 | Merge branch 'master' of https://github.com/iij/mruby-pack | Tomoyuki Sahara | |
| 2013-02-15 | use mrb_get_args("n") instead of decomposing each time | Yukihiro Matz Matsumoto | |
| 2013-02-15 | fix an issue large/negative integer may not be packed/unpacked correctly. | Tomoyuki Sahara | |
| 2013-02-15 | fix an issue negative integer may not be packed/unpacked correctly. | Tomoyuki Sahara | |
| 2013-02-15 | REGEXP_CLASS | mattn | |
| 2013-02-15 | add Module#remove_const | Yukihiro Matz Matsumoto | |
| 2013-02-15 | Should be OP_LOADL | mattn | |
| 2013-02-15 | Pluggable Regexp | mattn | |
| 2013-02-12 | Extend MiniRake::DSL module to prevent inheritance pollution | Ravil Bayramgalin | |
| ```include MiniRake::DSL``` on toplevel will pollute ancestor tree of every object. ```extend MiniRake::DSL``` will add those methods only to ```main``` object. Rake does the same: https://github.com/jimweirich/rake/blob/master/lib/rake/dsl_definition.rb#L153 | |||
| 2013-02-11 | Merge pull request #839 from masuidrive/string_sub_gsub | Yukihiro "Matz" Matsumoto | |
| Added String#sub/sub! and String#gsub/gsub! | |||
| 2013-02-11 | Merge pull request #838 from brainopia/patch-1 | Yukihiro "Matz" Matsumoto | |
| Fix typos in compilation guide | |||
| 2013-02-12 | Added String#sub/sub! and String#gsub/gsub! | Yuichiro MASUI | |
| 2013-02-12 | Update doc/compile/README.md | Ravil Bayramgalin | |
| 2013-02-11 | Merge pull request #836 from iij/pr-mrb_str_to_cstr | Yukihiro "Matz" Matsumoto | |
| string contains null byte check utility function (mrb_str_to_cstr) | |||
| 2013-02-11 | add mrb_str_to_cstr | Akira Yumiyama | |
| 2013-02-10 | should adjust stack size when irep->nregs is larger than allocate size; ↵ | Yukihiro Matz Matsumoto | |
| close #835 | |||
| 2013-02-10 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-02-09 | Merge pull request #831 from carsonmcdonald/ciidxfix | Yukihiro "Matz" Matsumoto | |
| Don't overwrite ciidx if it is already set. | |||
| 2013-02-09 | Merge pull request #833 from iij/pr-mrbtest-verbose | Yukihiro "Matz" Matsumoto | |
| add mrbtest verbose mode ('-v' option) | |||
| 2013-02-09 | Merge pull request #832 from bovi/compile-readme | Yukihiro "Matz" Matsumoto | |
| Add documentation for Android toolchain | |||
| 2013-02-09 | "for i in (1..12/5); p i ; end" should not print "3" | Yukihiro Matz Matsumoto | |
| 2013-02-09 | add mrbtest verbose mode ('-v' option) | Akira Yumiyama | |
| 2013-02-08 | Add documentation for Android toolchain | Daniel Bovensiepen | |
| 2013-02-08 | Don't overwrite ciidx if it is already set. | Carson McDonald | |
| 2013-02-07 | Merge pull request #830 from carsonmcdonald/warncheckfix | Yukihiro "Matz" Matsumoto | |
| Fix incorrect index use. nerr was being used for warning buffer check. | |||
| 2013-02-07 | Fix incorrect index use. nerr was being used for warning buffer check. | Carson McDonald | |
| 2013-02-07 | Merge pull request #825 from carsonmcdonald/gembuildfix | Yukihiro "Matz" Matsumoto | |
| Change task rule based on build_dir so main rules don't clobber gem rules | |||
| 2013-02-07 | Merge pull request #828 from mattn/ignore_empty_gem | Yukihiro "Matz" Matsumoto | |
| Ignore empty gems | |||
| 2013-02-07 | Ignore empty gem | mattn | |
| 2013-02-06 | Change task rule based on build_dir so main rules don't clobber gem rules. | Carson McDonald | |
| 2013-02-06 | changing Make_Data_Struct API; you need to modify your code that uses ↵ | Yukihiro Matz Matsumoto | |
| Make_Data_Struct; close #821 | |||
| 2013-02-05 | Merge pull request #824 from monaka/pr-add-semicolon | Yukihiro "Matz" Matsumoto | |
| Add semi-colon after the statement. | |||
| 2013-02-06 | Add semi-colon after the statement. | Masaki Muranaka | |
| 2013-02-05 | Merge pull request #823 from cremno/mrb_any_to_s-rewrite | Yukihiro "Matz" Matsumoto | |
| mrb_any_to_s rewrite | |||
| 2013-02-06 | rewrote mrb_any_to_s | Cremno | |
| use %p instead of %lx to prevent truncation and for consistency | |||
| 2013-02-03 | Merge pull request #813 from masuidrive/generate_mrbtest_a | Yukihiro "Matz" Matsumoto | |
| Generate mrbtest.a file for sparete from driver.o | |||
| 2013-02-03 | Merge pull request #812 from shtirlic/androideabi | Yukihiro "Matz" Matsumoto | |
| Add androideabi toolchain rake task (Build mruby with Android NDK) | |||
| 2013-02-03 | Merge pull request #815 from masamitsu-murase/modify_handling_of_large_fixnum | Yukihiro "Matz" Matsumoto | |
| Modify handling of large fixnum | |||
| 2013-02-03 | Merge pull request #816 from masamitsu-murase/modify_potential_error_of_hash | Yukihiro "Matz" Matsumoto | |
| Fix potential bug about Hash. | |||
