- 24 Jul, 2013 1 commit
-
-
kyab 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 6 commits
-
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
Changed the attr methods in mrblib, so that they take advantage of validating the name against a string parameter if need be
-
Ryan Scott authored
-
Carson McDonald authored
-
- 20 Jul, 2013 1 commit
-
-
crimsonwoods authored
Linux-x86_64 has not been supported now. This commit add Linux-x86_64 platform support.
-
- 19 Jul, 2013 8 commits
-
-
Ryan Scott authored
Conflicts: mrblib/class.rb
-
Ryan Scott authored
-
fleuria authored
-
fleuria authored
in fact advance_phace() is not really a "phase", but can be used as an utility function.
-
Yukihiro "Matz" Matsumoto authored
Add comments in irep.h
-
Yukihiro "Matz" Matsumoto authored
Save mirb history when readline enabled
-
Yukihiro "Matz" Matsumoto authored
Fix string test for so that it works for int16
-
Yukihiro "Matz" Matsumoto authored
Changed use of MRB_INT_MAX to MRB_INT_MAX-1
-
- 18 Jul, 2013 2 commits
-
-
Carson McDonald authored
-
kyab authored
-
- 17 Jul, 2013 2 commits
-
-
Ryan Scott authored
First round of trying to improve the performance of attr_reader and attr_writer. From ~24sec to ~15sec
-
kyab authored
-