summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-10-30Major bugsquashing with respect to -offset and -width:Ingo Schwarze
2014-10-30my mistake. we already did increase buffers to 16k; increasing to 64kTed Unangst
2014-10-30rework the poll loop to poll in both directions so it doesn't get stuckTed Unangst
2014-10-30use ressl constant; from Jan KlemkowTed Unangst
2014-10-30mandoc.1: fix a macro error in previousJason McIntyre
2014-10-30support UTF-8 and ISO-8859-1 input by integrating modified partsIngo Schwarze
2014-10-29Some fine tuning of console rendering of named special characters.Ingo Schwarze
2014-10-29In terminal output, unify handling of Unicode and numbered characterIngo Schwarze
2014-10-28In -Tascii mode, print "<?>" only for Unicode escapes of unknownIngo Schwarze
2014-10-28Make the character table available to libroff so it can check theIngo Schwarze
2014-10-28Tighten Unicode escape name parsing.Ingo Schwarze
2014-10-28Refine -Tascii rendering of Unicode characters, mostly to better agreeIngo Schwarze
2014-10-27Merge linkw and movew which are virtually identical.Nicholas Marriott
2014-10-27Move cfg_causes local into cfg.c and remove struct causelist.Nicholas Marriott
2014-10-27Support overstriking by backspace in PostScript and PDF output.Ingo Schwarze
2014-10-27Handle output encoding for unicode, numbered and named escape sequencesIngo Schwarze
2014-10-27Fix a regression in term.c rev. 1.89 reported by bentley@:Ingo Schwarze
2014-10-26Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD)Philip Guenther
2014-10-26In -Tascii mode, provide approximations even for some Unicode escapeIngo Schwarze
2014-10-26Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze
2014-10-26remove unused variablesCharles Longeau
2014-10-26POLLIN is not guaranteed to be set in revents for EOF so check forTodd C. Miller
2014-10-26Move the #define _KERNEL wrapping to only cover <sys/file.h>Philip Guenther
2014-10-26Add parentheses to suppress compiler warning.Brad Smith
2014-10-26Place additional parantheses around readdir() and check return does notBrad Smith
2014-10-25With the current architecture, we can't support inline equationsIngo Schwarze
2014-10-25Fix a NULL pointer dereference reportedIngo Schwarze
2014-10-25Report arguments to .EQ as an error, and simplify the code:Ingo Schwarze
2014-10-25Add pane_input_off format, from Anish R Athalye.Nicholas Marriott
2014-10-24tedu networks(5) support;Ingo Schwarze
2014-10-24This tool doesn't actually support networks(5).Ingo Schwarze
2014-10-24Remove unnecessary include: netinet/in_systm.h is not needed by theseLawrence Teo
2014-10-23Remove networks(5) support.Ingo Schwarze
2014-10-22make the description of the syntax of function lists agreeIngo Schwarze
2014-10-22Fix some spacing nits.Nicholas Marriott
2014-10-22Merge unlink-window into kill-window.Nicholas Marriott
2014-10-22document the special \c escape sequence that can only be used with %b;Ingo Schwarze
2014-10-22Use arc4random_buf() instead of RAND(_pseudo)?_bytes().Joel Sing
2014-10-22None of these need <openssl/rand.h>Joel Sing
2014-10-21Only redraw pane when it has actually changed.Nicholas Marriott
2014-10-21Save next item after firing command in case it has added to the queue.Nicholas Marriott
2014-10-21cope with sending or receiving files beyond 65536 blocks in length.David Gwynne
2014-10-20Better format for printf format attributes.Nicholas Marriott
2014-10-20Move template defines back into .c files.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-10-20Move suspend-client code into detach-client.Nicholas Marriott
2014-10-20Move tiny has-session function into cmd-new-session.c.Nicholas Marriott
2014-10-20superseded by usr.bin/mandoc/mansearch.cIngo Schwarze
2014-10-20Argh, meant to remove this file...Nicholas Marriott
2014-10-20Move list-commands into list-keys.Nicholas Marriott