| Commit message (Expand) | Author | Age | Files | Lines |
* | Added MIPS64. From a patch by Jason McIntyre. | Kristaps Dzonsons | 2010-09-27 | 2 | -0/+2 |
* | sync to OpenBSD: | Ingo Schwarze | 2010-09-26 | 1 | -2/+2 |
* | If an explicit scope is still open at the end of an input file, | Ingo Schwarze | 2010-09-26 | 3 | -12/+6 |
* | sync to OpenBSD: | Ingo Schwarze | 2010-09-26 | 2 | -3/+8 |
* | Consolidated all -T[x]html punctuation macros into one function. | Kristaps Dzonsons | 2010-09-26 | 1 | -213/+142 |
* | Linted function arguments. | Kristaps Dzonsons | 2010-09-26 | 1 | -0/+2 |
* | Big clean-up consolidating all punctuation opening/closing functions into | Kristaps Dzonsons | 2010-09-26 | 1 | -225/+117 |
* | Remove fixed TODO and add a new one. | Kristaps Dzonsons | 2010-09-25 | 1 | -4/+1 |
* | A `%T' invoked outside of `Rs' should not produce trailing punctuation. | Kristaps Dzonsons | 2010-09-25 | 3 | -6/+6 |
* | Add `Rs' vertical-space in -T[x]html "SEE ALSO" section. Remove | Kristaps Dzonsons | 2010-09-25 | 3 | -9/+8 |
* | Removed TODO that was fixed by parsing escapes in offset strings. | Kristaps Dzonsons | 2010-09-25 | 1 | -4/+0 |
* | When the HEAD of an .Nm block in the SYNOPSIS might be wider | Ingo Schwarze | 2010-09-23 | 1 | -6/+12 |
* | Count trailing escaped blanks correctly; | Ingo Schwarze | 2010-09-23 | 1 | -2/+4 |
* | enclosures sometimes cause bogus end-of-sentence | Ingo Schwarze | 2010-09-23 | 1 | -0/+3 |
* | Allow string lengths to account for escapes. Now all calls to calculate | Kristaps Dzonsons | 2010-09-15 | 3 | -11/+46 |
* | Remove last pod2man escapes. These render ok, although \*(-- renders as | Kristaps Dzonsons | 2010-09-15 | 3 | -21/+3 |
* | Prevent .Lp from looping endlessly on punctuation. | Ingo Schwarze | 2010-09-13 | 1 | -1/+1 |
* | Prevent `Pp' from looping endlessly on punctuation. Bug reported by | Kristaps Dzonsons | 2010-09-13 | 1 | -1/+1 |
* | Found nit in -T[x]html. | Kristaps Dzonsons | 2010-09-08 | 1 | -0/+2 |
* | Churny commit to quiet lint. No functional changes. | Kristaps Dzonsons | 2010-09-04 | 9 | -22/+23 |
* | Properly handle -mdoc %A in all outputs. This has two-author entires | Kristaps Dzonsons | 2010-09-04 | 6 | -7/+82 |
* | Removed 'br\} comment from TODO. This was fixed a few weeks ago. | Kristaps Dzonsons | 2010-09-04 | 1 | -3/+0 |
* | Fix premature return from sub-conditional roff statements. This fix | Kristaps Dzonsons | 2010-09-04 | 1 | -5/+3 |
* | Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, and | Kristaps Dzonsons | 2010-09-04 | 3 | -3/+3 |
* | Remove the pod2man table entries. They can now be properly read and | Kristaps Dzonsons | 2010-08-29 | 2 | -10/+3 |
* | Allow `.xx\}' where xx is a macro (e.g., `.br\}') to close scope. This is | Kristaps Dzonsons | 2010-08-29 | 2 | -4/+14 |
* | Remove overstrike `\o'. This isn't the best solution because we really | Kristaps Dzonsons | 2010-08-29 | 4 | -2/+8 |
* | Made -mdoc `Pp', `Lp', and `br' not FATAL when having arguments. | Kristaps Dzonsons | 2010-08-29 | 1 | -3/+3 |
* | Move mdoc/man template "The next is for" into the section itself. Added | Kristaps Dzonsons | 2010-08-28 | 3 | -18/+24 |
* | "sys/param.h is for kernel interface programs. | Kristaps Dzonsons | 2010-08-26 | 1 | -1/+1 |
* | Fixed HISTORY to note mdoc's rewrite in groff-1.17, not groff-1.20. | Kristaps Dzonsons | 2010-08-24 | 1 | -1/+1 |
* | Handle nested, recursive mathematical subexpressions. This is | Kristaps Dzonsons | 2010-08-24 | 2 | -1/+44 |
* | Strip out `\k' escape. | Kristaps Dzonsons | 2010-08-24 | 4 | -1/+7 |
* | Stripping out of `\w' groff escape. Yet another for pod2man... | Kristaps Dzonsons | 2010-08-24 | 4 | -6/+18 |
* | Have the `ds' processor strip out `\\' as stipulated in groff.7. I only | Kristaps Dzonsons | 2010-08-24 | 1 | -2/+25 |
* | Strip out the `\z' escape. This is the first recursive sequence, | Kristaps Dzonsons | 2010-08-24 | 4 | -1/+21 |
* | Add a short HISTORY section to mdoc.7. Facts provided by schwarze@'s | Kristaps Dzonsons | 2010-08-22 | 1 | -0/+11 |
* | Sort COMPATIBILITY in mdoc(7) (from schwarze@). | Kristaps Dzonsons | 2010-08-22 | 2 | -120/+128 |
* | Backout previous. | Ingo Schwarze | 2010-08-21 | 1 | -13/+0 |
* | Centralize handling of literal tabs in term_flushln() in one place, | Ingo Schwarze | 2010-08-20 | 1 | -10/+3 |
* | When a column contains trailing spaces, calculate the padding | Ingo Schwarze | 2010-08-20 | 1 | -0/+6 |
* | .Bl -column phrases ignore spacing rules for trailing punctuation | Ingo Schwarze | 2010-08-20 | 2 | -0/+20 |
* | fix previous: when bailing out due to -Wstop, | Ingo Schwarze | 2010-08-20 | 1 | -8/+8 |
* | Fixed Makefile auto-generation of manuals not to use -fstrict and [old] -Werror. | Kristaps Dzonsons | 2010-08-20 | 1 | -4/+4 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 22 | -421/+334 |
* | Updated hypermail link to summary.html. | Kristaps Dzonsons | 2010-08-19 | 1 | -3/+3 |
* | Added mail archive periodically generated by hypermail. | Kristaps Dzonsons | 2010-08-18 | 1 | -5/+13 |
* | Migrate `Xr groff 1' -> GNU troff. I no longer assume that groff is | Kristaps Dzonsons | 2010-08-18 | 1 | -5/+2 |
* | Remove references to \s in mandoc.1: we no longer document these and just | Kristaps Dzonsons | 2010-08-18 | 1 | -11/+0 |
* | Add joerg@'s note that br\} needs work in libroff. | Kristaps Dzonsons | 2010-08-18 | 1 | -0/+3 |