summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-01-25Check if the index is in use and fail before creating the child process,Nicholas Marriott
2011-01-25Avoid double blank line before a table preceded by .PP.Ingo Schwarze
2011-01-25Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze
2011-01-25Do not skip data after horizontal lines in the layout.Ingo Schwarze
2011-01-25correct horizontal spacing of data cellsIngo Schwarze
2011-01-25Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze
2011-01-24Skip carriage return before newline, if any.Ingo Schwarze
2011-01-23Remove an ugly workaround that was needed to cope with the 9-argument-limitIngo Schwarze
2011-01-23While here, maximum percentage is 100 not INT_MAX. Oops.Nicholas Marriott
2011-01-23Size is -l not -s.Nicholas Marriott
2011-01-23Fix another regression caused by the reorg of print_man_node() in rev. 1.61:Ingo Schwarze
2011-01-23Allow top-bit-set characters to be used for key bindings, from TiagoNicholas Marriott
2011-01-23Set $TMUX without the session when background jobs are run.Nicholas Marriott
2011-01-23Wrap basename,dirname with xbasename, xdirname funtions,Kjell Wooding
2011-01-22Check argument count validation for all in_line() macros.Ingo Schwarze
2011-01-22crank to OpenSSH-5.7Damien Miller
2011-01-21It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ...Kjell Wooding
2011-01-21Change len+memcmp check to a strncmp for prefix testing onKjell Wooding
2011-01-20- remove some dead code, since we #define something and test for it on the nextJasper Lievisse Adriaanse
2011-01-20When finding the roff .it request (line trap),Ingo Schwarze
2011-01-20more double word removal;Jason McIntyre
2011-01-19patch from Henri Kemppainen:Kjell Wooding
2011-01-19ansify; ok millert@Okan Demirmen
2011-01-18new sentence, new line;Jason McIntyre
2011-01-18Add missing prototypes and move dired.c to "extensions" in Makefile.lum
2011-01-18augbname immediately does a basename. No need to do it in theKjell Wooding
2011-01-18Obvious error on my part.Kjell Wooding
2011-01-18Add join-line, bound to M-^Kjell Wooding
2011-01-18Remove one of the three occurances of "delay is 5 seconds"lum
2011-01-17Adjust IPKTS and OPKTS description to fit actual behaviour.lum
2011-01-17Add back-to-indentation. (M-m)Kjell Wooding
2011-01-17Refrain from throwing fatal errors forIngo Schwarze
2011-01-16Merge from bsd.lv, original commit message by kristaps@:Ingo Schwarze
2011-01-16Some improvements to error handling from kristaps@:Ingo Schwarze
2011-01-16a couple more tweaks to the post-close protocol 1 stderr/stdout flush:Damien Miller
2011-01-16reset the SIGPIPE handler when forking to execute child processes;Damien Miller
2011-01-16Use atomicio when flushing protocol 1 std{out,err} buffers atDamien Miller
2011-01-16In literal context, do not generate output line breaks between macroIngo Schwarze
2011-01-16If the first character of a free-form text input line is whitespace,Ingo Schwarze
2011-01-16Various tbl improvements from kristaps@:Ingo Schwarze
2011-01-15Fix bind-key -t.Nicholas Marriott
2011-01-15Only set a mouse mode for mouse-select-pane if none already set by theNicholas Marriott
2011-01-15Mouse highlight mode (1001) requires a program to cooperate soNicholas Marriott
2011-01-14Support -x and -y for new-session to specify the initial size of theNicholas Marriott
2011-01-14Use xmalloc instead of malloc and clear some allocated members.Nicholas Marriott
2011-01-13correct protocol names and add a couple of missing protocol numberDamien Miller
2011-01-13correct error messages; patch from bert.wesarg AT googlemail.comDamien Miller
2011-01-13Making the numbers Right aligned (instead of left as it is) as theJasper Lievisse Adriaanse
2011-01-13non interactive -> non-interactivelum
2011-01-13The maximum history-limit was accidentally reduced, fix it back to INT_MAX.Nicholas Marriott