Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed `-file' argument to `Bd', which is NOT a type, but instead just an ↵ | Kristaps Dzonsons | 2009-10-19 | 1 | -1/+1 |
| | | | | argument. | ||||
* | Added support for `Bd -centered', which appears in newer groffs (not yet ↵ | Kristaps Dzonsons | 2009-10-15 | 1 | -0/+2 |
| | | | | implemented in centre-capable front-ends, i.e., -Thtml). | ||||
* | Fix operator overloading (submitted by Ulrich Sporlein, uqs@spoerlein.net). | Kristaps Dzonsons | 2009-10-07 | 1 | -30/+30 |
| | |||||
* | -offset string can now be blank (supplied with 6n as stipulated by ↵ | Kristaps Dzonsons | 2009-09-24 | 1 | -2/+6 |
| | | | | mdoc.samples). | ||||
* | Updated manual structure in mdoc.7. | Kristaps Dzonsons | 2009-08-20 | 1 | -1/+1 |
| | | | | | | 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.). | ||||
* | Documented ARGS_ handling in args(). | Kristaps Dzonsons | 2009-08-20 | 1 | -0/+15 |
| | |||||
* | Delimiter whitespace is correctly flagged (required some special handling). | Kristaps Dzonsons | 2009-08-20 | 1 | -10/+14 |
| | |||||
* | Removed already-fixed FIXME. | Kristaps Dzonsons | 2009-08-19 | 1 | -2/+0 |
| | |||||
* | More cleanups for TABSEP handling. | Kristaps Dzonsons | 2009-07-20 | 1 | -6/+6 |
| | |||||
* | Replaced ugly TABSEP handling with simpler routine. | Kristaps Dzonsons | 2009-07-20 | 1 | -48/+29 |
| | |||||
* | Fixed and cleaned up "phrase" handling (`Bl -column' columns). | Kristaps Dzonsons | 2009-07-19 | 1 | -0/+8 |
| | | | | Found strange newline bug in -diag handling (and others?). | ||||
* | Made unterminated quoted literals be a warning, like groff. | Kristaps Dzonsons | 2009-07-18 | 1 | -2/+3 |
| | |||||
* | Considerably revamped argument-parsing for correct quoted-literal handling. | Kristaps Dzonsons | 2009-07-18 | 1 | -189/+160 |
| | | | | | Deprecated ARGS_QUOTED (all arguments are quotable). Documented quotation and whitespace rules in mdoc.7. | ||||
* | Lint-check (removed unused variable). | Kristaps Dzonsons | 2009-07-17 | 1 | -2/+0 |
| | |||||
* | Removed EARGVPARM (superfluous, overly error-generating). | Kristaps Dzonsons | 2009-07-17 | 1 | -11/+1 |
| | | | | Added `sp' handler. | ||||
* | Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org). | Kristaps Dzonsons | 2009-07-17 | 1 | -0/+2 |
| | |||||
* | args() should return ARGS_ERROR, not 0. | Kristaps Dzonsons | 2009-07-15 | 1 | -5/+5 |
| | |||||
* | Removed long-fixed FIXME note. | Kristaps Dzonsons | 2009-07-11 | 1 | -1/+0 |
| | |||||
* | Consolidated all err/warnings into mdoc.c via libmdoc.h. | Kristaps Dzonsons | 2009-07-06 | 1 | -84/+30 |
| | |||||
* | Consolidated pwarn->perr in mdoc_argv. | Kristaps Dzonsons | 2009-07-06 | 1 | -40/+26 |
| | |||||
* | Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication). | Kristaps Dzonsons | 2009-07-06 | 1 | -5/+4 |
| | |||||
* | Lint fixes. | Kristaps Dzonsons | 2009-06-17 | 1 | -3/+1 |
| | |||||
* | `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...). | Kristaps Dzonsons | 2009-06-17 | 1 | -5/+3 |
| | |||||
* | Cleaned up .Bf validator. | Kristaps Dzonsons | 2009-06-17 | 1 | -0/+2 |
| | |||||
* | Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵ | Kristaps Dzonsons | 2009-06-16 | 1 | -2/+1 |
| | | | | parser). | ||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -45/+60 |
| | |||||
* | Version. Added forgotten file. | Kristaps Dzonsons | 2009-03-27 | 1 | -0/+857 |