Age | Commit message (Expand) | Author |
---|
2022-10-07 | [ruby/rdoc] Escape HYPERLINKs | Nobuyoshi Nakada |
2022-10-07 | [ruby/rdoc] Escape RDOCLINKs | Nobuyoshi Nakada |
2022-10-07 | [ruby/rdoc] Escape TIDYLINKs | Nobuyoshi Nakada |
2022-10-06 | [ruby/rdoc] Allow RDoc markups in table cells | Nobuyoshi Nakada |
2022-07-30 | [ruby/rdoc] Fix blockquote with word in verbatim | Nobuyoshi Nakada |
2022-07-29 | [ruby/rdoc] Fix formatting blockquote in verbatim | Nobuyoshi Nakada |
2022-04-14 | [ruby/rdoc] Apply matching word pairs to underscore-methods | Nobuyoshi Nakada |
2022-04-13 | [ruby/rdoc] Only parse valid URLs | Peter Zhu |
2022-02-22 | [ruby/rdoc] Prefer `require 'cgi/util'` instead of `require 'cgi'` | Yusuke Endoh |
2022-02-09 | [ruby/rdoc] Simplify attribute exclusiveness conditions | Nobuyoshi Nakada |
2021-10-16 | [ruby/rdoc] feat: add support for :category: on C functions | Mike Dalessio |
2021-07-05 | [ruby/rdoc] Fix links without paths | Nobuyoshi Nakada |
2021-07-05 | [ruby/rdoc] Fix for explicit http link | Nobuyoshi Nakada |
2021-07-05 | [ruby/rdoc] Allow a label in a link to another document text | Nobuyoshi Nakada |
2021-04-03 | [ruby/rdoc] Links to document texts without "rdoc-ref:" prefix | Nobuyoshi Nakada |
2021-04-03 | [ruby/rdoc] Treat emphasis tags as excluding other notations | aycabta |
2021-04-03 | [ruby/rdoc] Treat other tags as word boundaries | aycabta |
2021-04-03 | [ruby/rdoc] Disable other notations in <code> tags | aycabta |
2021-03-16 | [ruby/rdoc] Support GFM table | Nobuyoshi Nakada |
2020-10-27 | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada |
2020-07-22 | [ruby/rdoc] Create link to unary operator methods correctly | hyrious |
2020-05-24 | [ruby/rdoc] Process crossref before tidylink | aycabta |
2020-05-24 | [ruby/rdoc] Escape method names in HTML | Nate Matykiewicz |
2020-03-08 | Specify explicit separator not to be affected by $; | Nobuyoshi Nakada |
2019-08-19 | lib/rdoc/markup/parser.rb: remove a unused variable initialization | Yusuke Endoh |
2019-08-17 | Removed test_case files from lib directory. | Hiroshi SHIBATA |
2019-08-16 | Use test/unit instead of test-unit. Because test-unit is only provided standa... | Hiroshi SHIBATA |
2019-08-16 | Use test-unit instead of minitest | Nobuyoshi Nakada |
2019-08-16 | Treat linking to Markdown label correctly | aycabta |
2019-08-16 | Refactor and improve performance of RDoc::Markup::Parser | Yusuke Endoh |
2019-07-14 | Fix links to headings | Maxime Lapointe |
2018-12-08 | Merge RDoc 6.1.0.beta3 from upstream | aycabta |
2018-11-26 | lib/rdoc/markup/: Remove wrong call to `=~` against Array | mame |
2018-10-29 | Mark up code inside link text as <code> | nobu |
2018-10-17 | Merge rdoc-6.1.0.beta2 | aycabta |
2018-08-27 | Merge rdoc-6.1.0.beta1. | hsbt |
2018-03-26 | Merge RDoc 6.0.3 from upstream. | hsbt |
2017-11-27 | Merge rdoc-6.0.0.beta4 from upstream. | hsbt |
2017-10-10 | Merge rdoc-6.0.0.beta3. | hsbt |
2017-09-12 | Merge rdoc-6.0.0.beta2 from upstream. | hsbt |
2017-02-06 | rdoc: suppress warnings in eval | nobu |
2016-11-05 | * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0 | hsbt |
2016-09-07 | * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2 | hsbt |
2016-09-07 | * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta1 | hsbt |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2014-12-07 | * lib/rdoc: Update to RDoc 4.2.0. | drbrain |
2014-09-11 | * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(21b241a) | hsbt |
2013-11-19 | * lib/rdoc: Update to RDoc master a1195ce. Changes include: | drbrain |
2013-09-18 | * lib/rdoc: Update to RDoc 4.1.0.preview.1 | drbrain |
2013-07-19 | * lib/rdoc/*: [DOC] Capitalize "Ruby" in documentation | zzak |