- 13 Mar, 2013 6 commits
-
-
Masaki Muranaka authored
Extract stack zero filling to stack_clear(). Porting evelopers can optimize by replacing to memset() on their own risk.
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
Remove str_alloc(). Use mrb_obj_alloc_string() instead.
-
Yukihiro "Matz" Matsumoto authored
Remove mrb_str_sublen() as it is not used.
-
Yukihiro "Matz" Matsumoto authored
Remove mrb_str_new2().
-
Yukihiro "Matz" Matsumoto authored
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
-
- 12 Mar, 2013 17 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove unused return value in mruby.c
-
Yukihiro "Matz" Matsumoto authored
Use suitable types for variables.
-
Yukihiro "Matz" Matsumoto authored
Use suitable types for variables.
-
Yukihiro "Matz" Matsumoto authored
Fix indents in parse.y.
-
Yukihiro "Matz" Matsumoto authored
Add static declaration
-
kano4 authored
-
kano4 authored
-
kano4 authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
Make mrb_str_new_cstr() accept NULL pointer. It generates 0byte strings by NULL pointer.
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
fix inspect method
-
Akito Mochizuki authored
-
- 11 Mar, 2013 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix indent in string.c
-
Yukihiro "Matz" Matsumoto authored
Fix typo
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Carson McDonald authored
-
kano4 authored
-
- 10 Mar, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Change default gem path.
-
Yuichiro MASUI authored
-
- 08 Mar, 2013 8 commits
-
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fixed #969
-
Yukihiro "Matz" Matsumoto authored
add mrbgems/ext/mruby-numeric, and method: Integer#chr
-
Yukihiro "Matz" Matsumoto authored
add "strip" family methods of String to mruby-string-ext
-
Yuichiro MASUI authored
-
Kouki Ooyatsu authored
-
Kouki Ooyatsu authored
-