summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-08-29remove flags from irepYukihiro Matsumoto
2012-08-28fixed typosKim H Madsen
2012-08-28free heap pages from mrb_close()Yukihiro Matsumoto
2012-08-28close pool in toplevel scopeYukihiro Matsumoto
2012-08-28free symbol table from mrb_close()Yukihiro Matsumoto
2012-08-25Merge pull request #439 from masamitsu-murase/modify_ci_nregs_in_yieldYukihiro "Matz" Matsumoto
2012-08-26Publish mrb_hash_delete_key.Masamitsu MURASE
2012-08-26ci->nregs should be set to irep->nregs + 2 if proc is not a C function.Masamitsu MURASE
2012-08-22file/line info passed to codegen; argument type of mrb_generate_code() has ch...Yukihiro Matsumoto
2012-08-22Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-08-22abort() if mrb->jmp is emptyYukihiro Matsumoto
2012-08-20Merge pull request #437 from masamitsu-murase/modify_irep_initialization_and_...Yukihiro "Matz" Matsumoto
2012-08-21Refer to irep_capa as well as irep_len when irep is marked by GC.Masamitsu MURASE
2012-08-21Refer to mrb->ci instead of local variable `ci` after m->body.func is called,Masamitsu MURASE
2012-08-19mrb_open_allocf() should keep ud in mrb_stateYukihiro Matsumoto
2012-08-19replace RiteVM in comments by mrubyYukihiro Matsumoto
2012-08-19allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889Yukihiro Matsumoto
2012-08-18remove assignment to unused dst; close #424Yukihiro Matsumoto
2012-08-18remove assignment to unused retvalYukihiro Matsumoto
2012-08-18remove BEGIN/END from syntaxYukihiro Matsumoto
2012-08-18reduce mrb_funcall invocationsYukihiro Matsumoto
2012-08-18replace mrb_iv_set by mrb_obj_iv_setYukihiro Matsumoto
2012-08-18rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADERYukihiro Matsumoto
2012-08-17function prototypes sorted by call & removed unused (file, io, thread)Selman ULUG
2012-08-16Merge pull request #431 from selman/khashYukihiro "Matz" Matsumoto
2012-08-17Modify buffer size for filename.Masamitsu MURASE
2012-08-16MRB_IV_INITIAL_SIZE duplicate definitionSelman ULUG
2012-08-16khash.h including at line:255Selman ULUG
2012-08-16Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-08-16outer might be NULL; close #428Yukihiro Matsumoto
2012-08-16Merge branch 'master' into XCodePaolo Bosetti
2012-08-16Code formatting in sprintf.cPaolo Bosetti
2012-08-15op_enter_optimizemirichi
2012-08-14NaN boxingYukihiro 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-13Modify exception handling.Masamitsu MURASE
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-09Struct.new crashed if no arguments are given. Fixed.Beoran
2012-08-09add GC.disable and GC.enableYukihiro Matsumoto
2012-08-08store :initialize in mrb structureYukihiro Matsumoto
2012-08-07Fixed memory leak when calling stack_extend in m->body.funcYuichiro MASUI
2012-08-05class variable resolution should be same as const resolutionYukihiro Matsumoto
2012-08-05Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto