| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-06 | add tests for FalseClass | Akira Kuroda | |
| reorder and add tests for 15.2.6.1 | |||
| 2014-04-06 | Merge pull request #2015 from kyab/detect_vc2010_build_config | Yukihiro "Matz" Matsumoto | |
| Add detection of VC++2010 in build_config.rb | |||
| 2014-04-05 | Add detection of VC++2010 in build_config.rb | kyab | |
| 2014-04-05 | Merge pull request #2014 from kyab/fix_msvc_build_test | Yukihiro "Matz" Matsumoto | |
| Fix 'make test' fail to build on Windows(MSVC) | |||
| 2014-04-05 | Fix 'make test' fail to build on Windows(MSVC) | kyab | |
| 2014-04-05 | Merge pull request #2013 from take-cheeze/objectspace | Yukihiro "Matz" Matsumoto | |
| Fix ObjectSpace.count_objects document. | |||
| 2014-04-05 | Fix ObjectSpace.count_objects document. | take_cheeze | |
| 2014-04-04 | Merge pull request #2008 from rkh/patch-1 | Yukihiro "Matz" Matsumoto | |
| Update mruby-head installed on Travis CI | |||
| 2014-04-04 | Update mruby-head installed on Travis CI | Konstantin Haase | |
| This way other projects can test against it. | |||
| 2014-04-04 | Merge pull request #2006 from take-cheeze/tsort_dep | Yukihiro "Matz" Matsumoto | |
| Refactor MRuby::Gem::List#check. | |||
| 2014-04-04 | Refactor MRuby::Gem::List#check. | take_cheeze | |
| * Create mrbgem table before dependencies check. * Topoligical sort gem list. * Check circular mrbgem dependency. | |||
| 2014-04-04 | backslash escapes in regexp should be addressed by Regexp processor; close #2005 | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | Hash#replace should copy default as well; close #2004 | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | simplify string equality check | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | merge test code from #2003 | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | implement Hash#initialize in C | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | call to_hash before replacing hash | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | protect NoMethodError from calling to_hash in ==/eql?; close #2002 | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | Hash#replace to preserve order; close #2001 | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | add mruby-enum-lazy mrbgem for Enumerable::Lazy | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | Merge pull request #2000 from kyab/add-help-for-mruby-config | Yukihiro "Matz" Matsumoto | |
| add --help option to mruby-config | |||
| 2014-04-04 | should not access proc->body.irep if proc is PROC_CFUNC; close #1999 | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | add --help option to mruby-config | kyab | |
| 2014-04-03 | space adjustment in khash.h | Yukihiro "Matz" Matsumoto | |
| 2014-04-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-03 | Merge pull request #1998 from ksss/khash-delete-upper_bound | Yukihiro "Matz" Matsumoto | |
| delete khash member upper_bound | |||
| 2014-04-03 | delete khash member upper_bound | ksss | |
| 2014-04-03 | add assertion before casting | Yukihiro "Matz" Matsumoto | |
| 2014-04-03 | downto, upto, step to return Enumerator | Yukihiro "Matz" Matsumoto | |
| 2014-04-03 | Merge pull request #1997 from kyab/fix-make_test-fail-without-gems | Yukihiro "Matz" Matsumoto | |
| Fix build fail for 'make test' with no mrbgems | |||
| 2014-04-03 | Fix build fail for 'make test' with no mrbgems | kyab | |
| 2014-04-03 | Merge pull request #1996 from take-cheeze/objectspace | Yukihiro "Matz" Matsumoto | |
| Support :T_FIBER in ObjectSpace.count_objects . | |||
| 2014-04-03 | Support :T_FIBER in ObjectSpace.count_objects . | take_cheeze | |
| 2014-04-03 | Merge pull request #1993 from iij/pr-array-should-not-depend-on-enumerator | Yukihiro "Matz" Matsumoto | |
| test fails when we don't have Enumerator. | |||
| 2014-04-03 | test fails when we don't have Enumerator. | Tomoyuki Sahara | |
| 2014-04-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-03 | too much peephole optimization; close #1992 | Yukihiro "Matz" Matsumoto | |
| 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 | |
