summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-08-23The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze
2018-08-23all_jobs can be static.Nicholas Marriott
2018-08-23A sequence of increasingly restrictive pledges was already presentTheo de Raadt
2018-08-23Move job struct into job.c.Nicholas Marriott
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-23memleak introduced in r1.83; from Colin WatsonDamien Miller
2018-08-22Use a monotonic clock for the benchmark timeout.cheloha
2018-08-22Add StatusLeft and StatusRight mouse key modifiers for the left andNicholas Marriott
2018-08-21Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze
2018-08-21Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze
2018-08-21Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().cheloha
2018-08-21AIX reports the CODESET as "ISO8859-1" in the POSIX locale.Ingo Schwarze
2018-08-21Fix some issues found looking at groff_char(7):Ingo Schwarze
2018-08-20Move offset of window list into status struct.Nicholas Marriott
2018-08-20\f[] means \fP, not \fRIngo Schwarze
2018-08-20Expand \n(.$ (the number of macro arguments) right in roff_userdef(),Ingo Schwarze
2018-08-20Add -Z to find-window as well.Nicholas Marriott
2018-08-20Fix problems with page scrolling in copy mode, GitHub issue 1440 fromNicholas Marriott
2018-08-19Add the \) special character, a variant of \& so arcane that iIngo Schwarze
2018-08-19Do alignment of non-numeric strings in numeric cells the same wayIngo Schwarze
2018-08-19Add a flag to force redrawing of the status line even if the contentNicholas Marriott
2018-08-19Don't leak a strdup()'ed string on error in do_accept().Theo Buehler
2018-08-19do not print horizontal lines inside vertical spansIngo Schwarze
2018-08-19Expand \u and \U escape sequences in command strings, from ChristopherNicholas Marriott
2018-08-19Mostly complete implementation of the 'c' (character available)Ingo Schwarze
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and forNicholas Marriott
2018-08-18Bugfix: When a line ends with '\ \"', don't strip the trailing spaceIngo Schwarze
2018-08-18support the highly surprising escape sequence \# (line continuationIngo Schwarze
2018-08-18paragraphs can contain .MT and .UR blocksIngo Schwarze
2018-08-18If a tbl(7) column contains both text cells and numeric cells,Ingo Schwarze
2018-08-18SESSION_UNATTACHED flag is no longer necessary now we have an attachedNicholas Marriott
2018-08-18.RE causes a line break even if .RS is not openIngo Schwarze
2018-08-18.SY causes a one-column indentation even without any argumentIngo Schwarze
2018-08-18Plug SSL object leaks in doConnection().cheloha
2018-08-18Do not allocate a column for decimal points if all numbers are integers.Ingo Schwarze
2018-08-18Some tidying and helper functions.Nicholas Marriott
2018-08-18Unsurprisingly, zero-width non-breaking spaces have... width 0.Ingo Schwarze
2018-08-18end of sentence detection after .ME and .UE, useful for some GNU manualsIngo Schwarze
2018-08-18The .nf/.fi (fill mode) requests never have text childrenIngo Schwarze
2018-08-18Two consecutive .SY blocks only get a blank line in betweenIngo Schwarze
2018-08-18prevent line breaks in the middle of .OPIngo Schwarze
2018-08-18implement the GNU man-ext .SY/.YS (synopsis block) macro in man,Ingo Schwarze
2018-08-17Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze
2018-08-17spelling;Jason McIntyre
2018-08-17Make the wording more concise, use the imperative throughout, stateIngo Schwarze
2018-08-16implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze
2018-08-16Revert previous, which was wrong as noted by schwarze. Also revert a hunkTheo Buehler
2018-08-16Do not calculate a pointer to a memory location before the beginning ofIngo Schwarze
2018-08-16Add the KEYC_XTERM flag to all function keys that imply a modifier soNicholas Marriott
2018-08-16Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze