- 15 Sep, 2018 4 commits
-
-
Tom Black authored
Use of `execl()` is prohibited on these platforms
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Prevent signed integer overflow.
-
Yukihiro "Matz" Matsumoto authored
-
- 14 Sep, 2018 1 commit
-
-
Clayton Smith authored
-
- 08 Sep, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix typo
-
- 07 Sep, 2018 4 commits
- 06 Sep, 2018 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
I misunderstood the return value from `snprintf()`, which is NOT number of characters written in buffer, but the number of character the buffer has to have to write the complete output.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
But when `MRB_WITHOUT_FLOAT` is set, there's no way to sleep for sub seconds. So mruby specific `usleep` is provided.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 05 Sep, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
* Method implementation functions made `static`. * Function declaration style has been changed. * Unnecessary header file `mrb_sleep.h` removed. * Used `mrb_get_args()` instead of self parsing. * Indentation kept untouched.
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Sep, 2018 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Support verbose mode in bintest.
-
Yukihiro "Matz" Matsumoto authored
`argv` may be retrieved from an array whose `ptr` is `NULL` when it`s empty.
-
Yukihiro "Matz" Matsumoto authored
This reverts commit c96def7c. This change was from my misunderstanding.
-
Yukihiro "Matz" Matsumoto authored
This change was inspired by [ruby-bugs#7573]
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Avoid root fiber initialization for CRuby.
-
take-cheeze authored
closes #4085.
-
take-cheeze authored
-
- 03 Sep, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Reversing gems final
-
- 02 Sep, 2018 1 commit
-
-
dearblue authored
-
- 01 Sep, 2018 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
It causes trouble for safe navigation operator.
-
Yukihiro "Matz" Matsumoto authored
But `BasicObject#__send__` is still available from the core.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 30 Aug, 2018 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
The bytecode format was updated so the header version constants must be updated as well.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Unlike `mrb_check_hash_type()` that returns `nil` if the argument is not a `Hash`, `mrb_ensure_hash_type()` raises a `TypeError` exception.
-