| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |
| 2013-01-09 | Extract each expresion in "if" statements. It is for maintainability. | Masaki Muranaka | |
| 2013-01-09 | Remove redundant null checks. | Masaki Muranaka | |
| 2013-01-07 | Merge pull request #703 from authorNari/skip_sweeping_old | Yukihiro "Matz" Matsumoto | |
| Skip sweeping old slots which don't contain any young object in the minor GC | |||
| 2013-01-07 | Skip sweeping old slots which don't contain any young object. | Narihiro Nakamura | |
| 2013-01-07 | gc.c: Enable DEBUG(x) if GC_DEBUG is defined. | Masaki Muranaka | |
| vm.c: Enable DEBUG(x) if VM_DEBUG is defined. | |||
| 2013-01-07 | Add the generational gc | Narihiro Nakamura | |
| 2013-01-07 | These places need the write barrier | Narihiro Nakamura | |
| 2013-01-06 | `unless` without `else` should return nil if the condition is true. | Masamitsu MURASE | |
| 2013-01-06 | Modify NODE_IF handling. | Masamitsu MURASE | |
| When "unless" is used without "else", tree->cdr->car of NODE_IF is NULL. In this case, pop() should not be called because codegen generates no code. | |||
| 2013-01-04 | add mrb_mod_method_defined | skandhas | |
| 2013-01-03 | Rebuild CRuby based building script without Makefile | Yuichiro MASUI | |
| Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb | |||
| 2012-12-31 | Fix a wrong comment | Narihiro Nakamura | |
