| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-26 | Merge branch 'eval_test' of https://github.com/take-cheeze/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| take-cheeze-eval_test | |||
| 2014-03-26 | should not over process ensure clauses; close #1949 | Yukihiro "Matz" Matsumoto | |
| 2014-03-26 | Merge pull request #1948 from monaka/pr-remove-unused-null-check | Yukihiro "Matz" Matsumoto | |
| Remove redundant NULL checks. | |||
| 2014-03-26 | Don't use ensure to fix crash of mruby-eval test. | take_cheeze | |
| 2014-03-26 | Add tests for mruby-eval. | take_cheeze | |
| 2014-03-26 | Remove redundant NULL checks. | Masaki Muranaka | |
| mrb_malloc causes an exception when memory was empty. | |||
| 2014-03-26 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-26 | add new function mrb_toplevel_run to prevent running through C function ↵ | Yukihiro "Matz" Matsumoto | |
| boudaries on exceptions; close #1942 | |||
| 2014-03-25 | Merge pull request #1946 from ksss/str-macro | Yukihiro "Matz" Matsumoto | |
| Fix unnecessary string macro | |||
| 2014-03-25 | Merge pull request #1945 from cubicdaiya/issues/suitable_type3 | Yukihiro "Matz" Matsumoto | |
| Use mrb_int instead of int | |||
| 2014-03-25 | Fix unnecessary string macro | ksss | |
| 2014-03-25 | Use mrb_int instead of int | cubicdaiya | |
| 2014-03-25 | Enumerable#find_index to support multiple values | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | Merge pull request #1939 from suzukaze/add-enum.find_index | Yukihiro "Matz" Matsumoto | |
| Enumerable#find_index | |||
| 2014-03-25 | Merge pull request #1938 from cubicdaiya/issues/suitable_type2 | Yukihiro "Matz" Matsumoto | |
| Use mrb_int instead of int | |||
| 2014-03-25 | Enumerable#find_index | Jun Hiroe | |
| 2014-03-25 | Use mrb_int instead of int | cubicdaiya | |
| 2014-03-25 | use to_int to integer duck-type check | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | Merge pull request #1937 from cubicdaiya/issues/mrb_int | Yukihiro "Matz" Matsumoto | |
| Use mrb_int instead of int | |||
| 2014-03-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | REnv uses obj->c as env link; no super | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | Use mrb_int instead of int | cubicdaiya | |
| 2014-03-25 | Merge pull request #1936 from ksss/pool-capa | Yukihiro "Matz" Matsumoto | |
| mrb_str_pool add string capa | |||
| 2014-03-25 | Use mrb_int. | take_cheeze | |
| 2014-03-25 | mrb_str_pool add string capa | ksss | |
| 2014-03-25 | Implement ObjectSpace.each_object . | take_cheeze | |
| 2014-03-25 | Merge pull request #1934 from ksss/safe-name | Yukihiro "Matz" Matsumoto | |
| src/string.c RESIZE_CAPA use safe name variables | |||
| 2014-03-24 | Fix Enumerable#cycle; ref #1933 | Yukihiro "Matz" Matsumoto | |
| * add multi value support * `each` method may not rewind the sequence so that `cycle` should save elements | |||
| 2014-03-24 | Merge pull request #1933 from suzukaze/add-enum.cycle | Yukihiro "Matz" Matsumoto | |
| Add Enumerable#cycle | |||
| 2014-03-24 | Enumerable#reverse_each should not rely on mruby-array-ext gem | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | src/string.c RESIZE_CAPA use safe name variables | ksss | |
| This has a possibility of naming conflicts | |||
| 2014-03-24 | Add Enumerable#cycle | Jun Hiroe | |
| 2014-03-24 | improve Enumerable#reverse_each to be efficient | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Merge pull request #1932 from suzukaze/add-enum.reverse_each | Yukihiro "Matz" Matsumoto | |
| Add Enumerable#reverse_each | |||
| 2014-03-24 | Add Enumerable#reverse_each | Jun Hiroe | |
| 2014-03-24 | Merge pull request #1930 from chasonr/unicode-escape | Yukihiro "Matz" Matsumoto | |
| Implement \u notation for strings and regexes. | |||
| 2014-03-24 | fix multiple value handling; ref #1931 | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Enumerable#each_with_object | Jun Hiroe | |
| 2014-03-23 | Small correction to the test identification. | chasonr | |
| 2014-03-23 | Implement \u notation for strings and regexes. | chasonr | |
| 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. | |||
| 2014-03-24 | Merge pull request #1928 from ksss/fix-typo | Yukihiro "Matz" Matsumoto | |
| Hash#__update fix typo | |||
| 2014-03-24 | remove unnecessary operator method call; ref #1927 | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Merge pull request #1927 from take-cheeze/count_crash | Yukihiro "Matz" Matsumoto | |
| Count crashed tests in total tests count. | |||
| 2014-03-24 | Hash#__update fix typo | ksss | |
| It's called by create Hash of over 126 keys | |||
| 2014-03-24 | Count crashed tests in total tests count. | take_cheeze | |
| 2014-03-24 | move conditional out of loop | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Enumerable#one? to prune iteration when count > 1; ref #1926 | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Merge pull request #1926 from suzukaze/add-enum.one | Yukihiro "Matz" Matsumoto | |
| Add Enumerable#one? | |||
| 2014-03-23 | Add Enumerable#one? | Jun Hiroe | |
| 2014-03-23 | Merge pull request #1925 from ksss/hash-reject | Yukihiro "Matz" Matsumoto | |
| Hash#{reject,reject!} support return Enumerator | |||
