Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using xsl for html changelog. | Kristaps Dzonsons | 2009-07-16 | 1 | -8/+13 |
| | |||||
* | Off-by-one space fixed for `Bl -diag'. | Kristaps Dzonsons | 2009-07-16 | 1 | -3/+1 |
| | |||||
* | Subtle fixes correcting vis count with erroneously-decorated whitespace. | Kristaps Dzonsons | 2009-07-16 | 2 | -19/+4 |
| | |||||
* | Fix in nospace following close-delimiter. | Kristaps Dzonsons | 2009-07-16 | 1 | -2/+3 |
| | |||||
* | Removed assertion (disregarded blank literal lines). | Kristaps Dzonsons | 2009-07-15 | 2 | -1/+15 |
| | |||||
* | Removed term.c break-up of tokens (happens in libmdoc). | Kristaps Dzonsons | 2009-07-15 | 1 | -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 Dzonsons | 2009-07-15 | 1 | -33/+95 |
| | | | | backend (simplifies LITERAL mode in front-end). | ||||
* | args() should return ARGS_ERROR, not 0. | Kristaps Dzonsons | 2009-07-15 | 1 | -5/+5 |
| | |||||
* | Fix to presentation date (Ulrich Sporlein) | Kristaps Dzonsons | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Using \(en for OpenBSD `Nd' (compromise with jmc@openbsd.org).VERSION.1.8.0 | Kristaps Dzonsons | 2009-07-14 | 1 | -6/+1 |
| | |||||
* | Minor version bumped: -hang lists were the last major missing formatting ↵ | Kristaps Dzonsons | 2009-07-14 | 1 | -2/+2 |
| | | | | "feature". | ||||
* | Ceremonial removal of "-hang lists not supported". Candlelight, romantic ↵ | Kristaps Dzonsons | 2009-07-14 | 1 | -8/+0 |
| | | | | music, etc. | ||||
* | Consolidated some sections. Much more readable. | Kristaps Dzonsons | 2009-07-14 | 1 | -388/+376 |
| | |||||
* | Small changes, reducing verbosity. | Kristaps Dzonsons | 2009-07-14 | 1 | -11/+8 |
| | |||||
* | Cleaned up arg_width and arg_column functions. | Kristaps Dzonsons | 2009-07-14 | 2 | -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 Dzonsons | 2009-07-14 | 1 | -16/+23 |
| | | | | Added -hang list support. | ||||
* | Support for TERMP_HANG in flushln(): -hang lists. | Kristaps Dzonsons | 2009-07-14 | 1 | -5/+18 |
| | |||||
* | Renamed TERMP_NONOSPACE -> TERMP_DANGLE. | Kristaps Dzonsons | 2009-07-14 | 1 | -10/+11 |
| | | | | | Added TERMP_HANG. Reordered TERMP flags to be a little easier on my old eyes. | ||||
* | Err/warn fix (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-07-13 | 3 | -129/+128 |
| | | | | Lots of whitespace churn in getting functions aligned nicely. | ||||
* | Replacement of `Lb' in mdoc_action.c. | Kristaps Dzonsons | 2009-07-12 | 6 | -23/+49 |
| | | | | | | 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 Dzonsons | 2009-07-12 | 5 | -17/+21 |
| | | | | Made bad standards into an error (were a warning). | ||||
* | Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c). | Kristaps Dzonsons | 2009-07-12 | 4 | -33/+40 |
| | |||||
* | Removed superfluous FIXMEs in mdoc_term.c. | Kristaps Dzonsons | 2009-07-12 | 1 | -12/+6 |
| | |||||
* | Fixed `Fo' superfluous space before `('. Noted groff compatibility in mdoc.7. | Kristaps Dzonsons | 2009-07-12 | 2 | -2/+6 |
| | |||||
* | `Vt' macro behaves [more] properly when in the SYNOPSIS section. | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+5 |
| | |||||
* | Replaced ugly macro function declarations in mdoc_term with real [sorted] ones. | Kristaps Dzonsons | 2009-07-12 | 1 | -78/+86 |
| | |||||
* | Removed rmargin from termpair (right in print_node()). | Kristaps Dzonsons | 2009-07-12 | 1 | -8/+5 |
| | |||||
* | Removed offset from termpair (much simpler & cleaner). | Kristaps Dzonsons | 2009-07-12 | 1 | -21/+12 |
| | | | | | 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 Dzonsons | 2009-07-12 | 1 | -50/+38 |
| | | | | manually set now, and are). | ||||
* | GNU/Linux also uses \- for Nd (ew). | Kristaps Dzonsons | 2009-07-12 | 1 | -2/+2 |
| | |||||
* | Consolidated Bx/Ox/Nx/etc. into one function. | Kristaps Dzonsons | 2009-07-12 | 1 | -64/+34 |
| | |||||
* | Check for NAME sanity fixed (last named section -> last section). | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+1 |
| | |||||
* | Added back in MDOC_TEXT stipulation in NAME check (post-Nm punctuation, duh). | Kristaps Dzonsons | 2009-07-12 | 1 | -0/+2 |
| | |||||
* | `Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd.org, behaviour ok ↵ | Kristaps Dzonsons | 2009-07-12 | 4 | -8/+49 |
| | | | | jmc@openbsd.org, etc. | ||||
* | mdoc.7 using -offset indent instead of -offset XXXX or whatever it was. | Kristaps Dzonsons | 2009-07-12 | 1 | -16/+16 |
| | |||||
* | Fix for u_char, FreeBSD 7.2 (uqs@spoerlein.net). | Kristaps Dzonsons | 2009-07-12 | 1 | -0/+2 |
| | |||||
* | Version.VERSION.1.7.24 | Kristaps Dzonsons | 2009-07-12 | 1 | -2/+2 |
| | |||||
* | Fixed mdoc_nwarn/mdoc_nerr considering themselves err/warn instead of ↵ | Kristaps Dzonsons | 2009-07-12 | 2 | -4/+6 |
| | | | | warn/err (BIG mistake). From suggestion by <joerg@netbsd.org>. | ||||
* | Noted dissent with \- for OpenBSD. | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+5 |
| | |||||
* | Added \(hy symbol. | Kristaps Dzonsons | 2009-07-12 | 3 | -1/+8 |
| | | | | | | 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 Dzonsons | 2009-07-11 | 1 | -1/+0 |
| | |||||
* | Added `.St -p1003.1i-95' (joerg@netbsd.org). | Kristaps Dzonsons | 2009-07-11 | 1 | -0/+1 |
| | |||||
* | Made `In' handling work in new-groff style (see mdoc.samples). | Kristaps Dzonsons | 2009-07-07 | 4 | -7/+17 |
| | |||||
* | Small clean-ups in error message usage.VERSION.1.7.23 | Kristaps Dzonsons | 2009-07-07 | 3 | -7/+5 |
| | | | | Version. | ||||
* | Tabularised error strings in libman. | Kristaps Dzonsons | 2009-07-07 | 2 | -37/+18 |
| | |||||
* | Tabularised error-code lookup in mdoc.c. | Kristaps Dzonsons | 2009-07-07 | 3 | -184/+70 |
| | |||||
* | Cleaned out duplicate {mdoc,man}warn in main.c. | Kristaps Dzonsons | 2009-07-06 | 1 | -25/+4 |
| | |||||
* | Consolidated all err/warnings into mdoc.c via libmdoc.h. | Kristaps Dzonsons | 2009-07-06 | 7 | -606/+402 |
| | |||||
* | Consolidated pwarn->perr in mdoc_argv. | Kristaps Dzonsons | 2009-07-06 | 1 | -40/+26 |
| | |||||
* | Consolidated mdoc_action pwarn->perr. | Kristaps Dzonsons | 2009-07-06 | 1 | -33/+19 |
| |