summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-08-14move mrb_value def to mruby/value.hYukihiro Matsumoto
2012-08-13setjmp in mrb_funcall_with_block if mrb->jmp is emptyYukihiro Matsumoto
2012-08-13iv table may be emptyYukihiro Matsumoto
2012-08-13use TRUE/FALSE instead of 1/0Yukihiro Matsumoto
2012-08-12Merge pull request #421 from masamitsu-murase/modify_putsYukihiro "Matz" Matsumoto
2012-08-12Merge pull request #420 from masamitsu-murase/modify_exception_handlingYukihiro "Matz" Matsumoto
2012-08-13`puts` should print "\n" only when the argument does not end with "\n".Masamitsu MURASE
2012-08-13Add more test for exception.Masamitsu MURASE
2012-08-13Modify exception handling.Masamitsu MURASE
2012-08-12check value from NilClass#inspectYukihiro Matsumoto
2012-08-12check inside of result from Kernel#instance_variableYukihiro Matsumoto
2012-08-12now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...Yukihiro Matsumoto
2012-08-12add const qualifier to stop warningYukihiro Matsumoto
2012-08-12call mrb_gc_free_gc from mrb_closeYukihiro Matsumoto
2012-08-11add check for instance variable namesYukihiro Matsumoto
2012-08-09Merge pull request #419 from beoran/masterYukihiro "Matz" Matsumoto
2012-08-10optimize assignment just before OP_RETURNYukihiro Matsumoto
2012-08-09Also added test for charsh bug with Struct.new without parameters.Beoran
2012-08-09Struct.new crashed if no arguments are given. Fixed.Beoran
2012-08-09add GC.disable and GC.enableYukihiro Matsumoto
2012-08-07Merge pull request #418 from pbosetti/XCodeYukihiro "Matz" Matsumoto
2012-08-08store :initialize in mrb structureYukihiro Matsumoto
2012-08-06Merge pull request #417 from MobiRuby/crash_when_called_stack_extYukihiro "Matz" Matsumoto
2012-08-07Fixed memory leak when calling stack_extend in m->body.funcYuichiro MASUI
2012-08-06Updated Xcode project build settings in conformity with 10.8/Xcode 4.4Paolo Bosetti
2012-08-06Updated Xcode project build settings in conformity with 10.8/Xcode 4.4Paolo Bosetti
2012-08-05class variable resolution should be same as const resolutionYukihiro Matsumoto
2012-08-05Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-08-05remove OP_MOVE just before OP_RETURNYukihiro Matsumoto
2012-08-04Merge pull request #416 from monaka/pr-fix-message-lengthYukihiro "Matz" Matsumoto
2012-08-04load_exec(): Fix message lenghtes in mrb_exc_new().Masaki Muranaka
2012-08-04super look-up scheme fixed; close #415Yukihiro Matsumoto
2012-08-03define_method to copy block bodyYukihiro Matsumoto
2012-08-03mrb_singleton_class should raise TypeError for immediate objectsYukihiro Matsumoto
2012-08-03mrb_define_method_vm should update target_classYukihiro Matsumoto
2012-08-02Merge pull request #414 from monaka/pr-fix-memory-reak-in-mrb_reallocYukihiro "Matz" Matsumoto
2012-08-03Fix a memory leak in mrb_realloc().Masaki Muranaka
2012-08-03update regs after cfunc call [2]Yukihiro Matsumoto
2012-08-03update regs after cfunc callYukihiro Matsumoto
2012-08-02struct.c refactoringYukihiro Matsumoto
2012-08-02use mrb_obj_equal to check poolYukihiro Matsumoto
2012-08-02mrb_get_args("&") gave wrong valueYukihiro Matsumoto
2012-08-02Time.new may not take any argumentYukihiro Matsumoto
2012-08-02small return optimization: use R0 to set return value if possibleYukihiro Matsumoto
2012-08-02wrong return value from empty block/lambdaYukihiro Matsumoto
2012-08-02keep minimal stack space (recv and blk)Yukihiro Matsumoto
2012-08-02stack pos should be adjusted for CFUNC OP_EXECYukihiro Matsumoto
2012-08-02mrb_check_convert_type should always return nil on errorYukihiro Matsumoto
2012-08-02reduce invoking mrb_intern from convert_typeYukihiro Matsumoto
2012-08-02reduce invoking const_missingYukihiro Matsumoto