Age | Commit message (Expand) | Author |
2019-01-06 | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze |
2019-01-05 | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze |
2019-01-05 | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze |
2019-01-05 | In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">, | Ingo Schwarze |
2019-01-05 | minor cleanup, no functional change: | Ingo Schwarze |
2019-01-05 | Now that the NODE_NOFILL flag in the syntax tree is accurate, | Ingo Schwarze |
2019-01-05 | no-fill mode has to be suspended during tbl(7) rendering, too | Ingo Schwarze |
2019-01-05 | minor cleanup, no functional change: | Ingo Schwarze |
2019-01-05 | Some high-level block macros have an effect similar to temporarily | Ingo Schwarze |
2019-01-04 | Don't reopen file if its stdin. | Martijn van Duren |
2019-01-04 | Two functional improvements to filling in terminal output. | Ingo Schwarze |
2019-01-04 | eliminate function-static attempt counters for passwd/kbdint | Damien Miller |
2019-01-04 | Simplify the roff(7) .ce and .rj terminal formatter by using the | Ingo Schwarze |
2019-01-04 | fix memory leak of ciphercontext when rekeying; bz#2942 | Damien Miller |
2019-01-04 | Implement centering and adjustment to the right margin directly in | Ingo Schwarze |
2019-01-04 | Oops, i forgot to adjust this file to the changes in roff.h rev. 1.49. | Ingo Schwarze |
2019-01-03 | Drop two unused settings. | Jeremie Courreges-Anglas |
2019-01-03 | No support for vax any more, simplify setup. | Jeremie Courreges-Anglas |
2019-01-03 | Rewrite the line filling function for terminal output yet again. | Ingo Schwarze |
2019-01-02 | update currency exchange rates; | Jason McIntyre |
2019-01-01 | static on global vars, const on handler tables that contain function | Damien Miller |
2019-01-01 | the granularity of microprocessors has likely improved since this note | Ted Unangst |
2019-01-01 | Support taking the -O tag value from apropos(1) key=value search terms; | Ingo Schwarze |
2019-01-01 | Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, such | Ingo Schwarze |
2019-01-01 | display the NODE_NOFILL flag indicating no-fill mode | Ingo Schwarze |
2018-12-31 | If there is an invalid character in the uuencoded stream, uudecode(1) | Alexander Bluhm |
2018-12-31 | drop flag HTML_LITERAL which is no longer used | Ingo Schwarze |
2018-12-31 | Cleanup, minus 25 LOC, no functional change: | Ingo Schwarze |
2018-12-31 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-31 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-31 | Zap unused <sys/socket.h> | kn |
2018-12-31 | oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17 | Ingo Schwarze |
2018-12-31 | Use the new flag NODE_NOFILL in the validators, which is sometimes | Ingo Schwarze |
2018-12-31 | Store the fill mode with a new flag NODE_NOFILL in every node, | Ingo Schwarze |
2018-12-31 | For .EX and .EE, set the fill mode parser state directly in the | Ingo Schwarze |
2018-12-31 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-31 | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze |
2018-12-31 | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze |
2018-12-30 | Delete unnecessary <libgen.h> #includes | Philip Guenther |
2018-12-30 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-27 | add some notes about using col and ul to process the ascii markup | Ted Unangst |
2018-12-27 | Request RSA-SHA2 signatures for rsa-sha2-{256|512}-cert-v01@openssh.com | Damien Miller |
2018-12-27 | too many words in previous; | Jason McIntyre |
2018-12-27 | port ranges can be ambiguous with hypenated port-names. | Ted Unangst |
2018-12-27 | move client/server SSH-* banners to buffers under ssh->kex and factor | Damien Miller |
2018-12-26 | revert "kill a region if 'delete' or 'backspace' is pressed" | Peter Hessler |
2018-12-25 | bugfix: make the static class buffer long enough | Ingo Schwarze |
2018-12-24 | mandoc.css lives in /usr/share/misc now; use full paths to indicate this. | Ted Unangst |
2018-12-24 | install /usr/share/misc/mandoc.css | Ingo Schwarze |
2018-12-22 | In the TOC, close <a> before opening <ul>. | Ingo Schwarze |