aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* added mutexes for socket and connection lists on win32Andrew Aladjev2021-02-231-0/+25
* Check for cyclic prepend before making originAlan Wu2021-02-221-0/+13
* Send :fiber_switch event for almost every fiber_switch (#4207)nicholas a. evans2021-02-221-0/+62
* [ruby/reline] Add a test for suppressing crash when dynamic prompt returns emptyaycabta2021-02-212-0/+16
* [ruby/reline] Move script files for yamatanooroti testsaycabta2021-02-213-43/+144
* [ruby/reline] Return 1 when char width not foundaycabta2021-02-211-0/+8
* Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans2021-02-201-0/+16
* Fix backtrace to not skip frames with iseq without pcJeremy Evans2021-02-191-0/+12
* Fix typo [ci skip]Shugo Maeda2021-02-191-1/+1
* invalidate negative cache any time.Koichi Sasada2021-02-191-0/+11
* ripper: fix a bug of Ripper::Lexer with syntax error and heredoc [Bug #17644]Shugo Maeda2021-02-191-0/+12
* [ruby/readline-ext] Use omitNobuyoshi Nakada2021-02-181-4/+4
* Parse "-00:00" as UTC for the round-trip [Feature #17544]Nobuyoshi Nakada2021-02-161-0/+2
* UTC zone should be still "+00:00" [Feature #17544]Nobuyoshi Nakada2021-02-161-0/+6
* strftime.c: support unknown offset UTC in RFC 3339 [Feature #17544]Nobuyoshi Nakada2021-02-161-0/+5
* Fix a failureKazuhiro NISHIYAMA2021-02-161-1/+1
* `$LOAD_PATH.resolve_feature_path` should not raiseDavid Rodríguez2021-02-161-0/+4
* Added Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada2021-02-151-0/+2
* Added tests for --backtrace-limit optionNobuyoshi Nakada2021-02-151-0/+12
* Fixed codepage for utime [Bug #17626]xtkoba (Tee KOBAYASHI)2021-02-141-0/+7
* Thread::Queue.new should accept an Enumerable [Feature #17327]Nobuyoshi Nakada2021-02-121-0/+22
* Make a cyclic prepend not modify ancestors for the receiverJeremy Evans2021-02-111-0/+7
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-111-2/+6
* [ruby/irb] Suppress colorize on Windows testsaycabta2021-02-111-0/+6
* [ruby/zlib] test-unit didn't provide __name__ attributeHiroshi SHIBATA2021-02-101-2/+11
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-093-9/+71
* [ruby/benchmark] Adds `Tms#to_h`Keith Bennett2021-02-071-0/+9
* Forward keyword arguments to ARGF from global functionsNobuyoshi Nakada2021-02-081-0/+9
* Added test for keyword arguments to ARGFNobuyoshi Nakada2021-02-081-0/+42
* [ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta2021-02-071-0/+14
* [ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta2021-02-071-0/+14
* [ruby/irb] Enable to reassign a new block with "measure" commandaycabta2021-02-061-1/+8
* [ruby/irb] Allow "measure" command to take blockaycabta2021-02-061-0/+34
* Added tests for MakeMakefile#test_egrep_cppNobuyoshi Nakada2021-02-051-0/+15
* [ruby/io-console] Mark all tests that use run_pty as pend on JRubyCharles Oliver Nutter2021-02-051-2/+2
* [ruby/io-console] Use omit instead of skipCharles Oliver Nutter2021-02-051-4/+4
* [ruby/io-console] Skip test on JRubyCharles Oliver Nutter2021-02-051-0/+2
* [ruby/io-console] Add console.rb to search for pathsCharles Oliver Nutter2021-02-051-1/+1
* [ruby/io-console] Run subprocesses without test librariesNobuyoshi Nakada2021-02-051-6/+6
* objspace_dump.c: tag singleton classes and reference the superclassJean Boussier2021-02-041-0/+15
* Prefer block forms to close opened filesNobuyoshi Nakada2021-02-031-11/+13
* Open gzip file in binary modeNobuyoshi Nakada2021-02-031-2/+2
* [ruby/irb] follow up the actual line numberNobuhiro IMAI2021-02-031-0/+21
* Implement NameError::message#clone for RactorNobuyoshi Nakada2021-02-011-0/+9
* Forward keyword arguments for Pathname#each_line [Bug #17589]Nobuyoshi Nakada2021-01-291-0/+26
* In test, need to pass a context to IRB::WorkSpace.new explicitlyaycabta2021-01-271-2/+2
* [ruby/irb] specify the `VERBOSE` to `false` and fix tests to fitNobuhiro IMAI2021-01-271-8/+6
* [ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI2021-01-271-0/+54
* [ruby/rdoc] Support iso-strict format in git-logNobuyoshi Nakada2021-01-251-0/+11
* [ruby/rdoc] Support other date formats in git-logNobuyoshi Nakada2021-01-251-0/+22