| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-31 | __t_printstr__ may not be available for tests | Yukihiro "Matz" Matsumoto | |
| 2015-12-31 | GC must scan env from fibers even when it's not yet copied to heap; fix #3063 | Yukihiro "Matz" Matsumoto | |
| 2015-12-30 | simpler t_print | Yukihiro "Matz" Matsumoto | |
| 2015-12-29 | Merge pull request #3065 from kou/support-backtrace-after-method-calls | Yukihiro "Matz" Matsumoto | |
| Support backtrace after method calls | |||
| 2015-12-29 | Skip backtrace related tests when backtrace isn't available | Kouhei Sutou | |
| 2015-12-29 | Support backtrace after method calls | Kouhei Sutou | |
| GitHub: fix #2902, #2917 The current implementation traverses stack to retrieve backtrace. But stack will be changed when some operations are occurred. It means that backtrace may be broken after some operations. This change (1) saves the minimum information to retrieve backtrace when exception is raised and (2) restores backtrace from the minimum information when backtrace is needed. It reduces overhead for creating backtrace Ruby objects. The space for the minimum information is reused by multiple exceptions. So memory allocation isn't occurred for each exception. | |||
| 2015-12-29 | Merge pull request #3064 from kou/fix-indent | Yukihiro "Matz" Matsumoto | |
| Fix indent | |||
| 2015-12-29 | Fix indent | Kouhei Sutou | |
| 2015-12-26 | Merge pull request #2331 from take-cheeze/struct_test | Yukihiro "Matz" Matsumoto | |
| Improve `Struct` test. | |||
| 2015-12-26 | remove duplicated local variable declaration | Yukihiro "Matz" Matsumoto | |
| 2015-12-26 | Merge pull request #3062 from suzukaze/refactor-array-each | Yukihiro "Matz" Matsumoto | |
| Refactor Array#each | |||
| 2015-12-26 | Merge pull request #3061 from mattn/fix-ctrl-c | Yukihiro "Matz" Matsumoto | |
| mirb: Don't exit on Ctrl-C | |||
| 2015-12-26 | Refactor Array#each | Jun Hiroe | |
| 2015-12-26 | mirb: Don't exit on Ctrl-C | kyab | |
| 2015-12-26 | remove execute bit from mrbgems/mruby-bin-debugger files | Yukihiro "Matz" Matsumoto | |
| 2015-12-26 | Merge pull request #3058 from mattn/fix-include-blocker | Yukihiro "Matz" Matsumoto | |
| rename include blocker | |||
| 2015-12-25 | rename include blocker | Yasuhiro Matsumoto | |
| 2015-12-23 | Merge pull request #3057 from yuuu/add_next_command | Yukihiro "Matz" Matsumoto | |
| mrdb: Added 'next' command. | |||
| 2015-12-23 | fix bug that doesn't stop program when execute next command. | Yuhei Okazaki | |
| 2015-12-23 | fixed next command's comment. | Yuhei Okazaki | |
| 2015-12-23 | add next command to mrdb. | Yuhei Okazaki | |
| 2015-12-22 | Merge pull request #3055 from mattn/fix-msvc-warnings | Yukihiro "Matz" Matsumoto | |
| fix build on VS2012 | |||
| 2015-12-22 | fix build on VS2012 | Yasuhiro Matsumoto | |
| 2015-12-21 | Merge pull request #3054 from kazuho/kazuho/adjust-column-offset-in-peekc_n | Yukihiro "Matz" Matsumoto | |
| fix miscalculation of column number in `peekc_n` | |||
| 2015-12-21 | in `peekc_n`, adjust column number after calling `nextc` | Kazuho Oku | |
| 2015-12-17 | Merge pull request #3051 from zzak/ambiguous-first-argument | Yukihiro "Matz" Matsumoto | |
| Fix "ambiguous first argument" warning | |||
| 2015-12-17 | Fix "ambiguous first argument" warning | Zachary Scott | |
| 2015-12-16 | Merge pull request #3050 from remore/fix-minor-bug-about-objectspace | Yukihiro "Matz" Matsumoto | |
| Add case statement of MRB_TT_SCLASS in mrb_obj_is_kind_of() | |||
| 2015-12-16 | Add case statement of MRB_TT_SCLASS in mrb_obj_is_kind_of() | Kei Sawada | |
| 2015-12-16 | mrb_str_len_to_inum(): fixed a bug with MRB_INT_MIN conversion; fix #3048 | Yukihiro "Matz" Matsumoto | |
| 2015-12-16 | mrb_str_len_to_inum(): fixed a bug with underscores in digits; fix #3049 | Yukihiro "Matz" Matsumoto | |
| 2015-12-16 | Merge pull request #3047 from csouls/rafactor_array_ruby_extension | Yukihiro "Matz" Matsumoto | |
| Remove redundant conditions of Array#each in ruby extension | |||
| 2015-12-15 | Remove redundant conditions of Array#each in ruby extension | Yusuke Tanaka | |
| 2015-12-14 | mrb_str_len_to_inum(): string may not be NUL terminated; ref #3043 | Yukihiro "Matz" Matsumoto | |
| 2015-12-14 | mrb_str_len_to_inum(): fixed a bug with separating _ in the digits; ref #3043 | Yukihiro "Matz" Matsumoto | |
| 2015-12-13 | Merge pull request #3045 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Added YARD docs in new mruby.h | |||
| 2015-12-12 | Undid newline and whitespace on YARD doc | Ralph Desir | |
| 2015-12-12 | One space indentation. | Ralph Desir | |
| 2015-12-12 | mrb_str_len_to_inum: should not raise "string contains null byte" error on ↵ | Yukihiro "Matz" Matsumoto | |
| "0x"; fix #3043 | |||
| 2015-12-12 | mrb_str_len_to_inum: converting may not be terminated by NUL; fix #3044 | Yukihiro "Matz" Matsumoto | |
| 2015-12-11 | Added YARD docs in new mruby.h | Ralph Desir(Mav7) | |
| 2015-12-08 | File::ALT_SEPARATOR is always defined (some string or nil). | Tomoyuki Sahara | |
| 2015-12-08 | Merge pull request #56 from takahashim/fix-flock | Tomoyuki Sahara | |
| Fix for windows(mingw) | |||
| 2015-12-08 | Fix for windows(mingw) | takahashim | |
| * File.expand_path: support drive letter and ALT_SEPARATOR * File.dirname: support ALT_SEPARATOR * File.basename: ditto. * IO.popen: raise NotImplementedError * IO.pipe: ditto. * `cmd`: ditto. * File#flock: ditto. * FileTest.pipe?: ditto. * FileTest.symlink?: ditto. * FileTest.socket?: ditto. | |||
| 2015-12-07 | Merge pull request #55 from takahashim/separator | Tomoyuki Sahara | |
| fix file separator | |||
| 2015-12-07 | Merge pull request #3041 from zzak/travis-osx | Yukihiro "Matz" Matsumoto | |
| Test against latest xcode | |||
| 2015-12-07 | Test against latest xcode | Zachary Scott | |
| /cc @banzaiman https://github.com/mruby/mruby/commit/bfcc55fbf98665b33ca7110349aeb66d3ef0df1d#commitcomment-14812510 | |||
| 2015-12-04 | fix file separator | takahashim | |
| * File::SEPARATOR should be "/" * File::ALT_SEPARATOR should be "\\" or nil. | |||
| 2015-12-03 | Merge pull request #54 from takahashim/win-crlf | Tomoyuki Sahara | |
| fix tests for Win: use binary mode | |||
| 2015-12-02 | fix tests for Win: use binary mode | takahashim | |
