summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2013-07-02Merge pull request #1328 from h2so5/add-object-instance-execYukihiro "Matz" Matsumoto
2013-07-01Fix signed/unsigned warning.Carson McDonald
2013-07-01Add Object#instance_exech2so5
2013-06-29Merge pull request #1304 from iij/pr_nil_methodsYukihiro "Matz" Matsumoto
2013-06-28add nil.to_a, nil.to_f, nil.to_i methodsAkira Yumiyama
2013-06-27Visual Studio 2013 support + strtof + inlineCremno
2013-06-18fix typo: Tus -> Tue.Tomoyuki Sahara
2013-06-06do not specify implementation dependant exception class names in fiber testYukihiro "Matz" Matsumoto
2013-05-28Test for raise when yield is called on root fiberCarson McDonald
2013-05-28Add test for raise on resume after fiber is deadCarson McDonald
2013-05-27add Fiber#alive?skandhas
2013-05-26Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-26Add MRB_WORD_BOXING mode (represent mrb_value as a word)kimu_shu
2013-05-26mruby error messages should be directed to stderrYukihiro "Matz" Matsumoto
2013-05-26fix fiber GC problemYukihiro "Matz" Matsumoto
2013-05-24Add Fiber Test for issue #1264Daniel Bovensiepen
2013-05-25should set argc at proper position; close #1264Yukihiro "Matz" Matsumoto
2013-05-23add fiber testsYukihiro "Matz" Matsumoto
2013-05-23manage fiber status (create|running|resumed|terminated)Yukihiro "Matz" Matsumoto
2013-05-22garbage collect context (fiber) properlyYukihiro "Matz" Matsumoto
2013-05-20Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-20avoid unnecessary pool/syms restorationYukihiro "Matz" Matsumoto
2013-05-20Change Fibder to Fiber and a couple other wording issuesCarson McDonald
2013-05-20update error messageYukihiro "Matz" Matsumoto
2013-05-20update Fiber.new docYukihiro "Matz" Matsumoto
2013-05-20primary mruby fiber implementationYukihiro "Matz" Matsumoto
2013-05-18removed unused variables / assigns never usedJulien Ammous
2013-05-18indentation fixYukihiro "Matz" Matsumoto
2013-05-18remove unused local variableYukihiro "Matz" Matsumoto
2013-05-18Merge remote-tracking branch 'origin/master'Ryan Scott
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-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-14add comments for mruby-array-extskandhas
2013-05-13move mruby's showcallinfo into the coreYukihiro "Matz" Matsumoto
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-08Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-08mirb should handle exception from inspect; close #1238Yukihiro "Matz" Matsumoto
2013-05-08Move Hash#values_at to mruby-hash-ext gem.Masaki Muranaka
2013-05-03add type check in Hash#merge!Gilad Zohari
2013-05-02Apply :core parameter to full-core.gemboxDaniel Bovensiepen
2013-05-02Apply :core parameter to default.gemboxDaniel Bovensiepen
2013-04-29remove unnecessary intern; access to non-member cause IndexErrorYukihiro "Matz" Matsumoto
2013-04-29rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif...Yukihiro "Matz" Matsumoto