aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc/test_rdoc_rdoc.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_optionsaycabta2021-09-021-58/+0
* The test for command injection on Unix platforms should be omitted on Windowsaycabta2021-05-311-0/+1
* [ruby/rdoc] Drop support for Ruby 2.4Nobuyoshi Nakada2021-05-211-1/+1
* [ruby/rdoc] Vertical-bar is disallowed in path names on WindowsNobuyoshi Nakada2021-05-211-1/+1
* [ruby/rdoc] Dir.children is 2.5+Nobuyoshi Nakada2021-05-211-1/+1
* [ruby/rdoc] Use File.open to fix the OS Command Injection vulnerability in CV...aycabta2021-05-211-0/+12
* [ruby/rdoc] Allow empty .rdoc_optionsaycabta2021-03-161-0/+11
* [ruby/rdoc] Allow partial default values to be overridden with .rdoc_optionsaycabta2021-03-161-0/+12
* [ruby/rdoc] update all files if any file is newerNobuyoshi Nakada2020-09-181-4/+11
* Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze2020-08-291-3/+9
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-291-9/+3
* Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest""Yusuke Endoh2019-10-291-3/+3
* Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest"Yusuke Endoh2019-10-291-3/+3
* [ruby/rdoc] Use Dir.glob to convert short path of Dir.tmpdir to long pathaycabta2019-10-291-0/+8
* [ruby/rdoc] Use omit of test-unit instead of skip of minitestaycabta2019-10-291-3/+3
* Removed an unused assignmentNobuyoshi Nakada2019-10-161-2/+0
* Use assert_raise and skip for test/unitaycabta2019-08-161-7/+7
* Use omit instead of skip for test-unit.Hiroshi SHIBATA2019-08-161-3/+3
* Renamed minitest_helper.rb as helper.rbNobuyoshi Nakada2019-08-161-1/+1
* Use capture_output instead of capture_io.Hiroshi SHIBATA2019-08-111-8/+8
* test/rdoc: skip some tests when euid is rootmame2018-12-261-0/+1
* Merge RDoc 6.1.0.beta3 from upstreamaycabta2018-12-081-14/+0
* test/rdoc/test_rdoc_rdoc.rb: add dummy finishmame2018-11-261-0/+14
* Merge RDoc 6.0.3 from upstream.hsbt2018-03-261-11/+83
* skip some tests so that no failure occurs in root privilegemame2018-01-101-0/+1
* Merge rdoc-6.0.0.beta4 from upstream.hsbt2017-11-271-4/+34
* * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0hsbt2016-11-051-4/+4
* * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2hsbt2016-09-071-2/+0
* * lib/rdoc/*, test/rdoc/*: Update rdoc/rdoc master(f191513)hsbt2016-09-051-0/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/rdoc/test_rdoc_rdoc.rb (TestRDocRDoc#test_parse_file_encoding):hsbt2014-09-051-1/+1
* * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)hsbt2014-09-051-3/+24
* test/rdoc: avoid tempfile leaksnobu2014-05-261-3/+3
* * lib/rdoc: Update to RDoc 4.1.0.preview.1drbrain2013-09-181-1/+24
* options.rb: include root for out-place buildnobu2013-07-311-0/+20
* * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDocdrbrain2013-01-041-2/+5
* test_rdoc_rdoc.rb: use File::NULLnobu2012-12-121-5/+6
* * lib/rdoc/options.rb: Added --page-dir option for moving pages indrbrain2012-12-111-0/+19
* * lib/rdoc/generator/darkfish.rb: Silenced warningdrbrain2012-11-291-4/+0
* * lib/rdoc/test_case.rb (RDoc::TestCase#verbose_capture_io):naruse2012-11-291-1/+1
* * lib/rdoc/*: Added --root option for building documentation outsidedrbrain2012-11-271-0/+44
* * test/rdoc/test_rdoc_generator_darkfish.rb: Updated tests for windowsdrbrain2012-11-271-1/+3
* * lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain2012-11-271-43/+160
* * lib/rdoc.rb: Import RDoc 3.7 release candidatedrbrain2011-06-161-10/+41
* Import RDoc 3.5.1drbrain2011-02-021-2/+16
* Import RDoc 3drbrain2010-12-201-45/+44
* * test/rdoc/test_rdoc_rdoc.rb: change to bin-mode to write directly.tarui2010-06-281-0/+1
* * lib/rdoc/rdoc.rb (RDoc#read_file_contents): take care of BOM.nobu2010-05-291-0/+12
* Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain2010-04-271-29/+26
* Update to RDoc 2.5.3drbrain2010-04-111-1/+90