- 26 Mar, 2014 2 commits
-
-
take_cheeze authored
-
take_cheeze authored
-
- 25 Mar, 2014 18 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
add new function mrb_toplevel_run to prevent running through C function boudaries on exceptions; close #1942
-
Yukihiro "Matz" Matsumoto authored
Fix unnecessary string macro
-
Yukihiro "Matz" Matsumoto authored
Use mrb_int instead of int
-
ksss authored
-
cubicdaiya authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Enumerable#find_index
-
Yukihiro "Matz" Matsumoto authored
Use mrb_int instead of int
-
Jun Hiroe authored
-
cubicdaiya authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Use mrb_int instead of int
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
cubicdaiya 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 1 commit
-
-
ksss authored
It's called by create Hash of over 126 keys
-