| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-01 | Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly. | take_cheeze | |
| 2014-04-01 | Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's ↵ | take_cheeze | |
| stack length. | |||
| 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 | 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-30 | Fix method name | Kazuki Tsujimoto | |
| 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 | Enumerator#initialize support duck-type | ksss | |
| 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 | Add Array#fetch | Jun Hiroe | |
| 2014-03-28 | Add to_enum unless block | Jun Hiroe | |
| 2014-03-27 | Implement Object#tap | 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 | 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 | Use CRuby compatible key in ObjectSpace.count_objects . | take_cheeze | |
| 2014-03-27 | use suitable type | cubicdaiya | |
| 2014-03-26 | Add tests for mruby-eval. | take_cheeze | |
| 2014-03-25 | Merge pull request #1945 from cubicdaiya/issues/suitable_type3 | Yukihiro "Matz" Matsumoto | |
| Use mrb_int instead of int | |||
| 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 | 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 | Use mrb_int. | take_cheeze | |
| 2014-03-25 | Implement ObjectSpace.each_object . | take_cheeze | |
| 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 | Add Enumerable#cycle | Jun Hiroe | |
| 2014-03-24 | improve Enumerable#reverse_each to be efficient | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Add Enumerable#reverse_each | Jun Hiroe | |
| 2014-03-24 | fix multiple value handling; ref #1931 | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Enumerable#each_with_object | Jun Hiroe | |
| 2014-03-24 | move conditional out of loop | Yukihiro "Matz" Matsumoto | |
