| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-28 | Merge pull request #1969 from suzukaze/add-array.fetch | Yukihiro "Matz" Matsumoto | |
| Add Array#fetch | |||
| 2014-03-28 | Merge pull request #1968 from suzukaze/add-to_enum-unless-block | Yukihiro "Matz" Matsumoto | |
| Add to_enum unless block | |||
| 2014-03-28 | Merge pull request #1967 from ksss/define_singleton_method | Yukihiro "Matz" Matsumoto | |
| Implement Kernel#define_singleton_method | |||
| 2014-03-28 | Add Array#fetch | Jun Hiroe | |
| 2014-03-28 | Add to_enum unless block | Jun Hiroe | |
| 2014-03-28 | Implement Kernel#define_singleton_method | ksss | |
| 2014-03-28 | Merge pull request #1966 from take-cheeze/backquote | Yukihiro "Matz" Matsumoto | |
| Add test for backquote. | |||
| 2014-03-28 | Add test for backquote. | take_cheeze | |
| * Implement code generation of NODE_DXSTR. * Fix NOVAL NODE_XSTR. | |||
| 2014-03-28 | add Numeric#/ tests; ref #1965 | Yukihiro "Matz" Matsumoto | |
| 2014-03-28 | do not use "to_f" to retrieve floats in mrb_get_args(); close #1965 | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | initialize ci->target_class in mrb_toplevel_run; ref #1942 close ↵ | Yukihiro "Matz" Matsumoto | |
| mattn/mruby-require#20 | |||
| 2014-03-27 | Merge pull request #1963 from ksss/implement-__method__ | Yukihiro "Matz" Matsumoto | |
| Implement Kernel#__method__ | |||
| 2014-03-27 | Merge pull request #1964 from ksss/object-tap | Yukihiro "Matz" Matsumoto | |
| Implement Object#tap | |||
| 2014-03-27 | Implement Object#tap | ksss | |
| 2014-03-27 | Implement Kernel#__method__ | ksss | |
| 2014-03-27 | Merge pull request #1962 from cubicdaiya/feature/string_oct | Yukihiro "Matz" Matsumoto | |
| add String#oct | |||
| 2014-03-27 | Enumerable#zip to use enumerator if mruby-enumerator gem is available | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | Enumerable#cycle to return enumerator | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | use __svalue instead of ary2sv | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | call to_a at the top of Enumerabl#zip; ref #1961 | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | add String#oct | cubicdaiya | |
| 2014-03-27 | Support multiple values in Enumerable#zip | Jun Hiroe | |
| 2014-03-27 | Add Enumerable#zip | Jun Hiroe | |
| 2014-03-27 | an int literal may have multiple underscores inside | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | allow underscores in integer literals; close #1960 | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | Merge pull request #1959 from mattn/string_hex | Yukihiro "Matz" Matsumoto | |
| Implement String#hex | |||
| 2014-03-27 | Merge pull request #1956 from cubicdaiya/issues/suitable_type5 | Yukihiro "Matz" Matsumoto | |
| Use size_t instead of int | |||
| 2014-03-27 | Implement String#hex | mattn | |
| 2014-03-27 | Merge pull request #1954 from take-cheeze/objectspace_count_key | Yukihiro "Matz" Matsumoto | |
| Use CRuby compatible key in ObjectSpace.count_objects . | |||
| 2014-03-27 | Merge pull request #1953 from bovi/conversion-str-int | Yukihiro "Matz" Matsumoto | |
| Adapt TypeError Message for String to (Integer|Float) Conversion | |||
| 2014-03-27 | Use CRuby compatible key in ObjectSpace.count_objects . | take_cheeze | |
| 2014-03-27 | use suitable type | cubicdaiya | |
| 2014-03-27 | Adapt for Float and Integer | Daniel Bovensiepen | |
| 2014-03-27 | Adapt TypeError Message for String to Integer Conversion. | Daniel Bovensiepen | |
| MRI: "str" * "3" => TypeError: no implicit conversion of String into Integer mruby: "str" * "3" => TypeError: String can't be coerced into int | |||
| 2014-03-26 | Merge pull request #1952 from kyab/catchup_arduinodue | Yukihiro "Matz" Matsumoto | |
| Catch up to latest Arduino IDE | |||
| 2014-03-26 | Catch up to latest Arduino IDE | kyab | |
| 2014-03-26 | revert 813ba5 since #1949 fixed | Yukihiro "Matz" Matsumoto | |
| 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 | |
