summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2013-07-23Merge pull request #1402 from mattn/check_home_is_nullYukihiro "Matz" Matsumoto
2013-07-23resolve conflictYukihiro "Matz" Matsumoto
2013-07-23Merge pull request #1399 from carsonmcdonald/readlinelinkfixYukihiro "Matz" Matsumoto
2013-07-23Check home is nullmattn
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
2013-07-22If readline is enabled add readline to libraries to linkCarson McDonald
2013-07-22Move home variable into readline ifdefCarson McDonald
2013-07-18Use env[USERPROFILE] for Windowskyab
2013-07-18Save mirb history when readline enabledkyab
2013-07-16Merge pull request #1388 from carsonmcdonald/toplevelwarnfixYukihiro "Matz" Matsumoto
2013-07-16Fix warning by making call explicitCarson McDonald
2013-07-15Repalace int with mrb_bool because a return value is boolean.Jun Hiroe
2013-07-14Merge pull request #1376 from suzukaze/replace-mrb_intern-in-random.cYukihiro "Matz" Matsumoto
2013-07-14Replace mrb_intern() with mrb_intern2() in random.cJun Hiroe
2013-07-14Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr().Jun Hiroe
2013-07-11Merge branch 'kyab-toplevel_ext'Yukihiro "Matz" Matsumoto
2013-07-11add mruby-toplevel-ext as defaultYukihiro "Matz" Matsumoto
2013-07-11add private/protected/public to mainYukihiro "Matz" Matsumoto
2013-07-02Add include for toplevel self(main)kyab
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