| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-02 | Change scapa and rcapa to size_t, use scapa. | Carson McDonald | |
| 2013-12-01 | inline mrb_gc_arena_restore() and stack_extend() in VM loop | Yukihiro "Matz" Matsumoto | |
| 2013-11-29 | rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513 | Yukihiro "Matz" Matsumoto | |
| 2013-11-27 | float objects in pool are objects when MRB_WORD_BOXING is set | Yukihiro "Matz" Matsumoto | |
| 2013-11-26 | Merge pull request #1599 from kyab/fix_mrb_word_boxing | Yukihiro "Matz" Matsumoto | |
| Fix build error for MRB_WORD_BOXING | |||
| 2013-11-26 | Fix build error for MRB_WORD_BOXING | kyab | |
| 2013-11-25 | Merge pull request #1597 from take-cheeze/mrbcfile | Yukihiro "Matz" Matsumoto | |
| debug record size assertion fail | |||
| 2013-11-26 | move debug record size assertion to correct position | take_cheeze | |
| 2013-11-26 | use mrbc of current build in non cross build | take_cheeze | |
| 2013-11-26 | append defines instead of assigning | take_cheeze | |
| 2013-11-25 | add CFLAGS as a fallback from CXXFLAGS; ref #1594 | Yukihiro "Matz" Matsumoto | |
| 2013-11-25 | Merge branch 'modify_toolchains_gcc' of ↵ | Yukihiro "Matz" Matsumoto | |
| https://github.com/crimsonwoods/mruby into crimsonwoods-modify_toolchains_gcc | |||
| 2013-11-25 | remove MRB_PARSER_BUF_SIZE configuration; close #1596 | Yukihiro "Matz" Matsumoto | |
| 2013-11-24 | Merge pull request #1595 from take-cheeze/filename_realloc_fix | Yukihiro "Matz" Matsumoto | |
| get_filename_table_size realloc fix. | |||
| 2013-11-24 | Merge pull request #1593 from perlun/patch-1 | Yukihiro "Matz" Matsumoto | |
| Updated the documentation to better match the way things work now that 172cd28 is merged. | |||
| 2013-11-24 | fix realloc error | take_cheeze | |
| 2013-11-24 | add enable_debug method to MRuby::Build and build debug version in travis-ci | take_cheeze | |
| 2013-11-23 | Modify referenced environment variables. | crimsonwoods | |
| 'CXX' is used instead of 'CC'. 'CXXFLAGS' is used instead of 'CFLAGS'. | |||
| 2013-11-23 | Modify build script for gcc. | crimsonwoods | |
| Newly added compile option '-std=gnu99' is not necessary for C++. And 'g++' should be used to compile for C++ source codes, I think. | |||
| 2013-11-23 | Updated the documentation to better match the way things work now that ↵ | Per Lundberg | |
| 172cd28 is merged. | |||
| 2013-11-22 | Merge pull request #1592 from perlun/auto-toolchain | Yukihiro "Matz" Matsumoto | |
| Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.rake altogether - it’s no longer needed. | |||
| 2013-11-22 | Merge pull request #1591 from iij/pr-fixed-arena-on-travis | Yukihiro "Matz" Matsumoto | |
| build with MRB_GC_FIXED_ARENA on travis | |||
| 2013-11-22 | Automatically detect toolchain if it is visualcpp, and hence we drop ↵ | Per Lundberg | |
| vs2010.rake altogether - it’s no longer needed. | |||
| 2013-11-22 | build with MRB_GC_FIXED_ARENA. | Tomoyuki Sahara | |
| 2013-11-22 | Make mrb->arena variable sized. Use MRB_GC_FIXED_ARENA for old behavior. | Yukihiro "Matz" Matsumoto | |
| You will not see "arena overflow" error anymore, but I encourage gem authors to check your gems with MRB_GC_FIXED_ARENA to avoid memory broat. | |||
| 2013-11-20 | Merge pull request #1590 from iij/pr-declare-struct-mrb-irep | Yukihiro "Matz" Matsumoto | |
| declare struct mrb_irep. | |||
| 2013-11-21 | declare struct mrb_irep. | Tomoyuki Sahara | |
| 2013-11-20 | rename API mrb_str_dup_static() -> mrb_str_pool() | Yukihiro "Matz" Matsumoto | |
| 2013-11-20 | need to free pooled string bodies as well | Yukihiro "Matz" Matsumoto | |
| 2013-11-20 | mrb format should be portable among configurations (e.g. MRB_NAN_BOXING) | Yukihiro "Matz" Matsumoto | |
| 2013-11-20 | resolve conflict | Yukihiro "Matz" Matsumoto | |
| 2013-11-19 | irep->pool struct pool -> mrb_value | Miura Hideki | |
| 2013-11-19 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-11-19 | parser_dump() is not used in mrbc; close #1561 | Yukihiro "Matz" Matsumoto | |
| 2013-11-19 | Merge pull request #1587 from perlun/patch-1 | Yukihiro "Matz" Matsumoto | |
| Fixed so that it builds with VS2013. VLA:s are not supported, because of its strict C89 world view. | |||
| 2013-11-19 | Fixed so that it builds with VS2013. VLA:s are not supported, because of its ↵ | Per Lundberg | |
| strict C89 world view. | |||
| 2013-11-18 | Merge pull request #1584 from cremno/rename-mrb_exc_new3 | Yukihiro "Matz" Matsumoto | |
| renamed mrb_exc_new3 to mrb_exc_new_str | |||
| 2013-11-18 | Merge pull request #1585 from cremno/codegen-fixes | Yukihiro "Matz" Matsumoto | |
| codegen_malloc/realloc: static + simple mem alloc | |||
| 2013-11-18 | Merge pull request #1586 from cremno/gcc-std-gnu99 | Yukihiro "Matz" Matsumoto | |
| GCC: add -std=gnu99 to CFLAGS | |||
| 2013-11-19 | clear ci->err after const set; revert 5b51b1; ref #1583 | Yukihiro "Matz" Matsumoto | |
| 2013-11-18 | GCC: add -std=gnu99 to CFLAGS | cremno | |
| - this change prevents issues like #1539 in the future - Clang's default is already gnu99 but GCC's is gnu89 - mruby is C99 (+ GNU exts), not C89 (+ GNU exts) | |||
| 2013-11-18 | renamed mrb_exc_new3 to mrb_exc_new_str | cremno | |
| - more descriptive name (there's no mrb_exc_new2) - no wrapper (macro/static inline function) for backwards compatibility because nothing besides mruby itself seems to be calling this function: <http://mruby-code-search.ongaeshi.me/home?query=mrb_exc_new3> | |||
| 2013-11-18 | codegen_malloc/realloc: static + simple mem alloc | cremno | |
| - there's no reason for both to have external linkage - use simple versions of memory allocation functions which are returning NULL instead of longjmp-ing, so codegen_error will be called to cleanup. | |||
| 2013-11-18 | ci->err may be out of boud; close #1583 | Yukihiro "Matz" Matsumoto | |
| 2013-11-18 | write_debug_record should dump info recursively; close #1581 | Yukihiro "Matz" Matsumoto | |
| 2013-11-18 | check upper callinfo to call ensure block; close #1579 | Yukihiro "Matz" Matsumoto | |
| 2013-11-18 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-11-17 | Merge pull request #1582 from takahashim/warning-enum-irep_pool_type | Yukihiro "Matz" Matsumoto | |
| irep->pool[n].type should be IREP_TT_*, not MRB_TT_* | |||
| 2013-11-17 | fix warning: "implicit conversion from enumeration type 'enum mrb_vtype' to ↵ | takahashim | |
| different enumeration type 'enum irep_pool_type' [-Wenum-conversion]" | |||
| 2013-11-15 | wrong size of filenames buffer | Yukihiro "Matz" Matsumoto | |
