| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-14 | Fix and add test to Proc#inspect . | Takeshi Watanabe | |
| 2014-04-14 | reduce RSTRING_PTR usage | cremno | |
| 2014-04-13 | mruby-time: fix check of `mktime`'s return value | cremno | |
| >If the calendar time cannot be represented, the function returns the value (time_t)(-1). http://www.iso-9899.info/n1256.html#7.23.2.3p3 | |||
| 2014-04-13 | mruby-time: remove unnecessary `tzset` call | cremno | |
| The gem doesn't use the global variables and: >Local timezone information is used as though localtime() calls tzset(). http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html | |||
| 2014-04-12 | remove mirb regression test that fails on travis-ci only | Yukihiro "Matz" Matsumoto | |
| 2014-04-12 | Restore arena index since large struct may create many Proc objects; a patch ↵ | Yukihiro "Matz" Matsumoto | |
| from @take-cheeze; ref #2052 | |||
| 2014-04-12 | Add test cases to 'large struct' test; a patch from @take-cheeze; ref #2052 | Yukihiro "Matz" Matsumoto | |
| 2014-04-12 | Add Array#uniq_bang test | Jun Hiroe | |
| 2014-04-12 | Refactor array test to use assert_xxx method | Jun Hiroe | |
| 2014-04-12 | Add Array#rotate_bang | Jun Hiroe | |
| 2014-04-11 | Merge pull request #2045 from suzukaze/add-array.rotate | Yukihiro "Matz" Matsumoto | |
| Array#rotate | |||
| 2014-04-11 | Array#rotate | Jun Hiroe | |
| 2014-04-11 | Qualify argv argument of API `const`. | Takeshi Watanabe | |
| 2014-04-06 | should have passed args to to_enum | Yukihiro "Matz" Matsumoto | |
| 2014-04-06 | wrap args by parens | Yukihiro "Matz" Matsumoto | |
| 2014-04-06 | Merge pull request #2017 from suzukaze/fix_enumerator.inspect | Yukihiro "Matz" Matsumoto | |
| Add args in Enumerator#inspect | |||
| 2014-04-06 | Always increment `total` field of `os_count_struct` in callback. | take_cheeze | |
| Check sum of `ObjectSpace.count_objects` values is twice of total objects count. (Which is CRuby's behavior.) | |||
| 2014-04-06 | Add args in Enumerator#inspect | Jun Hiroe | |
| 2014-04-05 | Fix ObjectSpace.count_objects document. | take_cheeze | |
| 2014-04-04 | add mruby-enum-lazy mrbgem for Enumerable::Lazy | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | add --help option to mruby-config | kyab | |
| 2014-04-03 | Support :T_FIBER in ObjectSpace.count_objects . | take_cheeze | |
| 2014-04-03 | test fails when we don't have Enumerator. | Tomoyuki Sahara | |
| 2014-04-02 | Use bool macro KHASH_DEFINE and KHASH_DECLARE | ksss | |
| 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 | |
