| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-16 | Fixed rindex calling into mrb_equal bug | Yukihiro "Matz" Matsumoto | |
| Fixed by Alex Snaps and reported by Mathieu Leduc-Hamel, both from shopify.com. Thank you! | |||
| 2016-11-16 | Fixed memory disclosure in String#lines | Yukihiro "Matz" Matsumoto | |
| Reported from from Alex Snaps via Mathieu Leduc-Hamel, both from shopify.com. Thank you! | |||
| 2016-11-16 | make String#[]= to take Ranges as position argument | Yukihiro "Matz" Matsumoto | |
| 2016-11-16 | Fixed a memory problem in Array#to_h | Yukihiro "Matz" Matsumoto | |
| Reported from Alex Snaps via Mathieu Leduc-Hamel, both from shopify.com. Thank you! | |||
| 2016-11-15 | class/module statement should re-open; fix #3225 | Yukihiro "Matz" Matsumoto | |
| 2016-11-13 | move mrb_str_dup() to mrb_class_path; ref #2470 | Yukihiro "Matz" Matsumoto | |
| Class#to_s used to return same string repeatedly, that mean you can modify "class name" by modifying the return value from Class#to_s. | |||
| 2016-11-13 | rename mruby-module-ext to mruby-class-ext; ref #2470 | Yukihiro "Matz" Matsumoto | |
| 2016-11-13 | Implement Module#name. | take_cheeze | |
| Solves #2132. | |||
| 2016-11-12 | Hash#[] to call Hash#default | Yukihiro "Matz" Matsumoto | |
| 2016-11-11 | Merge pull request #3224 from ksss/define_method | Yukihiro "Matz" Matsumoto | |
| Module#define_method supports proc argument | |||
| 2016-11-11 | do not dump_node if parser failed | Yukihiro "Matz" Matsumoto | |
| 2016-11-11 | node_dump() to print NODE_HEREDOC terminator | Yukihiro "Matz" Matsumoto | |
| 2016-11-11 | HEREDOC could fail with NUL terminated lines; fix#3244 | Yukihiro "Matz" Matsumoto | |
| 2016-11-11 | Merge pull request #3246 from ksss/cycle | Yukihiro "Matz" Matsumoto | |
| Reimplement Enumerable#cycle | |||
| 2016-11-11 | Add regression test for Enumerable#cycle | ksss | |
| 2016-11-11 | Reimplement Enumerable#cycle | ksss | |
| Fix pattern of infinite loop And support all specs in https://github.com/ruby/spec/blob/27960d06e0ce92c37f074450f0eab4b0519b118c/core/enumerable/cycle_spec.rb without Enumerable#size | |||
| 2016-11-11 | Merge pull request #3240 from dabroz/feature-fixtest | Yukihiro "Matz" Matsumoto | |
| test/assert.rb should not use puts | |||
| 2016-11-11 | Merge pull request #3234 from AltimitSystems/mrb.class_under_defined | Yukihiro "Matz" Matsumoto | |
| Add mrb_class_defined_under | |||
| 2016-11-10 | Merge branch 'master' into android.rake-ndk-clang | Felix Jones | |
| 2016-11-10 | Merge branch 'mrb.class_under_defined' | Felix Jones | |
| 2016-11-10 | Renamed class_under_defined to class_defined_under | Felix Jones | |
| 2016-11-11 | fixed a bug when number of LHS and RHS differs; fix #3239 | Yukihiro "Matz" Matsumoto | |
| 2016-11-10 | test/assert.rb should not use puts | Tomasz Dąbrowski | |
| 2016-11-08 | class variables in higher order have a priority; fix #3235 | Yukihiro "Matz" Matsumoto | |
| 2016-11-08 | fixed a bug with [] in RHS of multiple assignments; fix #3236 | Yukihiro "Matz" Matsumoto | |
| 2016-11-07 | fixed wrong stack adjustment for ensure clauses; fix #3175 | Yukihiro "Matz" Matsumoto | |
| 2016-11-06 | mrb_class_under_defined docs renamed parent and child to outer and inner | Felix Jones | |
| 2016-11-06 | Added mrb_class_under_defined | Felix Jones | |
| 2016-11-05 | associate REnv to the executing block; fix #3214 | Yukihiro "Matz" Matsumoto | |
| 2016-11-04 | add quoted symbol tests; ref #3231 | Yukihiro "Matz" Matsumoto | |
| 2016-11-03 | Merge pull request #3232 from lukaselmer/patch-1 | Yukihiro "Matz" Matsumoto | |
| Update documentation of fetch | |||
| 2016-11-02 | Update documentation of fetch | Lukas Elmer | |
| The sentence `Negative values of +index+ count from the end of the array.` can be interpreted that it only holds if a block is given. Clarify it. | |||
| 2016-11-02 | allow single quoted labels in hashes; ref #3231 | Yukihiro "Matz" Matsumoto | |
| 2016-11-02 | allow quoted labels in hashes; fix #3231 | Yukihiro "Matz" Matsumoto | |
| 2016-10-28 | should not unshare() reclaimed env objects; fix #3230 | Yukihiro "Matz" Matsumoto | |
| 2016-10-24 | macro mrb_bool() may evaluate arg multiple times; ref #3228 | Yukihiro "Matz" Matsumoto | |
| 2016-10-24 | Merge pull request #3228 from ksss/respond_to_missing | Yukihiro "Matz" Matsumoto | |
| Kernel#respond_to? should return true|false only | |||
| 2016-10-23 | Kernel#respond_to? should return true|false only | ksss | |
| 2016-10-20 | Move to_proc conversion from OP_ENTER to OP_SENDB; fix #3227 | Yukihiro "Matz" Matsumoto | |
| 2016-10-13 | raise an exception when we cannot close "fd" but can close "fd2". | Tomoyuki Sahara | |
| 2016-10-12 | Module#define_method supports proc argument | ksss | |
| 2016-10-08 | Merge pull request #3223 from AltimitSystems/android.rake-ndk-clang | Yukihiro "Matz" Matsumoto | |
| Android Task GCC support re-added | |||
| 2016-10-08 | Merge branch 'master' of github.com:mruby/mruby | Felix Jones | |
| 2016-10-08 | Removed GCC TODO | Felix Jones | |
| 2016-10-08 | Android GCC support re-added | Felix Jones | |
| 2016-10-08 | Merge pull request #3222 from AltimitSystems/android.rake-ndk-clang | Yukihiro "Matz" Matsumoto | |
| Android mips/mips64 support | |||
| 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-30 | eof? should raise an IOError if it is not opened for reading. | Tomoyuki Sahara | |
| 2016-09-30 | reimplement #eof. fixes #66. | Tomoyuki Sahara | |
