An error occurred fetching the project authors.
- 01 Apr, 2013 8 commits
-
-
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 4 commits
-
-
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 17 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
-
Masaki Muranaka authored
It is not used in the core. It does not have mrb_ prefix. strtol() is slightly heavy and we have similar API.
-
Masaki Muranaka authored
-
Masaki Muranaka authored
Modify the type of line-number to uint16_t. Type short is not portable. And it cannot be more than UINT16_MAX because of the mrbc binary format.
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-