- 25 Mar, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
mrb_str_pool add string capa
-
take_cheeze authored
-
- 24 Mar, 2014 19 commits
-
-
ksss authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
src/string.c RESIZE_CAPA use safe name variables
-
Yukihiro "Matz" Matsumoto authored
* add multi value support * `each` method may not rewind the sequence so that `cycle` should save elements
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable#cycle
-
Yukihiro "Matz" Matsumoto authored
-
ksss authored
This has a possibility of naming conflicts
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable#reverse_each
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Implement \u notation for strings and regexes.
-
Yukihiro "Matz" Matsumoto authored
-
Jun Hiroe authored
-
chasonr authored
-
chasonr authored
This change adds the \u notation for double quoted strings and regular expressions. It does not implement the \u notation for character literals. Both the \uNNNN and \u{NNNN} notations are supported. \uNNNN is implemented by emitting equivalent UTF-8; that is, "\u4000" is equivalent to "\xE4\x80\x80". Unlike CRuby, the \u{NNNN} notation allows only one character per pair of braces; I see no way to lift this restriction without remodeling the parser.
-
Yukihiro "Matz" Matsumoto authored
Hash#__update fix typo
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Count crashed tests in total tests count.
-
- 23 Mar, 2014 17 commits
-
-
ksss authored
It's called by create Hash of over 126 keys
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable#one?
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Hash#{reject,reject!} support return Enumerator
-
ksss authored
-
ksss authored
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
Use MRB_ARGS_REST() instead of ARGS_REST()
-
Yukihiro "Matz" Matsumoto authored
Hash#{select,select!} support return Enumerator
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable.none?
-
ksss authored
-
ksss authored
if non block given
-
Jun Hiroe authored
-
Jun Hiroe authored
-