summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-17Fixed File.extname at a name ending with a dotNobuyoshi Nakada
2019-10-17* remove trailing spaces. [ci skip]git
2019-10-17Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya
2019-10-17Remove unused variableaycabta
2019-10-17Refactor prompt generation logicaycabta
2019-10-17Use `\&` instead of `\1` with captureKazuhiro NISHIYAMA
2019-10-16Fix DRbServer#any_to_sJeremy Evans
2019-10-16Do not raise an exception on a closed DRb socketJeremy Evans
2019-10-16Handle subclasses of Exception in drbJeremy Evans
2019-10-16Warn for calling public/protected/private/module_function without arguments i...Jeremy Evans
2019-10-17Calculate prompt width correctlyaycabta
2019-10-17Collect multiline prompt logic into a methodaycabta
2019-10-16Use an even indent in NEWS for codeBenoit Daloze
2019-10-17* 2019-10-17 [ci skip]git
2019-10-16Revert "Disable ccache on arm64 build"Takashi Kokubun
2019-10-16Support multiline history in incremental searchaycabta
2019-10-16Revert "alias assert_raise_message for compatibility with test-unit"Nobuyoshi Nakada
2019-10-16alias assert_raise_message for compatibility with test-unitNobuyoshi Nakada
2019-10-16Temporarily drop test_jit_debug.rbTakashi Kokubun
2019-10-16Added test for rdoc `--force-update` optionNobuyoshi Nakada
2019-10-16Removed an unused assignmentNobuyoshi Nakada
2019-10-15Do not test --jit-debug on -DVM_CHECK_MODETakashi Kokubun
2019-10-15Maintain the intention of comment in Travis matrixTakashi Kokubun
2019-10-15Remove arm64 build from DroneTakashi Kokubun
2019-10-15Disable ccache on arm64 buildTakashi Kokubun
2019-10-15Enforce --jit-debug test by another wayTakashi Kokubun
2019-10-15Fix test path on travis buildTakashi Kokubun
2019-10-15Test without --jit-debug by defaultTakashi Kokubun
2019-10-15Add arm64 case on Travis. (#2559)Jun Aruga
2019-10-15Dup hash with keyword flag when converted to keywordsJeremy Evans
2019-10-16Support backspace in incremental searchaycabta
2019-10-16C-r is incremental history search in vi insert modeaycabta
2019-10-16* 2019-10-16 [ci skip]git
2019-10-16Comparable#clamp with a range [Feature #14784]Nobuyoshi Nakada
2019-10-15test/csv/write/test_general.rb: suppress warningsYusuke Endoh
2019-10-15Fixed the key to delete [Bug #16250]Nobuyoshi Nakada
2019-10-15[DOC] fixed a variable name [ci skip]Nobuyoshi Nakada
2019-10-15[rubygems/rubygems] Bump version to 3.1.0.pre2Hiroshi SHIBATA
2019-10-15[rubygems/rubygems] Also bump test variableHiroshi SHIBATA
2019-10-15Remove duplicated `.` [ci skip]Kazuhiro NISHIYAMA
2019-10-15Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada
2019-10-15Try to avoid random failureKazuhiro NISHIYAMA
2019-10-14Simplify circular reference check of IRB::ColorTakashi Kokubun
2019-10-14IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig
2019-10-15* 2019-10-15 [ci skip]git
2019-10-14Update documentation for File#{readable,writable,executable}{,_real}? [ci skip]Jeremy Evans
2019-10-14add require "monitor"Masatoshi SEKI
2019-10-14Automatically close fds on fork (and GC). The connection pools are maintained...Masatoshi SEKI
2019-10-14[flori/json] fix test as reported in #343Florian Frank
2019-10-14[flori/json] Add ascii_only option to JSON::Ext::Generator::State.new.Sho Hashimoto