summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-07-08fix an assertion failure triggered by .ce in next-line scope;Ingo Schwarze
2017-07-081. Eliminate struct eqn, instead use the existing membersIngo Schwarze
2017-07-08Correctly handle horizontal spans at the beginning of rows,Ingo Schwarze
2017-07-07garbage collect unused enum member EQN_ROOTIngo Schwarze
2017-07-07add parentheses to the output where required for disambiguationIngo Schwarze
2017-07-07simplify the eqn_box_makebinary() function by removing the trivial posIngo Schwarze
2017-07-07clarify which httpd we are talking about;Ingo Schwarze
2017-07-07Fix size of rightmost preview section.Nicholas Marriott
2017-07-07Radically simplify the definitions what the message levels ERRORIngo Schwarze
2017-07-07Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990.Nicholas Marriott
2017-07-07Remove unnecessary #ifdefs in telnet. No binary change.Frederic Cambus
2017-07-07When working out the current client (for example for switch-client withNicholas Marriott
2017-07-07When generating all hostkeys (ssh-keygen -A), clobber existing keysDamien Miller
2017-07-06Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze
2017-07-06Fix display of overlong lines containing non-ASCII bytes.Ingo Schwarze
2017-07-06delete duplicate RCS IDs; found with mandoc -TlintIngo Schwarze
2017-07-06Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze
2017-07-05avoid double space caused by end-of-sentence detection; requested by jmc@Ingo Schwarze
2017-07-05The EQN_LISTONE box type is pointless.Ingo Schwarze
2017-07-05nits about trailing punctuation found with mandoc -TlintIngo Schwarze
2017-07-04cross reference to self; found with mandoc(1)Ingo Schwarze
2017-07-04Fix 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-04It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze
2017-07-04Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze
2017-07-04Handle 0 size of preview box in caller.Nicholas Marriott
2017-07-04generate the parser directly instead of fucking aroundMarc Espie
2017-07-03Change session and window preview so that the current window or pane isNicholas Marriott
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-07-03report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze
2017-07-03allows working without depends, as discovered and discussed with drahn@Marc Espie
2017-07-03markup fixes;Jason McIntyre
2017-07-03warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze
2017-07-03Change previous to not wait for both process exit and pty close -Nicholas Marriott
2017-07-03Do not close panes until process has exited and any outstanding dataNicholas Marriott
2017-07-03Try C.UTF-8 which is also a commonly useful locale on some platforms,Nicholas Marriott
2017-07-03Remove settings that were unimplemented for 20 years; update STANDARDS.Anthony J. Bentley
2017-07-03be explicit in the lex/yacc dependenciesMarc Espie
2017-07-02whitespaceTheo de Raadt
2017-07-02If a single page references the same non-existent manual more thanIngo Schwarze
2017-07-02add warning "cross reference to self"; inspired by mdoclintIngo Schwarze
2017-07-02Replace fgetln with POSIX getline, even though file was using fgetln inBryan Steele
2017-07-01actually remove these filesDamien Miller
2017-07-01close open fd after testing files, ensuring that fd isn't stdin.Bryan Steele
2017-07-01magicfp is fclosed where it was opened, remove fclose from magic_load()Bryan Steele
2017-07-01remove post-SSHv1 removal dead code from rsa.c and merge theDamien Miller
2017-07-01When checking cross references with -Tlint, ultimately fall back toIngo Schwarze
2017-07-01When checking the validity of cross references with -Tlint,Ingo Schwarze
2017-07-01Basic reporting of .Xrs to manual pages that don't existIngo Schwarze
2017-06-30Don't write over right border.Nicholas Marriott