| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-15 | [ruby/irb] fix reserved words and completion for them | Nobuhiro IMAI | |
| https://github.com/ruby/irb/commit/6184b227ad | |||
| 2020-02-15 | [ruby/irb] Include easter-egg.rb in gemspec | Nick Lewis | |
| `irb` doesn't run because this file isn't included in the gem. https://github.com/ruby/irb/commit/73cda56d25 | |||
| 2020-02-15 | [ruby/irb] Version 1.2.2 | aycabta | |
| https://github.com/ruby/irb/commit/a71753f15a | |||
| 2020-02-15 | [ruby/reline] Version 0.1.3 | aycabta | |
| https://github.com/ruby/reline/commit/ea2b182466 | |||
| 2020-02-15 | Workaround for bison provided by scoop on mswin environment | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2909 | |||
| 2020-02-15 | [DOC] use local variable like names [ci skip] | Nobuyoshi Nakada | |
| Use local variable like name as return value which is an instance of that class but not constant itself. | |||
| 2020-02-15 | lib/drb/drb.rb: Use ruby2_keywords for keyword separation | Yusuke Endoh | |
| [Bug #16634] | |||
| 2020-02-15 | * 2020-02-15 [ci skip] | git | |
| 2020-02-15 | Fix call-seq of Pathname#{,l}ch{mod,own} [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-02-14 | [ruby/reline] Use IO#write instead of IO#print | aycabta | |
| IO#print always adds a string of $\ automatically. https://github.com/ruby/reline/commit/a93119c847 | |||
| 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 | |||
