summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
Commit message (Expand)AuthorAgeFilesLines
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-124/+129
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-2/+2
* Full `%U' support.Kristaps Dzonsons2009-10-261-3/+1
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-2/+3
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-2/+3
* Synchronised man.7, mdoc.7, mdoc.template manual structure.Kristaps Dzonsons2009-08-201-3/+3
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-2/+4
* Removed superfluous FIXMEs.Kristaps Dzonsons2009-07-241-3/+2
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-2/+4
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-3/+1
* Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).Kristaps Dzonsons2009-07-121-2/+1
* Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c).Kristaps Dzonsons2009-07-121-2/+1
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-9/+2
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-1/+2
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-40/+26
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-15/+14
* Deprecated mdoc_msg (not being used anywhere).Kristaps Dzonsons2009-06-151-2/+1
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-1/+2
* General clean-ups.Kristaps Dzonsons2009-03-311-2/+2
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-2/+2
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-3/+1
* Added %Q macro.Kristaps Dzonsons2009-03-211-2/+3
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-3/+3
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+3
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-4/+4
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-3/+5
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-2/+5
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-2/+4
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5Kristaps Dzonsons2009-03-091-1/+3
* Added "Input Encoding" section to mdoc*.1.VERSION_1_4_4Kristaps Dzonsons2009-03-091-1/+2
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-2/+3
* Added .Ap.Kristaps Dzonsons2009-03-081-2/+3
* Updated manuals.Kristaps Dzonsons2009-03-081-3/+6
* mdocterm now using new API.Kristaps Dzonsons2009-03-081-1/+3
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-33/+21
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-157/+37
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-1/+2
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-1/+4
* Added character-encoding checks.Kristaps Dzonsons2009-02-241-3/+1
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-4/+10
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-221-3/+3
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-2/+2
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-1/+9
* Removed tree-writing capability (for now, only validates and exits).Kristaps Dzonsons2009-02-201-21/+16
* Re-merged old port-building routines.Kristaps Dzonsons2009-01-201-1/+2
* More correct validation.Kristaps Dzonsons2009-01-191-3/+6
* Removed unnecessary test cases (most were for visual).Kristaps Dzonsons2009-01-191-1/+4
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-5/+4