Age | Commit message (Expand) | Author |
2018-04-10 | Two new low-level roff(7) features: | Ingo Schwarze |
2018-04-09 | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze |
2018-04-09 | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze |
2018-02-23 | Logically, the following are are type names - just like .Vt, | Ingo Schwarze |
2018-02-07 | fix wrong date | Ingo Schwarze |
2018-02-06 | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze |
2018-01-13 | catch up with how formatting of long links was changed | Ingo Schwarze |
2017-08-23 | eliminate white space after opening and before closing punctuation | Ingo Schwarze |
2017-08-23 | Suppress spacing before certain kinds of lists. | Ingo Schwarze |
2017-08-23 | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze |
2017-08-23 | Catch up with mansearch.c rev. 1.60: When finding a bogus database | Ingo Schwarze |
2017-08-23 | catch up with ASCII renderings in chars.c rev. 1.42 | Ingo Schwarze |
2017-08-08 | Mandoc no longer uses names that only occur in the SYNOPSIS. | Alexander Bluhm |
2017-07-28 | fix date | Ingo Schwarze |
2017-07-28 | Do not test .Xr here. It is not what this directory should focus on, | Ingo Schwarze |
2017-07-20 | Avoid cross reference to mandoc(1) because it may cause a message | Ingo Schwarze |
2017-07-16 | fix dates | Ingo Schwarze |
2017-07-16 | test -diag -width and -inset -width | Ingo Schwarze |
2017-07-15 | Catch up with eqn.c rev. 1.41 by bentley@: | Ingo Schwarze |
2017-07-14 | adapt to hex format of character entities, | Ingo Schwarze |
2017-07-07 | Remove all references to "make depend" from regress. | Alexander Bluhm |
2017-07-07 | add parentheses to the output where required for disambiguation | Ingo Schwarze |
2017-07-06 | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze |
2017-07-06 | fix date | Ingo Schwarze |
2017-07-06 | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze |
2017-07-04 | Fix handling of \} on roff request lines. | Ingo Schwarze |
2017-07-04 | It turns out association of tbl spans with layout rows is simpler than | Ingo Schwarze |
2017-07-04 | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze |
2017-06-29 | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze |
2017-06-27 | test inter-column spacing | Ingo Schwarze |
2017-06-27 | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze |
2017-06-26 | catch up with the recent eqn(7) improvements | Ingo Schwarze |
2015-01-01 | eqn(7) tests | Ingo Schwarze |
2017-06-25 | test new MT macro | Ingo Schwarze |
2017-06-25 | cope with changes in BASE messages | Ingo Schwarze |
2017-06-25 | add some empty targets that were missing | Ingo Schwarze |
2017-06-18 | Implement appending to standard man(7) and mdoc(7) macros with .am. | Ingo Schwarze |
2017-06-17 | churn related to the new style message about RCS ids | Ingo Schwarze |
2017-06-17 | if .in is used inside the .TP head, it's always relative | Ingo Schwarze |
2017-06-17 | tables leak tab settings to subsequent text | Ingo Schwarze |
2017-06-17 | correct handling of blank lines after \c | Ingo Schwarze |
2017-06-16 | Multiple tbl(7) improvements: | Ingo Schwarze |
2017-06-15 | round default width of tbl(7) text blocks in the same way as groff | Ingo Schwarze |
2017-06-14 | implement so-called absolute horizontal motion: \h'|...', | Ingo Schwarze |
2017-06-14 | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze |
2017-06-14 | add the \(ru (0.5m baseline ruler) character escape sequence, | Ingo Schwarze |
2017-06-14 | let \l use the right fill character | Ingo Schwarze |
2017-06-14 | improve rounding rules for scaling units | Ingo Schwarze |
2017-06-14 | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze |
2017-06-14 | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze |