| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2013-02-03 | Merge pull request #817 from masamitsu-murase/restore_arena_in_string_split | Yukihiro "Matz" Matsumoto | |
| Restore arena in `String#split`. | |||
| 2013-02-03 | Merge pull request #820 from cremno/unused-stuff | Yukihiro "Matz" Matsumoto | |
| Remove declarations of undefined functions | |||
| 2013-02-03 | removed declarations of undefined functions | Cremno | |
| 2013-02-03 | Restore arena in `String#split`. | Masamitsu MURASE | |
| 2013-02-03 | Fix potential bug about Hash. | Masamitsu MURASE | |
| 2013-02-03 | Prevent overflow of `Fixnum#to_s`. | Masamitsu MURASE | |
| 2013-02-03 | Modify handling of integer literal. | Masamitsu MURASE | |
| Do not assume that significand of `double` is larger than `mrb_int`. | |||
| 2013-02-03 | Fixed failure | Yuichiro MASUI | |
| 2013-02-03 | Generate mrbtest.a file for sparete from driver.o | Yuichiro MASUI | |
| 2013-02-03 | Add androideabi toolchain rake task (Build mruby with Android NDK) | shtirlic | |
| 2013-02-01 | Merge pull request #810 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/remove_semicolon_from_function_type_macro Remove ";" suffix from function-type macros. | |||
| 2013-02-02 | Remove ";" suffix from function-type macros. | Masamitsu MURASE | |
| 2013-02-01 | Merge pull request #809 from mattn/vs2012_disablegems | Yukihiro "Matz" Matsumoto | |
| Change the way that the DISABLE_GEMS flag is set for vs2012. | |||
| 2013-02-01 | Change the way that the DISABLE_GEMS flag is set for vs2012. | mattn | |
| 2013-01-31 | Merge pull request #805 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/add_field_write_barrier_to_guard_method_from_gc Add field_write_barrier when an method is defined. | |||
| 2013-01-30 | Merge pull request #806 from cremno/unused-stuff | Yukihiro "Matz" Matsumoto | |
| Unused func prototype and typedef | |||
| 2013-01-30 | removed unused mrb_check_funcall | Cremno | |
| 2013-01-30 | removed unused mrb_funcargv_t | Cremno | |
| 2013-01-31 | Bug fix. | Masamitsu MURASE | |
| 2013-01-31 | Add field_write_barrier when an method is defined. | Masamitsu MURASE | |
| 2013-01-30 | Merge pull request #803 from masamitsu-murase/protect_irep_of_ensure | Yukihiro "Matz" Matsumoto | |
| Protect proc of ensure. | |||
| 2013-01-30 | Merge pull request #802 from carsonmcdonald/mrbgemstestpassargs | Yukihiro "Matz" Matsumoto | |
| Add ability to pass parameters from mrbgem.rake spec into test scripts. | |||
| 2013-01-30 | Protect irep of ensure. | Masamitsu MURASE | |
| 2013-01-30 | Changed variable $test_args to constant TEST_ARGS | Carson McDonald | |
| 2013-01-30 | Make sure quotes and escapes get escaped. | Carson McDonald | |
| 2013-01-29 | Merge pull request #799 from carsonmcdonald/fixdoctoexample | Yukihiro "Matz" Matsumoto | |
| Correct conf.gem directory | |||
| 2013-01-29 | Merge pull request #801 from monaka/pr-cleanup-error_c-20130130 | Yukihiro "Matz" Matsumoto | |
| Remove unused define and commented out code. | |||
| 2013-01-29 | Merge pull request #800 from mattn/remove_quote | Yukihiro "Matz" Matsumoto | |
| Remove double quote for MRUBY_XXX in libmruby.flags.mak | |||
| 2013-01-29 | Add ability to pass parameters from mrbgem.rake spec into test scripts. | Carson McDonald | |
| 2013-01-30 | Remove unused define and commented out code. | Masaki Muranaka | |
| 2013-01-30 | Remove double quote for MRUBY_XXX in libmruby.flags.mak | mattn | |
| 2013-01-29 | Correct conf.gem directory | Carson McDonald | |
| 2013-01-30 | rename mrb_ary_alen to mrb_ary_len; close #781 | Yukihiro Matz Matsumoto | |
| 2013-01-30 | remove src/cdump.c to resolve; need make clean | Yukihiro Matz Matsumoto | |
| 2013-01-30 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-01-29 | Merge pull request #796 from masuidrive/vs2012 | Yukihiro "Matz" Matsumoto | |
| Added .lib extension for library file on VS2012 | |||
| 2013-01-29 | Merge pull request #798 from carsonmcdonald/typofix | Yukihiro "Matz" Matsumoto | |
| Fixed minor typo. | |||
| 2013-01-29 | Fixed minor typo. | Carson McDonald | |
| 2013-01-29 | Removed mistake | Yuichiro MASUI | |
| 2013-01-29 | Removed mrbc -C option what's C function dump. and TAB to space | Yuichiro MASUI | |
| 2013-01-29 | Merge pull request #790 from carsonmcdonald/nogemdefchange | Yukihiro "Matz" Matsumoto | |
| Change the way that the DISABLE_GEMS flag is set. | |||
| 2013-01-29 | Merge pull request #766 from masuidrive/mrbint64 | Yukihiro "Matz" Matsumoto | |
| Fixed MRB_INT64 warning | |||
| 2013-01-29 | Merge pull request #788 from masamitsu-murase/modify_range_initialize | Yukihiro "Matz" Matsumoto | |
| Modify range initialize to prevent segmentation fault. | |||
| 2013-01-29 | Merge pull request #794 from monaka/pr-reduce-unused-function-parameters | Yukihiro "Matz" Matsumoto | |
| Remove unused function parametes. | |||
| 2013-01-29 | Merge pull request #792 from monaka/pr-remove-mrb_str_vcatf | Yukihiro "Matz" Matsumoto | |
| Remove API mrb_str_catf(). | |||
| 2013-01-29 | Remove unused function parametes. | Masaki Muranaka | |
| 2013-01-29 | Remove API mrb_str_catf(). | Masaki Muranaka | |
