summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* style cleanup, no functional change:Ingo Schwarze2010-10-021-22/+14
* Unify mdoc and man enums and structs into mandoc.h. This is part of theKristaps Dzonsons2010-10-023-416/+400
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-016-25/+13
* Fix small regression where `Op' had an extra space between the "[" and the SPAN.Kristaps Dzonsons2010-10-011-0/+1
* Merge from OpenBSD right after 1.10.6; now back to full sync.Ingo Schwarze2010-09-274-10/+6
* Added TODO for more `Pp' warnings.Kristaps Dzonsons2010-09-271-0/+4
* A minor issue with \& between .Pp found while merging 1.10.6.Ingo Schwarze2010-09-271-0/+4
* Prepping for version.VERSION.1.10.6Kristaps Dzonsons2010-09-272-2/+17
* Consider both `Lp' and `Pp' when stripping prior paragraph marks.Kristaps Dzonsons2010-09-271-1/+6
* Suppress whitespace following Pp, Lp, sp, and the other newline-emittingKristaps Dzonsons2010-09-274-4/+42
* Remove finished TODO.Kristaps Dzonsons2010-09-271-2/+0
* Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact isKristaps Dzonsons2010-09-274-7/+25
* Added MIPS64. From a patch by Jason McIntyre.Kristaps Dzonsons2010-09-272-0/+2
* sync to OpenBSD:Ingo Schwarze2010-09-261-2/+2
* If an explicit scope is still open at the end of an input file,Ingo Schwarze2010-09-263-12/+6
* sync to OpenBSD:Ingo Schwarze2010-09-262-3/+8
* Consolidated all -T[x]html punctuation macros into one function.Kristaps Dzonsons2010-09-261-213/+142
* Linted function arguments.Kristaps Dzonsons2010-09-261-0/+2
* Big clean-up consolidating all punctuation opening/closing functions intoKristaps Dzonsons2010-09-261-225/+117
* Remove fixed TODO and add a new one.Kristaps Dzonsons2010-09-251-4/+1
* A `%T' invoked outside of `Rs' should not produce trailing punctuation.Kristaps Dzonsons2010-09-253-6/+6
* Add `Rs' vertical-space in -T[x]html "SEE ALSO" section. RemoveKristaps Dzonsons2010-09-253-9/+8
* Removed TODO that was fixed by parsing escapes in offset strings.Kristaps Dzonsons2010-09-251-4/+0
* When the HEAD of an .Nm block in the SYNOPSIS might be widerIngo Schwarze2010-09-231-6/+12
* Count trailing escaped blanks correctly;Ingo Schwarze2010-09-231-2/+4
* enclosures sometimes cause bogus end-of-sentenceIngo Schwarze2010-09-231-0/+3
* Allow string lengths to account for escapes. Now all calls to calculateKristaps Dzonsons2010-09-153-11/+46
* Remove last pod2man escapes. These render ok, although \*(-- renders asKristaps Dzonsons2010-09-153-21/+3
* Prevent .Lp from looping endlessly on punctuation.Ingo Schwarze2010-09-131-1/+1
* Prevent `Pp' from looping endlessly on punctuation. Bug reported byKristaps Dzonsons2010-09-131-1/+1
* Found nit in -T[x]html.Kristaps Dzonsons2010-09-081-0/+2
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-049-22/+23
* Properly handle -mdoc %A in all outputs. This has two-author entiresKristaps Dzonsons2010-09-046-7/+82
* Removed 'br\} comment from TODO. This was fixed a few weeks ago.Kristaps Dzonsons2010-09-041-3/+0
* Fix premature return from sub-conditional roff statements. This fixKristaps Dzonsons2010-09-041-5/+3
* Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, andKristaps Dzonsons2010-09-043-3/+3
* Remove the pod2man table entries. They can now be properly read andKristaps Dzonsons2010-08-292-10/+3
* Allow `.xx\}' where xx is a macro (e.g., `.br\}') to close scope. This isKristaps Dzonsons2010-08-292-4/+14
* Remove overstrike `\o'. This isn't the best solution because we reallyKristaps Dzonsons2010-08-294-2/+8
* Made -mdoc `Pp', `Lp', and `br' not FATAL when having arguments.Kristaps Dzonsons2010-08-291-3/+3
* Move mdoc/man template "The next is for" into the section itself. AddedKristaps Dzonsons2010-08-283-18/+24
* "sys/param.h is for kernel interface programs.Kristaps Dzonsons2010-08-261-1/+1
* Fixed HISTORY to note mdoc's rewrite in groff-1.17, not groff-1.20.Kristaps Dzonsons2010-08-241-1/+1
* Handle nested, recursive mathematical subexpressions. This isKristaps Dzonsons2010-08-242-1/+44
* Strip out `\k' escape.Kristaps Dzonsons2010-08-244-1/+7
* Stripping out of `\w' groff escape. Yet another for pod2man...Kristaps Dzonsons2010-08-244-6/+18
* Have the `ds' processor strip out `\\' as stipulated in groff.7. I onlyKristaps Dzonsons2010-08-241-2/+25
* Strip out the `\z' escape. This is the first recursive sequence,Kristaps Dzonsons2010-08-244-1/+21
* Add a short HISTORY section to mdoc.7. Facts provided by schwarze@'sKristaps Dzonsons2010-08-221-0/+11
* Sort COMPATIBILITY in mdoc(7) (from schwarze@).Kristaps Dzonsons2010-08-222-120/+128