summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-05-18Cleanup of mruby_objectspace.c and removed the unneccessary README for mruby_...Ryan Scott
2013-05-18Added mruby-objectspace to the detault gembox.Ryan Scott
2013-05-18Fixed the each object callback to be more consistent with other callbacks.Ryan Scott
2013-05-18Changed the counting so that only objects that are alive are added to the obj...Ryan Scott
2013-05-17Minor formatting change.Ryan Scott
2013-05-17Changed the each_object callback so that a pointer is passed for the object, ...Ryan Scott
2013-05-17Removed debug outputRyan Scott
2013-05-17Changed the object_count so that it only iterates over the RBasic object, not...Ryan Scott
2013-05-17First implementation of ObjectSpace moved outside of gc.cRyan Scott
2013-05-12Change in formatting for os_count_objects to be consistent with other functions.Ryan Scott
2013-05-12ObjectSpace.count_objects was incorrectly checking if an object was already f...Ryan Scott
2013-05-12Merge branch 'master' of git://github.com/mruby/mrubyRyan Scott
2013-05-12Implemented ObjectSpace.count_objects to count the number of allocated object...Ryan Scott
2013-05-11Merge pull request #1249 from carsonmcdonald/typocleanupYukihiro "Matz" Matsumoto
2013-05-11Merge pull request #1250 from Archytaus/masterYukihiro "Matz" Matsumoto
2013-05-11Potential fix for 'inline' macro redefinition error - VS2012 C++Ryan Scott
2013-05-11Change alghorithm to algorithmCarson McDonald
2013-05-10change mrb_bug to get mrb_state and %S formatterYukihiro "Matz" Matsumoto
2013-05-10change mrb_warn to get mrb_state and %S formatterYukihiro "Matz" Matsumoto
2013-05-09Merge pull request #1248 from ktaobo/rename-yield-paramYukihiro "Matz" Matsumoto
2013-05-10Rename parameter names for mrb_yieldKeita Obo
2013-05-09fix indentationYukihiro "Matz" Matsumoto
2013-05-09Merge pull request #1242 from schmurfy/gem_versionYukihiro "Matz" Matsumoto
2013-05-09Merge pull request #1245 from NARKOZ/fix-warningsYukihiro "Matz" Matsumoto
2013-05-09Merge pull request #1247 from carsonmcdonald/issue1246fixYukihiro "Matz" Matsumoto
2013-05-09Print mrb_value instead of RClass*Carson McDonald
2013-05-09Merge pull request #1244 from NARKOZ/regexp-warningYukihiro "Matz" Matsumoto
2013-05-09remove unused variablesNihad Abbasov
2013-05-09fix regexp warning: character class has duplicated rangeNihad Abbasov
2013-05-09consider empty version requirements as >= 0.0.0Julien Ammous
2013-05-09consider gem version to be 0.0.0 unless specifiedJulien Ammous
2013-05-08Merge pull request #1241 from bovi/add-gem-dependency-checkYukihiro "Matz" Matsumoto
2013-05-09Todo is actually already finished :-)Daniel Bovensiepen
2013-05-09Implement GEM dependency checkDaniel Bovensiepen
2013-05-08Merge pull request #1240 from bovi/patch-1Yukihiro "Matz" Matsumoto
2013-05-08Merge pull request #1239 from bovi/fallback-printYukihiro "Matz" Matsumoto
2013-05-08[doc] Add minimal build configurationDaniel Bovensiepen
2013-05-08Move declaration of kernel to the beginning of the methodDaniel Bovensiepen
2013-05-08Implement fallback print method for testing environment in case mruby-print G...Daniel Bovensiepen
2013-05-08Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-08mirb should handle exception from inspect; close #1238Yukihiro "Matz" Matsumoto
2013-05-07Merge pull request #1237 from monaka/pr-cleanup-hashYukihiro "Matz" Matsumoto
2013-05-08Remove mrb_hash_lookup() as no one uses it. Use mrb_hash_get instead.Masaki Muranaka
2013-05-08Add more test cases for test coverage.Masaki Muranaka
2013-05-08Move comments from hash.c to hash.rb.Masaki Muranaka
2013-05-08Move Hash#values_at to mruby-hash-ext gem.Masaki Muranaka
2013-05-05Merge pull request #1234 from gzohari/pr-merge-bang-check-typeYukihiro "Matz" Matsumoto
2013-05-05Merge pull request #1236 from carsonmcdonald/moreresptotestsYukihiro "Matz" Matsumoto
2013-05-05Adding a few more respond_to testsCarson McDonald
2013-05-05Merge pull request #1235 from crimsonwoods/fix_typosYukihiro "Matz" Matsumoto