Commit Graph

2178 Commits

Author SHA1 Message Date
Masamitsu MURASE 54eb08e2fc Remove ";" suffix from function-type macros. 2013-02-02 00:24:30 +09:00
Yukihiro "Matz" Matsumoto c7f2911792 Merge pull request #809 from mattn/vs2012_disablegems
Change the way that the DISABLE_GEMS flag is set for vs2012.
2013-02-01 05:49:04 -08:00
mattn a2ff17b546 Change the way that the DISABLE_GEMS flag is set for vs2012. 2013-02-01 21:41:34 +09:00
Yukihiro "Matz" Matsumoto 2131001963 Merge pull request #805 from masamitsu-murase/add_field_write_barrier_to_guard_method_from_gc
Add field_write_barrier when an method is defined.
2013-01-31 07:02:21 -08:00
Yukihiro "Matz" Matsumoto f3148b6914 Merge pull request #806 from cremno/unused-stuff
Unused func prototype and typedef
2013-01-30 23:46:54 -08:00
Cremno 6e583830d2 removed unused mrb_check_funcall 2013-01-30 19:27:04 +01:00
Cremno 3ca6c1176e removed unused mrb_funcargv_t 2013-01-30 19:26:30 +01:00
Masamitsu MURASE ee0cfb2101 Bug fix. 2013-01-31 02:27:42 +09:00
Masamitsu MURASE a943942ca7 Add field_write_barrier when an method is defined. 2013-01-31 01:21:20 +09:00
Yukihiro "Matz" Matsumoto 184a721ae6 Merge pull request #803 from masamitsu-murase/protect_irep_of_ensure
Protect proc of ensure.
2013-01-30 06:37:45 -08:00
Yukihiro "Matz" Matsumoto 7c813a9e15 Merge pull request #802 from carsonmcdonald/mrbgemstestpassargs
Add ability to pass parameters from mrbgem.rake spec into test scripts.
2013-01-30 05:31:50 -08:00
Masamitsu MURASE 8ce1ea8437 Protect irep of ensure. 2013-01-30 20:46:37 +09:00
Carson McDonald c1ca662170 Changed variable $test_args to constant TEST_ARGS 2013-01-30 05:36:03 -05:00
Carson McDonald 33081f52ab Make sure quotes and escapes get escaped. 2013-01-30 05:27:42 -05:00
Yukihiro "Matz" Matsumoto a5fbaf17f7 Merge pull request #799 from carsonmcdonald/fixdoctoexample
Correct conf.gem directory
2013-01-29 19:23:17 -08:00
Yukihiro "Matz" Matsumoto 8327992557 Merge pull request #801 from monaka/pr-cleanup-error_c-20130130
Remove unused define and commented out code.
2013-01-29 19:22:38 -08:00
Yukihiro "Matz" Matsumoto e433e4aa26 Merge pull request #800 from mattn/remove_quote
Remove double quote for MRUBY_XXX in libmruby.flags.mak
2013-01-29 19:22:12 -08:00
Carson McDonald 79f802365f Add ability to pass parameters from mrbgem.rake spec into test scripts. 2013-01-29 22:03:29 -05:00
Masaki Muranaka d2386eb9b0 Remove unused define and commented out code. 2013-01-30 11:37:56 +09:00
mattn e02bf49c37 Remove double quote for MRUBY_XXX in libmruby.flags.mak 2013-01-30 10:37:23 +09:00
Carson McDonald 5c79d23650 Correct conf.gem directory 2013-01-29 20:03:26 -05:00
Yukihiro Matz Matsumoto e43216c45d rename mrb_ary_alen to mrb_ary_len; close #781 2013-01-30 07:45:32 +09:00
Yukihiro Matz Matsumoto 900b856415 remove src/cdump.c to resolve; need make clean 2013-01-30 07:38:14 +09:00
Yukihiro Matz Matsumoto 24679c6dd6 resolve conflict 2013-01-30 07:33:35 +09:00
Yukihiro "Matz" Matsumoto 78b362f8dd Merge pull request #796 from masuidrive/vs2012
Added .lib extension for library file on VS2012
2013-01-29 06:21:31 -08:00
Yukihiro "Matz" Matsumoto 10d9ed102c Merge pull request #798 from carsonmcdonald/typofix
Fixed minor typo.
2013-01-29 06:21:05 -08:00
Carson McDonald 81bc34516f Fixed minor typo. 2013-01-29 09:20:30 -05:00
Yuichiro MASUI 6440f108bd Removed mistake 2013-01-29 22:50:54 +09:00
Yuichiro MASUI cf81a88b04 Removed mrbc -C option what's C function dump. and TAB to space 2013-01-29 22:47:50 +09:00
Yukihiro "Matz" Matsumoto c14d34e59d Merge pull request #790 from carsonmcdonald/nogemdefchange
Change the way that the DISABLE_GEMS flag is set.
2013-01-29 05:43:14 -08:00
Yukihiro "Matz" Matsumoto 1724042225 Merge pull request #766 from masuidrive/mrbint64
Fixed MRB_INT64 warning
2013-01-29 05:35:38 -08:00
Yukihiro "Matz" Matsumoto e18a9c0a56 Merge pull request #788 from masamitsu-murase/modify_range_initialize
Modify range initialize to prevent segmentation fault.
2013-01-29 05:35:15 -08:00
Yukihiro "Matz" Matsumoto 14c97e8243 Merge pull request #794 from monaka/pr-reduce-unused-function-parameters
Remove unused function parametes.
2013-01-29 05:34:02 -08:00
Yukihiro "Matz" Matsumoto e5e71f1c93 Merge pull request #792 from monaka/pr-remove-mrb_str_vcatf
Remove API mrb_str_catf().
2013-01-29 05:32:58 -08:00
Masaki Muranaka ea82eaaa79 Remove unused function parametes. 2013-01-29 17:45:54 +09:00
Masaki Muranaka 3ab1afa07d Remove API mrb_str_catf(). 2013-01-29 17:21:50 +09:00
Carson McDonald c32a16130f Change the way that the DISABLE_GEMS flag is set. 2013-01-28 08:54:27 -05:00
Yuichiro MASUI 39ee012ce5 Added .lib extension for library file on VS2012 2013-01-28 18:30:16 +09:00
Yuichiro MASUI 5a152c82e6 load MRUBY_CONFIG script after 'build_config.rb' 2013-01-28 18:22:11 +09:00
Masamitsu MURASE 7941dfb44a Enable test for Range#initialize. 2013-01-28 16:08:11 +09:00
Masamitsu MURASE 21ebb7f2c8 Initialize Range->edges after cheking beg and end to prevent segmentation fault. 2013-01-28 16:07:47 +09:00
Yukihiro Matz Matsumoto 0410bb7623 remove bin/command first to avoid text file busy 2013-01-28 00:50:22 +09:00
Yukihiro "Matz" Matsumoto 7cb47fccca Merge pull request #784 from masuidrive/fix_mrbc_ext
Fixed mrbc file ext on host
2013-01-27 07:40:43 -08:00
Yukihiro "Matz" Matsumoto 60788672f2 Merge pull request #786 from carsonmcdonald/unsignedfixes
Fixes a number of "comparison between signed and unsigned" warnings.
2013-01-27 07:40:13 -08:00
Yukihiro "Matz" Matsumoto a43b53c14c Merge pull request #785 from bovi/readme
Improve Documentation
2013-01-27 07:38:11 -08:00
Yukihiro "Matz" Matsumoto e5dd50b917 Merge pull request #787 from carsonmcdonald/unittestcleanup
Removed tests that look outdated.
2013-01-27 07:37:22 -08:00
Carson McDonald 86eadb9637 Removed tests that look outdated. The mrb_compile_string they use is gone now. 2013-01-27 10:19:01 -05:00
Carson McDonald 8f83f6674c Fixes a number of "comparison between signed and unsigned" warnings. 2013-01-27 09:44:47 -05:00
Daniel Bovensiepen 030e0df384 Fix some styling of the documentation 2013-01-27 22:06:24 +08:00
Daniel Bovensiepen b24d869ab4 Modify code blocks 2013-01-27 22:00:22 +08:00