Age | Commit message (Expand) | Author |
2018-12-20 | Bugfix: | Ingo Schwarze |
2018-12-16 | make test output less ugly | Ingo Schwarze |
2018-12-15 | Yet another round of improvements to manual font selection. | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-12-04 | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |
2018-12-03 | adapt to the change in mansearch.c rev. 1.62; | Ingo Schwarze |
2018-11-26 | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze |
2018-10-02 | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze |
2018-08-25 | oops, hook up the tests for the roff(7) .char request | Ingo Schwarze |
2018-08-25 | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze |
2018-08-25 | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze |
2018-08-24 | Fix dates that got broken by committing from one day to another | Ingo Schwarze |
2018-08-24 | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze |
2018-08-23 | Implement the roff(7) .shift and .return requests, | Ingo Schwarze |
2018-08-21 | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze |
2018-08-21 | Fix some issues found looking at groff_char(7): | Ingo Schwarze |
2018-08-19 | Disable one test for now that is broken after the addition of \). | Ingo Schwarze |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
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 |