summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
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-09Remove incorrect removal of ivCarson 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-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-25fixed a bug in initializing post mandatory block parametersYukihiro "Matz" Matsumoto
2013-05-24fiber do not work on MRB_NAN_BOXINGYukihiro "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-20avoid unnecessary pool/syms restorationYukihiro "Matz" Matsumoto
2013-05-20primary mruby fiber implementationYukihiro "Matz" Matsumoto
2013-05-19Change fortmat to format.Carson McDonald
2013-05-18removed unused variables / assigns never usedJulien Ammous
2013-05-18Merge remote-tracking branch 'origin/master'Ryan Scott
2013-05-18Fixed the each object callback to be more consistent with other callbacks.Ryan Scott
2013-05-17Changed the each_object callback so that a pointer is passed for the object, ...Ryan 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
2013-05-14mrbc to take multiple files, preserving debug information if -g given; close ...Yukihiro "Matz" Matsumoto
2013-05-13Fix off by one issueCarson McDonald
2013-05-13Fix early free of irep->filenameCarson McDonald
2013-05-13forgot to add src/backtrace.cYukihiro "Matz" Matsumoto
2013-05-12Change in formatting for os_count_objects to be consistent with other functions.Ryan Scott
2013-05-12ObjectSpace.count_objects was incorrectly checking if an object was already f...Ryan Scott
2013-05-12Implemented ObjectSpace.count_objects to count the number of allocated object...Ryan Scott
2013-05-10change mrb_bug to get mrb_state and %S formatterYukihiro "Matz" Matsumoto
2013-05-10change mrb_warn to get mrb_state and %S formatterYukihiro "Matz" Matsumoto
2013-05-10Rename parameter names for mrb_yieldKeita Obo
2013-05-09fix indentationYukihiro "Matz" Matsumoto
2013-05-09Print mrb_value instead of RClass*Carson McDonald
2013-05-08Remove mrb_hash_lookup() as no one uses it. Use mrb_hash_get instead.Masaki Muranaka
2013-05-08Move comments from hash.c to hash.rb.Masaki Muranaka
2013-05-08Move Hash#values_at to mruby-hash-ext gem.Masaki Muranaka
2013-05-05fix typos.crimsonwoods
2013-05-02Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-01Remove mrb_class_obj_geth2so5
2013-04-30the receiver should be included in ancestors even when it's a singleton classYukihiro "Matz" Matsumoto
2013-04-29rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif...Yukihiro "Matz" Matsumoto
2013-04-29remove our own prototype for sprintf(); ref #1223Yukihiro "Matz" Matsumoto
2013-04-28Merge pull request #1221 from monaka/pr-revert-file-access-modeYukihiro "Matz" Matsumoto
2013-04-29Revert file access mode to 0644.Masaki Muranaka