| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-22 | abort() if mrb->jmp is empty | Yukihiro Matsumoto | |
| 2012-08-20 | Merge pull request #437 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/modify_irep_initialization_and_gc_mark Modify irep initialization and GC. | |||
| 2012-08-21 | Refer to irep_capa as well as irep_len when irep is marked by GC. | Masamitsu MURASE | |
| Initialize mrb->irep array with 0 when realloc is called. | |||
| 2012-08-21 | Refer to mrb->ci instead of local variable `ci` after m->body.func is called, | Masamitsu MURASE | |
| because mrb->ci may be changed in m->body.func. | |||
| 2012-08-19 | mrb_open_allocf() should keep ud in mrb_state | Yukihiro Matsumoto | |
| 2012-08-19 | replace RiteVM in comments by mruby | Yukihiro Matsumoto | |
| 2012-08-19 | allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889 | Yukihiro Matsumoto | |
| 2012-08-18 | remove assignment to unused dst; close #424 | Yukihiro Matsumoto | |
| 2012-08-18 | remove assignment to unused retval | Yukihiro Matsumoto | |
| 2012-08-18 | remove BEGIN/END from syntax | Yukihiro Matsumoto | |
| 2012-08-18 | reduce mrb_funcall invocations | Yukihiro Matsumoto | |
| 2012-08-18 | replace mrb_iv_set by mrb_obj_iv_set | Yukihiro Matsumoto | |
| 2012-08-18 | rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER | Yukihiro Matsumoto | |
| 2012-08-17 | function prototypes sorted by call & removed unused (file, io, thread) | Selman ULUG | |
| 2012-08-16 | Merge pull request #431 from selman/khash | Yukihiro "Matz" Matsumoto | |
| khash.h including at line:255 | |||
| 2012-08-17 | Modify buffer size for filename. | Masamitsu MURASE | |
| 2012-08-16 | MRB_IV_INITIAL_SIZE duplicate definition | Selman ULUG | |
| 2012-08-16 | khash.h including at line:255 | Selman ULUG | |
| 2012-08-16 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-08-16 | outer might be NULL; close #428 | Yukihiro Matsumoto | |
| 2012-08-16 | Merge branch 'master' into XCode | Paolo Bosetti | |
| Also, fixed issue in Xcode project build settings | |||
| 2012-08-16 | Code formatting in sprintf.c | Paolo Bosetti | |
| switch/case constructs in mrb_str_format() had mismatched indentation styles: clean up to 2-spaces-per-level. | |||
| 2012-08-15 | op_enter_optimize | mirichi | |
| 2012-08-14 | NaN boxing | Yukihiro Matsumoto | |
| 2012-08-13 | setjmp in mrb_funcall_with_block if mrb->jmp is empty | Yukihiro Matsumoto | |
| 2012-08-13 | iv table may be empty | Yukihiro Matsumoto | |
| 2012-08-13 | use TRUE/FALSE instead of 1/0 | Yukihiro Matsumoto | |
| 2012-08-13 | Modify exception handling. | Masamitsu MURASE | |
| If an exception is raised before cipush is called in mrb_run, it should be handled in the outer mrb_run. | |||
| 2012-08-12 | now segmented list can be used as instance variable tables by ↵ | Yukihiro Matsumoto | |
| -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption | |||
| 2012-08-12 | add const qualifier to stop warning | Yukihiro Matsumoto | |
| 2012-08-12 | call mrb_gc_free_gc from mrb_close | Yukihiro Matsumoto | |
| 2012-08-11 | add check for instance variable names | Yukihiro Matsumoto | |
| 2012-08-09 | Merge pull request #419 from beoran/master | Yukihiro "Matz" Matsumoto | |
| Struct.new crashed if no parameters given. This pull request fixes that. | |||
| 2012-08-10 | optimize assignment just before OP_RETURN | Yukihiro Matsumoto | |
| 2012-08-09 | Struct.new crashed if no arguments are given. Fixed. | Beoran | |
| 2012-08-09 | add GC.disable and GC.enable | Yukihiro Matsumoto | |
| 2012-08-08 | store :initialize in mrb structure | Yukihiro Matsumoto | |
| 2012-08-07 | Fixed memory leak when calling stack_extend in m->body.func | Yuichiro MASUI | |
| 2012-08-05 | class variable resolution should be same as const resolution | Yukihiro Matsumoto | |
| 2012-08-05 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-08-05 | remove OP_MOVE just before OP_RETURN | Yukihiro Matsumoto | |
| 2012-08-04 | load_exec(): Fix message lenghtes in mrb_exc_new(). | Masaki Muranaka | |
| mrb_run(): Fix not to use a magic number but sizeof. | |||
| 2012-08-04 | super look-up scheme fixed; close #415 | Yukihiro Matsumoto | |
| 2012-08-03 | define_method to copy block body | Yukihiro Matsumoto | |
| 2012-08-03 | mrb_singleton_class should raise TypeError for immediate objects | Yukihiro Matsumoto | |
| 2012-08-03 | mrb_define_method_vm should update target_class | Yukihiro Matsumoto | |
| 2012-08-03 | Fix a memory leak in mrb_realloc(). | Masaki Muranaka | |
| 2012-08-03 | update regs after cfunc call [2] | Yukihiro Matsumoto | |
| 2012-08-03 | update regs after cfunc call | Yukihiro Matsumoto | |
| 2012-08-02 | struct.c refactoring | Yukihiro Matsumoto | |
