| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-13 | Merge pull request #65 from ksss/join | Tomoyuki Sahara | |
| Support Array argument | |||
| 2016-09-11 | Support Array argument | ksss | |
| 2016-09-11 | Show value of expect and actual each assertion | ksss | |
| 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 | |||
| 2016-08-15 | Correct method name | Franck Verrot | |
| 2016-08-13 | Merge pull request #3194 from nobu/chained-rhs | Yukihiro "Matz" Matsumoto | |
| parse.y: fix chained assignments | |||
| 2016-08-13 | parse.y: fix chained assignments | Nobuyoshi Nakada | |
| fix syntax errors with chained assignment with op assign. reported [Bug:12669] in bugs.ruby-lang.org fixed in CRuby 2.4. | |||
| 2016-08-12 | Merge pull request #3193 from nobu/rhs-rescue | Yukihiro "Matz" Matsumoto | |
| parse.y: simplify 90e8ce5 | |||
| 2016-08-12 | parse.y: simplify 90e8ce5 | Nobuyoshi Nakada | |
| simplify tOP_ASGN rules by command_rhs and arg_rhs rules with %prec. | |||
| 2016-08-11 | parse.y: rescue modifiers for OP_ASGN should protect rhs only | Yukihiro "Matz" Matsumoto | |
| reported in [Bug:12402] in bugs.ruby-lang.org fixed in CRuby 2.4 | |||
| 2016-08-10 | Merge pull request #64 from asfluido/master | Tomoyuki Sahara | |
| Apparently, in mruby-process gem, Process is now a Module, not a Class | |||
| 2016-08-09 | Apparently, in mruby-process gem, Process is now a Module, not a Class | Carlo - PERI | |
| 2016-08-08 | instance_eval env should remake Fix #3191 | ksss | |
| 2016-08-08 | removed ChangeLog that has not been updated for long time; ref #3190 | Yukihiro "Matz" Matsumoto | |
| 2016-08-08 | update copyright notice and license description for mt19937ar.[ch] | Yukihiro "Matz" Matsumoto | |
| despite the fact original authors agreed to distribute their work under MIT license, it does not mean mt19937ar.[ch] became the work of mruby developers. To clarify, we updated copyright and license notice of the source files. | |||
| 2016-08-08 | Merge pull request #63 from ksss/opt | Tomoyuki Sahara | |
| Enable option :in, :out, :err to IO.popen | |||
| 2016-08-08 | Merge pull request #62 from ksss/global | Tomoyuki Sahara | |
| Should use global variable | |||
| 2016-08-07 | Enable Fixnum option | ksss | |
| 2016-08-07 | Enable option :in, :out, :err | ksss | |
| 2016-08-06 | Should use global variable | ksss | |
| 2016-08-03 | Merge pull request #3189 from wrl/public-hash-values | Yukihiro "Matz" Matsumoto | |
| make mrb_hash_values() a public API function | |||
