]> git.cameronkatri.com Git - mandoc.git/history - regress/mdoc
Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements
[mandoc.git] / regress / mdoc /
2019-03-01 Ingo SchwarzeWrap .Sh/.SH sections and .Ss/.SS subsections in HTML...
2019-01-11 Ingo SchwarzeRemove the HTML title= attributes which harmed accessib...
2019-01-07 Ingo SchwarzeRepresent mdoc(7) .Pp (and .sp, and some SYNOPSIS and...
2019-01-04 Ingo SchwarzeTest interaction of low-level roff(7) filling requests...
2018-12-21 Ingo SchwarzeRename mandoc_getarg() to roff_getarg() and pass it...
2018-12-04 Ingo SchwarzeClean up the validation of .Pp, .PP, .sp, and .br....
2018-02-07 Ingo Schwarzefix wrong date
2018-02-06 Ingo SchwarzeDelete the "no blank before trailing delimiter" check...
2018-01-13 Ingo SchwarzeRemove the implicit display feature of .Lk because...
2017-07-28 Ingo Schwarzedisable .Xr -Tlint test for now,
2017-07-28 Ingo SchwarzeDo not test .Xr here. It is not what this directory...
2017-07-20 Ingo SchwarzeAvoid cross reference to mandoc(1) because it may cause...
2017-07-16 Ingo Schwarzetest -diag -width and -inset -width
2017-07-06 Ingo SchwarzeNow that we have the -Wstyle message level, downgrade...
2017-07-04 Ingo SchwarzeMessages of the -Wbase level now print STYLE:. Since...
2017-06-29 Ingo Schwarzewarn about some non-portable idioms in .Bl -column;
2017-06-27 Ingo Schwarzewarn about .Ns macros that have no effect because they...
2017-06-25 Ingo Schwarzecope with changes in BASE messages
2017-06-17 Ingo Schwarzestyle message about missing RCS ids; inspired by mdoclint
2017-06-14 Ingo Schwarzeimprove rounding rules for scaling units
2017-06-11 Ingo SchwarzeStyle message about legacy man(7) date format in mdoc...
2017-06-11 Ingo SchwarzeStyle message about legacy man(7) date format in mdoc...
2017-06-11 Ingo SchwarzeDo not issue the message "no blank before trailing...
2017-06-11 Ingo Schwarzeadd forgotten file
2017-06-11 Ingo Schwarzefix order of messages
2017-06-10 Ingo Schwarzestyle message about missing blank before trailing delim...
2017-06-08 Ingo Schwarzewarning about unknown .Lb arguments; inspired by mdocli...
2017-05-30 Ingo SchwarzeSTYLE message about useless macros we don't want (Bt...
2017-05-30 Ingo Schwarzefix formatting of intermediate punctuation in .Lk
2017-05-30 Ingo SchwarzeMacro argument quoting does not prevent recognition...
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-04 Ingo SchwarzeParser reorg:
2017-04-28 Ingo SchwarzeDelete .Pp right before the first .Sh and right before...
2017-04-17 Ingo Schwarzeadjust tests to recent .Lk improvements
2017-03-11 Ingo SchwarzeIn markdown, autolinks are dangerous. Different compil...
2017-03-09 Ingo SchwarzeReally commit some files that failed to get committed...
2017-03-08 Ingo SchwarzeNow that markdown output is tested for almost everythin...
2017-03-08 Ingo SchwarzeAccording to the CommonMark specification, backslash...
2017-03-08 Ingo Schwarze.Bl -column never gets blank lines between rows
2017-03-08 Ingo Schwarzeadd two result files that were forgotten
2017-03-08 Ingo Schwarzeenable -T markdown tests of filled displays and tagged...
2017-03-07 Ingo SchwarzeEscape blanks at the end of markdown lines
2017-03-07 Ingo Schwarzefix completely empty .Eo: no blank line wanted
2017-03-07 Ingo Schwarzefix spacing after empty .Fl
2017-03-07 Ingo Schwarzeimplement .An -split and -nosplit
2017-03-07 Ingo SchwarzeFix .In formatting in the SYNOPSIS:
2017-03-06 Ingo SchwarzeUsing .Nd only makes sense in the NAME section.
2017-03-06 Ingo SchwarzeURIs need different escaping; reported by reyk@
2017-03-05 Ingo Schwarzefirst batch of -T markdown tests
2017-02-17 Ingo SchwarzeUse typographic quotes rather than '"' for .Rs %T ...
2017-02-17 Ingo SchwarzeMany people have been complaining for a long time that...
2017-02-16 Ingo SchwarzeSurprisingly, groff does not support scaling units...
2017-02-16 Ingo SchwarzeFix block scoping error if an explicit block is broken...
2017-02-11 Ingo Schwarzenew regression tests for mdoc_macro.c revs. 1.211-1.215
2017-02-08 Ingo Schwarzeremove some instances of Mdocdate
2017-02-08 Ingo SchwarzeFinally port the OpenBSD regression suite.
2014-03-03 Ingo SchwarzeMove the regression suite to the attic.
2010-09-04 Kristaps DzonsonsProperly handle -mdoc %A in all outputs. This has...
2010-06-12 Kristaps DzonsonsCached `Bl -offset' into mdoc_bl. Removed erroneous...
2010-06-12 Kristaps DzonsonsRemoved stipulation that an empty `Bd -offset' will...
2010-06-12 Kristaps DzonsonsCache all of `Bd's resolved arguments into mdoc_bd...
2010-06-07 Kristaps DzonsonsNormalise SYNOPSIS behaviour after I gave up on followi...
2010-06-06 Kristaps DzonsonsFixed -Tascii and -Thtml rendering of `Ft' and `Fo'.
2010-06-04 Kristaps DzonsonsFixed `Fn' newline behaviour and added some regression...
2010-06-04 Kristaps DzonsonsDocumented `In' in full.
2010-06-04 Kristaps DzonsonsFixed `Fd' to format in the right way. Found when...
2010-05-31 Kristaps DzonsonsMacro lines now infer an `It' if they immediately follo...
2010-05-31 Kristaps DzonsonsStrengthened constraint for passing into `It'.
2010-05-31 Kristaps DzonsonsAdd ability to interpret initial free-form lines as...
2010-05-31 Kristaps DzonsonsAdd some regression tests.
2010-05-30 Kristaps DzonsonsTweak regression so it doesn't puke on the groff behavi...
2010-05-30 Kristaps DzonsonsMigrate `Bl -column' phrases to be MDOC_BODY instead...
2010-05-30 Kristaps DzonsonsFirst in several iterative patches in getting complex...
2010-05-29 Kristaps DzonsonsAdded a final regression for `Ar' (won't work on old...
2010-05-29 Kristaps DzonsonsAdding `Ar' regression for empty-prior-closing-punctuat...
2010-05-29 Kristaps DzonsonsCommit of patch floated on discuss@ a few days ago...
2010-05-26 Kristaps DzonsonsDocumented `Ud'.
2010-05-26 Kristaps DzonsonsFixed `Lb' to be in_line (reported by Ulrich Spoerlein).
2010-05-25 Kristaps DzonsonsForgot to add regression tests.
2010-05-16 Joerg SonnenbergerAdd a basic regression test for .Bl -bullet and the...