| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-01-27 | Fix some styling of the documentation | Daniel Bovensiepen | |
| 2013-01-27 | Modify code blocks | Daniel Bovensiepen | |
| 2013-01-27 | Fixed mrbc file ext on host | Yuichiro MASUI | |
| 2013-01-26 | Merge pull request #783 from masuidrive/move_mrbgems | Yukihiro "Matz" Matsumoto | |
| Moved mrbgems examples | |||
| 2013-01-26 | Moved mrbgems examples | Yuichiro MASUI | |
| 2013-01-26 | defined printf macro for mrb_int | Yuichiro MASUI | |
| 2013-01-26 | inspecting anonymous class should not SEGV; close #780 | Yukihiro Matz Matsumoto | |
| 2013-01-24 | Merge pull request #779 from DAddYE/patch-3 | Yukihiro "Matz" Matsumoto | |
| Let's use more ruby | |||
| 2013-01-24 | Let's use more ruby | Davide D'Agostino | |
| 2013-01-24 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-01-24 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-01-23 | Merge pull request #778 from mattn/gemlist | Yukihiro "Matz" Matsumoto | |
| Listing gems vertically | |||
| 2013-01-23 | Merge pull request #777 from thecodeshop/pp-clean | Yukihiro "Matz" Matsumoto | |
| Remove noisy build message quotes | |||
| 2013-01-24 | Listing gems vertically | mattn | |
| 2013-01-24 | Remove noisy build message quotes | Jon | |
| 2013-01-24 | Add flags_after_libraries | Yuichiro MASUI | |
| 2013-01-24 | merge master | Yuichiro MASUI | |
| 2013-01-23 | Merge pull request #776 from carsonmcdonald/displaybuildinfo | Yukihiro "Matz" Matsumoto | |
| Add build summary at the end of a build. | |||
| 2013-01-23 | Add build summary at the end of a build. | Carson McDonald | |
| 2013-01-23 | Merge pull request #775 from mattn/remove_reverse | Yukihiro "Matz" Matsumoto | |
| Remove reverse | |||
| 2013-01-23 | Remove reverse | mattn | |
| 2013-01-23 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-01-23 | Merge pull request #773 from thecodeshop/ppp | Yukihiro "Matz" Matsumoto | |
| Refine pretty printing | |||
| 2013-01-23 | Merge pull request #772 from arciem/updateMarkdown | Yukihiro "Matz" Matsumoto | |
| Fixed markdown of code in mrbgems/README.md | |||
