| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-29 | remove flags from irep | Yukihiro Matsumoto | |
| 2012-08-28 | Merge pull request #442 from kimhmadsen/master | Yukihiro "Matz" Matsumoto | |
| fixed typos | |||
| 2012-08-28 | fixed typos | Kim H Madsen | |
| 2012-08-28 | free heap pages from mrb_close() | Yukihiro Matsumoto | |
| 2012-08-28 | close pool in toplevel scope | Yukihiro Matsumoto | |
| 2012-08-28 | free symbol table from mrb_close() | Yukihiro Matsumoto | |
| 2012-08-26 | Merge pull request #441 from masamitsu-murase/set_filename_in_mrbc | Yukihiro "Matz" Matsumoto | |
| Set filename in mrbc.c. | |||
| 2012-08-26 | Set filename in mrbc.c. | Masamitsu MURASE | |
| 2012-08-25 | Merge pull request #439 from masamitsu-murase/modify_ci_nregs_in_yield | Yukihiro "Matz" Matsumoto | |
| ci->nregs for ruby proc. | |||
| 2012-08-25 | Merge pull request #440 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/request_publish_mrb_hash_delete_key Publish mrb_hash_delete_key. | |||
| 2012-08-26 | Publish mrb_hash_delete_key. | Masamitsu MURASE | |
| 2012-08-26 | ci->nregs should be set to irep->nregs + 2 if proc is not a C function. | Masamitsu MURASE | |
| 2012-08-22 | file/line info passed to codegen; argument type of mrb_generate_code() has ↵ | Yukihiro Matsumoto | |
| changed | |||
| 2012-08-22 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 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-20 | Merge pull request #436 from masamitsu-murase/modify_reference_to_ci | Yukihiro "Matz" Matsumoto | |
| Modify reference to ci. | |||
| 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 | Merge pull request #435 from masamitsu-murase/modify_mruby_filename | Yukihiro "Matz" Matsumoto | |
| Modify argument of mrbc_filename. | |||
| 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 | Modify argument of mrbc_filename. | Masamitsu MURASE | |
| 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-18 | use bit field mrb_vtype in MRUBY_OBJECT_HEADER | Yukihiro Matsumoto | |
| 2012-08-17 | Merge pull request #434 from joequery/exit_in_string | Yukihiro "Matz" Matsumoto | |
| Improve handling of "exit" and "quit" in mirb. | |||
| 2012-08-17 | Don't exit if 'exit' or 'quit' are in quote blocks | Joseph McCullough | |
| 2012-08-17 | 'exit' and 'quit' cause exit regardless of open block | Joseph McCullough | |
| 2012-08-17 | Merge pull request #433 from selman/init_prototypes | Yukihiro "Matz" Matsumoto | |
| function prototypes sorted by call & removed unused (file, io, thread) | |||
| 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-16 | Merge pull request #432 from masamitsu-murase/modify_filename | Yukihiro "Matz" Matsumoto | |
| Modify buffer size for filename. | |||
| 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 pull request #429 from pbosetti/XCode | Yukihiro "Matz" Matsumoto | |
| Code formatting in sprintf.c | |||
| 2012-08-16 | Corrected some missing link in Xcode project | Paolo Bosetti | |
| 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 | Merge pull request #427 from Constellation/canonicalize-nan-value | Yukihiro "Matz" Matsumoto | |
| Canonicalize NaN value in NaN boxing environment | |||
| 2012-08-15 | canonicalize NaN value in NaN boxing environment | Constellation | |
| 2012-08-14 | Merge pull request #426 from mirichi/op_enter_optimize | Yukihiro "Matz" Matsumoto | |
| op_enter_optimize | |||
