| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-16 | add a comment for enable_bintest in build_config.rb | fleuria | |
| 2013-11-16 | enable bintest for travis CI | fleuria | |
| 2013-11-16 | add regression for #1563 | fleuria | |
| 2013-11-16 | add regression for #1572 | fleuria | |
| 2013-11-16 | Try GC when Too many open files (revert a part of 1e8097a). | Tomoyuki Sahara | |
| 2013-11-16 | add regression for #1564 | fleuria | |
| 2013-11-16 | add conf.enable_bintest and run_bintest | fleuria | |
| 2013-11-16 | add test/bintest.rb | fleuria | |
| 2013-11-16 | make test/assert.rb cruby compatible | fleuria | |
| 2013-11-16 | test for #6. | Tomoyuki Sahara | |
| 2013-11-16 | IO.sysopen raises an exception when open(2) fails. closes #6. | Tomoyuki Sahara | |
| 2013-11-15 | wrong size of filenames buffer | Yukihiro "Matz" Matsumoto | |
| 2013-11-15 | should output debug info for child ireps; close #1575 | Yukihiro "Matz" Matsumoto | |
| 2013-11-15 | should not free buffer that is still accessed | Yukihiro "Matz" Matsumoto | |
| 2013-11-15 | wrong size of filenames buffer | Yukihiro "Matz" Matsumoto | |
| 2013-11-15 | add new function mrb_load_irep_file_cxt() and simplifies mruby.c | Yukihiro "Matz" Matsumoto | |
| 2013-11-15 | fix irep memory leak | Yukihiro "Matz" Matsumoto | |
| 2013-11-15 | enum mrb_vtype varies on compile time configuration, namely MRB_NAN_BOXING | Yukihiro "Matz" Matsumoto | |
| 2013-11-15 | remove warning on NAN_BOXING | Yukihiro "Matz" Matsumoto | |
| 2013-11-14 | Merge pull request #1573 from Fleurer/fix1572 | Yukihiro "Matz" Matsumoto | |
| fix length check in read_section_debug() | |||
| 2013-11-14 | fix length check in read_section_debug(); fix #1572 | fleuria | |
| 2013-11-14 | remove possible free-after-realloc problem; close #1570 | Yukihiro "Matz" Matsumoto | |
| 2013-11-14 | remove unnecessary jump | Yukihiro "Matz" Matsumoto | |
| 2013-11-13 | Merge pull request #1571 from bggd/patch-1 | Yukihiro "Matz" Matsumoto | |
| Changed a variable declaration to top of block | |||
| 2013-11-13 | Changed a variable declaration to top of block | bggd | |
| 2013-11-13 | Changed a variable declaration to top of block | bggd | |
| 2013-11-13 | load_exec() no longer return fixnum value for no_exec; should close #1569 | Yukihiro "Matz" Matsumoto | |
| 2013-11-13 | fclose input file | Yukihiro "Matz" Matsumoto | |
| 2013-11-13 | pacify some warnings on OpenBSD | Yukihiro "Matz" Matsumoto | |
| 2013-11-13 | fixnum in irep->pool may overflow | Yukihiro "Matz" Matsumoto | |
| 2013-11-10 | call codedump_all() from mirb if --verbose is set; close #1559 | Yukihiro "Matz" Matsumoto | |
| 2013-11-10 | cancel #1565 since it breaks mirb; instead add special treatment to heredocs | Yukihiro "Matz" Matsumoto | |
| 2013-11-10 | check for corrupted mrb file data | Yukihiro "Matz" Matsumoto | |
| 2013-11-09 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-11-09 | Merge pull request #1566 from carsonmcdonald/supresstosuppress | Yukihiro "Matz" Matsumoto | |
| Change supress to suppress | |||
| 2013-11-09 | Change supress to suppress | Carson McDonald | |
| 2013-11-08 | Merge pull request #1565 from Fleurer/fix1564 | Yukihiro "Matz" Matsumoto | |
| nextc(): always return an '\n' at end of input | |||
| 2013-11-09 | protect returning irep (in proc) from GC | Yukihiro "Matz" Matsumoto | |
| 2013-11-08 | allow irep to be GCed | Yukihiro "Matz" Matsumoto | |
