summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-11-08Fix build on c++ compilerXuejie Xiao
2012-11-08avoid local variable declaration in the middlenkshigeru
2012-11-07Merge pull request #530 from skandhas/pr_fix_instance_variables_result_contai...Yukihiro "Matz" Matsumoto
2012-11-07Merge pull request #534 from skandhas/pr-compatible-with-msvcYukihiro "Matz" Matsumoto
2012-11-07Ruby and align the behavior.Akira Yumiyama
2012-11-07fix 'undefined method' error message.Akira Yumiyama
2012-11-07compatible with MSVCskandhas
2012-11-06The output of Object#instance_variables contains instance variables and class...skandhas
2012-11-05inline include/mruby/object.hYukihiro Matz Matsumoto
2012-11-04replace RBASIC by mrb_basicYukihiro Matz Matsumoto
2012-11-04remove FL_XXX macrosYukihiro Matz Matsumoto
2012-11-04replace SYM2ID() by mrb_symbol()Yukihiro Matz Matsumoto
2012-11-04remove reference to ruby_verbose and ruby_debugYukihiro Matz Matsumoto
2012-11-04replace RTEST() by mrb_test_p()Yukihiro Matz Matsumoto
2012-11-04add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()Yukihiro Matz Matsumoto
2012-11-04replace SYMBOL_P() by mrb_symbol_p()Yukihiro Matz Matsumoto
2012-11-04add mrb_float_p()Yukihiro Matz Matsumoto
2012-11-04replace FIXNUM_P() by mrb_fixnum_p()Yukihiro Matz Matsumoto
2012-11-03Module#dup should copy class methods as wellYukihiro Matz Matsumoto
2012-11-03cosmetic changes in mrb_obj_clone()Yukihiro Matz Matsumoto
2012-11-03FALSE and STRING should not be converted to float for get_args("f"); close #525Yukihiro Matsumoto
2012-11-02Merge pull request #524 from iij/pr-backtraceYukihiro "Matz" Matsumoto
2012-11-02Fix stack underflow in scope_body()Takashi Sogabe
2012-11-02show all callinfo's.Tomoyuki Sahara
2012-11-02don't print garbage entries.Tomoyuki Sahara
2012-11-01fix when mruby parse embedded rd document, mruby throw a syntax error.skandhas
2012-11-01add String#bytes to return bytes in a stringYukihiro Matsumoto
2012-11-01OP_ADDI/OP_SUBI should handle integer overflow; close #518Yukihiro Matsumoto
2012-10-31Merge pull request #521 from iij/pr-fix-broken-variable-ref-next-statementYukihiro "Matz" Matsumoto
2012-11-01constant access should refer outer class/module; close #514Yukihiro Matsumoto
2012-10-31fix: broken variable reference, use 'next' statementKouki Ooyatsu
2012-10-29Merge pull request #515 from iij/pr-fix-mrb-formatYukihiro "Matz" Matsumoto
2012-10-29Merge pull request #517 from skandhas/pr-fix-cannot-get-const-form-singleton-...Yukihiro "Matz" Matsumoto
2012-10-30fix cannot get/set const variable form singleton classskandhas
2012-10-30Use NULL instead of 0. (It is not a bug fix but a cosmetic change.)Masaki Muranaka
2012-10-30fixes *.mrb dump/load format with escaped character.Akira Yumiyama
2012-10-28Merge pull request #513 from monaka/pr-not-use-memset-in-structure-initializa...Yukihiro "Matz" Matsumoto
2012-10-29Use substitution instead of memset in structure initialization.Masaki Muranaka
2012-10-29revert part of #507 for warningYukihiro Matsumoto
2012-10-28Merge pull request #510 from masuidrive/masterYukihiro "Matz" Matsumoto
2012-10-28Merge pull request #511 from iij/pr-no-method-error-mesgYukihiro "Matz" Matsumoto
2012-10-28Merge pull request #507 from monaka/pr-not-use-memset-in-structure-initializa...Yukihiro "Matz" Matsumoto
2012-10-28change the error message (NoMethodError, NameError)Akira Yumiyama
2012-10-27define convert method mrb_int/mrb_float with C stringYuichiro MASUI
2012-10-26singleton classes should be able to have instance variables; close #509Yukihiro Matsumoto
2012-10-25Use substitution instead of memset in structure initialization.Masaki Muranaka
2012-10-22Merge pull request #505 from monaka/pr-add-unformat-mrb_raiseYukihiro "Matz" Matsumoto
2012-10-23do not touch h from Hash when h might be NULLYukihiro Matsumoto
2012-10-23adjust regsiter stack for NODE_OP_ASGN that use OP_SENDYukihiro Matsumoto
2012-10-23skip useless OP_MOVE in peephole optimizationYukihiro Matsumoto