summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-11-14remove unnecessary jumpYukihiro "Matz" Matsumoto
2013-11-13Merge pull request #1571 from bggd/patch-1Yukihiro "Matz" Matsumoto
2013-11-13Changed a variable declaration to top of blockbggd
2013-11-13Changed a variable declaration to top of blockbggd
2013-11-13load_exec() no longer return fixnum value for no_exec; should close #1569Yukihiro "Matz" Matsumoto
2013-11-13fclose input fileYukihiro "Matz" Matsumoto
2013-11-13pacify some warnings on OpenBSDYukihiro "Matz" Matsumoto
2013-11-13fixnum in irep->pool may overflowYukihiro "Matz" Matsumoto
2013-11-10call codedump_all() from mirb if --verbose is set; close #1559Yukihiro "Matz" Matsumoto
2013-11-10cancel #1565 since it breaks mirb; instead add special treatment to heredocsYukihiro "Matz" Matsumoto
2013-11-10check for corrupted mrb file dataYukihiro "Matz" Matsumoto
2013-11-09Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-11-09Merge pull request #1566 from carsonmcdonald/supresstosuppressYukihiro "Matz" Matsumoto
2013-11-09Change supress to suppressCarson McDonald
2013-11-08Merge pull request #1565 from Fleurer/fix1564Yukihiro "Matz" Matsumoto
2013-11-09protect returning irep (in proc) from GCYukihiro "Matz" Matsumoto
2013-11-08allow irep to be GCedYukihiro "Matz" Matsumoto
2013-11-08nextc(): always return an '\n' at end of inputfleuria
2013-11-07type check before pool scanYukihiro "Matz" Matsumoto
2013-11-07call_iseq will never be NULLYukihiro "Matz" Matsumoto
2013-11-07wrong return value from read_lineno_record()Yukihiro "Matz" Matsumoto
2013-11-07create Proc object before releasing memory poolYukihiro "Matz" Matsumoto
2013-11-07forgot to free irep->repsYukihiro "Matz" Matsumoto
2013-11-07irep->pool not to be GCedYukihiro "Matz" Matsumoto
2013-11-07modified to use irep->reps to reference child ireps. preparation forYukihiro "Matz" Matsumoto
2013-11-05resolved conflicts and updated to latest return value change of mrb_generate_...Yukihiro "Matz" Matsumoto
2013-11-04add Fiber.currentYukihiro "Matz" Matsumoto
2013-11-04Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-11-03Merge pull request #1562 from takahashim/mrbc-add-newlineYukihiro "Matz" Matsumoto
2013-11-03mirb: reset stack in the first commandfleuria
2013-11-03refactor mrb_context_run()fleuria
2013-11-03introduce mrb_context_run()fleuria
2013-11-03mrbc: add line break for -c optiontakahashim
2013-11-03small style fixYukihiro "Matz" Matsumoto
2013-11-03Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-11-02Merge pull request #1560 from 3miliano/masterYukihiro "Matz" Matsumoto
2013-11-02Added support for Random as an argument to shuffle and shuffle!. Refactored r...Emiliano Lesende
2013-11-02remove scope->idxYukihiro "Matz" Matsumoto
2013-11-02codedump() to take irep structureYukihiro "Matz" Matsumoto
2013-11-02change return value from mrb_generate_code()Yukihiro "Matz" Matsumoto
2013-11-01Merge pull request #1557 from 3miliano/masterYukihiro "Matz" Matsumoto
2013-11-01Added shuffle and shuffle! to the Array class in the Random gem.Emiliano Lesende
2013-11-01changed argument type of mrb_ary_modify(); ref #1554Yukihiro "Matz" Matsumoto
2013-10-31add mrb_ary_modify(mrb,a); you have to ensure mrb_value a to be an array; ref...Yukihiro "Matz" Matsumoto
2013-10-31Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-10-31restore context status to RUNNING on automatic yield at the end of the block;...Yukihiro "Matz" Matsumoto
2013-10-30Merge pull request #1553 from Fleurer/fix1550-contYukihiro "Matz" Matsumoto
2013-10-30fix 3a4c8e2fleuria
2013-10-30resolve conflict #1552Yukihiro "Matz" Matsumoto
2013-10-30Merge pull request #1551 from Fleurer/fix1550Yukihiro "Matz" Matsumoto