summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-02-27errant dot; from klemens nanniJason McIntyre
2017-02-27If splitw -b is used, insert the new pane before the current one in theNicholas Marriott
2017-02-26Move away from BN_zero, the one returning an int is deprecated and theOtto Moerbeek
2017-02-24add support for variables in the lhs of SYSV modifiers.Marc Espie
2017-02-24might as well set the listener socket CLOEXECDamien Miller
2017-02-23- write parse errors to stderr, prompted by Martijn DekkerOtto Moerbeek
2017-02-23Introduce e command, equivalent to p, but writes to stderrOtto Moerbeek
2017-02-22Pledge man.cgi(8).Ingo Schwarze
2017-02-22Since SQLite is gone, we no longer need the "flock" pledge.Ingo Schwarze
2017-02-22Remove unused-with-dead-store variable oldpsanl.Tom Cosgrove
2017-02-22Minor bits: fix an array size, add comment, make grid_cell_entry static.Nicholas Marriott
2017-02-22Handle an odd edge case where .It is preceded by .Sm.Ingo Schwarze
2017-02-21Change pane redraw to collect cells up as well, and simplify it a bit.Nicholas Marriott
2017-02-21Don't need is1,is2,is3 so remove them.Nicholas Marriott
2017-02-21Scrolling at least needs to be flushed before sending EL to the terminalNicholas Marriott
2017-02-20Crank all members of struct ipipstat to 64 bitsJeremie Courreges-Anglas
2017-02-20* Hoist Copyright notice to the top, don't hide it in the middle.Ingo Schwarze
2017-02-19Do not break the line at U+00A0 NO-BREAK SPACE.Ingo Schwarze
2017-02-19Recognise AArch64 binaries and core dumps.Jonathan Gray
2017-02-19Add SGR 28 to clear hidden flag.Nicholas Marriott
2017-02-19Add a common nl_langinfo(CODESET) alias for US-ASCII "ANSI_X3.4-1968"Damien Miller
2017-02-18preconv_encode() can take a const input buffer;Ingo Schwarze
2017-02-17Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze
2017-02-17Many people have been complaining for a long time that ``...'' looksIngo Schwarze
2017-02-17Fix a read buffer overrun that copied random data from memory intoIngo Schwarze
2017-02-17Do not show rsa1 key type in usage when compiled without SSH1 support.Darren Tucker
2017-02-17ifdef out "rsa1" from the list of supported keytypes when compiled withoutDarren Tucker
2017-02-17For ProxyJump/-J, surround host name with brackets to allowDamien Miller
2017-02-16Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze
2017-02-16There are buggy terminals out there that do not move the cursor to 0,0Nicholas Marriott
2017-02-16Handle insert cells when cursor at edge of screen correctly, and do aNicholas Marriott
2017-02-16Merge clear-history into capture-pane.Nicholas Marriott
2017-02-16Fix rev. 1.183: -O syntax is different in default apropos(1) outputIngo Schwarze
2017-02-16Style nits.Nicholas Marriott
2017-02-16Fix block scoping error if an explicit block is broken by twoIngo Schwarze
2017-02-16Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze
2017-02-15Fix memory leaks in match_filter_list() error paths.Jonathan Gray
2017-02-15Fix the code supposed to abort when attempting to detach a slot that'sAlexandre Ratchov
2017-02-15Fix previous: I forgot that i had to change the convention howIngo Schwarze
2017-02-15Do not clear to end of screen unless the pane is at the bottom.Nicholas Marriott
2017-02-15"status bar" -> "status line" for consistency, from Benjamin Dopplinger.Nicholas Marriott
2017-02-15fix division by zero crash in "df" output when server returns zeroDamien Miller
2017-02-14Make source-file look for files relative to the client working directoryNicholas Marriott
2017-02-13Collected cells may still need to be extended for RGB colours.Nicholas Marriott
2017-02-12Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze
2017-02-11Do not read one element past the end of the static const termacts array.Ingo Schwarze
2017-02-11Never look for broken blocks inside blocks that are already closed.Ingo Schwarze
2017-02-11Do not prematurely close .Nd containing a broken child.Ingo Schwarze
2017-02-11Do not prematurely mark intermediate blocks as broken while scanningIngo Schwarze
2017-02-10For child macros of block-end macros, only scan backwards for pendingIngo Schwarze