| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-02 | Improve Grammar of Documentation | Daniel Bovensiepen | |
| 2013-10-01 | fix #1519 | fleuria | |
| the 128th element in an array literal would trigger a corner case on splat mode checking, in which mruby will splat an that value into its parent array. the issue was masked by the fact of ary_concat() also accept non-array value: 1.9.3p286 :002> a = 1 1.9.3p286 :003> [*a] => [1] the expected behaviour should be OP_ARYPUSH the 128th element, instead of splat it by OP_ARYCAT. | |||
| 2013-09-26 | fix build error when ENABLE_DEBUG is defined | Atsushi_Morimoto | |
| 2013-09-25 | Merge pull request #1509 from FUKUZAWA-Tadashi/heredoc-bugfix | Yukihiro "Matz" Matsumoto | |
| fix bugs on Heredocument | |||
| 2013-09-23 | eliminate use of traditional intern API (mrb_intern()) completely | Yuichi Nishiwaki | |
| 2013-09-22 | fix bugs on Heredocument | FUKUZAWA-Tadashi | |
| - heredoc in array literal - heredoc in args - heredoc in expression expand | |||
| 2013-09-21 | Merge pull request #1507 from ktaobo/yield-self | Yukihiro "Matz" Matsumoto | |
| Use self for the given proc in mrb_yield | |||
| 2013-09-21 | rename voidp to cptr | Yukihiro "Matz" Matsumoto | |
| 2013-09-21 | index to mrb_digitmap[] should always be positive | Yukihiro "Matz" Matsumoto | |
| 2013-09-20 | Use self for the given proc | Keita Obo | |
| 2013-09-20 | incomplete renaming node->filename -> node->filename_index | Yukihiro "Matz" Matsumoto | |
| 2013-09-20 | remove unreferenced local variables caused by mrb_assert() | Yukihiro "Matz" Matsumoto | |
| 2013-09-20 | rename node->filename to node->filename_index | Yukihiro "Matz" Matsumoto | |
| 2013-09-20 | refactor genop_peep(); ref #1505 | Yukihiro "Matz" Matsumoto | |
| 2013-09-18 | Fix self value in a block is changed with return value for Fixnum, nil, ↵ | Keita Obo | |
| instance variable. Fix #1504 | |||
| 2013-09-18 | Fixed self value in a block is changed with return value | Keita Obo | |
| fix #1504 | |||
| 2013-09-10 | Fix checking return value of fread() | Akito Mochizuki | |
| 2013-09-07 | check file debug info is appended correctly | take_cheeze | |
| 2013-09-07 | remove unnecessary scope filename update | take_cheeze | |
| 2013-09-07 | update filename before appending file debug info | take_cheeze | |
| 2013-09-07 | fix line getting handler of line_ary | take_cheeze | |
| 2013-09-04 | resolve conflict | Yukihiro "Matz" Matsumoto | |
| 2013-09-04 | Merge pull request #1497 from cremno/msvc-debug-info-feature | Yukihiro "Matz" Matsumoto | |
| MSVC: compilation works again (+minor style fixes) | |||
| 2013-09-04 | add comment to mrb_assert in src/debug.c | take_cheeze | |
| 2013-09-04 | check returning line entry pointer is greater or equal to the first line ↵ | take_cheeze | |
| entry pointer | |||
| 2013-09-04 | fix wrong assertion fail when debug info contains more than one files | take_cheeze | |
| 2013-09-03 | BUG: mrb_irep_free (access of freed memory) | Cremno | |
| 2013-09-03 | MSVC: compilation works again (+minor style fixes) | Cremno | |
| 2013-09-03 | remove Exception#verbose_backtrace; #1495 | Yukihiro "Matz" Matsumoto | |
| 2013-09-03 | fix line number after first file | take_cheeze | |
| 2013-09-03 | improve checkings in debug.c | take_cheeze | |
| 2013-09-02 | don't use RArray in filename table generating | take_cheeze | |
| 2013-09-02 | declare variable outside for | take_cheeze | |
| 2013-09-02 | better line type selector | take_cheeze | |
| 2013-09-02 | rename debug function name | take_cheeze | |
| 2013-09-02 | reduce node size | take_cheeze | |
| 2013-09-02 | use uint16_t for line type | take_cheeze | |
| 2013-09-02 | support multiple filename in irep | take_cheeze | |
| 2013-09-02 | print singleton class name in verbose backtrace | take_cheeze | |
| 2013-09-02 | add verbose_backtrace | take_cheeze | |
| 2013-09-02 | fix crash in 2nd call to vsnprintf | take_cheeze | |
| 2013-08-31 | revert #1470; fix #1493 | Yukihiro "Matz" Matsumoto | |
| 2013-08-26 | Merge branch 'mruby' into pr-typeerror-string-start-end-with | Tomoyuki Sahara | |
| Conflicts: mrbgems/mruby-string-ext/src/string.c mrbgems/mruby-string-ext/test/string.rb | |||
| 2013-08-26 | Merge pull request #1487 from h2so5/z-option-with-shared-string | Yukihiro "Matz" Matsumoto | |
| Fix a problem of 'z' option and shared string | |||
| 2013-08-26 | do not use mrb_alloca() that keeps memory until mrb_state freed | Yukihiro "Matz" Matsumoto | |
| 2013-08-26 | add cast to void* | Yukihiro "Matz" Matsumoto | |
| 2013-08-26 | undef print_backtrace_i() unless ENABLE_STDIO | Yukihiro "Matz" Matsumoto | |
| 2013-08-26 | Merge branch 'get-backtrace' of https://github.com/wanabe/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| wanabe-get-backtrace | |||
| 2013-08-25 | add Exception#backtrace | wanabe | |
| 2013-08-24 | Fix a problem of 'z' option and shared string | h2so5 | |
