| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-07 | Fix C++ files detection for automatic C++ ABI enabling. | take_cheeze | |
| 2014-04-07 | suppress compiler warnings. | Tomoyuki Sahara | |
| 2014-04-07 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-07 | Hash#replace should copy default from original even when the default value ↵ | Yukihiro "Matz" Matsumoto | |
| of the original is not set | |||
| 2014-04-06 | Merge pull request #2023 from ksss/khash-readable | Yukihiro "Matz" Matsumoto | |
| Use kh_end instead to n_buckets | |||
| 2014-04-06 | Merge pull request #2022 from ksss/khash-delete-khash_mask | Yukihiro "Matz" Matsumoto | |
| Delete khash_mask macro | |||
| 2014-04-06 | Use kh_end instead to n_buckets | ksss | |
| 2014-04-06 | Delete khash_mask macro. | ksss | |
| And fix expression to more simple and readable. | |||
| 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 | Merge pull request #2021 from take-cheeze/count_objects_total | Yukihiro "Matz" Matsumoto | |
| Always increment `total` field of `os_count_struct` in callback. | |||
| 2014-04-06 | Merge pull request #2018 from akuroda/pr_false_test | Yukihiro "Matz" Matsumoto | |
| add tests for FalseClass | |||
| 2014-04-06 | Merge pull request #2019 from monaka/pr-add-macro-for-mrbgem-version | Yukihiro "Matz" Matsumoto | |
| Pass gem's version information to compilers. | |||
| 2014-04-06 | Merge pull request #2020 from iij/pr-remove-unicode-escape-tests | Yukihiro "Matz" Matsumoto | |
| remove tests for unicode chars in regular expression literals. | |||
| 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 | remove tests for unicode chars in regular expression literals. | Tomoyuki Sahara | |
| mruby does not parse escape characters in a regular expression literal (ref #2007). It is parsed by the external mrbgem that provides Regexp class, if any. These tests should not be in mruby core but in the mrbgem. | |||
| 2014-04-06 | Pass gem's version information to compilers. | Masaki Muranaka | |
| 2014-04-06 | add tests for FalseClass | Akira Kuroda | |
| reorder and add tests for 15.2.6.1 | |||
| 2014-04-06 | Add args in Enumerator#inspect | Jun Hiroe | |
| 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-05 | Merge pull request #15 from monami-ya-mrb/pr-add-error-check-in-test | Tomoyuki Sahara | |
| Don't ignore the return value of symlink(). | |||
| 2014-04-05 | Don't ignore the return value of symlink(). | Masaki Muranaka | |
| 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 | Update .travis.yml | Akira Yumiyama | |
| 2014-04-04 | Update .travis.yml | Akira Yumiyama | |
| 2014-04-04 | Update .travis.yml | Akira Yumiyama | |
| 2014-04-04 | Create .travis.yml | Akira Yumiyama | |
| 2014-04-04 | Create .travis.yml | Akira Yumiyama | |
| 2014-04-04 | Create .travis.yml | Akira Yumiyama | |
| 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 | |
