- 01 Apr, 2013 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
Check malloc failed
-
Yukihiro "Matz" Matsumoto authored
bugfix: Kernel#!=, and add #!= testcase.
-
Kouki Ooyatsu authored
-
Yukihiro "Matz" Matsumoto authored
Cleanup around mrb_raise calls
-
Yukihiro "Matz" Matsumoto authored
Add fib39.rb to benchmark/
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
- 31 Mar, 2013 6 commits
-
-
Masaki Muranaka authored
At the first time, mrb_realloc raise RuntimeError. At the time fails twice in a row, it causes panic.
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
- 30 Mar, 2013 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix the calc_crc_16_ccitt signature to match the source file
-
Artur K authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove the bit-field by mrb_value.tt
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Cleanup numeric.c
-
Yukihiro "Matz" Matsumoto authored
Add null char terminate to each symbol name.
-
Masaki Muranaka authored
-
- 29 Mar, 2013 12 commits
-
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
Export mrb_flo_to_str() as API.
-
Masaki Muranaka authored
Add new API mrb_flo_to_fixnum(). You can replace mrb_flt2big() to mrb_flo_to_fixnum() with few modifications.
-
Yukihiro "Matz" Matsumoto authored
Fixed testrb load path
-
Yuichiro MASUI authored
-
Yukihiro "Matz" Matsumoto authored
Remove API mrb_string_value().
-
Masaki Muranaka authored
Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And mrb_string_value() is no merit to keep using.
-
Yukihiro "Matz" Matsumoto authored
Display the command line when mrbc is kicked in the verbose mode.
-
Yukihiro "Matz" Matsumoto authored
Simplify dump/load
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-