summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Renamed TERMP_NONOSPACE -> TERMP_DANGLE.Kristaps Dzonsons2009-07-141-11/+12
| | | | | Added TERMP_HANG. Reordered TERMP flags to be a little easier on my old eyes.
* Err/warn fix (schwarze@openbsd.org).Kristaps Dzonsons2009-07-133-133/+132
| | | | Lots of whitespace churn in getting functions aligned nicely.
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-126-29/+55
| | | | | | Added warning against bogus `Lb' (like groff does). Added proper quotes around `Lb' in mdoc_term.c. Moved mdoc_a2lib -> libmdoc (where it belongs).
* Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).Kristaps Dzonsons2009-07-125-22/+26
| | | | Made bad standards into an error (were a warning).
* 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
| | | | | Put new offset market in print_node(). Some fixes of forgotten ttypes[TTYPE_XXXX] (just TTYPE).
* Removed ambiguous TERMPAIR_SETFLAG from mdoc_term.c (pairs/flags must be ↵Kristaps Dzonsons2009-07-121-51/+39
| | | | manually set now, and are).
* 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 ↵Kristaps Dzonsons2009-07-124-12/+53
| | | | jmc@openbsd.org, etc.
* 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 ↵Kristaps Dzonsons2009-07-122-6/+8
| | | | warn/err (BIG mistake). From suggestion by <joerg@netbsd.org>.
* Noted dissent with \- for OpenBSD.Kristaps Dzonsons2009-07-121-2/+6
|
* Added \(hy symbol.Kristaps Dzonsons2009-07-123-5/+12
| | | | | | Properly categorised \- as an arithmetic minus sign. Nd produces \(em instead of old \-. OpenBSD ifdef'd to use old \- after Nd (ok: jmc@openbsd.org).
* 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
| | | | Version.
* Tabularised error strings in libman.Kristaps Dzonsons2009-07-072-39/+20
|
* Tabularised error-code lookup in mdoc.c.Kristaps Dzonsons2009-07-073-187/+73
|
* Cleaned out duplicate {mdoc,man}warn in main.c.Kristaps Dzonsons2009-07-061-26/+5
|
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-067-613/+409
|
* Consolidated pwarn->perr in mdoc_argv.Kristaps Dzonsons2009-07-061-41/+27
|
* Consolidated mdoc_action pwarn->perr.Kristaps Dzonsons2009-07-061-34/+20
|
* Fix in MDOC_IGN_CHARS ref.Kristaps Dzonsons2009-07-061-2/+2
|
* Consolidated mdoc_validate.c pwarn into perr (slowly phasing out per-file ↵Kristaps Dzonsons2009-07-061-110/+84
| | | | pre-formatted error strings).
* Backed -Wcompat,syntax out of front-end.Kristaps Dzonsons2009-07-062-26/+16
|
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-069-82/+45
|
* Fixed man.3 mdoc.3 const-nesses.Kristaps Dzonsons2009-07-052-9/+9
|
* Version.VERSION_1_7_22Kristaps Dzonsons2009-07-051-2/+2
|
* Backed out "-width indent" and "-width indent-two", which aren'tKristaps Dzonsons2009-07-052-13/+3
| | | | | supported by any groff mdoc tmac (and erroneously used in many manuals, hence the confusion).
* Version up.VERSION_1_7_21Kristaps Dzonsons2009-07-041-2/+2
|
* suboptarg is not portable to Linux (fixed).Kristaps Dzonsons2009-07-041-7/+11
|
* Fixed -offset indent-two (schwarze@openbsd.org).Kristaps Dzonsons2009-07-041-2/+2
|
* Fixed -offset left (schwarze@openbsd.org).Kristaps Dzonsons2009-07-041-3/+3
| | | | Fixed bogus setting (instead of increment) of offsets.
* Noted secret -width indent/indent-two arguments to `Bl'.Kristaps Dzonsons2009-07-041-1/+7
|
* Removed WDEPCOL (schwarze@openbsd.org).Kristaps Dzonsons2009-07-041-6/+1
|
* Moved escape validation into libmandoc.h/mandoc.c (common between ↵Kristaps Dzonsons2009-07-0410-99/+174
| | | | | | | libman/libmdoc1). libman supports MAN_IGN_ESCAPE (like MDOC_IGN_ESCAPE). All popular escapes now handled consistently.
* man.7/mdoc.7 properly reflect escape-character handling.Kristaps Dzonsons2009-07-042-12/+40
| | | | | man.7 points to mdoc.7 for COMPATIBILITY. Whitespace stripping noted in mdoc.7.
* Minor www fixes.Kristaps Dzonsons2009-07-042-63/+44
|
* Removed escape-deprecation note (better solution in progress, ↵Kristaps Dzonsons2009-06-272-17/+9
| | | | | | | | schwarze@openbsd.org). Using EXIT_FAILURE for parse errors (nicm@openbsd.org). Fixed use of warn/warnx (nicm@openbsd.org). Fixed use of getsubopt (nicm@openbsd.org).