Age | Commit message (Expand) | Author |
2009-07-19 | Missed these in sudo sudo 1.7.2 update. | Todd C. Miller |
2009-07-19 | Fix expansion of %h in #include names. | Todd C. Miller |
2009-07-19 | missing va_end in abuf_dprn. ok ratchov@ | Martynas Venckus |
2009-07-19 | remove BUILTIN/SHELL cruft that used to be needed for sh, which is | Martynas Venckus |
2009-07-19 | tweak previous; | Jason McIntyre |
2009-07-19 | Improved layout code. | Nicholas Marriott |
2009-07-19 | Hook up "text" (executable) output and implement for fuser too. | Todd C. Miller |
2009-07-19 | The abbreviation for .Bf -symbolic is .Bf Sy, not .Bf Sm; | Ingo Schwarze |
2009-07-18 | Kristaps was so happy about .Bl -hang support ("the last major missing | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: a couple of cosmetic fixes: | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: support -offset [0-9]+n and -offset [0-9]+m | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: lots of minor changes | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: support .Bl -hang | Ingo Schwarze |
2009-07-18 | ps is an argument | Igor Sobrado |
2009-07-18 | sync to 1.8.0: a bad .St argument causes an error, not a warning | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: white space fixes, no code change | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdoc | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: for .Fo, do not print a blank before '(' | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: two .Vd in SYNOPSIS get a line break in between, | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: replace macro function declarations by real ones, and sort them | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: cleanup: remove offset and rmargin from termpair | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: remove ambiguous TERMPAIR_SETFLAG macro and set flags manually | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: consolidated Bsx, Dx, Fx, Nx, Ox, Ux into one common function | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: avoid duplicate warning about a malformed NAME section | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: .Nd is now a BFI, was an ELEM, | Ingo Schwarze |
2009-07-18 | Add three new session options: visual-activity, visual-bell, visual-content. If | Nicholas Marriott |
2009-07-18 | sync to 1.8.0: <sys/types.h> needed for u_char; <uqs at spoerlein dot net> | Ingo Schwarze |
2009-07-18 | Don't assign NULL to an integer type, use 0 instead. | Jonathan Gray |
2009-07-18 | restore -S as toggle; | Jason McIntyre |
2009-07-17 | Make it so using kill-pane to destroy the last pane in a window destroys the | Nicholas Marriott |
2009-07-17 | - New command display-message (alias display) to display a message in the | Nicholas Marriott |
2009-07-17 | When resizing a screen smaller in alternate screen mode, all the lines needed | Nicholas Marriott |
2009-07-17 | be more careful with parsing format string. we can't do multiple | Martynas Venckus |
2009-07-17 | Tidy up new-session and attach-session and change them to work from inside | Nicholas Marriott |
2009-07-17 | revert 1.38: naddy looked closer at the output and some of the sections don't... | Ted Unangst |
2009-07-17 | Remove a duplicate key binding, and turn off autorepeat for up/down as it is | Nicholas Marriott |
2009-07-17 | If -u is specified or UTF-8 is otherwise detected when the server is started, | Nicholas Marriott |
2009-07-17 | Oops, it is always a good idea to get arguments the right way round. | Nicholas Marriott |
2009-07-17 | A similar for fix for window_choose: don't rely on the callback always being | Nicholas Marriott |
2009-07-17 | Memory could be leaked if a second prompt or message appeared while another was | Nicholas Marriott |
2009-07-16 | Remove some duplicate code that was causing the status line to be redrawn even | Nicholas Marriott |
2009-07-16 | make the inet6 output a little more like everything else. | Ted Unangst |
2009-07-16 | Fix arguments to switch-client. | Nicholas Marriott |
2009-07-16 | use argument name for -T consistently in synopsis and description. | Igor Sobrado |
2009-07-16 | fix word order; | Jason McIntyre |
2009-07-16 | Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong | Nicholas Marriott |
2009-07-15 | Make status_message_set a variadic printf-like function. No functional change - | Nicholas Marriott |
2009-07-15 | Return -1 not NULL on error, pointed out by Roy Marples. | Nicholas Marriott |
2009-07-15 | Add a -k flag to unlink-window which makes it behave the same as the old | Nicholas Marriott |
2009-07-15 | The man page says that kill-window removes the window entirely, unlinking it | Nicholas Marriott |