Age | Commit message (Expand) | Author |
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 |
2018-08-16 | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze |
2018-08-16 | Revert previous, which was wrong as noted by schwarze. Also revert a hunk | Theo Buehler |
2018-08-16 | Do not calculate a pointer to a memory location before the beginning of | Ingo Schwarze |
2018-08-16 | Add the KEYC_XTERM flag to all function keys that imply a modifier so | Nicholas Marriott |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2018-08-16 | Remove unused variable. | rob |
2018-08-15 | Remove dead assignment in login(1). | Frederic Cambus |
2018-08-15 | fix incomplete variable renaming in previous; | Ingo Schwarze |
2018-08-14 | Improve consistency of the substitution command further. | Ingo Schwarze |
2018-08-14 | Don't fail by default in the -new case; ok tb jca | cheloha |
2018-08-14 | Add size to arguments struct too. | Nicholas Marriott |
2018-08-14 | Some tidying, use a struct for arguments (there will be more later) and | Nicholas Marriott |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
2018-08-13 | Print global IPsec counters. | Martin Pieuchot |
2018-08-13 | revert compat.[ch] section of the following change. It causes | Damien Miller |
2018-08-12 | Change ber_write_elements() to return ssize_t instead of int. | rob |
2018-08-12 | better diagnosics on alg list assembly errors; ok deraadt@ markus@ | Damien Miller |
2018-08-11 | Refactor the nearly identical benchmark loops into a single loop. | cheloha |
2018-08-11 | actually s/unveil/pledge on err(3), I missed it on previous commit. | Ricardo Mestre |
2018-08-11 | the only fs access kdump(1) needs is to the tracefile which by default is | Ricardo Mestre |
2018-08-11 | look(1) will access /usr/share/dict/words to look for the string we want, or it | Ricardo Mestre |
2018-08-11 | Just like in mesg(1) in biff(1) we just need to push down pledge(2) a little | Ricardo Mestre |
2018-08-11 | this one was my fault, when an error occurrs on mesg(1) it must exit with error | Ricardo Mestre |
2018-08-10 | handle the non-portable GNU-style \[charNN], \[charNNN] character | Ingo Schwarze |
2018-08-10 | The groff man-ext macros define fonts CB, CI, and CR, | Ingo Schwarze |