| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-18 | `mrb_io_initialize_copy` should not free existing `fptr`; fix #4005 | Yukihiro "Matz" Matsumoto | |
| When arguments `copy` and `orig` are the same object. | |||
| 2018-04-18 | `mrb_dup()` should fail if `fd` is a negative integer; ref #4005 | Yukihiro "Matz" Matsumoto | |
| 2018-04-18 | Avoid unnecessary object allocation (addrinfo) in `_accept`; ref #3999 | Yukihiro "Matz" Matsumoto | |
| 2018-04-17 | `Socket.accept` should have returned `[fd, addr]`; fix #3999 | Yukihiro "Matz" Matsumoto | |
| 2018-04-17 | Define `SOL_IP` and `SOL_TCP`; ref #3999 | Yukihiro "Matz" Matsumoto | |
| 2018-04-17 | Fix `use after free in File#initilialize_copy`; fix #4001 | Yukihiro "Matz" Matsumoto | |
| The bug and the fix were reported by https://hackerone.com/pnoltof | |||
| 2018-04-13 | No longer need to insert write barriers for fibers. | Yukihiro "Matz" Matsumoto | |
| Those barriers are inserted to fix #3699 but all living fibers are marked from `mark_context()` anyway now. | |||
| 2018-04-04 | Fixed test case for mruby ddebugger. | mimaki | |
| 2018-04-04 | Fixed illegal memory operation on mruby debugger. | mimaki | |
| 2018-03-27 | Refactoring for `Enumerable#each_with_object` | ksss | |
| `each_with_object` arity should be 1 | |||
| 2018-03-27 | Merge pull request #3987 from ksss/enum-lazy-zip | Yukihiro "Matz" Matsumoto | |
| Reimplement `Enumerable#zip` with Enumerator | |||
| 2018-03-27 | Reimplement `Enumerable#zip` with Enumerator | ksss | |
| for fix some specs - [passes each element of the result array to a block and return nil if a block is given](https://github.com/ruby/spec/blob/a585ec35d185435e5c11f371ba4ed2a29d8817bd/core/enumerable/zip_spec.rb#L11-L17) - [converts arguments to arrays using #to_ary](https://github.com/ruby/spec/blob/a585ec35d185435e5c11f371ba4ed2a29d8817bd/core/enumerable/zip_spec.rb#L23-L27) - [converts arguments to enums using #to_enum](https://github.com/ruby/spec/blob/a585ec35d185435e5c11f371ba4ed2a29d8817bd/core/enumerable/zip_spec.rb#L29-L34) - [gathers whole arrays as elements when each yields multiple](https://github.com/ruby/spec/blob/a585ec35d185435e5c11f371ba4ed2a29d8817bd/core/enumerable/zip_spec.rb#L36-L39) | |||
| 2018-03-27 | Should raise TypeError instead of NoMethodError | ksss | |
| 2018-03-27 | Support block yielding for `Enumerable#zip` | ksss | |
| 2018-03-26 | Revert #3984 . | Takeshi Watanabe | |
| 2018-03-25 | Merge commit '36d016afd663d34607c843d03371bedb71efa34e' | Takeshi Watanabe | |
| 2018-03-16 | `__sort_sub__` is a method defined in `Array`; fix #3970 | Yukihiro "Matz" Matsumoto | |
| Reorganize `__sort_sub__` arguments. | |||
| 2018-03-16 | Merge pull request #3957 from take-cheeze/fix_io_read | Yukihiro "Matz" Matsumoto | |
| Pass same mode parameter to `IO.sysopen` and `IO.open` in `IO.read`. | |||
| 2018-03-16 | Fix tinytypo | Okumura Takahiro | |
| 2018-03-05 | Close `mrb_state` before exit. | Takeshi Watanabe | |
| 2018-03-05 | Close on exception too. | Takeshi Watanabe | |
| 2018-03-02 | Add `mrb_fiber_alive_p` to C API. | Yukihiro "Matz" Matsumoto | |
| 2018-03-02 | Round up the `dstlen` value; fix #3949 | Yukihiro "Matz" Matsumoto | |
| The fix was proposed by https://hackerone.com/aerodudrizzt | |||
| 2018-02-23 | Pass same mode parameter to `IO.sysopen` and `IO.open` in `IO.read`. | Takeshi Watanabe | |
| 2018-02-13 | Check `sizeof(base64_dec_tab)` in base64 encoding; fix #3947 | Yukihiro "Matz" Matsumoto | |
| The issue (and the fix) reported by https://hackerone.com/aerodudrizzt | |||
| 2018-02-13 | Check negative offset in `pack` method; fix #3944 | Yukihiro "Matz" Matsumoto | |
| 2018-02-13 | Fixed wrong offset in `pack_x` function; ref #3944 | Yukihiro "Matz" Matsumoto | |
| 2018-02-13 | Use 'mrb_raise` instead of `mrb_raisef` when no argument given. | Yukihiro "Matz" Matsumoto | |
| 2018-02-12 | Resolve conflicts between labels and conditional ternary; fix #3931 | Yukihiro "Matz" Matsumoto | |
| 2018-02-10 | Need to determine `IS_LABEL_POSSIBLE()` properly. | Yukihiro "Matz" Matsumoto | |
| Otherwise, `{"a": 1}` will cause `SyntaxError`. | |||
| 2018-02-10 | Check negative `count` in `pack_x` and `unpack_x`; fix #3944 | Yukihiro "Matz" Matsumoto | |
| 2018-02-10 | Add `mruby-io` and `mruby-pack` to `default.gembox` | Yukihiro "Matz" Matsumoto | |
| 2018-02-09 | Check if `mruby-pack` template count overflow; fix #3942 | Yukihiro "Matz" Matsumoto | |
| 2018-02-03 | Depend mruby-io and mruby-pack in mruby core | MATSUMOTO, Ryosuke | |
| 2018-02-02 | Need `fcntl.h` and `sys/stat.h` as well for `_open`; ref #3938 | Yukihiro "Matz" Matsumoto | |
| 2018-02-02 | Need to include `io.h` anyway for _WIN32/64; ref #3938 | Yukihiro "Matz" Matsumoto | |
| 2018-01-31 | include io.h on mingw | Yasuhiro Matsumoto | |
| 2018-01-31 | Define compatibility only for `_MSC_VER`; ref #3923 | Yukihiro "Matz" Matsumoto | |
| Suggested by @mattn. | |||
| 2018-01-31 | Use mkstemp instead of tempnam | ksss | |
| 2018-01-30 | Merge pull request #3937 from mattn/file-mtime | Yukihiro "Matz" Matsumoto | |
| add File#mtime | |||
| 2018-01-30 | add File#mtime | Yasuhiro Matsumoto | |
| 2018-01-30 | Merge pull request #3936 from ken-mu/uint | Yukihiro "Matz" Matsumoto | |
| mruby-time: support time_t is uint | |||
| 2018-01-29 | mruby-time: remove ifdef for mktime error handling | ken-mu | |
| 2018-01-28 | mruby-time: support time_t is uint | ken-mu | |
| 2018-01-24 | Merge pull request #3921 from ksss/cloexec | Yukihiro "Matz" Matsumoto | |
| Should be true for close_on_exec flag | |||
| 2018-01-24 | `Time.new(1969,12,31,23,59,59)` may or may not faile; ref #3932 | Yukihiro "Matz" Matsumoto | |
| On some platform and timezone it is a valid time spec. | |||
| 2018-01-21 | mruby-time: remove test case less than Dec 31 23:59:58 1969 | ken-mu | |
| 2018-01-20 | mruby-time: Fix mruby specific timegm() cannot return minus | ken-mu | |
| 2018-01-16 | Limit size of iseq buffer; fix #3927 | Yukihiro "Matz" Matsumoto | |
| 2018-01-16 | Allow `-> do rescue; end` as well as `proc do rescue; end` [Ruby2.6] | Yukihiro "Matz" Matsumoto | |
