1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc/parser
drbrain f3b24b5b7f * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc
bug #164
* test/rdoc/test_rdoc_cross_reference.rb:  Test for above.

* lib/rdoc/parser/changelog.rb:  Fixed parsing of dates.  RDoc bug #165
* test/rdoc/test_rdoc_parser_changelog.rb:  Test for above.

* lib/rdoc/parser.rb:  Fixed parsing multibyte files with incomplete
  characters at byte 1024.  [ruby-trunk - Bug #6393]
  Fixed handling of -E.  [ruby-trunk - Bug #6392]
* test/rdoc/test_rdoc_options.rb:  Test for above.
* test/rdoc/test_rdoc_parser.rb:  ditto.
* test/rdoc/test_rdoc_parser_c.rb:  ditto.
* test/rdoc/test_rdoc_parser_changelog.rb:  ditto.
* test/rdoc/test_rdoc_parser_markdown.rb:  ditto.
* test/rdoc/test_rdoc_parser_rd.rb:  ditto.
* test/rdoc/test_rdoc_rdoc.rb:  ditto.

* lib/rdoc/tom_doc.rb:  Fixed parsing of [] in TomDoc arguments list.
  RDoc bug #167
* test/rdoc/test_rdoc_tom_doc.rb:  Test for above.

* lib/rdoc.rb:  Update version.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-01-04 06:16:13 +00:00
..
c.rb * lib/rdoc/class_module.rb: Fixed duplicate comments for classes and 2012-12-13 07:58:47 +00:00
changelog.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
markdown.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
rd.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
ruby.rb * lib/rdoc/parser/ruby.rb: Ignore methods defined on constants to 2012-12-20 06:23:28 +00:00
ruby_tools.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
simple.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
text.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00