summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc
AgeCommit message (Expand)Author
2018-12-20Bugfix:Ingo Schwarze
2018-12-16make test output less uglyIngo Schwarze
2018-12-15Yet another round of improvements to manual font selection.Ingo Schwarze
2018-12-15Several improvements to escape sequence handling.Ingo Schwarze
2018-12-04Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze
2018-12-03In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze
2018-12-03adapt to the change in mansearch.c rev. 1.62;Ingo Schwarze
2018-11-26When a conditional block is closed by putting "\}" on a text lineIngo Schwarze
2018-10-02Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze
2018-08-25oops, hook up the tests for the roff(7) .char requestIngo Schwarze
2018-08-25Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze
2018-08-25If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze
2018-08-24Fix dates that got broken by committing from one day to anotherIngo Schwarze
2018-08-24Rudimentary implementation of the roff(7) .while request.Ingo Schwarze
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-21Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze
2018-08-21Fix some issues found looking at groff_char(7):Ingo Schwarze
2018-08-19Disable one test for now that is broken after the addition of \).Ingo Schwarze
2018-08-16Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze
2018-08-14support tail arguments on the .ME and .UE macros,Ingo Schwarze
2018-04-10Two new low-level roff(7) features:Ingo Schwarze
2018-04-09When accessing an undefined number register, define it to be zero, likeIngo Schwarze
2018-04-09Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze
2018-02-23Logically, the following are are type names - just like .Vt,Ingo Schwarze
2018-02-07fix wrong dateIngo Schwarze
2018-02-06Delete the "no blank before trailing delimiter" check from theIngo Schwarze
2018-01-13catch up with how formatting of long links was changedIngo Schwarze
2017-08-23eliminate white space after opening and before closing punctuationIngo Schwarze
2017-08-23Suppress spacing before certain kinds of lists.Ingo Schwarze
2017-08-23Improve ASCII rendering of a few rare character escape sequencesIngo Schwarze
2017-08-23Catch up with mansearch.c rev. 1.60: When finding a bogus databaseIngo Schwarze
2017-08-23catch up with ASCII renderings in chars.c rev. 1.42Ingo Schwarze
2017-08-08Mandoc no longer uses names that only occur in the SYNOPSIS.Alexander Bluhm
2017-07-28fix dateIngo Schwarze
2017-07-28Do not test .Xr here. It is not what this directory should focus on,Ingo Schwarze
2017-07-20Avoid cross reference to mandoc(1) because it may cause a messageIngo Schwarze
2017-07-16fix datesIngo Schwarze
2017-07-16test -diag -width and -inset -widthIngo Schwarze
2017-07-15Catch up with eqn.c rev. 1.41 by bentley@:Ingo Schwarze
2017-07-14adapt to hex format of character entities,Ingo Schwarze
2017-07-07Remove all references to "make depend" from regress.Alexander Bluhm
2017-07-07add parentheses to the output where required for disambiguationIngo Schwarze
2017-07-06Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze
2017-07-06fix dateIngo Schwarze
2017-07-06Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze
2017-07-04Fix handling of \} on roff request lines.Ingo Schwarze
2017-07-04It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze
2017-07-04Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze
2017-06-29warn about some non-portable idioms in .Bl -column;Ingo Schwarze
2017-06-27test inter-column spacingIngo Schwarze