- 05 Mar, 2014 31 commits
-
-
cremno authored
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
small refactor in mirb
-
takkaw authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS
-
Yukihiro "Matz" Matsumoto authored
remove unused variable
-
MATSUMOTO Ryosuke authored
-
Yukihiro "Matz" Matsumoto authored
fix mruby command returning EXIT_SUCCESS when program file can't be opened.
-
cubicdaiya authored
GLOBAL_RAND_SEED_KEY is no longer used.
-
Tatsuya Matsumoto authored
opened.
-
Yukihiro "Matz" Matsumoto authored
fix argument spec setting of Kernel.exit method.
-
Tatsuya Matsumoto authored
this method requires 1 optional argument.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add existing include/ directory only.
-
Yukihiro "Matz" Matsumoto authored
Fix #1803
-
take_cheeze authored
-
mattn authored
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
Add mruby-bin-mruby-config
-
Yukihiro "Matz" Matsumoto authored
mruby command should not execute program on "syntax only option(-c)".
-
Yukihiro "Matz" Matsumoto authored
fix indent.
-
Yukihiro "Matz" Matsumoto authored
fix off-by-one error in attrsym
-
mattn authored
-
mattn authored
-
Tatsuya Matsumoto authored
-
mattn authored
-
Tatsuya Matsumoto authored
-
cubicdaiya authored
The allocation size for null-terminated character is lacking. In actual, it is no problem in most case because codegen_palloc allocates more a memory size than required size.
-
- 04 Mar, 2014 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add notes about new features.
-
Yukihiro "Matz" Matsumoto authored
Fix #1793
-
take_cheeze authored
-
take_cheeze authored
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
fix off-by-one error in String#rindex(fixnum)
-
Yukihiro "Matz" Matsumoto authored
fix a comment end of include guard
-
cubicdaiya authored
null-terminated string should not be included in search targets.
-
cubicdaiya authored
-