| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-15 | Update Documentation | Daniel Bovensiepen | |
| 2013-06-15 | Merge upstream | Daniel Bovensiepen | |
| 2013-07-27 | replace "if not" to "unless" | Yukihiro "Matz" Matsumoto | |
| 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. | |||
| 2013-07-24 | fix warning | fleuria | |
| 2013-07-24 | rename variable_gray_list to atomic_gray_list | fleuria | |
| 2013-07-24 | introduce gc_mark_gray_list(), and cleanup redaunt code with it | fleuria | |
| 2013-07-24 | Fix mrbc error for space included path | kyab | |
| 2013-07-24 | gc: replace comment "a round of GC" to "a GC cycle" | fleuria | |
| 2013-07-24 | rename mrb_garbage_collect() to mrb_full_gc() | fleuria | |
| 2013-07-24 | introduce incremental_gc_step() | fleuria | |
| 2013-07-23 | Merge pull request #1403 from Fleurer/comments-generational-gc | Yukihiro "Matz" Matsumoto | |
| add comments for Generational Mode in gc.c | |||
| 2013-07-23 | Merge pull request #1402 from mattn/check_home_is_null | Yukihiro "Matz" Matsumoto | |
| Check home is null | |||
| 2013-07-23 | resolve conflict | Yukihiro "Matz" Matsumoto | |
| 2013-07-23 | Merge pull request #1399 from carsonmcdonald/readlinelinkfix | Yukihiro "Matz" Matsumoto | |
| If readline is enabled add readline to libraries to link | |||
| 2013-07-23 | Merge pull request #1400 from carsonmcdonald/readlinewarnfix | Yukihiro "Matz" Matsumoto | |
| Move home variable into readline ifdef | |||
| 2013-07-23 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-07-23 | String `=~` and `match` to work with pluggable Regexp; close #1398 | Yukihiro "Matz" Matsumoto | |
| 2013-07-23 | gc: add comments for Generational Mode | fleuria | |
| 2013-07-23 | Check home is null | mattn | |
| 2013-07-23 | "spec.author" is better for single-author gems. | Tomoyuki Sahara | |
| "spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/ | |||
| 2013-07-23 | display multiple authors better. | Tomoyuki Sahara | |
| Before: Copyright (c) 2013 ["a", "b"] After: Copyright (c) 2013 a, b | |||
| 2013-07-22 | If readline is enabled add readline to libraries to link | Carson McDonald | |
| 2013-07-22 | Move home variable into readline ifdef | Carson McDonald | |
| 2013-07-22 | Merge pull request #1397 from Fleurer/revise-comments-on-white-colors | Yukihiro "Matz" Matsumoto | |
| revise the Two White Parts comments in gc.c | |||
| 2013-07-22 | revise the Two White Parts comments in gc.c | fleuria | |
| 2013-07-21 | Merge pull request #1392 from Fleurer/gc-rename-advance-phase | Yukihiro "Matz" Matsumoto | |
| rename advance_phace() to incremental_gc_until(), and cleanup some redundant codes with it. | |||
