- 01 Sep, 2015 4 commits
-
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
C string.h API documentation.
-
Yukihiro "Matz" Matsumoto authored
run bintests within subfolders of bintest/
-
Ralph Desir authored
-
- 31 Aug, 2015 4 commits
-
-
Terence Lee authored
-
Ralph Desir authored
-
Ralph Desir authored
-
Ralph Desir(Mav7) authored
-
- 27 Aug, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add String#freeze test
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
- 22 Aug, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use #nil? instead of == nil.
-
Yukihiro "Matz" Matsumoto authored
Refactor mrubygem code (range.rb, numeric.rb, string.rb, array.rb, enum.rb)
-
INOUE Yasuyuki authored
-
- 21 Aug, 2015 5 commits
-
-
go.kikuta authored
-
go.kikuta authored
-
go.kikuta authored
-
go.kikuta authored
numeric.rb: refactor code (Avoid using {...} for multi-line blocks, Surrounding space missing in default value assignment)
-
go.kikuta authored
range.rb: refactor code (use ! instead of not, use favor modifier if and unless usage when having a single-line body)
-
- 20 Aug, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
array.rb: refactor some code
-
- 19 Aug, 2015 1 commit
-
-
go.kikuta authored
-
- 17 Aug, 2015 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
irep dump: fix format string for MRB_USE_FLOAT
-
Yukihiro "Matz" Matsumoto authored
delete duplicate definition of Exception.exception
-
cremno authored
It overwrote the original definition in src/error.c, line 446.
-
cremno authored
IEC 60559 single format has 6 to 9 significant decimal digits precision. However the printf conversion specifier e (and E, of course) already writes 1 digit - the one before the decimal point - and precision specifies the number of digits to write after the decimal point.
-
- 12 Aug, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove duplicated RARRAY_LEN check in ary_elt
-
go.kikuta authored
-
- 11 Aug, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove non-need tmp value in mrb_obj_to_sym
-
go.kikuta authored
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Aug, 2015 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Aug, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 05 Aug, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Aug, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add build on Trusty and OS X
-
Hiro Asari authored
The default 6.1 was slow
-
Hiro Asari authored
-
- 03 Aug, 2015 1 commit
-
-
Hiro Asari authored
-