summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restrict "vertical-align: middle;" to <td> descendants of class="tbl"schwarze2018-12-041-3/+3
* Make sure all borders in a table are drawn in the same color.schwarze2018-12-041-2/+7
* During validation, drop .br before a text line starting with aschwarze2018-12-041-1/+9
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allschwarze2018-12-048-101/+138
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)schwarze2018-12-038-44/+138
* Render .br as <br/>, not as an empty <div>.schwarze2018-12-031-6/+2
* update currency exchange rates;jmc2018-12-011-38/+38
* Clear PANE_EXITED flag when starting new child process in case the panenicm2018-11-303-4/+12
* tweak previous;jmc2018-11-301-3/+3
* New midicat utility to send to or receive from MIDI ports.ratchov2018-11-304-2/+289
* Remove midiplay.ratchov2018-11-304-581/+2
* don't attempt to connect to empty SSH_AUTH_SOCK; bz#293djm2018-11-301-2/+2
* Do not draw horizontal lines through vertical spansschwarze2018-11-291-5/+19
* Now that it is better understood how borders work,schwarze2018-11-291-72/+106
* update for libtls default cert changes.tedu2018-11-292-8/+9
* Better handle automatic column width assignments in the presence ofschwarze2018-11-291-43/+206
* Allow reverse sort orderkn2018-11-284-50/+58
* Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE,schwarze2018-11-281-4/+4
* additional check needed after the previous (box drawing) patchschwarze2018-11-281-5/+8
* Handle UTF-8 in word-separators option, GitHub issue 1551.nicm2018-11-281-7/+19
* don't truncate user or host name in "user@host's password: " prompts.djm2018-11-281-6/+5
* In -T utf8 output mode, render tbl(7) borders with the Unicodeschwarze2018-11-281-151/+318
* LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn'tmartijn2018-11-275-58/+104
* handle -s and -i in a uniform fashion, do not try to change the node typeespie2018-11-271-12/+4
* Implement tbl(7) lines in -T html output,schwarze2018-11-262-71/+130
* When a conditional block is closed by putting "\}" on a text lineschwarze2018-11-261-7/+29
* Place mandoc.css into the public domain.schwarze2018-11-261-1/+6
* Simplify writing of tbl(7) cells by using the new feature of passingschwarze2018-11-261-17/+5
* Support more than one style attribute one the same HTML element.schwarze2018-11-261-16/+25
* Let cells containing nothing but \^ extend the cell above.schwarze2018-11-252-17/+29
* In tbl(7) -T html output,schwarze2018-11-256-75/+142
* Implement horizontal and vertical alignment of tbl(7) cell contentschwarze2018-11-242-8/+38
* When a font escape appears in the middle of a string,schwarze2018-11-231-2/+5
* tweak previous;jmc2018-11-231-4/+4
* add a ssh_config "Match final" predicatedjm2018-11-235-36/+76
* Correct and shorten the description of the sort order of apropos(1)schwarze2018-11-221-20/+4
* In apropos(1) output, stop sorting .Nm search results by nameschwarze2018-11-223-12/+5
* In -T locale (the default), -T ascii, and -T utf8 mode, provide a newschwarze2018-11-227-21/+67
* Do not use PWD unless it actually matches the real working directory.nicm2018-11-223-10/+32
* add st. andrew's day and put the entry for st. patrick's day in a formatjmc2018-11-211-2/+3
* Fix when ber_free_elements is called with a NULL-value.martijn2018-11-201-1/+3
* Improve POSIX compliance by making case-insensitive extendedschwarze2018-11-192-16/+34
* evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm2018-11-198-8/+32
* Utilize sigio with sockets.visa2018-11-191-4/+2
* silence (to log level debug2) failure messages when loading the defaultdjm2018-11-193-19/+39
* Fix inverted logic for redirecting ProxyCommand stderr to /dev/null.dtucker2018-11-181-3/+5
* small clean up of dired sectionlum2018-11-181-6/+4
* Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha2018-11-177-106/+153
* Be more careful when dumping cmsghdr struct. In the SCM_RIGHTS case anclaudio2018-11-171-2/+4
* fix undo in transpose-paragraph.lum2018-11-171-1/+5