summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-06-02Merge pull request #1271 from carsonmcdonald/mrbgemdocfixesYukihiro "Matz" Matsumoto
2013-06-02Minor wording changes and a couple spelling fixesCarson McDonald
2013-06-02add method: IO#selectAkira Yumiyama
2013-06-02fix IO#eof? method (consider the read buffer)Akira Yumiyama
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-28fix mrb_voidp_value function callAkito Mochizuki
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-21getaddrinfo("localhost") returns "fe80::1%lo0" on MacOS!Tomoyuki Sahara
2013-05-21using mruby-mtest on test/socket.rb.Tomoyuki Sahara
2013-05-21getaddrinfo("localhost") may return 2 or more.Tomoyuki Sahara
2013-05-21fix reading wrong variable.Tomoyuki Sahara
2013-05-21Linux does not have getpeereid(2).Tomoyuki Sahara
2013-05-21mrb_sys_fail() is declared in src/error.hTomoyuki Sahara
2013-05-21test runner.Tomoyuki Sahara
2013-05-21mruby-socket depends on mruby-io.Tomoyuki Sahara
2013-05-21short description, example, requirement, todo, license.Tomoyuki Sahara
2013-05-21Merge branch 'master' of github.com:iij/mruby-socketTomoyuki Sahara
2013-05-21Socket library for mruby.Tomoyuki Sahara
2013-05-20Initial commitTomoyuki Sahara
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