summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-04-03test fails when we don't have Enumerator.Tomoyuki Sahara
2014-04-03Merge pull request #1991 from ksss/khash-delete-memberYukihiro "Matz" Matsumoto
Delete member mask and inc
2014-04-02Delete khash member mask and incksss
because there can be substituted by n_buckets
2014-04-02Merge pull request #1990 from ksss/khash-bool-macroYukihiro "Matz" Matsumoto
Use bool macro KHASH_DEFINE and KHASH_DECLARE
2014-04-02Use bool macro KHASH_DEFINE and KHASH_DECLAREksss
2014-04-02Merge pull request #1989 from ksss/khash-size_tYukihiro "Matz" Matsumoto
use size_t instead of int
2014-04-02use size_t instead of intksss
2014-04-02Merge pull request #1988 from ksss/khash-maskYukihiro "Matz" Matsumoto
delete unused indexes __m_* masks
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
REnv macros.
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 ↵take_cheeze
stack length.
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
Add API to define cfunc Proc with userdata.
2014-03-31Merge pull request #1984 from mattn/test_hex_oct_underscoreYukihiro "Matz" Matsumoto
More tests for String#hex, String#oct as against 9434506035c3fc01de55ac0bc8b75497f8b5df5f
2014-03-31Add 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-31More tests for String#hex, String#oct as against ↵mattn
9434506035c3fc01de55ac0bc8b75497f8b5df5f
2014-03-31Merge pull request #1982 from ksss/err-msgYukihiro "Matz" Matsumoto
Show error class name when raise Error
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
Fix method name in Array#reverse_each
2014-03-30Fix method nameKazuki Tsujimoto
2014-03-30Merge pull request #1980 from take-cheeze/minirake_directoryYukihiro "Matz" Matsumoto
Add -C (--directory) option to minirake.
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
Add Array#fill
2014-03-29Add Array#fillJun Hiroe
2014-03-29Merge pull request #1975 from take-cheeze/driver_mrb_intern_litYukihiro "Matz" Matsumoto
Use mrb_intern_lit instead of mrb_intern in test driver.
2014-03-29Merge pull request #1974 from ksss/enumerator-duckYukihiro "Matz" Matsumoto
Enumerator#initialize support duck-type
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
Fix a typo
2014-03-29Kernel#send should preserve nregs in callinfo; close #1970Yukihiro "Matz" Matsumoto
2014-03-29Fix a typoJun Hiroe