Age | Commit message (Expand) | Author |
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 |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-20 | Move the full responsibility for reporting open(2) errors from | Ingo Schwarze |
2018-12-20 | Explain what the fields in mandoc messages mean, | Ingo Schwarze |
2018-12-20 | Bugfix: | Ingo Schwarze |
2018-12-18 | use Sq for single chars, and escape ";" properly; | Jason McIntyre |
2018-12-18 | As a first step towards making roff_res() callable from mandoc_getarg(), | Ingo Schwarze |
2018-12-18 | Make mg kill a region if the 'delete' or 'backspace' keys are pressed | Mark Lumsden |
2018-12-18 | Pass window into mode functions. | Nicholas Marriott |
2018-12-18 | With option -l, show only UDP sockets that can receive packets from | Sebastian Benoit |
2018-12-17 | Fix parsing of empty colon-separated fields, reported by Siarhei Siniak. | Nicholas Marriott |
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-14 | Delete unused phdr functions; move declarations for functions internal to | Philip Guenther |
2018-12-14 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |