- 18 Jan, 2015 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
mrdb, mirb: Add fflush() so that a external program can read output imme...
-
Yukihiro "Matz" Matsumoto authored
Don't use Build.current if possible
-
Julian Aron Prenner authored
-
Yukihiro "Matz" Matsumoto authored
mrdb: fix crash when stepping into Proc.call
-
Yukihiro "Matz" Matsumoto authored
update stable version number in README
-
sdottaka authored
How to reproduce: ``` cat a.rb Proc.new { 1 }.call echo step | mrdb a.rb ```
-
- 17 Jan, 2015 1 commit
-
-
takahashim authored
-
- 14 Jan, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
fix infinite loop in String#match(arg) when arg is String
-
- 13 Jan, 2015 5 commits
-
-
takahashim authored
-
Yukihiro "Matz" Matsumoto authored
Add String#upto
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
add String#ljust into mruby-string-ext
-
Yukihiro "Matz" Matsumoto authored
fix Segmentation fault on Struct#inspect due to recursive Struct object
-
- 12 Jan, 2015 2 commits
-
-
takahashim authored
-
takahashim authored
-
- 10 Jan, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Use sizeof() instead of strlen().
-
- 07 Jan, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Properly implement directory tasks
-
Julian Aron Prenner authored
-
- 06 Jan, 2015 1 commit
-
-
Julian Aron Prenner authored
-
- 04 Jan, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Use mrb_exc_new_str_lit().
-
- 03 Jan, 2015 10 commits
-
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
Removed duplicated declarations.
-
Tatsuhiko Kubo authored
* `mrb_show_version()` * `mrb_show_copyright()`
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
fixed error-handling for mrb_open().
-
Tatsuhiko Kubo authored
When mrb_open() is called again, it is not checked.
-
Yukihiro "Matz" Matsumoto authored
Round execution time
-
Daniel Bovensiepen authored
-
sdottaka authored
-
Yukihiro "Matz" Matsumoto authored
Set correct build dir for bins
-
- 02 Jan, 2015 1 commit
-
-
Julian Aron Prenner authored
-
- 01 Jan, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Remove redundant NULL checks for mrb_malloc().
-
- 31 Dec, 2014 1 commit
-
-
Tatsuhiko Kubo authored
-
- 27 Dec, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Avoid block_given? in mrbgem:enum.rb to reduce method calls
-
Yukihiro "Matz" Matsumoto authored
Use suitable type.
-
Jun Hiroe authored
-
Tatsuhiko Kubo authored
-
- 25 Dec, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 23 Dec, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
mruby-eval: fix typo
-
Yukihiro "Matz" Matsumoto authored
-