Age | Commit message (Expand) | Author |
2017-06-11 | ooops, fix a glitch in the previous commit... | Ingo Schwarze |
2017-06-11 | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze |
2017-06-11 | style message about missing .Fn markup; inspired by mdoclint | Ingo Schwarze |
2017-06-11 | Do not issue the message "no blank before trailing delimiter" for .No. | Ingo Schwarze |
2017-06-10 | Reduce false positives for the "no blank before trailing delimiter" message. | Ingo Schwarze |
2017-06-10 | style message about missing blank before trailing delimiter; | Ingo Schwarze |
2017-06-10 | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its arguments | Ingo Schwarze |
2017-06-08 | Properly reinitialize roffce_node between parses, | Ingo Schwarze |
2017-06-08 | Implement w layout specifier (minimum column width). | Ingo Schwarze |
2017-06-08 | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze |
2017-06-08 | Portable mandoc just got a warning about unknown .Lb names | Ingo Schwarze |
2017-06-07 | style checks related to .Er; inspired by mdoclint(1) | Ingo Schwarze |
2017-06-07 | Also catch "new sentence, new line" if there are three blanks | Ingo Schwarze |
2017-06-07 | Make "new sentence, new line" detection stricter: | Ingo Schwarze |
2017-06-07 | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze |
2017-06-07 | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze |
2017-06-07 | The \h escape sequence provides another method for moving backwards, | Ingo Schwarze |
2017-06-07 | Implement the roff(7) .rn (rename macro or string) request. | Ingo Schwarze |
2017-06-06 | Minimal implementation of the roff(7) .ce request (center a number | Ingo Schwarze |
2017-06-04 | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze |
2017-06-04 | Make term_flushln() simpler and more robust: | Ingo Schwarze |
2017-06-04 | Pure preprocessor implementation of the roff(7) .ec and .eo requests | Ingo Schwarze |
2017-06-03 | ignore blank lines in man(7) next line scope; | Ingo Schwarze |
2017-06-03 | enable -Wstyle by default in -Tlint; OK jmc@ | Ingo Schwarze |
2017-06-02 | Partial implementation of \h (horizontal line drawing function). | Ingo Schwarze |
2017-06-02 | add about 15 missing character escape sequences found in groff_char(7); | Ingo Schwarze |
2017-06-01 | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze |
2017-06-01 | STYLE message about full stop at the end of .Nd; inspired by mdoclint(1) | Ingo Schwarze |
2017-05-31 | STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@ | Ingo Schwarze |
2017-05-30 | tweak previous; | Jason McIntyre |
2017-05-30 | STYLE message about useless macros we don't want (Bt Tn Ud); | Ingo Schwarze |
2017-05-30 | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze |
2017-05-30 | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze |
2017-05-17 | Delete the -T xhtml command line option. | Ingo Schwarze |
2017-05-17 | Fix documentation bug: | Ingo Schwarze |
2017-05-17 | Modernize an example showing antiquated syntax, | Ingo Schwarze |
2017-05-17 | Never create empty databases. | Ingo Schwarze |
2017-05-17 | Do not warn if a database file does not exist | Ingo Schwarze |
2017-05-17 | Delete pointless width calculation for SYNOPSIS .Nm block heads. | Ingo Schwarze |
2017-05-16 | missing space between macro arg and punctuation; | Jason McIntyre |
2017-05-16 | Introduce a new mandoc(1) message level, -W style, below -W warning. | Ingo Schwarze |
2017-05-14 | warn about punctuation between .Xr and .Rs in SEE ALSO; | Ingo Schwarze |
2017-05-14 | Tweak previous: tb@ noticed that some browser/font combinations | Ingo Schwarze |
2017-05-12 | Make the tag column in .Bl -tag lists wider: | Ingo Schwarze |
2017-05-12 | Fix the man.cgi target after the recent file additions; | Ingo Schwarze |
2017-05-09 | Trailing \c suppresses the output line break even if | Ingo Schwarze |
2017-05-08 | Line-breaking roff(7) requests also break man(7) next-line scope. | Ingo Schwarze |
2017-05-08 | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze |
2017-05-07 | implement .DT in terms of .ta; needed for print/ghostview, for example | Ingo Schwarze |
2017-05-07 | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze |