summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-11-27Allow cmd-run-shell to accept -t to specify the pane to display theNicholas Marriott
2012-11-27When scrolling in copy mode with the mouse, scroll screen rather thanNicholas Marriott
2012-11-27Revert last, after discussion it isn't necessary.Nicholas Marriott
2012-11-27If the application inside tmux has requested any mouse modes itself, doNicholas Marriott
2012-11-27Add window-status-last-* options, from Boris Faure.Nicholas Marriott
2012-11-27Fix session choice so that preferring unattached sessions actuallyNicholas Marriott
2012-11-26Call realpath earlier on the socket directory path rather than on theNicholas Marriott
2012-11-24complement "need an operator" fatal error message with the actual line content.Marc Espie
2012-11-24Don't output a . at the end of directory, as it is confusing.Marc Espie
2012-11-24be more strict in recognizing .if keyword() constructs, don't ignoreMarc Espie
2012-11-24clean-up: move up .USE handling, so that the rest becomes a simple switch()Marc Espie
2012-11-23space required between macro args and punctuation;Jason McIntyre
2012-11-23add a -M flag that does nothing; allows setups with -M in sndiod_flagsAlexandre Ratchov
2012-11-23Since there's no sndiod -> aucat link anymore, allow aucat to be runAlexandre Ratchov
2012-11-23Remplace aucat server by a new sndiod daemon aimed to be simplerAlexandre Ratchov
2012-11-23Make the client wait for the first flow control message rather thanAlexandre Ratchov
2012-11-22Put helper function back, will be needed in a bit.Nicholas Marriott
2012-11-22Instead of worrying about xterm version, send DA and read DEC serviceNicholas Marriott
2012-11-22Don't need to send DECSL on detaching now, the code using higher levelsNicholas Marriott
2012-11-21${.ALLSRC} and ${.OODATE} should always be defined, even for empty listsMarc Espie
2012-11-21Plug fp leak, from rustyBSD at gmx dot fr.Nicholas Marriott
2012-11-20keep functnames sortedFlorian Obser
2012-11-19Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze
2012-11-19Add halfpage commands to mode command string table (missed by accident),Nicholas Marriott
2012-11-19Clarify some points about config files, notably that they are only readNicholas Marriott
2012-11-19Use a utility function for common code to show errors in config file,Nicholas Marriott
2012-11-19sync usage(), and tidy up the output a little; ok schwarzeJason McIntyre
2012-11-19In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze
2012-11-18Make the generated man(7) code more portable by using .PDIngo Schwarze
2012-11-18Correct indentation for lists and displays inside lists.Ingo Schwarze
2012-11-18Fix four small whitespace issues related to trailing punctuationIngo Schwarze
2012-11-17Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze
2012-11-16Warn about unknown volume or arch in Dt macro arguments;Ingo Schwarze
2012-11-16Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze
2012-11-16Improve formatting of badly nested font blocks.Ingo Schwarze
2012-11-16Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze
2012-11-14use F_OK macro instead of 0 in access() when checking by file existence. make...Gleydson Soares
2012-11-14fix a bug, hidden by the break statement in the special option case,Igor Sobrado
2012-11-14allow the full range of unsigned serial numbers; 'fine' deraadt@Damien Miller
2012-11-14fix username passed to helper programDamien Miller
2012-11-13Column numbers are gone for good.Florian Obser
2012-11-12Once a C_RECVDIR command is sent, a matching C_END command has to bePhilip Guenthe
2012-11-12Fix various format string issues. Stop assuming time_t is long or smaller.Philip Guenthe
2012-11-11updating the character offset on the line all the time is astoundinglyTheo de Raadt
2012-11-11david livingstone, not livingston;Jason McIntyre
2012-11-09*really* filter symbols on elf systems: introduce a new "export_symbols"Marc Espie
2012-11-09fix get_symbollist: output completely empty file if no symbol.Marc Espie
2012-11-07say goodbye to killing trailing spaces.Marc Espie
2012-11-07fix fractional number exponentiation, especially for negative exponentsOtto Moerbeek
2012-11-06Remove never read struct member, found while investigating a llvmFlorian Obser