| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-01 | revise the comment in mrb_full_gc() | fleuria | |
| the old comment "clean all the black object as old" looks confusing, it looks like "transform black object to old object", but indeed black is old, | |||
| 2013-08-01 | add comment for clear_all_old() | fleuria | |
| 2013-08-01 | remove unused inspect_range | Yukihiro "Matz" Matsumoto | |
| 2013-08-01 | Merge pull request #1425 from Bovi-Li/test-assert-fix | Yukihiro "Matz" Matsumoto | |
| [mrbtest] Actual/Expect Order - ArgumentError and Array | |||
| 2013-08-01 | Update Language Documentation | Daniel Bovensiepen | |
| 2013-08-01 | Merge remote-tracking branch 'upstream/master' into lang-doc | Daniel Bovensiepen | |
| 2013-08-01 | Fix order of actual and expect test value for Array | Daniel Bovensiepen | |
| 2013-08-01 | Fix order of actual and expect test value for ArgumentError | Daniel Bovensiepen | |
| 2013-07-31 | Merge pull request #1424 from Bovi-Li/test-assert | Yukihiro "Matz" Matsumoto | |
| Fix assignment of block as actual value and not expected | |||
| 2013-08-01 | Fix assignment of block as actual value and not expected | Daniel Bovensiepen | |
| 2013-08-01 | ci->target_class should be updated as well; #1418 | Yukihiro "Matz" Matsumoto | |
| 2013-07-31 | move mrb_gc_arena_restore() after cipop(); a bug found by Kilo Kawai | Yukihiro "Matz" Matsumoto | |
| 2013-07-31 | add new mrbgem mruby-exit | Yukihiro "Matz" Matsumoto | |
| 2013-07-31 | remove unnecessary spaces | Yukihiro "Matz" Matsumoto | |
| 2013-07-31 | stop storing target_class info for C defined methods | Yukihiro "Matz" Matsumoto | |
| 2013-07-31 | remove unused mrb_proc_new_with_target() | Yukihiro "Matz" Matsumoto | |
| 2013-07-30 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-07-30 | forget to re-initialize target_class for top-level eval; close #1418 | Yukihiro "Matz" Matsumoto | |
| 2013-07-29 | Merge pull request #1421 from carsonmcdonald/fixfor1419 | Yukihiro "Matz" Matsumoto | |
| Remove pop that was done when not a return val | |||
| 2013-07-29 | Merge pull request #1416 from suzukaze/refactor-object-ext-object.c | Yukihiro "Matz" Matsumoto | |
| I replace 0 with NULL because struct pointer be should set NULL in. | |||
| 2013-07-29 | Merge pull request #1417 from suzukaze/fix-doc-mrbgems | Yukihiro "Matz" Matsumoto | |
| I replace 'Pre-Conditions' with 'Preconditions' because the former is a ... | |||
| 2013-07-28 | Add a couple splat tests | Carson McDonald | |
| 2013-07-28 | Remove pop that was done when not a return val | Carson McDonald | |
| 2013-07-27 | I replace 'Pre-Conditions' with 'Preconditions' because the former is a ↵ | Jun Hiroe | |
| wrong word. | |||
| 2013-07-27 | replace "if not" to "unless" | Yukihiro "Matz" Matsumoto | |
| 2013-07-27 | I replace 0 with NULL because struct pointer be should set NULL in. | Jun Hiroe | |
| 2013-07-27 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-07-26 | Merge pull request #1410 from Fleurer/introduce-mrb-assert | Yukihiro "Matz" Matsumoto | |
| add assert check for TravisCI | |||
| 2013-07-26 | Merge pull request #1414 from suzukaze/correct-mistake-of-grammer-in-readme.md-2 | Yukihiro "Matz" Matsumoto | |
| I correct the mistakes of grammer in README.md. | |||
| 2013-07-26 | Merge pull request #1413 from suzukaze/correct-mistake-of-grammer-in-readme.md | Yukihiro "Matz" Matsumoto | |
| I correct the mistakes of grammer in README.md. | |||
| 2013-07-26 | I correct the mistakes of grammer in README.md. 'update' word is an ↵ | Jun Hiroe | |
| countable noun. | |||
| 2013-07-26 | I correct the mistakes of grammer in README.md. | Jun Hiroe | |
| 2013-07-26 | Merge pull request #1412 from h2so5/rename-pull-gems-option | Yukihiro "Matz" Matsumoto | |
| Rename --pull_gems to --pull-gems | |||
| 2013-07-26 | Rename --pull_gems to --pull-gems | h2so5 | |
| 2013-07-25 | refactor out longjmp() to a function | Yukihiro "Matz" Matsumoto | |
| 2013-07-25 | enabe MRB_DEBUG on travis_config.rb | fleuria | |
| 2013-07-25 | if mrbc.run fail, abort rake | fleuria | |
| 2013-07-25 | replace assert with mrb_assert | fleuria | |
| 2013-07-25 | replace gc_assert with mrb_assert | fleuria | |
| 2013-07-25 | introduce mrb_assert() in mruby.h | fleuria | |
| 2013-07-24 | remove an unused local variable | Yukihiro "Matz" Matsumoto | |
| 2013-07-24 | revise gc_mark_gray_list() not to cause SEGV on Ubuntu 32bit | Yukihiro "Matz" Matsumoto | |
| 2013-07-24 | restore once removed mrb_garbage_collect() | Yukihiro "Matz" Matsumoto | |
| 2013-07-24 | Merge pull request #1409 from suzukaze/fix-typos-in-variable.c | Yukihiro "Matz" Matsumoto | |
| I fix typos in variable.c. | |||
| 2013-07-24 | Merge pull request #1408 from Fleurer/fix-warning-get-valid-iv-sym | Yukihiro "Matz" Matsumoto | |
| suppress the warnings from get_valid_iv_sym() | |||
| 2013-07-24 | Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-step | Yukihiro "Matz" Matsumoto | |
| separate out `incremental_gc_step()` from `mrb_incremental_gc()`, and misc minor rename | |||
| 2013-07-24 | Merge pull request #1406 from Fleurer/gc-mark-gray-list | Yukihiro "Matz" Matsumoto | |
| introduce gc_mark_gray_list(), and cleanup redundant code with it | |||
| 2013-07-24 | Merge pull request #1405 from kyab/fix_mrbc_path_space | Yukihiro "Matz" Matsumoto | |
| Fix mrbc error for space included path | |||
| 2013-07-24 | I fix typos in variable.c. | Jun Hiroe | |
| 2013-07-24 | suppress the warnings from get_valid_iv_sym() | fleuria | |
| The parameter iv_name SHOULD be string or symbol, but there is no garantee on it. | |||
