Age | Commit message (Expand) | Author |
2011-01-30 | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze |
2011-01-30 | Free old argument even if setting to NULL. | Nicholas Marriott |
2011-01-29 | Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the | Nicholas Marriott |
2011-01-28 | Use input_clear to reset the APC, DCS, OSC state or it could be reused | Nicholas Marriott |
2011-01-26 | Unused declaration. | Nicholas Marriott |
2011-01-26 | Simplify the way jobs work and drop the persist type, so all jobs are | Nicholas Marriott |
2011-01-26 | Use LIST_* not SLIST_*. | Nicholas Marriott |
2011-01-25 | When clearing the entire screen, clear lines that are used into the | Nicholas Marriott |
2011-01-25 | Check if the index is in use and fail before creating the child process, | Nicholas Marriott |
2011-01-25 | Avoid double blank line before a table preceded by .PP. | Ingo Schwarze |
2011-01-25 | Since tbl_data() can now produce multiple spans, let parsebuf() | Ingo Schwarze |
2011-01-25 | Do not skip data after horizontal lines in the layout. | Ingo Schwarze |
2011-01-25 | correct horizontal spacing of data cells | Ingo Schwarze |
2011-01-25 | Ignore .ns (no-space mode), .ps (change point size), .ta (tab control) | Ingo Schwarze |
2011-01-24 | Skip carriage return before newline, if any. | Ingo Schwarze |
2011-01-23 | Remove an ugly workaround that was needed to cope with the 9-argument-limit | Ingo Schwarze |
2011-01-23 | While here, maximum percentage is 100 not INT_MAX. Oops. | Nicholas Marriott |
2011-01-23 | Size is -l not -s. | Nicholas Marriott |
2011-01-23 | Fix another regression caused by the reorg of print_man_node() in rev. 1.61: | Ingo Schwarze |
2011-01-23 | Allow top-bit-set characters to be used for key bindings, from Tiago | Nicholas Marriott |
2011-01-23 | Set $TMUX without the session when background jobs are run. | Nicholas Marriott |
2011-01-23 | Wrap basename,dirname with xbasename, xdirname funtions, | Kjell Wooding |
2011-01-22 | Check argument count validation for all in_line() macros. | Ingo Schwarze |
2011-01-22 | crank to OpenSSH-5.7 | Damien Miller |
2011-01-21 | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ... | Kjell Wooding |
2011-01-21 | Change len+memcmp check to a strncmp for prefix testing on | Kjell Wooding |
2011-01-20 | - remove some dead code, since we #define something and test for it on the next | Jasper Lievisse Adriaanse |
2011-01-20 | When finding the roff .it request (line trap), | Ingo Schwarze |
2011-01-20 | more double word removal; | Jason McIntyre |
2011-01-19 | patch from Henri Kemppainen: | Kjell Wooding |
2011-01-19 | ansify; ok millert@ | Okan Demirmen |
2011-01-18 | new sentence, new line; | Jason McIntyre |
2011-01-18 | Add missing prototypes and move dired.c to "extensions" in Makefile. | lum |
2011-01-18 | augbname immediately does a basename. No need to do it in the | Kjell Wooding |
2011-01-18 | Obvious error on my part. | Kjell Wooding |
2011-01-18 | Add join-line, bound to M-^ | Kjell Wooding |
2011-01-18 | Remove one of the three occurances of "delay is 5 seconds" | lum |
2011-01-17 | Adjust IPKTS and OPKTS description to fit actual behaviour. | lum |
2011-01-17 | Add back-to-indentation. (M-m) | Kjell Wooding |
2011-01-17 | Refrain from throwing fatal errors for | Ingo Schwarze |
2011-01-16 | Merge from bsd.lv, original commit message by kristaps@: | Ingo Schwarze |
2011-01-16 | Some improvements to error handling from kristaps@: | Ingo Schwarze |
2011-01-16 | a couple more tweaks to the post-close protocol 1 stderr/stdout flush: | Damien Miller |
2011-01-16 | reset the SIGPIPE handler when forking to execute child processes; | Damien Miller |
2011-01-16 | Use atomicio when flushing protocol 1 std{out,err} buffers at | Damien Miller |
2011-01-16 | In literal context, do not generate output line breaks between macro | Ingo Schwarze |
2011-01-16 | If the first character of a free-form text input line is whitespace, | Ingo Schwarze |
2011-01-16 | Various tbl improvements from kristaps@: | Ingo Schwarze |
2011-01-15 | Fix bind-key -t. | Nicholas Marriott |
2011-01-15 | Only set a mouse mode for mouse-select-pane if none already set by the | Nicholas Marriott |