summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-06-02Minor wording changes and a couple spelling fixesCarson McDonald
2013-05-29Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-29small refactoring over word boxingYukihiro "Matz" Matsumoto
2013-05-28Merge pull request #1268 from carsonmcdonald/fiberextestsYukihiro "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-27Merge pull request #1267 from skandhas/pr-add-Fiber-alive_pYukihiro "Matz" Matsumoto
2013-05-27add Fiber#alive?skandhas
2013-05-26Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-26Merge pull request #1266 from kimushu/feature/word-boxingYukihiro "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-24Merge pull request #1265 from bovi/add-fiber-testYukihiro "Matz" Matsumoto
2013-05-24Add Fiber Test for issue #1264Daniel Bovensiepen
2013-05-25fixed a bug in initializing post mandatory block parametersYukihiro "Matz" Matsumoto
2013-05-25should set argc at proper position; close #1264Yukihiro "Matz" Matsumoto
2013-05-24fiber do not work on MRB_NAN_BOXINGYukihiro "Matz" Matsumoto
2013-05-23add fiber testsYukihiro "Matz" Matsumoto
2013-05-23manage fiber status (create|running|resumed|terminated)Yukihiro "Matz" Matsumoto
2013-05-23should have protected the return value from GC, even when the method is defin...Yukihiro "Matz" Matsumoto
2013-05-22garbage collect context (fiber) properlyYukihiro "Matz" Matsumoto
2013-05-21remove unnecessary assignmentYukihiro "Matz" Matsumoto
2013-05-21error in initializing callinfo stack in cipush(); close #1261Yukihiro "Matz" Matsumoto
2013-05-20Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-20Merge pull request #1260 from carsonmcdonald/rewordtypoYukihiro "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-19Merge pull request #1259 from carsonmcdonald/typeofixfortmatYukihiro "Matz" Matsumoto
2013-05-19Change fortmat to format.Carson McDonald
2013-05-18Merge pull request #1258 from luislavena/mrbc-dump-binaryYukihiro "Matz" Matsumoto
2013-05-18mrbc: use binary mode on outfileLuis Lavena
2013-05-18Merge pull request #1257 from schmurfy/cleanupYukihiro "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 branch 'master' of https://github.com/Archytaus/mruby into Archytaus-ma...Yukihiro "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-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