summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+4
| | | | needs work).
* Undocumented behaviour in groff: `Bl -column' implies `-compact'.Kristaps Dzonsons2009-07-202-4/+16
| | | | mandoc now allows fewer columns than the -width specifies.
* More cleanups for TABSEP handling.Kristaps Dzonsons2009-07-201-6/+6
|
* Replaced ugly TABSEP handling with simpler routine.Kristaps Dzonsons2009-07-203-50/+29
|
* Removed trailing whitespace in manuals.Kristaps Dzonsons2009-07-206-191/+191
|
* Fixed and cleaned up "phrase" handling (`Bl -column' columns).Kristaps Dzonsons2009-07-194-60/+39
| | | | 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-2/+2
|
* Removed unused TERMP_LITERAL.Kristaps Dzonsons2009-07-191-5/+4
|
* ChangeLog xsl reflects symbolic tag.Kristaps Dzonsons2009-07-192-1/+5
|
* Removed some finished FIXMEs in mdoc.3.Kristaps Dzonsons2009-07-191-8/+0
|
* Explicit-close macros now only warn when encountering trailing terms, notKristaps Dzonsons2009-07-191-6/+6
| | | | error out (try `.Ed foo').
* Removed superfluous NOSPACE in bd post.Kristaps Dzonsons2009-07-191-4/+0
|
* termpair flags unset before post, after body (suggested by schwarze@openbsd).Kristaps Dzonsons2009-07-191-2/+11
|
* More clarity fixes in mdoc.7.Kristaps Dzonsons2009-07-182-18/+8
| | | | Sm/Sy argument to `Bf' fixed (schwarze@openbsd).
* Made unterminated quoted literals be a warning, like groff.Kristaps Dzonsons2009-07-181-2/+3
|
* Considerably revamped argument-parsing for correct quoted-literal handling.Kristaps Dzonsons2009-07-182-193/+192
| | | | | 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-27/+38
| | | | Doc of macro quotation in mdoc.7.
* Removed automatic port generation, as the downstream versions should be used ↵Kristaps Dzonsons2009-07-176-167/+18
| | | | instead.
* `sp' documented: validates & produces correct output.Kristaps Dzonsons2009-07-173-26/+56
|
* Lint-check (removed unused variable).Kristaps Dzonsons2009-07-171-2/+0
|
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-174-16/+35
| | | | Added `sp' handler.
* Documented `br' macro in mdoc.7.Kristaps Dzonsons2009-07-173-158/+70
| | | | Made `Pp' and `Lp' be inline_eoln() (not sure why they weren't before).
* Fixed hash assertion.Kristaps Dzonsons2009-07-171-0/+3
|
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-177-2/+25
|
* Hash now accepts `br'. This needs work (way to sparse).Kristaps Dzonsons2009-07-171-57/+46
|
* Small clarity updates (section names, contents).Kristaps Dzonsons2009-07-161-39/+11
|
* Proper html showing of ChangeLog.Kristaps Dzonsons2009-07-164-40/+47
|
* Added Linux compat (strlcpy).Kristaps Dzonsons2009-07-161-0/+4
|
* Added changelog xsl.Kristaps Dzonsons2009-07-161-0/+40
|
* Using xsl for html changelog.Kristaps Dzonsons2009-07-161-8/+13
|
* Off-by-one space fixed for `Bl -diag'.Kristaps Dzonsons2009-07-161-3/+1
|
* Subtle fixes correcting vis count with erroneously-decorated whitespace.Kristaps Dzonsons2009-07-162-19/+4
|
* Fix in nospace following close-delimiter.Kristaps Dzonsons2009-07-161-2/+3
|
* Removed assertion (disregarded blank literal lines).Kristaps Dzonsons2009-07-152-1/+15
|
* Removed term.c break-up of tokens (happens in libmdoc).Kristaps Dzonsons2009-07-151-88/+62
| | | | Removed costly, redundant calculations of string length (in-line printing).
* libmdoc now breaks up free-form lines into tokens prior to be passed to the ↵Kristaps Dzonsons2009-07-151-33/+95
| | | | backend (simplifies LITERAL mode in front-end).
* args() should return ARGS_ERROR, not 0.Kristaps Dzonsons2009-07-151-5/+5
|
* Fix to presentation date (Ulrich Sporlein)Kristaps Dzonsons2009-07-151-1/+1
|
* Using \(en for OpenBSD `Nd' (compromise with jmc@openbsd.org).VERSION.1.8.0Kristaps Dzonsons2009-07-141-6/+1
|
* Minor version bumped: -hang lists were the last major missing formatting ↵Kristaps Dzonsons2009-07-141-2/+2
| | | | "feature".
* Ceremonial removal of "-hang lists not supported". Candlelight, romantic ↵Kristaps Dzonsons2009-07-141-8/+0
| | | | music, etc.
* Consolidated some sections. Much more readable.Kristaps Dzonsons2009-07-141-388/+376
|
* Small changes, reducing verbosity.Kristaps Dzonsons2009-07-141-11/+8
|
* Cleaned up arg_width and arg_column functions.Kristaps Dzonsons2009-07-142-17/+28
| | | | | Added XXn and XXm support to -offset (not documented in mdoc.samples, but used in mdoc.samples!). Lint warnings fixed.
* Removed unnecessary save/restore of style around list prefix.Kristaps Dzonsons2009-07-141-16/+23
| | | | Added -hang list support.
* Support for TERMP_HANG in flushln(): -hang lists.Kristaps Dzonsons2009-07-141-5/+18
|
* Renamed TERMP_NONOSPACE -> TERMP_DANGLE.Kristaps Dzonsons2009-07-141-10/+11
| | | | | Added TERMP_HANG. Reordered TERMP flags to be a little easier on my old eyes.