Age | Commit message (Expand) | Author |
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 |
2011-01-15 | Mouse highlight mode (1001) requires a program to cooperate so | Nicholas Marriott |
2011-01-14 | Support -x and -y for new-session to specify the initial size of the | Nicholas Marriott |
2011-01-14 | Use xmalloc instead of malloc and clear some allocated members. | Nicholas Marriott |
2011-01-13 | correct protocol names and add a couple of missing protocol number | Damien Miller |
2011-01-13 | correct error messages; patch from bert.wesarg AT googlemail.com | Damien Miller |
2011-01-13 | Making the numbers Right aligned (instead of left as it is) as the | Jasper Lievisse Adriaanse |
2011-01-13 | non interactive -> non-interactive | lum |
2011-01-13 | The maximum history-limit was accidentally reduced, fix it back to INT_MAX. | Nicholas Marriott |