summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-04-02Use bool macro KHASH_DEFINE and KHASH_DECLAREksss
2014-04-02Merge pull request #1989 from ksss/khash-size_tYukihiro "Matz" Matsumoto
2014-04-02use size_t instead of intksss
2014-04-02Merge pull request #1988 from ksss/khash-maskYukihiro "Matz" Matsumoto
2014-04-02delete unused indexes __m_* masksksss
2014-04-02implement part of Array#<=> in CYukihiro "Matz" Matsumoto
2014-04-02implement Array comparisons by RubyYukihiro "Matz" Matsumoto
2014-04-02remove some empty linesYukihiro "Matz" Matsumoto
2014-04-02handle CR before LF; close #1781Yukihiro "Matz" Matsumoto
2014-04-02simpler escape handling in ?c stringsYukihiro "Matz" Matsumoto
2014-04-02fix else indentation styleYukihiro "Matz" Matsumoto
2014-04-01Hash#keys to update memory region directlyYukihiro "Matz" Matsumoto
2014-04-01should adjust hash value order at deletionYukihiro "Matz" Matsumoto
2014-04-01implement Hash#== and eql? in RubyYukihiro "Matz" Matsumoto
2014-04-01function expansion in hash.cYukihiro "Matz" Matsumoto
2014-04-01move Array#inspect implementation to mrblib/array.rbYukihiro "Matz" Matsumoto
2014-04-01move Hash#inspect implementation to mrblib/hash.rbYukihiro "Matz" Matsumoto
2014-04-01Hash to preserve order as Ruby1.9 doesYukihiro "Matz" Matsumoto
2014-04-01Merge pull request #1986 from take-cheeze/proc_macroYukihiro "Matz" Matsumoto
2014-04-01Use MRB_ENV_STACK_SHARED_P to check `cioff` field of REnv.take_cheeze
2014-04-01Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly.take_cheeze
2014-04-01Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's sta...take_cheeze
2014-03-31singleton class needs to set __outer__; fixed #1983Yukihiro "Matz" Matsumoto
2014-03-31Hash function to avoid funcalls if possibleYukihiro "Matz" Matsumoto
2014-03-31Merge pull request #1985 from take-cheeze/cfunc_with_envYukihiro "Matz" Matsumoto
2014-03-31Merge pull request #1984 from mattn/test_hex_oct_underscoreYukihiro "Matz" Matsumoto
2014-03-31Add API to define cfunc Proc with userdata.take_cheeze
2014-03-31More tests for String#hex, String#oct as against 9434506035c3fc01de55ac0bc8b7...mattn
2014-03-31Merge pull request #1982 from ksss/err-msgYukihiro "Matz" Matsumoto
2014-03-31Show error class name when raise Errorksss
2014-03-31according to JIS/ISO, Array is not ComparableYukihiro "Matz" Matsumoto
2014-03-30Merge pull request #1981 from k-tsj/fix-method-nameYukihiro "Matz" Matsumoto
2014-03-30Fix method nameKazuki Tsujimoto
2014-03-30Merge pull request #1980 from take-cheeze/minirake_directoryYukihiro "Matz" Matsumoto
2014-03-30Add -C (--directory) option to minirake.take_cheeze
2014-03-30Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-30revert #1974; ref #1979Yukihiro "Matz" Matsumoto
2014-03-29Merge pull request #1978 from suzukaze/add-array.fillYukihiro "Matz" Matsumoto
2014-03-29Add Array#fillJun Hiroe
2014-03-29Merge pull request #1975 from take-cheeze/driver_mrb_intern_litYukihiro "Matz" Matsumoto
2014-03-29Merge pull request #1974 from ksss/enumerator-duckYukihiro "Matz" Matsumoto
2014-03-29Use mrb_intern_lit instead of mrb_intern in test driver.take_cheeze
2014-03-29Enumerator#initialize support duck-typeksss
2014-03-29Merge pull request #1971 from suzukaze/fix-typoYukihiro "Matz" Matsumoto
2014-03-29Kernel#send should preserve nregs in callinfo; close #1970Yukihiro "Matz" Matsumoto
2014-03-29Fix a typoJun Hiroe
2014-03-28Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-28Merge pull request #1969 from suzukaze/add-array.fetchYukihiro "Matz" Matsumoto
2014-03-28Array#reverse_each should return Enumerator; ref #1968Yukihiro "Matz" Matsumoto
2014-03-28Merge pull request #1968 from suzukaze/add-to_enum-unless-blockYukihiro "Matz" Matsumoto