| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-16 | resolves #3583 preserve repeating spaces in verbatim content in manpage ↵ | Dan Allen | |
| output (PR #4592) | |||
| 2023-11-26 | resolves #4490 style cells in head row as bold in manpage output (PR #4491) | Dan Allen | |
| 2023-09-18 | fix assertions for table output in tests for manpage converter | Dan Allen | |
| 2023-09-18 | resolves #4482 remove empty line at top of table cells in manpage output | Matthew "strager" Glazar | |
| 2023-09-07 | resolves #4481 preserve paragraph breaks in normal table cell in manpage ↵ | Dan Allen | |
| output (PR #4484) | |||
| 2023-05-06 | resolves #4448 apply reftext substitutions to value of mantitle attribute in ↵ | Dan Allen | |
| DocBook output (PR #4449) | |||
| 2023-04-18 | resolves #4402 don't uppercase monospace span in section title in manpage ↵ | Dan Allen | |
| output (PR #4435) | |||
| 2023-04-17 | resolves #4401 manify alt text of block image in manpage output (PR #4436) | Dan Allen | |
| 2021-12-23 | Fix typos and misspellings in docs and code (PR #4222) | Kian Meng, Ang | |
| 2021-10-16 | resolves #4182 support dropping principal text of list item or description ↵ | Dan Allen | |
| text of dlist item if empty when converting to man page (PR #4183) | |||
| 2021-07-27 | resolves #4110 fix missing automatic reftext for internal xrefs in manpage ↵ | Dan Allen | |
| output (PR #4111) | |||
| 2021-06-08 | add error class to assert_raises in test suite where missing | Dan Allen | |
| 2021-06-08 | use assert_raises in test suite where possible | Dan Allen | |
| 2021-05-31 | use appropriate assertions in test suite | Dan Allen | |
| - assert_equal instead of == - assert instead of assert_equal true - refute instead of assert_equal false - specify literal value as first argument to assert_equal | |||
| 2021-05-31 | use assert_empty/refute_empty where possible in test suite | Dan Allen | |
| 2021-05-29 | use reject instead of select with negated condition in test suite | Dan Allen | |
| 2021-05-27 | fix spaces and indentation in test suite | Dan Allen | |
| 2021-05-15 | manpage: fix apostrophe portability (PR #4060) | Felipe Contreras | |
| convert neutral single quote to \*(Aq instead of \(aq Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
| 2021-05-14 | replace numeric character reference for degree sign in manpage output | Dan Allen | |
| 2021-05-14 | replace numeric character reference for plus in manpage output | Dan Allen | |
| 2021-04-30 | leave empty line after magic comment [skip ci] | Dan Allen | |
| 2021-04-26 | format keyboard references in monospace in manpage output | Dan Allen | |
| 2021-04-26 | add tests for UI macros in manpage converter | Dan Allen | |
| 2021-04-10 | resolves #3892 don't mangle formatting macros when uppercasing section ↵ | Dan Allen | |
| titles in man page output (PR #4008) | |||
| 2021-04-09 | resolves #4004 remove redundant trailing space on URL followed by ↵ | Dan Allen | |
| non-adjacent text in man page output (PR #4006) | |||
| 2021-04-08 | resolves #4000 substitute attribute references in manpurpose inside NAME ↵ | Dan Allen | |
| section of manpage (PR #4001) | |||
| 2021-04-07 | resolves #3992 use .bp macro at location of page break in manpage output (PR ↵ | Dan Allen | |
| #3993) | |||
| 2021-04-07 | remove extra .sp before content of verse block in manpage output | Dan Allen | |
| 2021-04-07 | don't escape hyphen when printing manname in NAME section in manpage output | Dan Allen | |
| 2021-04-06 | add test for unresolved footnote reference in manpage converter | Dan Allen | |
| 2021-04-05 | resolves #3988 fix formatting of footnote text with URL in manpage output ↵ | Dan Allen | |
| (PR #3991) | |||
| 2021-04-04 | resolves #3989 fix layout of footnotes in manpage output and add tests (PR ↵ | Dan Allen | |
| #3990) | |||
| 2020-07-17 | port fix for #3543 to manpage converter | Dan Allen | |
| 2020-07-16 | resolves #3714 honor start attribute on ordered list in manpage output (PR ↵ | Dan Allen | |
| #3715) | |||
| 2020-05-10 | resolves #3645 fix escaping ellipsis at start of line (PR #3644) | Jean-Noël Avila | |
| 2019-11-04 | resolves #3456 preserve repeating backslashes when generating manpage output ↵ | Dan Allen | |
| (PR #3457) | |||
| 2019-03-14 | resolves #1444 rename header_footer option to standalone (PR #3146) | Dan Allen | |
| * still honor header_footer option as fallback for backwards compatibility | |||
| 2019-03-01 | resolves #3111 drop verse table cell style (treat as normal table cell) (PR ↵ | Dan Allen | |
| #3112) | |||
| 2019-02-16 | resolves #3077 implement full support for styled xreftext in manpage converter | Dan Allen | |
| 2019-02-15 | clean up newline handling in test suite (PR #3074) | Dan Allen | |
| - use chop instead of chomp to remove trailing newline from heredoc string - document all uses of non-quoted squiggly heredoc to preserve indentation - fix incorrect preparation of uniform indentation in list tests - remove unnecessary uses of chomp | |||
| 2019-02-14 | remove trailing spaces from source [skip ci] | Dan Allen | |
| 2019-02-10 | fix indentation in api_test and manpage_test | Dan Allen | |
| 2019-02-10 | resolves #3054 never mutate strings; add `frozen_string_literal: true` ↵ | Dan Allen | |
| comment to source files (PR #3055) - replace gsub! and sub! with gsub and sub, respectively - add `frozen_string_literal: true` magic comment to all Ruby source files - see https://www.mikeperham.com/2018/02/28/ruby-optimization-with-one-magic-comment/ | |||
| 2019-02-05 | implement handler for image node in converter for manpage backend | Dan Allen | |
| 2019-02-02 | use indented (squiggly) heredoc strings in preamble_test and manpage_test | Dan Allen | |
| 2019-01-06 | switch to modern hash syntax | Dan Allen | |
| - switch to modern hash syntax (from :key => value to key: value) - put space inside hash brackets (from {key: value} to { key: value } - use dangling comma on last entry of multi-line hash | |||
| 2019-01-06 | use require_relative instead of modifying $LOAD_PATH | Dan Allen | |
| - use require_relative in place of require when it relied on $LOAD_PATH manipulation - configure bin scripts to work with require_relative - rename ROOT_PATH to ROOT_DIR - rename DATA_PATH to DATA_DIR - rename STYLESHEETS_DATA_PATH to STYLESHEETS_DIR - define LIB_DIR - simplify test helper require and setup - add bindir helper to test suite - remove unneeded constants in test helper - reorder autoload statements - require version directly instead of autoloading | |||
| 2019-01-06 | remove workarounds for Ruby < 2.3 | Dan Allen | |
| - remove constants for differentiating between Ruby versions - remove fallback assignment for RUBY_ENGINE constant - remove rubygems require - use unicode character properties in regular expressions (e.g., \p{Word}) - remove COERCE_ENCODING constant - always set FORCE_ENCODING constant to true unless default external encoding is not UTF-8 - remove workaround for computing line length - use lines method instead of lines.entries to get lines for string - always normalize lines - check if JRuby class is defined instead of checking for JRuby engine - remove global RUBY_ENGINE_JRUBY constant - move RUBY_ENGINE_OPAL constant inside Asciidoctor module - remove magic encoding comments (since default script encoding is UTF-8) - remove workaround when printing encoding information - remove fallback assignments for passthrough escape characters - remove Ruby core backports (only leave Asciidoctor-specific extensions) - use __dir__ instead of File.dirname __FILE__ - use Float#truncate to truncate column widths - override Float#truncate on Ruby 2.3 to implement precision argument - remove concurrent/hash backport - simplify class_for_name helper - don't call to_sym on constants returned from constants method - remove unnecessary aliasing of regexp match variables; use magic variable instead (e.g., m = $~) - remove workaround for sub_specialchars to accomodate gsub with map argument - remove comment about %:z placeholder for strftime - don't call .to_a on return value of Hash#keys - get home directory using Dir.home - remove exceptions and exclusions for Ruby < 2 in test suite - update list of supported Ruby engines and versions in READMEs - update ruby versions in run-tests.sh | |||
| 2018-10-27 | resolves #1639 generate manpage even if input is non-conforming or malformed ↵ | Dan Allen | |
| (PR #2937) | |||
| 2018-09-29 | normalize all whitespace in manpurpose | Dan Allen | |
