aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Proper html showing of ChangeLog.Kristaps Dzonsons2009-07-164-41/+48
* Added Linux compat (strlcpy).Kristaps Dzonsons2009-07-161-1/+5
* 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-4/+2
* Subtle fixes correcting vis count with erroneously-decorated whitespace.Kristaps Dzonsons2009-07-162-21/+6
* Fix in nospace following close-delimiter.Kristaps Dzonsons2009-07-161-3/+4
* Removed assertion (disregarded blank literal lines).Kristaps Dzonsons2009-07-152-3/+17
* Removed term.c break-up of tokens (happens in libmdoc).Kristaps Dzonsons2009-07-151-89/+63
* libmdoc now breaks up free-form lines into tokens prior to be passed to the b...Kristaps Dzonsons2009-07-151-34/+96
* args() should return ARGS_ERROR, not 0.Kristaps Dzonsons2009-07-151-6/+6
* Fix to presentation date (Ulrich Sporlein)Kristaps Dzonsons2009-07-151-2/+2
* Using \(en for OpenBSD `Nd' (compromise with jmc@openbsd.org).VERSION_1_8_0Kristaps Dzonsons2009-07-141-7/+2
* Minor version bumped: -hang lists were the last major missing formatting "fea...Kristaps Dzonsons2009-07-141-2/+2
* Ceremonial removal of "-hang lists not supported". Candlelight, romantic mus...Kristaps Dzonsons2009-07-141-10/+2
* Consolidated some sections. Much more readable.Kristaps Dzonsons2009-07-141-390/+378
* Small changes, reducing verbosity.Kristaps Dzonsons2009-07-141-13/+10
* Cleaned up arg_width and arg_column functions.Kristaps Dzonsons2009-07-142-19/+30
* Removed unnecessary save/restore of style around list prefix.Kristaps Dzonsons2009-07-141-17/+24
* Support for TERMP_HANG in flushln(): -hang lists.Kristaps Dzonsons2009-07-141-6/+19
* Renamed TERMP_NONOSPACE -> TERMP_DANGLE.Kristaps Dzonsons2009-07-141-11/+12
* Err/warn fix (schwarze@openbsd.org).Kristaps Dzonsons2009-07-133-133/+132
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-126-29/+55
* Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).Kristaps Dzonsons2009-07-125-22/+26
* Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c).Kristaps Dzonsons2009-07-124-37/+44
* Removed superfluous FIXMEs in mdoc_term.c.Kristaps Dzonsons2009-07-121-13/+7
* Fixed `Fo' superfluous space before `('. Noted groff compatibility in mdoc.7.Kristaps Dzonsons2009-07-122-4/+8
* `Vt' macro behaves [more] properly when in the SYNOPSIS section.Kristaps Dzonsons2009-07-121-2/+6
* Replaced ugly macro function declarations in mdoc_term with real [sorted] ones.Kristaps Dzonsons2009-07-121-79/+87
* Removed rmargin from termpair (right in print_node()).Kristaps Dzonsons2009-07-121-9/+6
* Removed offset from termpair (much simpler & cleaner).Kristaps Dzonsons2009-07-121-22/+13
* Removed ambiguous TERMPAIR_SETFLAG from mdoc_term.c (pairs/flags must be manu...Kristaps Dzonsons2009-07-121-51/+39
* GNU/Linux also uses \- for Nd (ew).Kristaps Dzonsons2009-07-121-3/+3
* Consolidated Bx/Ox/Nx/etc. into one function.Kristaps Dzonsons2009-07-121-65/+35
* Check for NAME sanity fixed (last named section -> last section).Kristaps Dzonsons2009-07-121-2/+2
* Added back in MDOC_TEXT stipulation in NAME check (post-Nm punctuation, duh).Kristaps Dzonsons2009-07-121-1/+3
* `Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd.org, behaviour ok jmc...Kristaps Dzonsons2009-07-124-12/+53
* mdoc.7 using -offset indent instead of -offset XXXX or whatever it was.Kristaps Dzonsons2009-07-121-18/+18
* Fix for u_char, FreeBSD 7.2 (uqs@spoerlein.net).Kristaps Dzonsons2009-07-121-1/+3
* Version.VERSION_1_7_24Kristaps Dzonsons2009-07-121-2/+2
* Fixed mdoc_nwarn/mdoc_nerr considering themselves err/warn instead of warn/er...Kristaps Dzonsons2009-07-122-6/+8
* Noted dissent with \- for OpenBSD.Kristaps Dzonsons2009-07-121-2/+6
* Added \(hy symbol.Kristaps Dzonsons2009-07-123-5/+12
* Removed long-fixed FIXME note.Kristaps Dzonsons2009-07-111-2/+1
* Added `.St -p1003.1i-95' (joerg@netbsd.org).Kristaps Dzonsons2009-07-111-1/+2
* Made `In' handling work in new-groff style (see mdoc.samples).Kristaps Dzonsons2009-07-074-11/+21
* Small clean-ups in error message usage.VERSION_1_7_23Kristaps Dzonsons2009-07-073-9/+7