| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-22 | Fixed markdown of code in mrbgems/README.md | Robert McNally | |
| 2013-01-22 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-01-22 | zero initialize hex buffers; close 768 | Yukihiro Matz Matsumoto | |
| 2013-01-21 | Merge pull request #767 from masuidrive/build_error_message | Yukihiro "Matz" Matsumoto | |
| Added "Unknown toolchain/gem" error message | |||
| 2013-01-21 | Merge pull request #763 from matsumoto-r/change_cflags_name | Yukihiro "Matz" Matsumoto | |
| Changed flags name in libmruby.flags.mak | |||
| 2013-01-21 | Added "Unknown toolchain/gem" error message | Yuichiro MASUI | |
| 2013-01-21 | Changed flags name in libmruby.flags.mak | MATSUMOTO Ryosuke | |
| 2013-01-21 | Merge pull request #762 from cremno/vs2012-toolchain-fixes | Yukihiro "Matz" Matsumoto | |
| vs2012 toolchain: various fixes | |||
| 2013-01-21 | Merge pull request #760 from masuidrive/fixed_compat | Yukihiro "Matz" Matsumoto | |
| Fixed 1.8 compatibility | |||
| 2013-01-21 | Merge pull request #759 from skandhas/pr-fix-build-on-cygwin | Yukihiro "Matz" Matsumoto | |
| fix build faild on Cygwin Environment | |||
| 2013-01-21 | vs2012 toolchain: various fixes | Cremno | |
| CC: / instead of - (cosmetic change) LD: removed default libraries and fixed options syntax AR: added /nologo | |||
| 2013-01-21 | Merge pull request #757 from bovi/compile-doc | Yukihiro "Matz" Matsumoto | |
| Adapt Compile Documentation to improved Build process | |||
| 2013-01-21 | resolve conflicts | Yukihiro Matz Matsumoto | |
| 2013-01-21 | Merge pull request #761 from bovi/beautify-build | Yukihiro "Matz" Matsumoto | |
| Beautify build process output | |||
| 2013-01-21 | Beautify the output of rake | Daniel Bovensiepen | |
| 2013-01-21 | Set default rake to not verbose | Daniel Bovensiepen | |
| 2013-01-21 | make minirake respect verbose and set verbose to false by default | Daniel Bovensiepen | |
| 2013-01-21 | Fixed 1.8 compatibilitywq | Yuichiro MASUI | |
| 2013-01-21 | fix build faild on Cygwin Environment | skandhas | |
| 2013-01-21 | Reduce line length | Daniel Bovensiepen | |
| 2013-01-21 | Fix Visual Studio Toolchain | Daniel Bovensiepen | |
| 2013-01-21 | Export build flags to lib/libmruby.flags.mak | Yuichiro MASUI | |
| 2013-01-21 | Beautify the graphs in the compilation documentation | Daniel Bovensiepen | |
| 2013-01-21 | Add diagram for new build process | Daniel Bovensiepen | |
| 2013-01-21 | build_config gets more flexibility | Yuichiro MASUI | |
| 2013-01-20 | Merge pull request #755 from masuidrive/imprive_build_scripts | Yukihiro "Matz" Matsumoto | |
| Improved build scripts and config files | |||
| 2013-01-20 | Merge pull request #754 from masamitsu-murase/modify_undef_node | Yukihiro "Matz" Matsumoto | |
| Modify handling of NODE_UNDEF. | |||
| 2013-01-20 | Merge pull request #753 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/modify_handling_of_quoted_string_literal Modify handling of quoted non-expanded string literal | |||
| 2013-01-20 | Merge pull request #749 from masamitsu-murase/modify_handling_of_bodystmt | Yukihiro "Matz" Matsumoto | |
| Modify handling of `bodystmt`. | |||
| 2013-01-20 | Merge pull request #751 from masamitsu-murase/modify_block_copy_of_op_enter | Yukihiro "Matz" Matsumoto | |
| Modify handling of OP_ENTER. | |||
| 2013-01-20 | Modify documentation for new build process | Daniel Bovensiepen | |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI | |
| 2013-01-20 | Add test for `undef` and `alias`. | Masamitsu MURASE | |
| 2013-01-20 | Modify handling of NODE_UNDEF to accept multiple arguments. | Masamitsu MURASE | |
| 2013-01-20 | Add a test for quoted non-expanded string literal. | Masamitsu MURASE | |
| 2013-01-20 | Modify handling of Quoted non-expanded literal strings. | Masamitsu MURASE | |
| 2013-01-20 | Add test for issue #750. | Masamitsu MURASE | |
| 2013-01-19 | Modify handling of OP_ENTER. | Masamitsu MURASE | |
| If `argc` is `-1`, `block` parameter is sometimes overwritten. | |||
| 2013-01-19 | Modify handling of `bodystmt`. | Masamitsu MURASE | |
| 2013-01-18 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-01-18 | Merge pull request #745 from authorNari/clear-old-flag-to-change-gc-mode | Yukihiro "Matz" Matsumoto | |
| Clear all old flags, even if we change the gc mode during the major gc. | |||
| 2013-01-18 | fixed wrong loop termination introduced by 79d38c4 | Yukihiro Matz Matsumoto | |
| 2013-01-17 | Clear all old flags, even if we change the gc mode during the major gc. | Narihiro Nakamura | |
| 2013-01-16 | Merge pull request #743 from iij/pr-fix-masgn | Yukihiro "Matz" Matsumoto | |
| Fix disappearance of command_call in case of statement without parentheses | |||
| 2013-01-16 | Merge pull request #742 from mattn/supress_cast_warnings | Yukihiro "Matz" Matsumoto | |
| supress cast warning on C++. | |||
| 2013-01-16 | Merge pull request #739 from cremno/use-b-specifier | Yukihiro "Matz" Matsumoto | |
| Use new mrb_get_args binary specifier. | |||
| 2013-01-16 | Merge pull request #744 from authorNari/fixed-field-write-barrier | Yukihiro "Matz" Matsumoto | |
| mrb_field_write_barrier paints also gray in the major collector. | |||
| 2013-01-16 | save/restore arena index in mirb; close #740 | Yukihiro Matz Matsumoto | |
| 2013-01-16 | check if array expands in each block | Yukihiro Matz Matsumoto | |
| 2013-01-16 | check if array shrinks in each block | Yukihiro Matz Matsumoto | |
