- 27 Sep, 2017 1 commit
-
-
Tomasz Dąbrowski authored
fix: include\mruby/gc.h(43): warning C4200: nonstandard extension used: zero-sized array in struct/union
-
- 25 Sep, 2017 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Change DISABLE_STDIO to MRB_DISABLE_STDIO in mruby-time/time.c
-
Tomasz Dabrowski authored
-
- 23 Sep, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 22 Sep, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Sep, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
After f68f5f6b, the operand of `OP_EPOP` should have been `1`. Now we have removed the limitation.
-
- 11 Sep, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
fix #3809
-
Yukihiro "Matz" Matsumoto authored
-
- 06 Sep, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
If `#initialize` is implemented in C, we don't need stack consuming `mrb_funcall`.
-
- 05 Sep, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Sep, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Instead of `irep -> proc` chain, we use `irep -> irep` chain to avoid GC bugs like #3804. We added `target_class` reference to `mrb_irep` struct. That means one more word consumption per `irep`.
-
Yukihiro "Matz" Matsumoto authored
-
- 02 Sep, 2017 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Trying to make the code more readable
-
Yukihiro "Matz" Matsumoto authored
Update print.c
-
fl0l0u authored
Strings not containing a newline are not printed synchronously ex. bin/mruby -e '["a", "b", "c", "\n", "d", "e", "f", "\n"].each {|e| print e ; usleep 200000}'
-
Flavio Medeiros authored
Trying to make the source code more understandable by removing mixing of ternary if statements with attributions.
-
Yukihiro "Matz" Matsumoto authored
Tested local jump errors caused by break in a proc
-
- 31 Aug, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
It may be better to raise exceptions, but CRuby doesn't.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Unless `MRB_NAN_BOXING` is specified.
-
- 30 Aug, 2017 7 commits
-
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
Allowed to pass multiple exceptions to assert_raise
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Refactored #assert_raise and #assert_nothing_raised
-
- 29 Aug, 2017 4 commits
-
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This reverts commit 15d48efa.
-
- 28 Aug, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
`__ENCODING__' returns the current encoding name (string), unlike CRuby that returns the encoding object.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Aug, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Array refactorings and speed improvements
-