summaryrefslogtreecommitdiff
path: root/test/rdoc
Commit message (Expand)AuthorAgeFilesLines
...
* The test for command injection on Unix platforms should be omitted on Windowsaycabta2021-05-311-0/+1
* Use YAML.safe_load to use the permitted_classes optionaycabta2021-05-211-3/+3
* [ruby/rdoc] Drop support for Ruby 2.4Nobuyoshi Nakada2021-05-211-1/+1
* [ruby/rdoc] Follow-up rubygemsNobuyoshi Nakada2021-05-211-6/+12
* [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
* lib/rdoc/rdoc.rb: Allow only RDoc::Options in .rdoc_optionsYusuke Endoh2021-05-171-3/+3
* Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in rdocHiroshi SHIBATA2021-05-171-3/+3
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-121-2/+2
* [ruby/rdoc] Links to document texts without "rdoc-ref:" prefixNobuyoshi Nakada2021-04-031-0/+21
* [ruby/rdoc] Clarify that dots in URL are replacedNobuyoshi Nakada2021-04-031-0/+3
* [ruby/rdoc] Treat emphasis tags as excluding other notationsaycabta2021-04-031-0/+1
* [ruby/rdoc] Treat other tags as word boundariesaycabta2021-04-031-0/+5
* [ruby/rdoc] Disable other notations in <code> tagsaycabta2021-04-032-3/+27
* [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] Fixed CodeFence without blank linesNobuyoshi Nakada2021-03-161-4/+32
* [ruby/rdoc] Support GFM tableNobuyoshi Nakada2021-03-161-0/+23
* [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
* [ruby/rdoc] Skip non-date logs by git-logNobuyoshi Nakada2021-01-241-0/+2
* [ruby/rdoc] Sort by CommitDate if availableNobuyoshi Nakada2021-01-241-0/+40
* [ruby/rdoc] Add links to the commitsNobuyoshi Nakada2021-01-241-15/+21
* [ruby/rdoc] Shorten commit hashesNobuyoshi Nakada2021-01-241-1/+1
* [ruby/rdoc] Tweak log entry markdownNobuyoshi Nakada2021-01-241-1/+35
* [ruby/rdoc] Make each commit entries h3Nobuyoshi Nakada2021-01-241-8/+4
* [ruby/rdoc] Support ChangeLog generated by `git log`Nobuyoshi Nakada2021-01-241-0/+56
* [ruby/rdoc] Guard for WEBrickHiroshi SHIBATA2020-12-211-1/+1
* [ruby/rdoc] update all files if any file is newerNobuyoshi Nakada2020-09-181-4/+11
* [ruby/rdoc] Support full filename to make a link for a text fileaycabta2020-09-181-0/+8
* Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze2020-08-293-5/+15
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-293-15/+5
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-2/+2
* [ruby/rdoc] Check uninitialized instance variable in testaycabta2020-05-241-1/+1
* [ruby/rdoc] Process crossref before tidylinkaycabta2020-05-241-0/+7
* [ruby/rdoc] Escape method names in HTMLNate Matykiewicz2020-05-241-0/+14
* Fix failures of test/rdoc/test_rdoc_ri_paths.rbKazuhiro NISHIYAMA2020-04-261-3/+3
* Fix errors when `RDoc::RI::Paths::HOMEDIR` is nilKazuhiro NISHIYAMA2020-04-261-2/+4
* [ruby/rdoc] HOME is preserved by RDoc::TestCaseNobuyoshi Nakada2020-04-252-2/+2
* [ruby/rdoc] Should teardown in reverse order of setupNobuyoshi Nakada2020-04-253-4/+6
* Remove and Restore the original HOME dir (#3057)Hiroshi SHIBATA2020-04-241-0/+12
* Support XDG_* (#2174)Hiroshi SHIBATA2020-04-232-11/+18
* [ruby/rdoc] Removed `RDoc::Context::Section#sequence`Nobuyoshi Nakada2020-02-201-8/+0
* [ruby/rdoc] Support newline in the middle of constant definitionaycabta2019-12-241-1/+1
* [ruby/rdoc] Treat Proc#call syntax sugar for constant correctlyaycabta2019-12-241-0/+11
* Fixed misspellingsNobuyoshi Nakada2019-12-203-5/+5
* Fix ghost method line noaycabta2019-11-281-3/+5
* Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest""Yusuke Endoh2019-10-297-13/+13
* Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest"Yusuke Endoh2019-10-297-13/+13