Age | Commit message (Expand) | Author |
2014-10-29 | Some fine tuning of console rendering of named special characters. | Ingo Schwarze |
2014-10-29 | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze |
2014-10-28 | In -Tascii mode, print "<?>" only for Unicode escapes of unknown | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-28 | Tighten Unicode escape name parsing. | Ingo Schwarze |
2014-10-28 | Refine -Tascii rendering of Unicode characters, mostly to better agree | Ingo Schwarze |
2014-10-27 | Merge linkw and movew which are virtually identical. | Nicholas Marriott |
2014-10-27 | Move cfg_causes local into cfg.c and remove struct causelist. | Nicholas Marriott |
2014-10-27 | Support overstriking by backspace in PostScript and PDF output. | Ingo Schwarze |
2014-10-27 | Handle output encoding for unicode, numbered and named escape sequences | Ingo Schwarze |
2014-10-27 | Fix a regression in term.c rev. 1.89 reported by bentley@: | Ingo Schwarze |
2014-10-26 | Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD) | Philip Guenther |
2014-10-26 | In -Tascii mode, provide approximations even for some Unicode escape | Ingo Schwarze |
2014-10-26 | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze |
2014-10-26 | remove unused variables | Charles Longeau |
2014-10-26 | POLLIN is not guaranteed to be set in revents for EOF so check for | Todd C. Miller |
2014-10-26 | Move the #define _KERNEL wrapping to only cover <sys/file.h> | Philip Guenther |
2014-10-26 | Add parentheses to suppress compiler warning. | Brad Smith |
2014-10-26 | Place additional parantheses around readdir() and check return does not | Brad Smith |
2014-10-25 | With the current architecture, we can't support inline equations | Ingo Schwarze |
2014-10-25 | Fix a NULL pointer dereference reported | Ingo Schwarze |
2014-10-25 | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze |
2014-10-25 | Add pane_input_off format, from Anish R Athalye. | Nicholas Marriott |
2014-10-24 | tedu networks(5) support; | Ingo Schwarze |
2014-10-24 | This tool doesn't actually support networks(5). | Ingo Schwarze |
2014-10-24 | Remove unnecessary include: netinet/in_systm.h is not needed by these | Lawrence Teo |
2014-10-23 | Remove networks(5) support. | Ingo Schwarze |
2014-10-22 | make the description of the syntax of function lists agree | Ingo Schwarze |
2014-10-22 | Fix some spacing nits. | Nicholas Marriott |
2014-10-22 | Merge unlink-window into kill-window. | Nicholas Marriott |
2014-10-22 | document the special \c escape sequence that can only be used with %b; | Ingo Schwarze |
2014-10-22 | Use arc4random_buf() instead of RAND(_pseudo)?_bytes(). | Joel Sing |
2014-10-22 | None of these need <openssl/rand.h> | Joel Sing |
2014-10-21 | Only redraw pane when it has actually changed. | Nicholas Marriott |
2014-10-21 | Save next item after firing command in case it has added to the queue. | Nicholas Marriott |
2014-10-21 | cope with sending or receiving files beyond 65536 blocks in length. | David Gwynne |
2014-10-20 | Better format for printf format attributes. | Nicholas Marriott |
2014-10-20 | Move template defines back into .c files. | Nicholas Marriott |
2014-10-20 | Tidy up some includes. | Nicholas Marriott |
2014-10-20 | Move suspend-client code into detach-client. | Nicholas Marriott |
2014-10-20 | Move tiny has-session function into cmd-new-session.c. | Nicholas Marriott |
2014-10-20 | superseded by usr.bin/mandoc/mansearch.c | Ingo Schwarze |
2014-10-20 | Argh, meant to remove this file... | Nicholas Marriott |
2014-10-20 | Move list-commands into list-keys. | Nicholas Marriott |
2014-10-20 | Missed a couple of cmd_entry struct members from previous. | Nicholas Marriott |
2014-10-20 | Instead of setting up the default keys by building the key struct | Nicholas Marriott |
2014-10-20 | fix a regression that i caused in rev. 1.26: *do* report the size of | Ingo Schwarze |
2014-10-20 | protect the roff parser from dividing by zero; | Ingo Schwarze |
2014-10-20 | As reported by Marcus Merighi, hosts enumeration no longer works. | Ingo Schwarze |
2014-10-20 | correct the spacing after in-line equations | Ingo Schwarze |