| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-19 | Merge pull request #1505 from ktaobo/return-breaks-self | Yukihiro "Matz" Matsumoto | |
| Fixed self value in a block is changed with return value | |||
| 2013-09-18 | Merge pull request #1503 from digitaltom/master | Yukihiro "Matz" Matsumoto | |
| remove executable bit from include/mruby/dump.h file | |||
| 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-16 | remove executable bit from include/mruby/dump.h file | Thomas Schmidt | |
| 2013-09-12 | Merge pull request #1501 from iij/pr_fix_read_debug_section | Yukihiro "Matz" Matsumoto | |
| Fix checking return value of fread() | |||
| 2013-09-10 | Fix checking return value of fread() | Akito Mochizuki | |
| 2013-09-07 | Merge pull request #1500 from take-cheeze/debug_info_file_updating | Yukihiro "Matz" Matsumoto | |
| Fix insufficient preparation to call mrb_debug_info_append_file. | |||
| 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 | Merge pull request #1496 from cremno/bug-debug-info-free | Yukihiro "Matz" Matsumoto | |
| BUG: mrb_irep_free (access of freed memory) | |||
| 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 | support c++ in mruby/debug.h | 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-09-02 | add Exception#backtrace test | take_cheeze | |
| 2013-08-31 | revert #1470; fix #1493 | Yukihiro "Matz" Matsumoto | |
| 2013-08-30 | use array parameter on IO.open. | Tomoyuki Sahara | |
| 2013-08-30 | STDERR's file descriptor is 2. | Tomoyuki Sahara | |
| closes #1 | |||
| 2013-08-30 | Merge pull request #1492 from pbosetti/master | Yukihiro "Matz" Matsumoto | |
| Removed unnecessary #undef ISPRINT in include/mruby.h | |||
| 2013-08-29 | Removed unnecessary #undef ISPRINT in include/mruby.h | Paolo Bosetti | |
| 2013-08-27 | Merge pull request #1491 from dmajkic/master | Yukihiro "Matz" Matsumoto | |
| Remove function delarations not implemented in code | |||
| 2013-08-27 | Merge pull request #1486 from iij/pr-typeerror-string-start-end-with | Yukihiro "Matz" Matsumoto | |
| Crash if you call String#start_with/end_with with non-String arguments. | |||
| 2013-08-27 | Remove function delarations not implemented in code | Dusan D. Majkic | |
| 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 #1485 from fjmilens3/string_end_with | Yukihiro "Matz" Matsumoto | |
| Bug in String#end_with? resulting from incorrect length determination | |||
| 2013-08-26 | Merge pull request #1484 from fjmilens3/string_start_with | Yukihiro "Matz" Matsumoto | |
| Bug in String#start_with? resulting from incorrect length determination | |||
| 2013-08-26 | Merge pull request #1490 from take-cheeze/cxx_extension | Yukihiro "Matz" Matsumoto | |
| support file extension .cpp/.cxx in mrbgem and tool | |||
