| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-10 | change mrb_warn to get mrb_state and %S formatter | Yukihiro "Matz" Matsumoto | |
| 2013-05-09 | Merge pull request #1248 from ktaobo/rename-yield-param | Yukihiro "Matz" Matsumoto | |
| Rename parameter names for mrb_yield | |||
| 2013-05-10 | Rename parameter names for mrb_yield | Keita Obo | |
| 2013-05-09 | fix indentation | Yukihiro "Matz" Matsumoto | |
| 2013-05-09 | Merge pull request #1242 from schmurfy/gem_version | Yukihiro "Matz" Matsumoto | |
| consider gem version to be 0.0.0 unless specified | |||
| 2013-05-09 | Merge pull request #1245 from NARKOZ/fix-warnings | Yukihiro "Matz" Matsumoto | |
| remove unused variables | |||
| 2013-05-09 | Merge pull request #1247 from carsonmcdonald/issue1246fix | Yukihiro "Matz" Matsumoto | |
| Print mrb_value instead of RClass* | |||
| 2013-05-09 | Print mrb_value instead of RClass* | Carson McDonald | |
| 2013-05-09 | Merge pull request #1244 from NARKOZ/regexp-warning | Yukihiro "Matz" Matsumoto | |
| fix regexp warning: character class has duplicated range | |||
| 2013-05-09 | remove unused variables | Nihad Abbasov | |
| 2013-05-09 | fix regexp warning: character class has duplicated range | Nihad Abbasov | |
| 2013-05-09 | consider empty version requirements as >= 0.0.0 | Julien Ammous | |
| 2013-05-09 | consider gem version to be 0.0.0 unless specified | Julien Ammous | |
| 2013-05-08 | Merge pull request #1241 from bovi/add-gem-dependency-check | Yukihiro "Matz" Matsumoto | |
| [mrbgems] GEM Dependency Check | |||
| 2013-05-09 | Todo is actually already finished :-) | Daniel Bovensiepen | |
| 2013-05-09 | Implement GEM dependency check | Daniel Bovensiepen | |
| 2013-05-08 | Merge pull request #1240 from bovi/patch-1 | Yukihiro "Matz" Matsumoto | |
| [doc] Add minimal build configuration | |||
| 2013-05-08 | Merge pull request #1239 from bovi/fallback-print | Yukihiro "Matz" Matsumoto | |
| [TestEnv] Fallback print method | |||
| 2013-05-08 | [doc] Add minimal build configuration | Daniel Bovensiepen | |
| In relation to #1225. Adds a minimal build configuration for libmruby which contains as less as possible. | |||
| 2013-05-08 | Move declaration of kernel to the beginning of the method | Daniel Bovensiepen | |
| 2013-05-08 | Implement fallback print method for testing environment in case mruby-print ↵ | Daniel Bovensiepen | |
| GEM wasn't included. | |||
| 2013-05-08 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-05-08 | mirb should handle exception from inspect; close #1238 | Yukihiro "Matz" Matsumoto | |
| 2013-05-07 | Merge pull request #1237 from monaka/pr-cleanup-hash | Yukihiro "Matz" Matsumoto | |
| Cleanup hash | |||
| 2013-05-08 | Remove mrb_hash_lookup() as no one uses it. Use mrb_hash_get instead. | Masaki Muranaka | |
| 2013-05-08 | Add more test cases for test coverage. | Masaki Muranaka | |
| 2013-05-08 | Move comments from hash.c to hash.rb. | Masaki Muranaka | |
| 2013-05-08 | Move Hash#values_at to mruby-hash-ext gem. | Masaki Muranaka | |
| 2013-05-05 | Merge pull request #1234 from gzohari/pr-merge-bang-check-type | Yukihiro "Matz" Matsumoto | |
| Add type check in Hash#merge! | |||
| 2013-05-05 | Merge pull request #1236 from carsonmcdonald/moreresptotests | Yukihiro "Matz" Matsumoto | |
| Adding a few more respond_to tests | |||
| 2013-05-05 | Adding a few more respond_to tests | Carson McDonald | |
| 2013-05-05 | Merge pull request #1235 from crimsonwoods/fix_typos | Yukihiro "Matz" Matsumoto | |
| fix typos. | |||
| 2013-05-05 | fix typos. | crimsonwoods | |
| 2013-05-03 | add type check in Hash#merge! | Gilad Zohari | |
| 2013-05-04 | Merge branch 'bovi-gem-duplication' | Yukihiro "Matz" Matsumoto | |
| 2013-05-04 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-05-04 | remove explicit check to honor duck typing | Yukihiro "Matz" Matsumoto | |
| 2013-05-04 | avoid subclassing Array not to inherit too much methods | Yukihiro "Matz" Matsumoto | |
| 2013-05-04 | Merge branch 'gem-duplication' of https://github.com/bovi/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| bovi-gem-duplication | |||
| 2013-05-03 | Merge pull request #1232 from iij/pr-mrbgems-mrblib-sort | Yukihiro "Matz" Matsumoto | |
| sort mrbgem's mrblib/*.rb files | |||
| 2013-05-03 | Move GemList to MRuby::Gem::List. More logical location | Daniel Bovensiepen | |
| 2013-05-03 | Use advanced GemList as list for GEMs | Daniel Bovensiepen | |
| 2013-05-03 | Implement GemList which can identify GEM duplicates | Daniel Bovensiepen | |
| 2013-05-03 | sort mrbgem's mrblib/*.rb files | Akira Yumiyama | |
| - https://github.com/mruby/mruby/commit/5de9a8cc50052db105ea8ba06d64b95cb1b57db1 | |||
| 2013-05-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-05-02 | Merge pull request #1229 from bovi/dependencies_requirements | Yukihiro "Matz" Matsumoto | |
| First strik on GEM Dependencies | |||
| 2013-05-02 | Merge pull request #1230 from bovi/copyright-year | Yukihiro "Matz" Matsumoto | |
| Push Copyright year up to 2013 | |||
| 2013-05-02 | Push Copyright year up to 2013 | Daniel Bovensiepen | |
| 2013-05-02 | Fix add_dependency declaration documentation | Daniel Bovensiepen | |
| 2013-05-02 | Improve mrbgems documentation | Daniel Bovensiepen | |
