| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-03 | test fails when we don't have Enumerator. | Tomoyuki Sahara | |
| 2014-04-03 | Merge pull request #1991 from ksss/khash-delete-member | Yukihiro "Matz" Matsumoto | |
| Delete member mask and inc | |||
| 2014-04-02 | Delete khash member mask and inc | ksss | |
| because there can be substituted by n_buckets | |||
| 2014-04-02 | Merge pull request #1990 from ksss/khash-bool-macro | Yukihiro "Matz" Matsumoto | |
| Use bool macro KHASH_DEFINE and KHASH_DECLARE | |||
| 2014-04-02 | Use bool macro KHASH_DEFINE and KHASH_DECLARE | ksss | |
| 2014-04-02 | Merge pull request #1989 from ksss/khash-size_t | Yukihiro "Matz" Matsumoto | |
| use size_t instead of int | |||
| 2014-04-02 | use size_t instead of int | ksss | |
| 2014-04-02 | Merge pull request #1988 from ksss/khash-mask | Yukihiro "Matz" Matsumoto | |
| delete unused indexes __m_* masks | |||
| 2014-04-02 | delete unused indexes __m_* masks | ksss | |
| 2014-04-02 | implement part of Array#<=> in C | Yukihiro "Matz" Matsumoto | |
| 2014-04-02 | implement Array comparisons by Ruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-02 | remove some empty lines | Yukihiro "Matz" Matsumoto | |
| 2014-04-02 | handle CR before LF; close #1781 | Yukihiro "Matz" Matsumoto | |
| 2014-04-02 | simpler escape handling in ?c strings | Yukihiro "Matz" Matsumoto | |
| 2014-04-02 | fix else indentation style | Yukihiro "Matz" Matsumoto | |
| 2014-04-01 | Hash#keys to update memory region directly | Yukihiro "Matz" Matsumoto | |
| 2014-04-01 | should adjust hash value order at deletion | Yukihiro "Matz" Matsumoto | |
| 2014-04-01 | implement Hash#== and eql? in Ruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-01 | function expansion in hash.c | Yukihiro "Matz" Matsumoto | |
| 2014-04-01 | move Array#inspect implementation to mrblib/array.rb | Yukihiro "Matz" Matsumoto | |
| 2014-04-01 | move Hash#inspect implementation to mrblib/hash.rb | Yukihiro "Matz" Matsumoto | |
| 2014-04-01 | Hash to preserve order as Ruby1.9 does | Yukihiro "Matz" Matsumoto | |
| 2014-04-01 | Merge pull request #1986 from take-cheeze/proc_macro | Yukihiro "Matz" Matsumoto | |
| REnv macros. | |||
| 2014-04-01 | Use MRB_ENV_STACK_SHARED_P to check `cioff` field of REnv. | take_cheeze | |
| 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 | singleton class needs to set __outer__; fixed #1983 | Yukihiro "Matz" Matsumoto | |
| 2014-03-31 | Hash function to avoid funcalls if possible | Yukihiro "Matz" Matsumoto | |
| 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 | |
