aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The pdb header error is printed at stdoutTakashi Kokubun2020-04-181-2/+2
* Update workflows/mingw.yml - use setup-ruby-pkgs (#3042)MSP-Greg2020-04-181-12/+5
* * 2020-04-19 [ci skip]git2020-04-191-1/+1
* Env values removed by ENV.clear are not usedNobuyoshi Nakada2020-04-181-4/+3
* Bypass env key encoding conversion if unnecessaryNobuyoshi Nakada2020-04-181-9/+13
* Hoisted out reset_by_modified_envNobuyoshi Nakada2020-04-181-10/+12
* Environment variable values are not case-insensitiveNobuyoshi Nakada2020-04-181-2/+2
* [ruby/reline] Add ed_search_next_historyaycabta2020-04-182-0/+126
* [ruby/reline] Add ed_search_prev_historyaycabta2020-04-182-0/+116
* [ruby/reline] Rename wrong test nameaycabta2020-04-181-1/+1
* [ruby/reline] Use vi_search_{prev,next} to incremental searchaycabta2020-04-184-14/+14
* [ruby/reline] Rename search_history with incremental_search_historyaycabta2020-04-181-3/+3
* Compare environment variable names in those manor [Bug #16798]Nobuyoshi Nakada2020-04-182-3/+21
* power_assert repository is transferred to ruby/power_assertKazuki Tsujimoto2020-04-181-1/+1
* Make sure newarraykwsplat accesses a correct indexTakashi Kokubun2020-04-182-1/+11
* RUBY_SPECIAL_SHIFT and RUBY_FL_USHIFT are mandatory for rp in lldb_cruby.pyNobuyoshi Nakada2020-04-183-6/+6
* Super TestJIT#setup to skip unsupported envsTakashi Kokubun2020-04-181-3/+1
* Skip a too-unstable test on s390x-linuxTakashi Kokubun2020-04-181-0/+1
* test/ruby/test_jit_debug.rb: Skip unsupported platformsYusuke Endoh2020-04-181-0/+3
* power_assert repository is transferred to ruby/power_assertKazuki Tsujimoto2020-04-181-1/+1
* Remove invalid webhook configTakashi Kokubun2020-04-171-1/+0
* * 2020-04-18 [ci skip]git2020-04-181-1/+1
* Compilation error does not impact exit statusTakashi Kokubun2020-04-171-2/+2
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-04-171-1/+1
* NEWS.md: Mentioned the removal of NIL/TRUE/FALSE [ci skip]Nobuyoshi Nakada2020-04-171-0/+2
* Removed NIL/TRUE/FALSE from documents tooKazuhiro NISHIYAMA2020-04-172-6/+0
* Removed NIL/TRUE/FALSENobuyoshi Nakada2020-04-172-39/+0
* Rescue EPIPE in _reportNobuyoshi Nakada2020-04-171-21/+13
* Refactored rb_readwrite_syserr_failNobuyoshi Nakada2020-04-171-18/+20
* fileutils now depends on rbconfig.rb due to JRuby supportNobuyoshi Nakada2020-04-171-1/+1
* Suppress C4267 "possible loss of data" warningsNobuyoshi Nakada2020-04-171-1/+1
* test/ruby/test_process.rb: Skip GID.from_name on AndroidYusuke Endoh2020-04-171-1/+1
* Remove lib/rss.rbSutou Kouhei2020-04-171-94/+0
* Suppress C4267 "possible loss of data" warningsNobuyoshi Nakada2020-04-171-1/+1
* * 2020-04-17 [ci skip]git2020-04-171-1/+1
* core_assertions.rb: fixed fd leak at timeoutNobuyoshi Nakada2020-04-171-0/+2
* envutil.rb: not try to close pipes twiceNobuyoshi Nakada2020-04-171-2/+4
* Preserve encoding in error messages for invalid user/group nameNobuyoshi Nakada2020-04-162-2/+8
* Added tests for Process::UID.from_name and Process::GID.from_nameNobuyoshi Nakada2020-04-161-0/+16
* Preserve encoding in error message for invalid env exec optionNobuyoshi Nakada2020-04-162-1/+4
* Added test for invalid env exec optionNobuyoshi Nakada2020-04-161-0/+4
* Moved noreturn call to end of noreturn functionNobuyoshi Nakada2020-04-161-1/+1
* Use UNREACHABLE_RETURN for non-void functionNobuyoshi Nakada2020-04-161-2/+1
* fix compiler error on gcc 4.x卜部昌平2020-04-162-20/+19
* * 2020-04-16 [ci skip]git2020-04-161-1/+1
* Support for FreeBSD <sys/cdefs.h>卜部昌平2020-04-162-3/+24
* Raise EPIPE at broken pipe for the backward compatibilityNobuyoshi Nakada2020-04-154-9/+23
* Added rb_syserr_new_pathNobuyoshi Nakada2020-04-152-1/+10
* Create succ_index_table as a part of `iseq_setup`Nobuyoshi Nakada2020-04-152-7/+8
* Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada2020-04-152-0/+13