]> git.cameronkatri.com Git - mandoc.git/history - regress
MANWIDTH
[mandoc.git] / regress /
2020-10-25 Ingo SchwarzeThe GNU tbl(1) program contained in the groff package...
2020-10-24 Ingo SchwarzeTreat \*[.T] in the same way as \*(.T rather than calli...
2020-10-16 Ingo SchwarzeIn HTML output, avoid printing a newline right after...
2020-09-09 Ingo SchwarzeElement next-line scopes can nest. Consequently, even...
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-09-02 Ingo SchwarzeDo not indent by SIZE_MAX/2 when .ce occurs inside...
2020-09-01 Ingo SchwarzeIgnore unreasonably large spacing modifiers in tbl...
2020-08-03 Ingo SchwarzePut the code handling \} into a new function roff_cond_...
2020-07-30 Ingo Schwarzetrivial sync with OpenBSD
2020-07-21 Ingo Schwarzetrivial adjustment of the desired test results
2020-07-21 Ingo Schwarzeadjust test framework to not require a tty
2020-04-26 Ingo SchwarzeWhile we do not recommend the idiom ".Fl Fl long" for...
2020-04-20 Ingo SchwarzeIn fragment identifiers, use ~%d for ordinal suffixes,
2020-04-19 Ingo SchwarzeWhen .Bd, .D1, or .Dl is tagged, attach the permalink
2020-04-18 Ingo SchwarzeWhen a .Tg is attached to a paragraph, attach the permalink
2020-04-07 Ingo SchwarzeSeparate the place to put the <a href> permalink (now...
2020-04-06 Ingo SchwarzeSupport manual tagging of .Pp, .Bd, .D1, .Dl, .Bl,...
2020-04-04 Ingo Schwarzeautomatically tag .SH and .SS in man(7) terminal output
2020-04-02 Ingo SchwarzeCopy tagged strings before marking hyphens as breakable.
2020-04-01 Ingo SchwarzeJust like we are already doing it in HTML output, autom...
2020-03-21 Ingo Schwarzetest skipping of initial hyphens and minus signs in...
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2020-02-27 Ingo SchwarzeFully support explicit tagging of .Sh and .Ss.
2020-02-27 Ingo SchwarzeIntroduce the concept of nodes that are semantically...
2020-02-27 Ingo SchwarzeFix this test after the recent Unicode update in OpenBS...
2020-01-19 Ingo SchwarzeAlign to the new, sane behaviour of the groff_mdoc...
2020-01-11 Ingo Schwarzetest tbl_term.c rev. 1.73 and tbl_data.c rev. 1.53:
2020-01-08 Ingo SchwarzeSkip whitespace before tokens, too.
2020-01-08 Ingo SchwarzeImprove the test case by changing the eqn(7) delimiters...
2020-01-08 Ingo SchwarzeEnable generation of the desired delim/basic output...
2020-01-08 Ingo SchwarzeSimplify maintainer targets in OpenBSD: EQN and TBL...
2019-12-31 Ingo SchwarzeWhen all cells in a tbl(1) column are empty, set the...
2019-09-13 Ingo SchwarzeImprove validation of function names:
2019-09-05 Ingo Schwarzeadapt to print_indent() HTML_NOSPACE fix, html.c rev...
2019-09-03 Ingo Schwarzeadapt to new <p> output logic (html.c rev. 1.260)
2019-07-18 Ingo Schwarzenew test for an empty text block; from rea@ via bapt...
2019-07-11 Ingo SchwarzeWhen parsing a tab character that is not preceded by...
2019-07-01 Ingo Schwarzedelete trailing whitespace and space-tab sequences...
2019-06-11 Ingo SchwarzeDo not access a NULL pointer if a table contains a...
2019-04-30 Ingo SchwarzeIn HTML output, allow switching the desired font for...
2019-04-21 Ingo SchwarzeWhen calling an empty macro, do not clobber existing...
2019-04-21 Ingo SchwarzeImplement the roff .break request (break out of a ...
2019-03-10 Ingo SchwarzeAutomatically detect whether diff(1) supports the ...
2019-03-06 Ingo Schwarzemention Solaris BUGS in regress.pl(1)
2019-03-01 Ingo SchwarzeWrap .Sh/.SH sections and .Ss/.SS subsections in HTML...
2019-02-06 Ingo SchwarzeLet roff_getname() end the roff identifier at a tab...
2019-01-31 Ingo SchwarzeSince resetting of offsets works quite differently...
2019-01-17 Ingo SchwarzeTest handling of escaped backslashes because the code...
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-06 Ingo SchwarzeFinally, represent the man(7) .PP and .HP macros by...
2019-01-05 Ingo SchwarzeIn no-fill mode, avoid bogus blank lines in two situations:
2019-01-05 Ingo SchwarzeIn groff, when the .SY block macro occurs in no-fill...
2019-01-05 Ingo SchwarzeSlowly start doing more HTML output tests, in this...
2019-01-04 Ingo SchwarzeTest interaction of low-level roff(7) filling requests...
2019-01-04 Ingo Schwarzetest the roff(7) .ce and .rj requests;
2018-12-31 Ingo Schwarzecatch up with the changed order of warnings;
2018-12-21 Ingo Schwarzemerge a test update from OpenBSD that was forgotten...
2018-12-21 Ingo SchwarzeRename mandoc_getarg() to roff_getarg() and pass it...
2018-12-20 Ingo SchwarzeBugfix:
2018-12-16 Ingo SchwarzeYet another round of improvements to manual font selection.
2018-12-15 Ingo SchwarzeSeveral improvements to escape sequence handling.
2018-12-04 Ingo SchwarzeClean up the validation of .Pp, .PP, .sp, and .br....
2018-12-03 Ingo SchwarzeIn the validators, translate obsolete macro aliases...
2018-11-26 Ingo SchwarzeWhen a conditional block is closed by putting "\}"...
2018-10-02 Ingo SchwarzeRender the eqn(7) "sqrt" function as U+221A in UTF...
2018-08-25 Ingo SchwarzeRudimentary implementation of the roff(7) .char (output...
2018-08-25 Ingo SchwarzeIf man(7) next-line scope is open and the line ends...
2018-08-24 Ingo SchwarzeRudimentary implementation of the roff(7) .while request.
2018-08-23 Ingo SchwarzeImplement the roff(7) .shift and .return requests,
2018-08-21 Ingo SchwarzeImprove the ASCII rendering of \(Po (Pound Sterling)
2018-08-21 Ingo SchwarzeFix some issues found looking at groff_char(7):
2018-08-19 Ingo SchwarzeDisable one test for now that is broken after the addit...
2018-08-16 Ingo SchwarzeImplement the \*(.T predefined string (interpolate...
2018-08-14 Ingo Schwarzesupport tail arguments on the .ME and .UE macros,
2018-04-10 Ingo SchwarzeTwo new low-level roff(7) features:
2018-04-09 Ingo SchwarzeWhen accessing an undefined number register, define...
2018-04-09 Ingo SchwarzeUsing an undefined string or macro will cause it to...
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-08-23 Ingo Schwarzeeliminate white space after opening and before closing...
2017-08-23 Ingo SchwarzeSuppress spacing before certain kinds of lists.
2017-08-23 Ingo SchwarzeImprove ASCII rendering of a few rare character escape...
2017-08-23 Ingo Schwarzecatch up with ASCII renderings in chars.c rev. 1.72
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-18 Ingo SchwarzeRun the regression tests iteratively rather than recurs...
2017-07-16 Ingo Schwarzetest -diag -width and -inset -width
2017-07-15 Ingo Schwarzeprint the right character for mathematical overbar...
2017-07-14 Ingo Schwarzeprint HTML character references as 4+ digits hexadecima...
2017-07-07 Ingo Schwarzeadd parentheses to the output where required for disamb...
2017-07-06 Ingo SchwarzeNow that we have the -Wstyle message level, downgrade...
2017-07-06 Ingo SchwarzeFix operator precedence according to Brian W. Kernighan...
2017-07-04 Ingo SchwarzeFix handling of \} on roff request lines.
2017-07-04 Ingo SchwarzeIt turns out association of tbl spans with layout rows...
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;
next