summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-06-10restructure header files; move non config lines away from mrbconf.hYukihiro "Matz" Matsumoto
2013-06-09Merge pull request #1276 from h2so5/replace-isupper-msvcYukihiro "Matz" Matsumoto
2013-06-10Use casting instead of a macroh2so5
2013-06-09Replace isupper with a macro in msvch2so5
2013-06-09Merge pull request #1275 from carsonmcdonald/undeffixYukihiro "Matz" Matsumoto
2013-06-09Remove incorrect removal of ivCarson McDonald
2013-06-08Add undef var testCarson McDonald
2013-06-08Raise a NameError when symbol isn't found.Carson McDonald
2013-06-08bob doesn't have new so don't undefCarson McDonald
2013-06-08new is removed from Integer so doesn't need to be removed again in FixnumCarson McDonald
2013-06-06Merge pull request #1273 from kyab/no_bins_exampleYukihiro "Matz" Matsumoto
2013-06-06Merge pull request #1272 from kyab/absolute_path_ok_for_gemboxYukihiro "Matz" Matsumoto
2013-06-07Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-06-06install gperf to prevent accidental compile errorYukihiro "Matz" Matsumoto
2013-06-06do not specify implementation dependant exception class names in fiber testYukihiro "Matz" Matsumoto
2013-06-06No need to specify empty bin list anymore(example)kyab
2013-06-06Describe GemBox files can be located anywherekyab
2013-06-02Merge pull request #1271 from carsonmcdonald/mrbgemdocfixesYukihiro "Matz" Matsumoto
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