- 23 Nov, 2016 2 commits
-
-
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 13 commits
-
-
Yukihiro "Matz" Matsumoto authored
Doc
-
Herwin Weststrate authored
-
Herwin Weststrate authored
-
Herwin Weststrate authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
bundled testing gems do not need to be included in default.gembox. all gems under mrbgems are linked automatically in the test process.
-
Yukihiro "Matz" Matsumoto authored
-
Tomasz Dąbrowski authored
Inline structures have no instance variables, no finalizer, and offer as much space as possible in RBASIC object. This means 24 bytes on 64-bit platforms and 12 bytes on 32-bit platforms. mruby-inline-struct gem is only provided for testing.
-
Yukihiro "Matz" Matsumoto authored
Remove webhook notification for Travis CI
-
Yukihiro "Matz" Matsumoto authored
Ranges should not rewrite
-
ksss authored
-
Hiro Asari authored
As travis-rubies now uses 3 Mac jobs to create archives for various OS releases. This is a bit wasteful if multiple builds pass in a short period. Instead, Travis CI is now running a nightly build of mruby-head (around 22:30 UTC). This will happen regardless of the state of the master branch.
-