| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-09 | fixed typos in operand descriptions | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | Merge pull request #2033 from take-cheeze/mrb_tt_has_basic_p | Yukihiro "Matz" Matsumoto | |
| Add MRB_TT_HAS_BASIC_P macro. | |||
| 2014-04-09 | Add MRB_TT_HAS_BASIC_P macro to check whether a typetag has MRB_OBJECT_HEADER. | take_cheeze | |
| 2014-04-09 | Merge pull request #2032 from take-cheeze/enable_bintest | Yukihiro "Matz" Matsumoto | |
| Make bintest enabling like other `enable_xxx` methods. | |||
| 2014-04-09 | Make bintest enabling like other `enable_xxx` methods. | take_cheeze | |
| 2014-04-09 | improve hash function based on #2027; close #2027 | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | mention 1.9 compatibility in README.md; close #2031 | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | Merge pull request #2029 from take-cheeze/mrb_bug_fix | Yukihiro "Matz" Matsumoto | |
| Fix wrong `mrb_bug` use found with mruby-clang-plugin. | |||
| 2014-04-09 | Merge pull request #2030 from kyab/fix-build_config-arduinodue | Yukihiro "Matz" Matsumoto | |
| Fix build_config.rb for ArduinoDue | |||
| 2014-04-08 | Fix build_config.rb for ArduinoDue | kyab | |
| 2014-04-08 | Fix wrong `mrb_bug` use found with mruby-clang-plugin. | take_cheeze | |
| 2014-04-08 | Merge pull request #2026 from take-cheeze/disable_cxx_exception | Yukihiro "Matz" Matsumoto | |
| Add MRuby::Build#disable_cxx_exception to force C++ ABI disable. | |||
| 2014-04-08 | Add documentation of MRuby::Build#disable_cxx_exception . | take_cheeze | |
| 2014-04-08 | Add MRuby::Build#disable_cxx_exception to force C++ ABI disable. | take_cheeze | |
| 2014-04-07 | Merge pull request #2025 from take-cheeze/cxx_abi_fix | Yukihiro "Matz" Matsumoto | |
| Fix C++ files detection for automatic C++ ABI enabling. | |||
| 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 | |
