| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-29 | Remove unused function parametes. | Masaki Muranaka | |
| 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 | 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-26 | inspecting anonymous class should not SEGV; close #780 | Yukihiro Matz Matsumoto | |
| 2013-01-23 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-01-23 | Merge pull request #770 from masuidrive/mrbgem_finalizer | Yukihiro "Matz" Matsumoto | |
| Added finalizer of mrbgems | |||
| 2013-01-22 | Removed ext | Yuichiro MASUI | |
| 2013-01-22 | Added finalizer of mrbgems | Yuichiro MASUI | |
| 2013-01-22 | zero initialize hex buffers; close 768 | Yukihiro Matz Matsumoto | |
| 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 | Improved build scripts and config files | Yuichiro MASUI | |
| 2013-01-20 | Modify handling of NODE_UNDEF to accept multiple arguments. | Masamitsu MURASE | |
| 2013-01-20 | Modify handling of Quoted non-expanded literal strings. | 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-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 #739 from cremno/use-b-specifier | Yukihiro "Matz" Matsumoto | |
| Use new mrb_get_args binary specifier. | |||
| 2013-01-16 | mrb_field_write_barrier paints also gray in the major collector. | Narihiro Nakamura | |
| These objects will be traversed after a minor collect cycle. | |||
| 2013-01-16 | Fix disappearance of command_call in case of statement without parentheses. | Takashi Sogabe | |
| 2013-01-16 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-01-16 | wrong condiiton in too many symbols check; #close #731 | Yukihiro Matz Matsumoto | |
| 2013-01-15 | Merge pull request #732 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/remove_multiple_definition_of_RuntimeError Remove multiple definition of RuntimeError. | |||
| 2013-01-15 | Merge pull request #734 from monaka/pr-error-check-inprovement-in-cdump-and-dump | Yukihiro "Matz" Matsumoto | |
| Error check inprovements in cdump and dump | |||
| 2013-01-15 | use the new specifier b instead of o | Cremno | |
| 2013-01-15 | silence clang warning | Selman ULUG | |
| 2013-01-15 | include/mruby/cdump.h: Add new error codes. | Masaki Muranaka | |
| src/cdump.h: Use error codes defined in mruby/cdump.h. | |||
| 2013-01-15 | Use MRB_DUMP_OK instead of 0. | Masaki Muranaka | |
| 2013-01-14 | Remove multiple definition of RuntimeError. | Masamitsu MURASE | |
| 2013-01-13 | Merge pull request #730 from masamitsu-murase/modify_range_initialize | Yukihiro "Matz" Matsumoto | |
| Modify `Range#initialize` | |||
| 2013-01-13 | Merge pull request #729 from authorNari/unclear-black-in-major-collector | Yukihiro "Matz" Matsumoto | |
| Doesn't clear black of all marked objects in the major collector. | |||
| 2013-01-14 | change 2012 to 2013 | Yukihiro Matz Matsumoto | |
| 2013-01-13 | Modify `Range#initialize` to accept optional `exclusive` argument. | Masamitsu MURASE | |
| 2013-01-13 | Initialize edges of RRange. | Masamitsu MURASE | |
| 2013-01-13 | Doesn't clear black of all marked objects in major collections. | Narihiro Nakamura | |
| Since the minor collector doesn't need to mark these objects, the worst-case pause time is reduced. | |||
| 2013-01-13 | more aggressive code elimination for NODE_DOT{2,3} | Yukihiro Matz Matsumoto | |
| 2013-01-13 | eliminate unused hash expression more aggresively | Yukihiro Matz Matsumoto | |
| 2013-01-13 | eliminate unused array expression more aggresively | Yukihiro Matz Matsumoto | |
| 2013-01-13 | add new specifier "b" (boolean) for mrb_get_args() | Yukihiro Matz Matsumoto | |
| 2013-01-11 | remove mrb_str_each_line form src/string.c | skandhas | |
| 2013-01-10 | add mrb_check_hash_type | skandhas | |
| 2013-01-09 | Merge pull request #713 from masuidrive/add_s_options_to_ar | Yukihiro "Matz" Matsumoto | |
| Added s flag to ar command | |||
| 2013-01-10 | jump address error when value taken from if statement without else clause; ↵ | Yukihiro Matz Matsumoto | |
| close #712 | |||
| 2013-01-09 | Added s flag to ar command | Yuichiro MASUI | |
| 2013-01-09 | Fix error handlings. | Masaki Muranaka | |
| 2013-01-09 | Merge branch 'master' of github.com:mruby/mruby into pr-strict-error-checking | Masaki Muranaka | |
