aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc
Commit message (Expand)AuthorAgeFilesLines
* test_rdoc_generator_json_index.rb: open in binmodenobu2015-12-221-1/+1
* * lib/rdoc.rb: bump version to 4.2.1. It contains following fixes.hsbt2015-12-222-2/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-1682-0/+82
* parse.y: optional superclassnobu2015-08-111-1/+1
* servlet.rb: requires jsonnobu2015-06-171-1/+1
* * ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt2015-04-124-5/+9
* * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt2015-04-114-9/+5
* skip rake dependent testsnobu2015-04-091-2/+5
* json_index.rb: check zlibnobu2015-03-231-1/+5
* rdoc/text.rb: fix infinite loopnobu2015-01-121-0/+3
* test_rdoc_generator_json_index.rb: leaked fdnobu2014-12-241-2/+3
* * lib/rdoc: Update to RDoc 4.2.0.drbrain2014-12-0710-49/+191
* * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(21b241a)hsbt2014-09-113-0/+41
* * lib/rdoc/generator/pot/po.rb: fixed broken tests for trailing whitespace.hsbt2014-09-052-6/+4
* * remove trailing spaces.svn2014-09-053-6/+6
* * 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-0520-155/+779
* test/rdoc: avoid tempfile leaksnobu2014-05-263-5/+5
* test/rdoc: remove tempfilesnobu2014-05-268-8/+14
* * compar.c (cmp_equal): remove error hiding in Comparable#==.eregon2014-01-051-4/+4
* * lib/rdoc: Update to RDoc master 900de99. Changes include:drbrain2013-12-031-0/+10
* test_rdoc_generator_darkfish.rb: ignore nlink is not providednobu2013-11-191-0/+2
* * lib/rdoc: Update to RDoc master a1195ce. Changes include:drbrain2013-11-193-8/+23
* * lib/rubygems: Update to RubyGems master b9213d7. Changes include:drbrain2013-11-121-1/+1
* * test/rdoc/test_rdoc_generator_darkfish.rb: add a guard for windows.ko12013-09-251-2/+7
* * remove trailing spaces, append newline at EOF.nobu2013-09-192-6/+6
* * lib/rdoc: Update to RDoc 4.1.0.preview.1drbrain2013-09-1842-453/+1743
* options.rb: include root for out-place buildnobu2013-07-312-0/+21
* test_rdoc_markup_pre_process.rb: input tempfilenobu2013-07-311-1/+13
* * lib/rdoc/generator/darkfish.rb: Set encoding on output template todrbrain2013-02-081-0/+10
* * remove trailing spaces.nobu2013-02-061-1/+1
* * lib/rdoc/servlet.rb: Fixed root search paths, filesystem pathsdrbrain2013-02-051-1/+1
* * lib/rdoc/generator/darkfish.rb: Fixed debug message. RDoc bug #174drbrain2013-01-251-4/+43
* * lib/rdoc/servlet.rb: Fixed display of site and home documentation.drbrain2013-01-236-11/+70
* * lib/rdoc/top_level.rb: Fixed extension trimming for page names indrbrain2013-01-141-1/+15
* * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDocdrbrain2013-01-0410-39/+202
* * lib/rdoc/parser/ruby.rb: Ignore methods defined on constants todrbrain2012-12-201-0/+23
* * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading anddrbrain2012-12-203-12/+57
* * remove trailing spaces.nobu2012-12-201-1/+1
* * lib/rdoc/encoding.rb: Do not remove #! line from document whendrbrain2012-12-182-1/+14
* * lib/rdoc/store.rb: Work around RDoc stores from older versions ofdrbrain2012-12-181-0/+12
* * lib/rdoc/ruby_lex.rb: Return a TkHEREDOC instead of a TkSTRING whendrbrain2012-12-181-5/+51
* * lib/rdoc.rb: Updated VERSION.drbrain2012-12-166-140/+277
* * lib/rdoc/rubygems_hook.rb: Fixed generation of documentation.drbrain2012-12-141-18/+49
* * lib/rdoc/class_module.rb: Fixed duplicate comments for classes anddrbrain2012-12-133-42/+286
* test_rdoc_rdoc.rb: use File::NULLnobu2012-12-121-5/+6
* * lib/rdoc/class_module.rb: Added RDoc::ClassModule#documented? whichdrbrain2012-12-122-1/+23
* * lib/rdoc/options.rb: Added --page-dir option for moving pages indrbrain2012-12-112-0/+57
* * lib/rdoc/markdown/entities.rb: Added documentation.drbrain2012-12-081-0/+10
* * lib/rdoc/markup/to_joined_paragraph.rb: Completed documentationdrbrain2012-12-072-9/+146