summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* `An' gives correct error message in encountering arguments/parameters.Kristaps Dzonsons2009-07-241-2/+2
|
* `Bd' printing simplified (now that literal text is preserved).Kristaps Dzonsons2009-07-241-28/+11
|
* Text tokens with leading whitespace (like indented blocks in `Bd -literal') ↵Kristaps Dzonsons2009-07-241-2/+2
| | | | are printed correctly.
* Version.VERSION_1_8_3Kristaps Dzonsons2009-07-231-2/+2
|
* Ugly fix for `Bl' or `Bd' causing badness when nested in `Bl -hang' lists.Kristaps Dzonsons2009-07-231-7/+30
|
* Bl -column now accepts columns = (1 + stated columns), which covers all ↵Kristaps Dzonsons2009-07-232-6/+22
| | | | remaining column usage/abuse I can see.
* Lintified term_flushln() (type mismatches).Kristaps Dzonsons2009-07-231-13/+24
|
* Re-added `Pa' handling -- had removed it, but it's a bug in groff that it ↵Kristaps Dzonsons2009-07-211-3/+14
| | | | doesn't always render.
* Noted that `Pa' can accept 0 arguments.Kristaps Dzonsons2009-07-211-1/+3
|
* Added default print of `~' with empty `Pa' (not documented with OpenBSD, but ↵Kristaps Dzonsons2009-07-211-6/+6
| | | | still applicable).
* Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style.Kristaps Dzonsons2009-07-211-8/+17
|
* Made `%T' underline instead of quote.Kristaps Dzonsons2009-07-211-18/+7
|
* Fixed undocumented `-diag' where NULL list item bodies aren't followed by a ↵Kristaps Dzonsons2009-07-211-3/+14
| | | | vspace.
* Fixed transcription error of define values (bah).Kristaps Dzonsons2009-07-211-2/+2
|
* Fixed `Bl -column' undocumented no-vspace rule to only work within the list.Kristaps Dzonsons2009-07-211-16/+29
|
* Re-fixed `-diag' (accidentally broke in last checkin).Kristaps Dzonsons2009-07-211-1/+3
|
* Removed `Pa' underline formatting (no groff does this).Kristaps Dzonsons2009-07-211-14/+3
|
* Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ↵Kristaps Dzonsons2009-07-213-45/+50
| | | | Pre-testing.
* Right-most column now fills to the right margin (undocumented groff behaviour).Kristaps Dzonsons2009-07-211-2/+8
|
* FreeBSD includes fix (uqs@sporlein.net).Kristaps Dzonsons2009-07-201-1/+3
|
* Removed historical ports (they're just cluttering the page).Kristaps Dzonsons2009-07-201-19/+1
|
* Version.VERSION_1_8_2Kristaps Dzonsons2009-07-201-2/+2
|
* Fixed zero-length width string causing assertion (defaulting to 10 -- this ↵Kristaps Dzonsons2009-07-201-1/+5
| | | | needs work).
* Undocumented behaviour in groff: `Bl -column' implies `-compact'.Kristaps Dzonsons2009-07-202-6/+18
| | | | mandoc now allows fewer columns than the -width specifies.
* More cleanups for TABSEP handling.Kristaps Dzonsons2009-07-201-7/+7
|
* Replaced ugly TABSEP handling with simpler routine.Kristaps Dzonsons2009-07-203-53/+32
|
* Removed trailing whitespace in manuals.Kristaps Dzonsons2009-07-206-204/+204
|
* Fixed and cleaned up "phrase" handling (`Bl -column' columns).Kristaps Dzonsons2009-07-194-64/+43
| | | | Found strange newline bug in -diag handling (and others?).
* Fixed broken `make www' dep.VERSION_1_8_1Kristaps Dzonsons2009-07-191-2/+2
|
* Version.Kristaps Dzonsons2009-07-191-2/+2
|
* Made `Cd' parseable (too many SYNOPSIS sections do this).Kristaps Dzonsons2009-07-192-5/+5
|
* Removed unused TERMP_LITERAL.Kristaps Dzonsons2009-07-191-6/+5
|
* ChangeLog xsl reflects symbolic tag.Kristaps Dzonsons2009-07-192-1/+5
|
* Removed some finished FIXMEs in mdoc.3.Kristaps Dzonsons2009-07-191-10/+2
|
* Explicit-close macros now only warn when encountering trailing terms, notKristaps Dzonsons2009-07-191-7/+7
| | | | error out (try `.Ed foo').
* Removed superfluous NOSPACE in bd post.Kristaps Dzonsons2009-07-191-5/+1
|
* termpair flags unset before post, after body (suggested by schwarze@openbsd).Kristaps Dzonsons2009-07-191-3/+12
|
* More clarity fixes in mdoc.7.Kristaps Dzonsons2009-07-182-20/+10
| | | | Sm/Sy argument to `Bf' fixed (schwarze@openbsd).
* Made unterminated quoted literals be a warning, like groff.Kristaps Dzonsons2009-07-181-3/+4
|
* Considerably revamped argument-parsing for correct quoted-literal handling.Kristaps Dzonsons2009-07-182-196/+195
| | | | | Deprecated ARGS_QUOTED (all arguments are quotable). Documented quotation and whitespace rules in mdoc.7.
* Better doc of whitespace handling in mdoc.7.Kristaps Dzonsons2009-07-171-28/+39
| | | | Doc of macro quotation in mdoc.7.
* Removed automatic port generation, as the downstream versions should be used ↵Kristaps Dzonsons2009-07-176-168/+19
| | | | instead.
* `sp' documented: validates & produces correct output.Kristaps Dzonsons2009-07-173-29/+59
|
* Lint-check (removed unused variable).Kristaps Dzonsons2009-07-171-3/+1
|
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-174-20/+39
| | | | Added `sp' handler.
* Documented `br' macro in mdoc.7.Kristaps Dzonsons2009-07-173-162/+74
| | | | Made `Pp' and `Lp' be inline_eoln() (not sure why they weren't before).
* Fixed hash assertion.Kristaps Dzonsons2009-07-171-1/+4
|
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-177-9/+32
|
* Hash now accepts `br'. This needs work (way to sparse).Kristaps Dzonsons2009-07-171-58/+47
|
* Small clarity updates (section names, contents).Kristaps Dzonsons2009-07-161-42/+14
|