Age | Commit message (Expand) | Author |
2018-08-25 | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze |
2018-08-24 | update usage for pkcs8; | Jason McIntyre |
2018-08-24 | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze |
2018-08-24 | The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb} | Theo Buehler |
2018-08-24 | Stop handling broken PKCS#8 formats in openssl(1). | Theo Buehler |
2018-08-23 | The upcoming .while request will have to re-execute roff(7) lines | Ingo Schwarze |
2018-08-23 | all_jobs can be static. | Nicholas Marriott |
2018-08-23 | A sequence of increasingly restrictive pledges was already present | Theo de Raadt |
2018-08-23 | Move job struct into job.c. | Nicholas Marriott |
2018-08-23 | Implement the roff(7) .shift and .return requests, | Ingo Schwarze |
2018-08-23 | memleak introduced in r1.83; from Colin Watson | Damien Miller |
2018-08-22 | Use a monotonic clock for the benchmark timeout. | cheloha |
2018-08-22 | Add StatusLeft and StatusRight mouse key modifiers for the left and | Nicholas Marriott |
2018-08-21 | Implement the \\$@ escape sequence (insert all macro arguments, | Ingo Schwarze |
2018-08-21 | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze |
2018-08-21 | Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection(). | cheloha |
2018-08-21 | AIX reports the CODESET as "ISO8859-1" in the POSIX locale. | Ingo Schwarze |
2018-08-21 | Fix some issues found looking at groff_char(7): | Ingo Schwarze |
2018-08-20 | Move offset of window list into status struct. | Nicholas Marriott |
2018-08-20 | \f[] means \fP, not \fR | Ingo Schwarze |
2018-08-20 | Expand \n(.$ (the number of macro arguments) right in roff_userdef(), | Ingo Schwarze |
2018-08-20 | Add -Z to find-window as well. | Nicholas Marriott |
2018-08-20 | Fix problems with page scrolling in copy mode, GitHub issue 1440 from | Nicholas Marriott |
2018-08-19 | Add the \) special character, a variant of \& so arcane that i | Ingo Schwarze |
2018-08-19 | Do alignment of non-numeric strings in numeric cells the same way | Ingo Schwarze |
2018-08-19 | Add a flag to force redrawing of the status line even if the content | Nicholas Marriott |
2018-08-19 | Don't leak a strdup()'ed string on error in do_accept(). | Theo Buehler |
2018-08-19 | do not print horizontal lines inside vertical spans | Ingo Schwarze |
2018-08-19 | Expand \u and \U escape sequences in command strings, from Christopher | Nicholas Marriott |
2018-08-19 | Mostly complete implementation of the 'c' (character available) | Ingo Schwarze |
2018-08-19 | Add a client redraw-window flag instead of the redraw-all flag and for | Nicholas Marriott |
2018-08-18 | Bugfix: When a line ends with '\ \"', don't strip the trailing space | Ingo Schwarze |
2018-08-18 | support the highly surprising escape sequence \# (line continuation | Ingo Schwarze |
2018-08-18 | paragraphs can contain .MT and .UR blocks | Ingo Schwarze |
2018-08-18 | If a tbl(7) column contains both text cells and numeric cells, | Ingo Schwarze |
2018-08-18 | SESSION_UNATTACHED flag is no longer necessary now we have an attached | Nicholas Marriott |
2018-08-18 | .RE causes a line break even if .RS is not open | Ingo Schwarze |
2018-08-18 | .SY causes a one-column indentation even without any argument | Ingo Schwarze |
2018-08-18 | Plug SSL object leaks in doConnection(). | cheloha |
2018-08-18 | Do not allocate a column for decimal points if all numbers are integers. | Ingo Schwarze |
2018-08-18 | Some tidying and helper functions. | Nicholas Marriott |
2018-08-18 | Unsurprisingly, zero-width non-breaking spaces have... width 0. | Ingo Schwarze |
2018-08-18 | end of sentence detection after .ME and .UE, useful for some GNU manuals | Ingo Schwarze |
2018-08-18 | The .nf/.fi (fill mode) requests never have text children | Ingo Schwarze |
2018-08-18 | Two consecutive .SY blocks only get a blank line in between | Ingo Schwarze |
2018-08-18 | prevent line breaks in the middle of .OP | Ingo Schwarze |
2018-08-18 | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, | Ingo Schwarze |
2018-08-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-08-17 | spelling; | Jason McIntyre |
2018-08-17 | Make the wording more concise, use the imperative throughout, state | Ingo Schwarze |