Age | Commit message (Expand) | Author |
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 |
2017-07-05 | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze |
2017-07-04 | cross reference to self; found with mandoc(1) | Ingo Schwarze |
2017-07-04 | Fix handling of \} on roff request lines. | Ingo Schwarze |
2017-07-04 | < and > keys to scroll preview list left and right in tree mode. | Nicholas Marriott |
2017-07-04 | It turns out association of tbl spans with layout rows is simpler than | Ingo Schwarze |
2017-07-04 | Printing "BASE:" in messages about violations of base system conventions | Ingo Schwarze |
2017-07-04 | Handle 0 size of preview box in caller. | Nicholas Marriott |
2017-07-04 | generate the parser directly instead of fucking around | Marc Espie |
2017-07-03 | Change session and window preview so that the current window or pane is | Nicholas Marriott |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-07-03 | report trailing delimiters after macros where they are usually a mistake; | Ingo Schwarze |
2017-07-03 | allows working without depends, as discovered and discussed with drahn@ | Marc Espie |
2017-07-03 | markup fixes; | Jason McIntyre |
2017-07-03 | warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD> | Ingo Schwarze |
2017-07-03 | Change previous to not wait for both process exit and pty close - | Nicholas Marriott |
2017-07-03 | Do not close panes until process has exited and any outstanding data | Nicholas Marriott |
2017-07-03 | Try C.UTF-8 which is also a commonly useful locale on some platforms, | Nicholas Marriott |
2017-07-03 | Remove settings that were unimplemented for 20 years; update STANDARDS. | Anthony J. Bentley |
2017-07-03 | be explicit in the lex/yacc dependencies | Marc Espie |
2017-07-02 | whitespace | Theo de Raadt |
2017-07-02 | If a single page references the same non-existent manual more than | Ingo Schwarze |
2017-07-02 | add warning "cross reference to self"; inspired by mdoclint | Ingo Schwarze |
2017-07-02 | Replace fgetln with POSIX getline, even though file was using fgetln in | Bryan Steele |
2017-07-01 | actually remove these files | Damien Miller |
2017-07-01 | close open fd after testing files, ensuring that fd isn't stdin. | Bryan Steele |
2017-07-01 | magicfp is fclosed where it was opened, remove fclose from magic_load() | Bryan Steele |
2017-07-01 | remove post-SSHv1 removal dead code from rsa.c and merge the | Damien Miller |
2017-07-01 | When checking cross references with -Tlint, ultimately fall back to | Ingo Schwarze |
2017-07-01 | When checking the validity of cross references with -Tlint, | Ingo Schwarze |
2017-07-01 | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze |
2017-06-30 | Don't write over right border. | Nicholas Marriott |