- 26 Feb, 2014 1 commit
-
-
take_cheeze authored
-
- 25 Feb, 2014 15 commits
-
-
Yukihiro "Matz" Matsumoto authored
Specialize C++ compiler in clang toolchain.
-
Yukihiro "Matz" Matsumoto authored
Update README.md; The URL of the mruby home-page is accessible.
-
Yukihiro "Matz" Matsumoto authored
fix missing spaces.
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Tatsuya Matsumoto authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Implement default Random instance.
-
Yukihiro "Matz" Matsumoto authored
small-optimization for mrb_time_zone
-
cubicdaiya authored
mrb_str_new_static is more efficient than mrb_str_new in this case.
-
cubicdaiya authored
Using mrb_str_new instead of mrb_str_new_cstr
-
chasonr authored
Previously, the default random number generator was implemented using static storage. This storage is common to all instances of mruby in a process, and use of the default random number generator in one instance will perturb the default random number generator in other instances. It is also not thread safe. With this change, the default random number generator is defined as Random::DEFAULT, as it is in CRuby.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 24 Feb, 2014 16 commits
-
-
Yukihiro "Matz" Matsumoto authored
add ruby and C code execution order note
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Always include build_config.rb to compile dependency.
-
Yukihiro "Matz" Matsumoto authored
add MRB_ prefix to STRINGIZE macro
-
Yukihiro "Matz" Matsumoto authored
Add target example for Intel Galileo board
-
Yukihiro "Matz" Matsumoto authored
limit preserved significand length
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
add 'd' format specifier in mrb_get_args and mruby-random gem improvement
-
kyab authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Issue minor corrections and updates to INSTALL file.
-
Yukihiro "Matz" Matsumoto authored
Add error for C99 style variable declaration on travis-ci
-
cho45 authored
build_config.rb modifies `cc.defines` (eg. `DISABLE_GEMS`) so files depending on such flags should be rebuilt. Ref. (Failing scenario): https://gist.github.com/cho45/9181191
-
Jeremy Ong authored
-
bggd authored
-
bggd authored
-
- 23 Feb, 2014 8 commits
-
-
h2so5 authored
-
Yukihiro "Matz" Matsumoto authored
Add warning for C89-style variable declarations
-
Yukihiro "Matz" Matsumoto authored
Make mruby build directory customizable.
-
Yukihiro "Matz" Matsumoto authored
Fix unused function warning when readline enabled (mirb)
-
take_cheeze authored
-
kyab authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-