| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-14 | [ruby/io-console] Prefer keyword arguments | Nobuyoshi Nakada | |
| https://github.com/ruby/io-console/commit/5facbfc4c8 | |||
| 2020-02-14 | Revert "MinGW - rename OpenSSL dll's in system32 directory" | Hiroshi SHIBATA | |
| This reverts commit 95c58d33cc6925f08d45c00b88367c702f61f428. | |||
| 2020-02-14 | MinGW - rename OpenSSL dll's in system32 directory | MSP-Greg | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2886 | |||
| 2020-02-14 | Hoisted out `rb_scan_args_result` | Nobuyoshi Nakada | |
| 2020-02-14 | Consitified `rb_scan_args_set` | Nobuyoshi Nakada | |
| 2020-02-14 | Fix typos and add a space [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-02-14 | Enhanced doc for ENV | Burdette Lamar | |
| * More on ENV examples Notes: Merged: https://github.com/ruby/ruby/pull/2905 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2020-02-14 | * 2020-02-14 [ci skip] | git | |
| 2020-02-14 | test/irb/test_completion.rb: suppress a warning: unused literal ignored | Yusuke Endoh | |
| 2020-02-13 | spec/ruby/library/socket/constants/constants_spec.rb: skip on Android | Yusuke Endoh | |
| IP_MAX_MEMBERSHIPS seems not to be defined on Android | |||
| 2020-02-13 | spec/ruby/library/socket/addrinfo/getnameinfo_spec.rb: skip on Android | Yusuke Endoh | |
| FreeBSD's GETNAMEINFO(3) says: > If a link-layer address or UNIX-domain address is passed to > getnameinfo(), its ASCII representation will be stored in host. The > string pointed to by serv will be set to the empty string if non-NULL; > flags will always be ignored. Android seems to behave like FreeBSD. | |||
| 2020-02-13 | spec/ruby/library/etc/: skip the specs related to group on Android | Yusuke Endoh | |
| User/group system on Android seems different from normal Linux. | |||
| 2020-02-13 | spec/ruby/library/socket/addrinfo: skip the specs that uses SOCK_SEQPACKET ↵ | Yusuke Endoh | |
| on Android SOCK_SEQPACKET seems not to be supported on Android | |||
| 2020-02-13 | spec/ruby/library/syslog: skip the specs that use LOG_PERROR on Android | Yusuke Endoh | |
| LOG_PERROR is defined on Android, but not implemented yet. See also f3c4e620ac612eab6370b1fb82feaa4e651542bb. | |||
| 2020-02-13 | spec/ruby: skip the specs that use /etc/passwd on Android | Yusuke Endoh | |
| There is no /etc/passwd on Android | |||
| 2020-02-13 | spec/ruby/library/etc/confstr_spec.rb: skip on Android | Yusuke Endoh | |
| There seems to be no _CS_PATH on Android. | |||
| 2020-02-13 | spec/ruby/core/process/spawn_spec.rb: Use / instead of /tmp | Yusuke Endoh | |
| because there is no /tmp on Android. | |||
| 2020-02-13 | spec/ruby/core/process/clock_getres_spec.rb: skip on Android | Yusuke Endoh | |
| in the same way as FreeBSD and OpenBSD. I guess that the spec makes too strong assumption. | |||
| 2020-02-13 | spec/ruby/core/encoding/locale_charmap_spec.rb: locale_charmap is UTF-8 on ↵ | Yusuke Endoh | |
| Android nl_langinfo(CODESET) always returns UTF-8 on Android, regardless to LC_ALL=C. | |||
| 2020-02-13 | spec/ruby/core/dir/home_spec.rb: exclude Android | Yusuke Endoh | |
| I couldn't find a robust way to get the home path except ENV["HOME"] on Android Termux. | |||
| 2020-02-13 | Move the English entries to the default gems at docs | Hiroshi SHIBATA | |
| 2020-02-13 | Promote English to the default gems. | Hiroshi SHIBATA | |
| 2020-02-13 | Add "test-all TESTS=--repeat-count=2" to test_task | Kazuhiro NISHIYAMA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2906 | |||
| 2020-02-13 | Get rid of warnings/exceptions at cleanup | Nobuyoshi Nakada | |
| After the encoding index instance variable is removed when all instance variables are removed in `obj_free`, then `rb_str_free` causes uninitialized instance variable warning and nil-to-integer conversion exception. Both cases result in object allocation during GC, and crashes. | |||
| 2020-02-13 | support multi-run test for test/did_you_mean/test_verbose_formatter.rb | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2894 | |||
| 2020-02-13 | Fix remove warning & support multi-run test for ↵ | S-H-GAMELINKS | |
| test/psych/visitors/test_to_ruby.rb Notes: Merged: https://github.com/ruby/ruby/pull/2893 | |||
| 2020-02-13 | support multi-run test for test/webrick/test_filehandler.rb | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2896 | |||
| 2020-02-13 | test/rubygems/test_gem_commands_setup_command.rb: Allow /bin/env | Yusuke Endoh | |
| Follow up of 65201c054a90c8e7beb8fe1e6d0006541ac33449 | |||
| 2020-02-13 | skip SEGV test if RUBY_ON_BUG is specified | Koichi Sasada | |
| 2020-02-13 | should be compared with called_id | Koichi Sasada | |
| me->called_id and me->def->original_id can be different sometimes so we should compare with called_id, which is mtbl's key. (fix GH-PR #2869) | |||
| 2020-02-13 | * 2020-02-13 [ci skip] | git | |
| 2020-02-13 | Use inline cache for super calls | John Hawthorn | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2869 | |||
| 2020-02-12 | Move the entries of tempfile on docs | Hiroshi SHIBATA | |
| 2020-02-12 | Promote tmpdir to the default gems | Hiroshi SHIBATA | |
| 2020-02-12 | Copy non-inlined encoding index | Nobuyoshi Nakada | |
| 2020-02-12 | Make temporary lock string encoding free | Nobuyoshi Nakada | |
| As a temporary lock string is hidden, it can not have instance variables, including non-inlined encoding index. | |||
| 2020-02-12 | Move the entries of tempfile on docs | Hiroshi SHIBATA | |
| 2020-02-12 | Promote tempfile to the default gems. | Hiroshi SHIBATA | |
| 2020-02-12 | Add test_complete_symbol | aycabta | |
| The previous version of the test method used a symbol, ":abcdefg" to complete but longer symbols that can be completed are defined by other test methods of other libs. | |||
| 2020-02-12 | Add array.rb to .document | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2904 | |||
| 2020-02-12 | test/rubygems: Try not only /usr/bin/env but also /bin/env | Yusuke Endoh | |
| RubyGems chooses available one from the two https://github.com/rubygems/rubygems/blob/20b0d609484df2b514954ba9ef890a7cbdd01d18/lib/rubygems/installer.rb#L38 So, it is good not to hard-code /usr/bin/env in tests. | |||
| 2020-02-12 | test/etc/test_etc.rb: skip some tests on Android | Yusuke Endoh | |
| Android user management seems different from normal Unix system. | |||
| 2020-02-12 | Workaround of instance variable on hidden object | Nobuyoshi Nakada | |
| Since 9d9aea7fe50f6340829faa105d9ffe08ebaee658, generic instance variables need `iv_index_tbl` in the object's class. As hidden objects, however, have no class, access to the variables causes a segfault. Get rid of that segfault by raising an exception, for the time being. | |||
| 2020-02-12 | Isolate the test for Encoding#replicate | Nobuyoshi Nakada | |
| It has global side effect which cannot be reverted. | |||
| 2020-02-12 | Revert "[ruby/irb] Add test_complete_symbol" | Hiroshi SHIBATA | |
| This reverts commit 3af3431c2c145134996e66f3d8d9ade8ad81bde0. | |||
| 2020-02-12 | [ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5 | aycabta | |
| https://github.com/ruby/irb/commit/5d628ca40e | |||
| 2020-02-12 | [ruby/irb] Fix auto indent with closed brace | aycabta | |
| A closed brace in auto-indent shouldn't affect the next brace in the same line, but it behaves like below: p() { } It's a bug. https://github.com/ruby/irb/commit/fbe59e344f | |||
| 2020-02-12 | [ruby/irb] Check doc namespace correctly | aycabta | |
| IRB::InputCompletor::PerfectMatchedProc crashes when doc not found because a variable name was incorrect. https://github.com/ruby/irb/commit/889fd4928f | |||
| 2020-02-12 | [ruby/irb] Add test_complete_symbol | aycabta | |
| https://github.com/ruby/irb/commit/dbbf086c1f | |||
| 2020-02-12 | Fixed a potential memory leak | Nobuyoshi Nakada | |
| `rb_str_new_cstr` can raise a `NoMemoryError`. | |||
