| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-31 | Merge pull request #1985 from take-cheeze/cfunc_with_env | Yukihiro "Matz" Matsumoto | |
| Add API to define cfunc Proc with userdata. | |||
| 2014-03-31 | Merge pull request #1984 from mattn/test_hex_oct_underscore | Yukihiro "Matz" Matsumoto | |
| More tests for String#hex, String#oct as against 9434506035c3fc01de55ac0bc8b75497f8b5df5f | |||
| 2014-03-31 | Add API to define cfunc Proc with userdata. | take_cheeze | |
| The APIs are defined in mruby-proc-ext so include it before using this API. See mruby-proc-ext's test code for usage. This should resolve #1794. | |||
| 2014-03-31 | More tests for String#hex, String#oct as against ↵ | mattn | |
| 9434506035c3fc01de55ac0bc8b75497f8b5df5f | |||
| 2014-03-31 | Merge pull request #1982 from ksss/err-msg | Yukihiro "Matz" Matsumoto | |
| Show error class name when raise Error | |||
| 2014-03-31 | Show error class name when raise Error | ksss | |
| 2014-03-31 | according to JIS/ISO, Array is not Comparable | Yukihiro "Matz" Matsumoto | |
| 2014-03-30 | Merge pull request #1981 from k-tsj/fix-method-name | Yukihiro "Matz" Matsumoto | |
| Fix method name in Array#reverse_each | |||
| 2014-03-30 | Fix method name | Kazuki Tsujimoto | |
| 2014-03-30 | Merge pull request #1980 from take-cheeze/minirake_directory | Yukihiro "Matz" Matsumoto | |
| Add -C (--directory) option to minirake. | |||
| 2014-03-30 | Add -C (--directory) option to minirake. | take_cheeze | |
| 2014-03-30 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-30 | revert #1974; ref #1979 | Yukihiro "Matz" Matsumoto | |
| 2014-03-29 | Merge pull request #1978 from suzukaze/add-array.fill | Yukihiro "Matz" Matsumoto | |
| Add Array#fill | |||
| 2014-03-29 | Add Array#fill | Jun Hiroe | |
| 2014-03-29 | Merge pull request #1975 from take-cheeze/driver_mrb_intern_lit | Yukihiro "Matz" Matsumoto | |
| Use mrb_intern_lit instead of mrb_intern in test driver. | |||
| 2014-03-29 | Merge pull request #1974 from ksss/enumerator-duck | Yukihiro "Matz" Matsumoto | |
| Enumerator#initialize support duck-type | |||
| 2014-03-29 | Use mrb_intern_lit instead of mrb_intern in test driver. | take_cheeze | |
| 2014-03-29 | Enumerator#initialize support duck-type | ksss | |
| 2014-03-29 | Merge pull request #1971 from suzukaze/fix-typo | Yukihiro "Matz" Matsumoto | |
| Fix a typo | |||
| 2014-03-29 | Kernel#send should preserve nregs in callinfo; close #1970 | Yukihiro "Matz" Matsumoto | |
| 2014-03-29 | Fix a typo | Jun Hiroe | |
| 2014-03-28 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-28 | Merge pull request #1969 from suzukaze/add-array.fetch | Yukihiro "Matz" Matsumoto | |
| Add Array#fetch | |||
| 2014-03-28 | Array#reverse_each should return Enumerator; ref #1968 | Yukihiro "Matz" Matsumoto | |
| 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 | |||
