- 24 Jul, 2013 17 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
I fix typos in variable.c.
-
Yukihiro "Matz" Matsumoto authored
suppress the warnings from get_valid_iv_sym()
-
Yukihiro "Matz" Matsumoto authored
separate out `incremental_gc_step()` from `mrb_incremental_gc()`, and misc minor rename
-
Yukihiro "Matz" Matsumoto authored
introduce gc_mark_gray_list(), and cleanup redundant code with it
-
Yukihiro "Matz" Matsumoto authored
Fix mrbc error for space included path
-
Jun Hiroe authored
-
fleuria authored
The parameter iv_name SHOULD be string or symbol, but there is no garantee on it.
-
fleuria authored
-
fleuria authored
-
fleuria authored
-
kyab authored
-
fleuria authored
-
fleuria authored
-
fleuria authored
-
- 23 Jul, 2013 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
add comments for Generational Mode in gc.c
-
Yukihiro "Matz" Matsumoto authored
Check home is null
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
If readline is enabled add readline to libraries to link
-
Yukihiro "Matz" Matsumoto authored
Move home variable into readline ifdef
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
fleuria authored
-
mattn authored
-
Tomoyuki Sahara authored
"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/
-
Tomoyuki Sahara authored
Before: Copyright (c) 2013 ["a", "b"] After: Copyright (c) 2013 a, b
-
- 22 Jul, 2013 9 commits
-
-
Carson McDonald authored
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
revise the Two White Parts comments in gc.c
-
fleuria authored
-
Yukihiro "Matz" Matsumoto authored
rename advance_phace() to incremental_gc_until(), and cleanup some redundant codes with it.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Performance improvement of methods generated by Module#attr
-
Yukihiro "Matz" Matsumoto authored
Fail if dependency isn't found
-
Yukihiro "Matz" Matsumoto authored
Improve Android NDK toolchain support.
-
- 21 Jul, 2013 3 commits
-
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
-