summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-02-03Merge pull request #812 from shtirlic/androideabiYukihiro "Matz" Matsumoto
Add androideabi toolchain rake task (Build mruby with Android NDK)
2013-02-03Merge pull request #815 from masamitsu-murase/modify_handling_of_large_fixnumYukihiro "Matz" Matsumoto
Modify handling of large fixnum
2013-02-03Merge pull request #816 from masamitsu-murase/modify_potential_error_of_hashYukihiro "Matz" Matsumoto
Fix potential bug about Hash.
2013-02-03Merge pull request #817 from masamitsu-murase/restore_arena_in_string_splitYukihiro "Matz" Matsumoto
Restore arena in `String#split`.
2013-02-03Merge pull request #820 from cremno/unused-stuffYukihiro "Matz" Matsumoto
Remove declarations of undefined functions
2013-02-03removed declarations of undefined functionsCremno
2013-02-03Restore arena in `String#split`.Masamitsu MURASE
2013-02-03Fix potential bug about Hash.Masamitsu MURASE
2013-02-03Prevent overflow of `Fixnum#to_s`.Masamitsu MURASE
2013-02-03Modify handling of integer literal.Masamitsu MURASE
Do not assume that significand of `double` is larger than `mrb_int`.
2013-02-03Fixed failureYuichiro MASUI
2013-02-03Generate mrbtest.a file for sparete from driver.oYuichiro MASUI
2013-02-03Add androideabi toolchain rake task (Build mruby with Android NDK)shtirlic
2013-02-01Merge pull request #810 from ↵Yukihiro "Matz" Matsumoto
masamitsu-murase/remove_semicolon_from_function_type_macro Remove ";" suffix from function-type macros.
2013-02-02Remove ";" suffix from function-type macros.Masamitsu MURASE
2013-02-01Merge pull request #809 from mattn/vs2012_disablegemsYukihiro "Matz" Matsumoto
Change the way that the DISABLE_GEMS flag is set for vs2012.
2013-02-01Change the way that the DISABLE_GEMS flag is set for vs2012.mattn
2013-01-31Merge 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-30Merge pull request #806 from cremno/unused-stuffYukihiro "Matz" Matsumoto
Unused func prototype and typedef
2013-01-30removed unused mrb_check_funcallCremno
2013-01-30removed unused mrb_funcargv_tCremno
2013-01-31Bug fix.Masamitsu MURASE
2013-01-31Add field_write_barrier when an method is defined.Masamitsu MURASE
2013-01-30Merge pull request #803 from masamitsu-murase/protect_irep_of_ensureYukihiro "Matz" Matsumoto
Protect proc of ensure.
2013-01-30Merge pull request #802 from carsonmcdonald/mrbgemstestpassargsYukihiro "Matz" Matsumoto
Add ability to pass parameters from mrbgem.rake spec into test scripts.
2013-01-30Protect irep of ensure.Masamitsu MURASE
2013-01-30Changed variable $test_args to constant TEST_ARGSCarson McDonald
2013-01-30Make sure quotes and escapes get escaped.Carson McDonald
2013-01-29Merge pull request #799 from carsonmcdonald/fixdoctoexampleYukihiro "Matz" Matsumoto
Correct conf.gem directory
2013-01-29Merge pull request #801 from monaka/pr-cleanup-error_c-20130130Yukihiro "Matz" Matsumoto
Remove unused define and commented out code.
2013-01-29Merge pull request #800 from mattn/remove_quoteYukihiro "Matz" Matsumoto
Remove double quote for MRUBY_XXX in libmruby.flags.mak
2013-01-29Add ability to pass parameters from mrbgem.rake spec into test scripts.Carson McDonald
2013-01-30Remove unused define and commented out code.Masaki Muranaka
2013-01-30Remove double quote for MRUBY_XXX in libmruby.flags.makmattn
2013-01-29Correct conf.gem directoryCarson McDonald
2013-01-30rename mrb_ary_alen to mrb_ary_len; close #781Yukihiro Matz Matsumoto
2013-01-30remove src/cdump.c to resolve; need make cleanYukihiro Matz Matsumoto
2013-01-30resolve conflictYukihiro Matz Matsumoto
2013-01-29Merge pull request #796 from masuidrive/vs2012Yukihiro "Matz" Matsumoto
Added .lib extension for library file on VS2012
2013-01-29Merge pull request #798 from carsonmcdonald/typofixYukihiro "Matz" Matsumoto
Fixed minor typo.
2013-01-29Fixed minor typo.Carson McDonald
2013-01-29Removed mistakeYuichiro MASUI
2013-01-29Removed mrbc -C option what's C function dump. and TAB to spaceYuichiro MASUI
2013-01-29Merge pull request #790 from carsonmcdonald/nogemdefchangeYukihiro "Matz" Matsumoto
Change the way that the DISABLE_GEMS flag is set.
2013-01-29Merge pull request #766 from masuidrive/mrbint64Yukihiro "Matz" Matsumoto
Fixed MRB_INT64 warning
2013-01-29Merge pull request #788 from masamitsu-murase/modify_range_initializeYukihiro "Matz" Matsumoto
Modify range initialize to prevent segmentation fault.
2013-01-29Merge pull request #794 from monaka/pr-reduce-unused-function-parametersYukihiro "Matz" Matsumoto
Remove unused function parametes.
2013-01-29Merge pull request #792 from monaka/pr-remove-mrb_str_vcatfYukihiro "Matz" Matsumoto
Remove API mrb_str_catf().
2013-01-29Remove unused function parametes.Masaki Muranaka
2013-01-29Remove API mrb_str_catf().Masaki Muranaka