Age | Commit message (Expand) | Author |
2017-07-14 | Print HTML character references as 4+ digits hexadecimal, like Unicode. | Anthony J. Bentley |
2017-07-14 | do not print <math class="eqn"><mrow></mrow></math> for empty .EQ; | Ingo Schwarze |
2017-07-14 | Fix redraw defer code in the presence of multiple clients - the timer | Nicholas Marriott |
2017-07-14 | Make ""Killed by signal 1" LogLevel verbose so it's not shown at the default | Darren Tucker |
2017-07-13 | man pages with pseudo synopses which list filenames end up creating | Jason McIntyre |
2017-07-13 | eqn(7) .EQ has to break man(7) next-line scope, or tree corruption | Ingo Schwarze |
2017-07-13 | use monotonic clock for computing elapsed time | Ted Unangst |
2017-07-12 | Line up keys in tree mode, and don't expand windows with one pane. From | Nicholas Marriott |
2017-07-12 | Do not need to set up USR2 twice. | Nicholas Marriott |
2017-07-12 | Block signals between forking and clearing signal handlers (or calling | Nicholas Marriott |
2017-07-12 | Move signal code into proc.c. | Nicholas Marriott |
2017-07-12 | Make shell_command a global like other stuff rather than making it an | Nicholas Marriott |
2017-07-12 | proc_send_s now seems unnecessary. | Nicholas Marriott |
2017-07-11 | adjust size to be one less than power of 2, so that doubling will never | Ted Unangst |
2017-07-11 | fix style compliance, in the keyname compliance function no less | Ted Unangst |
2017-07-11 | Replace manual list with SLIST. | Alexander Bluhm |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-10 | zap redundant Makefile variables. | Marc Espie |
2017-07-10 | Also check for NUL termination at the first character of tstr in | Alexander Bluhm |
2017-07-09 | Some extra logging to show why tmux might exit. | Nicholas Marriott |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2017-07-09 | there's no need to fork/exec to execute comments | Marc Espie |
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie |
2017-07-08 | this program was infected with lint era casts. i think we're past that now. | Ted Unangst |
2017-07-08 | remove ARGSUSED, from Scott Cheloha. | Ted Unangst |
2017-07-08 | use crypt_newhash to protect the password. from Scott Cheloha | Ted Unangst |
2017-07-08 | clean up some unused variables. also, making a variable global isn't the | Ted Unangst |
2017-07-08 | instead of using time(), refer to getitimer to find out how long the | Ted Unangst |
2017-07-08 | can just continue after readpassphrase returns null, the sighandler will | Ted Unangst |
2017-07-08 | slightly rework previous, to avoid an article issue; | Jason McIntyre |
2017-07-08 | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze |
2017-07-08 | fix an assertion failure triggered by .ce in next-line scope; | Ingo Schwarze |
2017-07-08 | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze |
2017-07-08 | Correctly handle horizontal spans at the beginning of rows, | Ingo Schwarze |
2017-07-07 | garbage collect unused enum member EQN_ROOT | Ingo Schwarze |
2017-07-07 | add parentheses to the output where required for disambiguation | Ingo Schwarze |
2017-07-07 | simplify the eqn_box_makebinary() function by removing the trivial pos | Ingo Schwarze |
2017-07-07 | clarify which httpd we are talking about; | Ingo Schwarze |
2017-07-07 | Fix size of rightmost preview section. | Nicholas Marriott |
2017-07-07 | Radically simplify the definitions what the message levels ERROR | Ingo Schwarze |
2017-07-07 | Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990. | Nicholas Marriott |
2017-07-07 | Remove unnecessary #ifdefs in telnet. No binary change. | Frederic Cambus |
2017-07-07 | When working out the current client (for example for switch-client with | Nicholas Marriott |
2017-07-07 | When generating all hostkeys (ssh-keygen -A), clobber existing keys | Damien Miller |
2017-07-06 | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze |
2017-07-06 | Fix display of overlong lines containing non-ASCII bytes. | Ingo Schwarze |
2017-07-06 | delete duplicate RCS IDs; found with mandoc -Tlint | Ingo Schwarze |
2017-07-06 | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze |
2017-07-05 | avoid double space caused by end-of-sentence detection; requested by jmc@ | Ingo Schwarze |
2017-07-05 | The EQN_LISTONE box type is pointless. | Ingo Schwarze |