- 23 Mar, 2013 10 commits
-
-
Masaki Muranaka authored
Rename API mrb_str_cat2() to mrb_str_cat_cstr(). This is for naming orthogonality. mrb_str_cat2() is also left for backward compatibility.
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
Fix the type of value that is returned by bit shift expression.
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add configuration macro MRB_PARSER_BUF_SIZE.
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
add method(uniq, -, |, &, flatten, compact) of Array to mruby-array-ext
-
Yukihiro "Matz" Matsumoto authored
add mruby-hash-ext mrbgem, and method: Hash#merge!
-
Yukihiro "Matz" Matsumoto authored
add Enumerable#each_cons/each_slice/group_by
-
- 22 Mar, 2013 14 commits
-
-
Kouki Ooyatsu authored
-
skandhas authored
-
skandhas authored
-
Masaki Muranaka authored
-
Kouki Ooyatsu authored
-
skandhas authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
xquote operator
-
Masaki Muranaka authored
Add new API mrb_intern_cstr(). This is for naming orthogonality. mrb_intern is also left for backward compatibility.
-
Masaki Muranaka authored
Add an internal function intern_c(). It reduces function call parameter. For maintainability and performance.
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
mattn authored
-
mattn authored
-
- 21 Mar, 2013 8 commits
-
-
crimsonwoods authored
-
crimsonwoods authored
-
crimsonwoods authored
-
crimsonwoods authored
-
crimsonwoods authored
-
Yukihiro "Matz" Matsumoto authored
bugfix escape charactor for Regexp class
-
mattn authored
-
Kouki Ooyatsu authored
-
- 20 Mar, 2013 6 commits
-
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix indentation in keywords
-
Yukihiro "Matz" Matsumoto authored
Update Travis CI build to install gperf
-
Carson McDonald authored
-
kano4 authored
-
- 19 Mar, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add gem version to build summary
-
Yukihiro "Matz" Matsumoto authored
add mrbgem: mruby-enum-ext and some methods.
-