]> git.cameronkatri.com Git - mandoc.git/history - roff_term.c
Only sort the result array if it contains more than one element,
[mandoc.git] / roff_term.c
2021-09-19 Ingo Schwarzeclarify the meaning of a complicated mixed signed/unsig...
2021-08-10 Ingo SchwarzeSupport two-character font names (BI, CW, CR, CB, CI)
2020-09-03 Ingo SchwarzeFix two issues with .po (page offset) formatting:
2020-09-03 Ingo SchwarzeIf .ti had an excessive argument, using it was attempte...
2020-06-22 Ingo SchwarzeBecause mandoc_aux.h and mandoc.h use __attribute__...
2019-01-04 Ingo SchwarzeSimplify the roff(7) .ce and .rj terminal formatter...
2018-12-31 Ingo SchwarzeMove parsing of the .nf and .fi (fill mode) requests...
2018-12-16 Ingo SchwarzeYet another round of improvements to manual font selection.
2018-12-14 Ingo SchwarzeMajor cleanup; may imply minor changes in edge cases...
2018-08-10 Ingo SchwarzeThe groff man-ext macros define fonts CB, CI, and CR,
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-06-14 Ingo SchwarzeNaive implementation of the roff(7) .po (page offset...
2017-06-14 Ingo Schwarzeimprove rounding rules for scaling units
2017-06-14 Ingo Schwarzeimplement roff(7) .rj (right justify) request
2017-06-08 Ingo Schwarzemake the internal a2roffsu() interface more powerful...
2017-06-07 Ingo SchwarzePrepare the terminal driver for filling multiple column...
2017-06-06 Ingo SchwarzeMinimal implementation of the roff(7) .ce request ...
2017-06-04 Ingo SchwarzeImplement the roff(7) .mc (right margin character)...
2017-05-08 Ingo SchwarzeBasic implementation of the roff(7) .ti (temporary...
2017-05-07 Ingo SchwarzeBasic implementation of the roff(7) .ta (define tab...
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo Schwarzemove .ll to the roff modules
2017-05-05 Ingo SchwarzeMove handling of the roff(7) .ft request from the man(7)
2017-05-04 Ingo SchwarzeStart roff formatter modules for HTML and termininal...