- 14 Aug, 2013 14 commits
-
-
Yukihiro "Matz" Matsumoto authored
redesign mruby/data.h API; use DATA_PTR() for raw data pointer, DATA_GET_PTR() to type safe retrieval (TypeError will be raised), DATA_CHECK_GET_PTR() to get nil if type mismatched
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix Class#new call to inherited and add a couple Class tests
-
Yukihiro "Matz" Matsumoto authored
-
Carson McDonald authored
-
Carson McDonald authored
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
Adding line numbers to the output of mirb.
-
Yukihiro "Matz" Matsumoto authored
Tests and another fix for issue #1467
-
Yukihiro "Matz" Matsumoto authored
Remove debug printf
-
- 13 Aug, 2013 9 commits
-
-
Jack Danger Canty authored
Before: > "hi" hi > d (mirb):1: undefined method 'd' for main (NoMethodError) > d (mirb):1: undefined method 'd' for main (NoMethodError) > "hi" hi > "#{'}" line 1: unterminated string meets end of file After > "hi" hi > d (mirb):2: undefined method 'd' for main (NoMethodError) > d (mirb):3: undefined method 'd' for main (NoMethodError) > "hi" hi > "#{'}" line 5: unterminated string meets end of file
-
Carson McDonald authored
-
Carson McDonald authored
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
I add ISO test '15.2.12.3' included modules in Arrray
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Aug, 2013 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
fix #1459
-
fleuria authored
gen_vmassignment() missed a pop() in a conditional branch, but we have to keep each conditional branch 's stack depth the same all the time when it left execution.
-
Yukihiro "Matz" Matsumoto authored
I fix ISO no in String class in comparison with ISO_IEC_30170_2012(E)
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 11 Aug, 2013 1 commit
-
-
Jun Hiroe authored
-
- 10 Aug, 2013 1 commit
-
-
Jonas Kulla authored
-
- 09 Aug, 2013 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
clean up the warnings when GC_PROFILE is set
-
Yukihiro "Matz" Matsumoto authored
-
fleuria authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
add comments for major GC
-
fleuria authored
-
Yukihiro "Matz" Matsumoto authored
fix bison 3.0 warning
-
Cremno authored
YACC src/parse.y -> build/host/src/y.tab.c src/parse.y:936.1-12: warning: deprecated directive, use ‘%pure-parser’ [-Wdeprecated] %pure_parser
-
- 08 Aug, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-