aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga2021-10-131-0/+7
* [ruby/reline] Skip when unable to set inputNobuyoshi Nakada2021-10-131-1/+6
* [ruby/reline] Close working pipesNobuyoshi Nakada2021-10-121-2/+7
* [ruby/reline] Fix test class not to overwriteNobuyoshi Nakada2021-10-111-1/+1
* [ruby/reline] Reline doesn't have Reline.editing_modeaycabta2021-10-111-4/+0
* [ruby/reline] Add I/O testaycabta2021-10-111-6/+10
* [ruby/reline] Use single quotes to match the othersaycabta2021-10-111-1/+1
* [ruby/reline] Add a test for Reline.delete_textaycabta2021-10-111-0/+19
* [ruby/reline] Add assertions for Reline.pointaycabta2021-10-111-4/+2
* [ruby/reline] Add a test for Reline.insert_text and Reline.line_bufferaycabta2021-10-111-5/+3
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+22
* [ruby/irb] Clean up a duplicated definitionTakashi Kokubun2021-10-111-7/+1
* [ruby/irb] trufflruby fails on the show_source testTakashi Kokubun2021-10-101-0/+1
* [ruby/irb] Add a test of find_end for show_source commandTakashi Kokubun2021-10-101-0/+29
* [ruby/reline] Add tests for dialog with fullwidth chars and corner casesaycabta2021-10-112-0/+43
* [ruby/ipaddr] Make IPAddr#include? consider range of argumentJeremy Evans2021-10-111-0/+2
* [ruby/io-console] Skip Interrupt test on Solaris tooNobuyoshi Nakada2021-10-111-1/+1
* [ruby/rubygems] Check safety of packaged symlinksDavid Rodríguez2021-10-101-4/+7
* [ruby/rubygems] Explicit check file not created outside of destinationDavid Rodríguez2021-10-101-0/+2
* [ruby/rubygems] Refactor symlink attack specsDavid Rodríguez2021-10-101-19/+15
* [ruby/reline] Fix tests to show dialog to the right edgeaycabta2021-10-091-8/+8
* [ruby/reline] Add a test for full-width scrollbaraycabta2021-10-092-0/+19
* [rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara2021-10-091-0/+2
* Remove autoload for constant if the autoload failsJeremy Evans2021-10-081-1/+26
* Add tests for the edge caces of `String#end_with?`Nobuyoshi Nakada2021-10-081-0/+2
* [ruby/irb] Add tests for truncated show doc dialogaycabta2021-10-081-0/+46
* [ruby/reline] Add a test for narrow screen without scrollbaraycabta2021-10-081-0/+16
* [ruby/reline] Cut off the excess on narrow screenaycabta2021-10-081-0/+26
* Dump outer variables tables when dumping an iseq to binaryAaron Patterson2021-10-071-0/+10
* Remove duplicate value checks on `mrhs` which always has the valueNobuyoshi Nakada2021-10-081-3/+5
* [ruby/ipaddr] Support zone identifiers in IPv6 addressesJeremy Evans2021-10-071-1/+25
* [ruby/ipaddr] Add netmask method that returns net mask as string.Bogdan Irimie2021-10-071-0/+11
* [ruby/ipaddr] Disallow leading zeros in maskJeremy Evans2021-10-071-0/+2
* [ruby/ipaddr] Raise if extra slashes followNobuyoshi Nakada2021-10-071-0/+1
* [ruby/ipaddr] Removing superfluos assingments & returnEspartaco Palma2021-10-071-0/+17
* test/ruby/test_process (test_no_curdir): tentatively skipped on SolarisYusuke Endoh2021-10-071-0/+3
* marshal.c Marshal.load accepts a freeze: true option.Jean Boussier2021-10-051-0/+38
* [ruby/reline] Reduce window size so that it can be displayed in my desktopaycabta2021-10-051-3/+3
* [ruby/reline] Cyrillic chars are now forced to be displayed in full-width on ...aycabta2021-10-051-22/+0
* Show the last line at unexpected end-of-input errorNobuyoshi Nakada2021-10-051-0/+4
* Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans2021-10-041-3/+0
* Revert rescue around internal realpath call on SolarisJeremy Evans2021-10-041-0/+3
* Only rescue realpath calls during require on SolarisJeremy Evans2021-10-041-3/+0
* The same warning for static symbol literalNobuyoshi Nakada2021-10-041-3/+3
* Fix the warning message for dynamic symbol literal in conditionNobuyoshi Nakada2021-10-041-1/+1
* Remove extraneous conversion to float [Bug #18236]Nobuyoshi Nakada2021-10-031-0/+8
* [ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta2021-10-032-0/+34
* Revert "mkmf.rb: try linking at try_var" [Bug #18235]Nobuyoshi Nakada2021-10-031-17/+0
* [ruby/reline] Add a test for rerendering arg prompt after pastingaycabta2021-10-031-0/+11
* [ruby/reline] Add newlines for readabilityaycabta2021-10-031-1/+22