| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-03 | Fix potential bug about Hash. | Masamitsu MURASE | |
| 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 | |
| 2013-01-28 | Change the way that the DISABLE_GEMS flag is set. | Carson McDonald | |
| 2013-01-28 | Added .lib extension for library file on VS2012 | Yuichiro MASUI | |
| 2013-01-28 | load MRUBY_CONFIG script after 'build_config.rb' | Yuichiro MASUI | |
| 2013-01-28 | Enable test for `Range#initialize`. | Masamitsu MURASE | |
| 2013-01-28 | Initialize Range->edges after cheking `beg` and `end` to prevent ↵ | Masamitsu MURASE | |
| segmentation fault. | |||
| 2013-01-28 | remove bin/command first to avoid text file busy | Yukihiro Matz Matsumoto | |
| 2013-01-27 | Merge pull request #784 from masuidrive/fix_mrbc_ext | Yukihiro "Matz" Matsumoto | |
| Fixed mrbc file ext on host | |||
| 2013-01-27 | Merge pull request #786 from carsonmcdonald/unsignedfixes | Yukihiro "Matz" Matsumoto | |
| Fixes a number of "comparison between signed and unsigned" warnings. | |||
| 2013-01-27 | Merge pull request #785 from bovi/readme | Yukihiro "Matz" Matsumoto | |
| Improve Documentation | |||
| 2013-01-27 | Merge pull request #787 from carsonmcdonald/unittestcleanup | Yukihiro "Matz" Matsumoto | |
| Removed tests that look outdated. | |||
| 2013-01-27 | Removed tests that look outdated. The mrb_compile_string they use is gone now. | Carson McDonald | |
| 2013-01-27 | Fixes a number of "comparison between signed and unsigned" warnings. | Carson McDonald | |
