| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-08 | Removed GCC TODO | Felix Jones | |
| 2016-10-08 | Android GCC support re-added | Felix Jones | |
| 2016-10-08 | Fixed mips and mips64: GCC Toolchain now points to GCC. | Felix Jones | |
| 2016-10-07 | Android task: NDK default search paths now favour ndk-bundle. Added macOS ↵ | Felix Jones | |
| NDK search paths. | |||
| 2016-09-28 | Merge pull request #3218 from nobu/trailing-space | Yukihiro "Matz" Matsumoto | |
| Removed trailing spaces | |||
| 2016-09-28 | Removed trailing spaces | Nobuyoshi Nakada | |
| 2016-09-27 | Merge pull request #3217 from ksss/break | Yukihiro "Matz" Matsumoto | |
| Fix unexpected behavior with break | |||
| 2016-09-27 | mrb_str_strlen() should be MRB_API; ref #3216 | Yukihiro "Matz" Matsumoto | |
| 2016-09-27 | Merge pull request #3216 from kou/remove-needless-mrbapi | Yukihiro "Matz" Matsumoto | |
| Remove needless MRB_API | |||
| 2016-09-26 | Fix unexpected behavior with break | ksss | |
| ``` def yie yield end def bre yie { 1+1 break } end p bre #=> display 2, but should be nil ``` | |||
| 2016-09-25 | Remove needless MRB_API | Kouhei Sutou | |
| ref #3215 If a function (such as mrb_read_irep_file()) is declared without MRB_API in header file (such as include/mruby/dump.h), implementation of the function in source file (such as src/load.c) should also defined without MRB_API. If MRB_API is mismatch, Visual C++ reports link error with C2375 error code: https://msdn.microsoft.com/en-us/library/5k6kw95a.aspx | |||
| 2016-09-24 | Remove unnecessary MRB_API from read_irep related functions; ref #3215 | Yukihiro "Matz" Matsumoto | |
| 2016-09-22 | Merge pull request #3213 from unak/print-visualc | Yukihiro "Matz" Matsumoto | |
| Visual C++ support of UTF-8 hack on mruby-print | |||
| 2016-09-21 | Use non-underscore'ed names | U.Nakamura | |
| Accept @mattn's comment. | |||
| 2016-09-21 | Use underbar'ed name to get rid of warnings | U.Nakamura | |
| 2016-09-21 | Not only for MINGW but also for Visual C++ | U.Nakamura | |
| 2016-09-20 | Fix return value type of bytecode_decoder | Kazuaki Tanaka | |
| 2016-09-20 | Bytecode decoder support, MRB_BYTECODE_DECODE_OPTION | Kazuaki Tanaka | |
| 2016-09-18 | Merge pull request #3211 from eregon/fix_limitation_typos | Yukihiro "Matz" Matsumoto | |
| Fix a couple typos in limitations.md | |||
| 2016-09-17 | Fix a couple typos in limitations.md | Benoit Daloze | |
| 2016-09-16 | Merge pull request #3210 from AltimitSystems/android.rake-ndk-clang | Yukihiro "Matz" Matsumoto | |
| Fixed regex order falling early in arch cases, causing x86_64 and arm… | |||
| 2016-09-15 | Fixed regex order falling early in arch cases, causing x86_64 and arm-v7a to ↵ | Felix Jones | |
| use wrong target. | |||
| 2016-09-16 | Merge pull request #3209 from AltimitSystems/master | Yukihiro "Matz" Matsumoto | |
| Re-written android.rake task for latest Android NDK clang. Currently … | |||
| 2016-09-15 | Re-written android.rake task for latest Android NDK clang. Currently loses ↵ | Felix Jones | |
| support for GCC and mips, mips64. Addresses issue #3208 | |||
| 2016-09-08 | Merge pull request #3207 from ksss/splat | Yukihiro "Matz" Matsumoto | |
| Fix SEGV when splat object | |||
| 2016-09-08 | Add testing for regression | ksss | |
| 2016-09-08 | Fix SEGV when splat object | ksss | |
| Splat operation should return an array. And raise an error if result of convert by to_a is not array or nil. | |||
| 2016-09-06 | Merge pull request #3205 from yurie/abort-header | Yukihiro "Matz" Matsumoto | |
| surpress warning when MRB_DISABLE_STDIO | |||
| 2016-09-06 | Merge pull request #3206 from ksss/env | Yukihiro "Matz" Matsumoto | |
| Fix SEGV when unshared env | |||
| 2016-09-06 | surpress warning when MRB_DISABLE_STDIO | yuri | |
| 2016-09-06 | Fix SEGV when unshared env | ksss | |
| 2016-09-05 | Merge pull request #3204 from ksss/mid | Yukihiro "Matz" Matsumoto | |
| Should clear method name | |||
| 2016-09-05 | Should clear method name | ksss | |
| - Fix method name in top-level - Fix SEGV when call Exception#backtrace if callinfo over CALLINFO_INIT_SIZE(32) | |||
| 2016-09-05 | Merge pull request #3202 from pbosetti/master | Yukihiro "Matz" Matsumoto | |
| In mrbgem_spec.rake, added support for @mrblib_dir @objs_dir, so that a gem can have custom source directory names | |||
| 2016-09-05 | Merge pull request #3203 from nozomiS/mrbc_filename-fix | Yukihiro "Matz" Matsumoto | |
| Fix mrbc_filename leak | |||
| 2016-09-04 | - fix mrbc_filename leak; cxt->filename would not be freed until the state ↵ | Nozomi SATO | |
| is closed. | |||
| 2016-09-02 | In mrbgem_spec.rake, added support for @mrblib_dir @objs_dir, so that a gem ↵ | Paolo Bosetti | |
| can have custom source directory names | |||
| 2016-08-31 | Merge pull request #3192 from ksss/instance_eval | Yukihiro "Matz" Matsumoto | |
| instance_eval env should remake Fix #3191 | |||
| 2016-08-30 | mruby-random: fixed typos | Yukihiro "Matz" Matsumoto | |
| 2016-08-30 | mruby-random: add reporting URL since we modified the source | Yukihiro "Matz" Matsumoto | |
| 2016-08-20 | Fixed spell errors in test/t/lang.rb; ref #3199 | Yukihiro "Matz" Matsumoto | |
| 2016-08-20 | Merge pull request #3199 from miura1729/original | Yukihiro "Matz" Matsumoto | |
| Add new test for optimize VM | |||
| 2016-08-20 | Add new test for optimize VM | Miura Hideki | |
| 2016-08-20 | Move Module#include and #prepend to class.c; ref #3197 | Yukihiro "Matz" Matsumoto | |
| To avoid VM nesting with mrb_funcall() | |||
| 2016-08-19 | renamed class.rb and error.rb to ensure they are read first; ref #3197 | Yukihiro "Matz" Matsumoto | |
| 2016-08-19 | Merge pull request #3198 from nobu/feature/lparen_arg-stmt | Yukihiro "Matz" Matsumoto | |
| parse.y: lparen_arg statement | |||
| 2016-08-19 | parse.y: lparen_arg statement | Nobuyoshi Nakada | |
| allow parenthesised statement as a method argument. reported [Feature:12686] in bugs.ruby-lang.org fixed in CRuby 2.4. | |||
| 2016-08-17 | Merge pull request #3196 from mimaki/fix-negative-ord | Yukihiro "Matz" Matsumoto | |
| Fix String#ord failure which return a negative value | |||
| 2016-08-17 | Fix String#ord failure which return a negative value | Hiroshi Mimaki | |
| 2016-08-16 | Merge pull request #3195 from franckverrot/master | Yukihiro "Matz" Matsumoto | |
| Correct method name | |||
