| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu... | Kristaps Dzonsons | 2010-03-31 | 1 | -123/+128 |
* | libmdoc and libman now using non-recoverable allocations (simpler code). | Kristaps Dzonsons | 2009-10-30 | 1 | -1/+1 |
* | Full `%U' support. | Kristaps Dzonsons | 2009-10-26 | 1 | -2/+0 |
* | Added `%U' to -mdoc (doesn't render in a nice way yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -1/+2 |
* | Added support for `Bd -centered', which appears in newer groffs (not yet impl... | Kristaps Dzonsons | 2009-10-15 | 1 | -1/+2 |
* | Synchronised man.7, mdoc.7, mdoc.template manual structure. | Kristaps Dzonsons | 2009-08-20 | 1 | -2/+2 |
* | Updated manual structure in mdoc.7. | Kristaps Dzonsons | 2009-08-20 | 1 | -1/+3 |
* | Removed superfluous FIXMEs. | Kristaps Dzonsons | 2009-07-24 | 1 | -2/+1 |
* | Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org). | Kristaps Dzonsons | 2009-07-17 | 1 | -1/+3 |
* | Replacement of `Lb' in mdoc_action.c. | Kristaps Dzonsons | 2009-07-12 | 1 | -2/+0 |
* | Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c). | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+0 |
* | Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c). | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+0 |
* | Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication). | Kristaps Dzonsons | 2009-07-06 | 1 | -8/+1 |
* | Added nchild decrement in libman (not used, but better in than forgotten). | Kristaps Dzonsons | 2009-06-18 | 1 | -0/+1 |
* | Section orders are more elegantly handled (MDOC_PBODY is a flag). | Kristaps Dzonsons | 2009-06-17 | 1 | -39/+25 |
* | Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa... | Kristaps Dzonsons | 2009-06-16 | 1 | -14/+13 |
* | Deprecated mdoc_msg (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 1 | -1/+0 |
* | 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 |
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -0/+1 |
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -1/+1 |
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+1 |
* | `Em' accepts empty tokens. | Kristaps Dzonsons | 2009-03-21 | 1 | -2/+0 |
* | Added %Q macro. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+2 |
* | Many more ASCII escapes added. | Kristaps Dzonsons | 2009-03-19 | 1 | -2/+2 |
* | Changed e-mail address to @openbsd. | Kristaps Dzonsons | 2009-03-16 | 1 | -1/+2 |
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -3/+3 |
* | Added -nested (doesn't do anything). | Kristaps Dzonsons | 2009-03-12 | 1 | -2/+4 |
* | Expanded perfect htab to use 27 * 26 * 3 space. | Kristaps Dzonsons | 2009-03-11 | 1 | -1/+4 |
* | Added `Mt' and `Lk' macros (NetBSD). | Kristaps Dzonsons | 2009-03-09 | 1 | -1/+3 |
* | Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5 | Kristaps Dzonsons | 2009-03-09 | 1 | -0/+2 |
* | Added "Input Encoding" section to mdoc*.1.VERSION.1.4.4 | Kristaps Dzonsons | 2009-03-09 | 1 | -0/+1 |
* | Added `Lp' macro. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+2 |
* | Added .Ap. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+2 |
* | Updated manuals. | Kristaps Dzonsons | 2009-03-08 | 1 | -2/+5 |
* | mdocterm now using new API. | Kristaps Dzonsons | 2009-03-08 | 1 | -0/+2 |
* | BROKEN CHECK-IN. Wide-ranging updates. | Kristaps Dzonsons | 2009-03-08 | 1 | -32/+20 |
* | Strings abstracted into dynamically-created C files. | Kristaps Dzonsons | 2009-03-06 | 1 | -156/+36 |
* | Support for maxrmargin-breaking with TERMP_NOBREAK. | Kristaps Dzonsons | 2009-03-02 | 1 | -0/+1 |
* | Added several more mdocterm outputs. | Kristaps Dzonsons | 2009-02-24 | 1 | -0/+3 |
* | Added character-encoding checks. | Kristaps Dzonsons | 2009-02-24 | 1 | -2/+0 |
* | Considerable mdoc.3 documentation. | Kristaps Dzonsons | 2009-02-23 | 1 | -3/+9 |
* | BROKEN BUILD: migrating to mmain stuff. | Kristaps Dzonsons | 2009-02-22 | 1 | -2/+2 |
* | Cleaned up validation source a bit. | Kristaps Dzonsons | 2009-02-22 | 1 | -1/+1 |
* | Split mdocml -> mdocterm, mdoctree (new manuals, etc.). | Kristaps Dzonsons | 2009-02-21 | 1 | -0/+8 |
* | Removed tree-writing capability (for now, only validates and exits). | Kristaps Dzonsons | 2009-02-20 | 1 | -20/+15 |
* | Re-merged old port-building routines. | Kristaps Dzonsons | 2009-01-20 | 1 | -0/+1 |
* | More correct validation. | Kristaps Dzonsons | 2009-01-19 | 1 | -2/+5 |
* | Removed unnecessary test cases (most were for visual). | Kristaps Dzonsons | 2009-01-19 | 1 | -0/+3 |
* | Documentation, more validations, cleaned up actions, added Nm action. | Kristaps Dzonsons | 2009-01-17 | 1 | -4/+3 |