- 24 Nov, 2016 7 commits
-
-
Tomasz Dąbrowski authored
-
Tomasz Dąbrowski authored
-
Tomasz Dąbrowski authored
-
Tomasz Dąbrowski authored
Otherwise, C++ compilers will skip this constant when producing object files.
-
Tomasz Dąbrowski authored
-
Yukihiro "Matz" Matsumoto authored
Fix segfault when Fixnum#chr doesn't return a string
-
Yukihiro "Matz" Matsumoto authored
Fix segfault in Array#sample
-
- 23 Nov, 2016 5 commits
-
-
Bouke van der Bijl authored
-
Bouke van der Bijl authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 22 Nov, 2016 12 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixed C declaration in re.h
-
Tomasz Dąbrowski authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
mruby special.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fixnum is usually big enough for shift width.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reimplements Range#first
-
Yukihiro "Matz" Matsumoto authored
Fixed NaN boxing for 64-bit configrations
-
Yukihiro "Matz" Matsumoto authored
Fix typo in test
-
Yutaka HARA authored
-
- 21 Nov, 2016 6 commits
-
-
Tomasz Dąbrowski authored
Useful for testing when using boxing on different platforms.
-
Tomasz Dąbrowski authored
So that other files can immediately use it.
-
Tomasz Dąbrowski authored
Definition of boxed pointer is following: `111111111111TTTT TTPPPPPPPPPPPPPP PPPPPPPPPPPPPPPP PPPPPPPPPPPPPPPP` Previously, only the last 32-bit were set, and remaining 14 bits were zeroed when setting `ttt`.
-
Tomasz Dąbrowski authored
-
ksss authored
Range#first shouldn't call `Range#to_a` on infinity range.
-
Yukihiro "Matz" Matsumoto authored
Fix for sprintf test exceeding bounds with MRB_INT16
-
- 20 Nov, 2016 2 commits
-
-
Tomasz Dąbrowski authored
-
Yukihiro "Matz" Matsumoto authored
Fix Range#size results
-
- 19 Nov, 2016 2 commits
- 18 Nov, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix condition of Range#include?
-
ksss authored
-
- 17 Nov, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Doc
-
Herwin Weststrate authored
-
Herwin Weststrate authored
-