Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow `Bd' to accept (warn about then ignore) in-line arguments. | Kristaps Dzonsons | 2010-04-06 | 1 | -1/+3 | |
| | ||||||
* | Cleaned up post_bl_head() and fixed erroneous reporting of child nodes. | Kristaps Dzonsons | 2010-04-06 | 1 | -11/+12 | |
| | ||||||
* | Let `Bl' accept arguments on the head line with a warning (these are ignored ↵ | Kristaps Dzonsons | 2010-04-06 | 1 | -2/+3 | |
| | | | | in the front-end device) (noted by Theo de Raadt). | |||||
* | Merged patch by Ingo Schwarze allowing `Xr' to pass through with no ↵ | Kristaps Dzonsons | 2010-04-03 | 1 | -1/+1 | |
| | | | | arguments (emits warning of course). | |||||
* | Modified version of Ingo Schwarze's patch so that -man doesn't puke when a ↵ | Kristaps Dzonsons | 2010-04-03 | 1 | -0/+2 | |
| | | | | TH isn't specified. | |||||
* | Merged Ingo Schwarze's patch (plus documentation) for removing extraneous ↵ | Kristaps Dzonsons | 2010-04-03 | 1 | -2/+13 | |
| | | | | list types, which happens fairly often. | |||||
* | Merging patch by Ingo Schwarze. | Kristaps Dzonsons | 2010-04-03 | 1 | -2/+3 | |
| | ||||||
* | Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" ↵ | Kristaps Dzonsons | 2010-03-31 | 1 | -2/+2 | |
| | | | | | | | values). Initial check-in of Ingo Schwarze's patch for Xo/Xc handling (in blocks ifdef'd "UGLY"). Put Oc-close-Op parts into UGLY ifdef blocks. | |||||
* | Made `Xr' compatible with groff calling conventions where arguments ↵ | Kristaps Dzonsons | 2010-02-17 | 1 | -3/+1 | |
| | | | | | | following the trailing section are implicitly `Ns'd. Based on a patch submitted by Ingo Schwarze. | |||||
* | Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg ↵ | Kristaps Dzonsons | 2010-01-30 | 1 | -1/+29 | |
| | | | | Sonnenberger. | |||||
* | Big check-in of compatibility layer. This should work on most major ↵ | Kristaps Dzonsons | 2010-01-01 | 1 | -4/+4 | |
| | | | | architectures. Thanks to Joerg Sonnenberger. | |||||
* | `Bl' lets `Sm' slip by as a child. Noted by Ingo Schwarze. | Kristaps Dzonsons | 2010-01-01 | 1 | -3/+10 | |
| | ||||||
* | Added mandoc_a2time() for proper date conversion. | Kristaps Dzonsons | 2009-11-02 | 1 | -1/+3 | |
| | | | | | Fitted TH and Dd handlers to use mandoc_a2time(). Documented date syntax for -man, fixed documentation for -mdoc. | |||||
* | Fixed -Thtml printing of -ohang lists (-mdoc). | Kristaps Dzonsons | 2009-10-31 | 1 | -0/+2 | |
| | | | | Fixed validation of -ohang lists as having no widths. | |||||
* | Using perror() instead of fprintf for failure from library functions. | Kristaps Dzonsons | 2009-10-31 | 1 | -1/+0 | |
| | ||||||
* | Full `%U' support. | Kristaps Dzonsons | 2009-10-26 | 1 | -6/+5 | |
| | | | | | | | `Lk' display fixed. Renamed arg2xxxx as a2xxxx for consistency. Renamed print_foot to print_man_foot for consistency. Removed default printing of `~' when `Lk' not provided (not sure where I got that from). | |||||
* | Added `%U' to -mdoc (doesn't render in a nice way yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -0/+3 | |
| | ||||||
* | Fix adding -centred to `Bd' types (thanks to Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-22 | 1 | -0/+2 | |
| | ||||||
* | Fixed `-file' argument to `Bd', which is NOT a type, but instead just an ↵ | Kristaps Dzonsons | 2009-10-19 | 1 | -2/+0 | |
| | | | | argument. | |||||
* | Beginning of mdoc.7 full-reference in place. | Kristaps Dzonsons | 2009-10-19 | 1 | -2/+2 | |
| | ||||||
* | Removed restrictions on `sp' (maybe a warning, someday, but for now be simple). | Kristaps Dzonsons | 2009-10-18 | 1 | -33/+3 | |
| | ||||||
* | Added warning about specifying list arguments before type (suggested by ↵ | Kristaps Dzonsons | 2009-10-15 | 1 | -6/+14 | |
| | | | | Joerg Sonnenberg). | |||||
* | Fixed segfault in `Rs' empty block. | Kristaps Dzonsons | 2009-09-24 | 1 | -1/+1 | |
| | ||||||
* | Added EBADCHILD error (bad child of parent context). | Kristaps Dzonsons | 2009-09-24 | 1 | -4/+48 | |
| | | | | | `Rs' post-checks that all children are proper bibliographic elements. `Rs' correctly re-orders its children as per groff's output (including %C). | |||||
* | Updated manual structure in mdoc.7. | Kristaps Dzonsons | 2009-08-20 | 1 | -15/+2 | |
| | | | | | | Synchronised mdoc.template and mdoc.7 manual structure. `Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children). `Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.). | |||||
* | Patches and results of LLVM static analysis (thanks uqs@sporlein.net). | Kristaps Dzonsons | 2009-07-25 | 1 | -0/+1 | |
| | ||||||
* | `An' gives correct error message in encountering arguments/parameters. | Kristaps Dzonsons | 2009-07-24 | 1 | -1/+1 | |
| | ||||||
* | Bl -column now accepts columns = (1 + stated columns), which covers all ↵ | Kristaps Dzonsons | 2009-07-23 | 1 | -1/+1 | |
| | | | | remaining column usage/abuse I can see. | |||||
* | Undocumented behaviour in groff: `Bl -column' implies `-compact'. | Kristaps Dzonsons | 2009-07-20 | 1 | -4/+13 | |
| | | | | mandoc now allows fewer columns than the -width specifies. | |||||
* | More clarity fixes in mdoc.7. | Kristaps Dzonsons | 2009-07-18 | 1 | -1/+1 | |
| | | | | Sm/Sy argument to `Bf' fixed (schwarze@openbsd). | |||||
* | `sp' documented: validates & produces correct output. | Kristaps Dzonsons | 2009-07-17 | 1 | -1/+3 | |
| | ||||||
* | Removed EARGVPARM (superfluous, overly error-generating). | Kristaps Dzonsons | 2009-07-17 | 1 | -3/+34 | |
| | | | | Added `sp' handler. | |||||
* | Documented `br' macro in mdoc.7. | Kristaps Dzonsons | 2009-07-17 | 1 | -3/+2 | |
| | | | | Made `Pp' and `Lp' be inline_eoln() (not sure why they weren't before). | |||||
* | Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org). | Kristaps Dzonsons | 2009-07-17 | 1 | -0/+2 | |
| | ||||||
* | Err/warn fix (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-07-13 | 1 | -120/+110 | |
| | | | | Lots of whitespace churn in getting functions aligned nicely. | |||||
* | Replacement of `Lb' in mdoc_action.c. | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+13 | |
| | | | | | | 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 | 1 | -1/+1 | |
| | | | | Made bad standards into an error (were a warning). | |||||
* | 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 | 1 | -4/+5 | |
| | | | | jmc@openbsd.org, etc. | |||||
* | Fixed mdoc_nwarn/mdoc_nerr considering themselves err/warn instead of ↵ | Kristaps Dzonsons | 2009-07-12 | 1 | -2/+4 | |
| | | | | warn/err (BIG mistake). From suggestion by <joerg@netbsd.org>. | |||||
* | Made `In' handling work in new-groff style (see mdoc.samples). | Kristaps Dzonsons | 2009-07-07 | 1 | -3/+1 | |
| | ||||||
* | Small clean-ups in error message usage.VERSION.1.7.23 | Kristaps Dzonsons | 2009-07-07 | 1 | -4/+2 | |
| | | | | Version. | |||||
* | Consolidated all err/warnings into mdoc.c via libmdoc.h. | Kristaps Dzonsons | 2009-07-06 | 1 | -221/+73 | |
| | ||||||
* | Fix in MDOC_IGN_CHARS ref. | Kristaps Dzonsons | 2009-07-06 | 1 | -1/+1 | |
| | ||||||
* | Consolidated mdoc_validate.c pwarn into perr (slowly phasing out per-file ↵ | Kristaps Dzonsons | 2009-07-06 | 1 | -109/+83 | |
| | | | | pre-formatted error strings). | |||||
* | Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication). | Kristaps Dzonsons | 2009-07-06 | 1 | -11/+5 | |
| | ||||||
* | Removed WDEPCOL (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-07-04 | 1 | -5/+0 | |
| | ||||||
* | Moved escape validation into libmandoc.h/mandoc.c (common between ↵ | Kristaps Dzonsons | 2009-07-04 | 1 | -4/+6 | |
| | | | | | | | libman/libmdoc1). libman supports MAN_IGN_ESCAPE (like MDOC_IGN_ESCAPE). All popular escapes now handled consistently. | |||||
* | Removed escape-deprecation note (better solution in progress, ↵ | Kristaps Dzonsons | 2009-06-27 | 1 | -8/+0 | |
| | | | | | | | | 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). |