summaryrefslogtreecommitdiffstatshomepage
path: root/action.c
Commit message (Expand)AuthorAgeFilesLines
* Lint fixes.Kristaps Dzonsons2009-03-211-4/+7
* Added %Q macro.Kristaps Dzonsons2009-03-211-1/+2
* Proper .Dl literalism.Kristaps Dzonsons2009-03-201-5/+17
* Fixed literal-formatting error with `Dl'.Kristaps Dzonsons2009-03-201-7/+8
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-285/+318
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+3
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-3/+6
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-7/+8
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-1/+4
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-1/+3
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5Kristaps Dzonsons2009-03-091-2/+1
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-1/+2
* Added .Ap.Kristaps Dzonsons2009-03-081-1/+2
* Memory-corruption fix.Kristaps Dzonsons2009-03-081-4/+2
* Memory fixes in new dynamic schema.Kristaps Dzonsons2009-03-081-8/+8
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-62/+131
* Documented the strings script.Kristaps Dzonsons2009-03-061-5/+7
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-86/+118
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-9/+29
* Added argv regression tests.Kristaps Dzonsons2009-03-051-5/+36
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-7/+3
* White-space churn.Kristaps Dzonsons2009-02-281-4/+7
* Initial Rs/Re support.Kristaps Dzonsons2009-02-281-2/+2
* Made `Ds' emit a warning.Kristaps Dzonsons2009-02-281-4/+8
* Added support for traditional `Ds' width.Kristaps Dzonsons2009-02-281-4/+5
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-281-46/+174
* Slowly decoupling mdoc(3) from being OpenBSD-only.VERSION_1_3_6Kristaps Dzonsons2009-02-271-2/+2
* Lintified sources.Kristaps Dzonsons2009-02-271-5/+5
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-261-2/+51
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-1/+2
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-1/+2
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-201-2/+2
* More validation on prologue/first NAME section.Kristaps Dzonsons2009-01-211-5/+3
* Added regression tests (just for prologue, for now).Kristaps Dzonsons2009-01-201-33/+10
* Re-merged old port-building routines.Kristaps Dzonsons2009-01-201-1/+28
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-11/+42
* Removed unnecessary test cases (most were for visual).Kristaps Dzonsons2009-01-191-2/+6
* Added tests to makefile.Kristaps Dzonsons2009-01-171-27/+19
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-173/+152
* Clean-ups & documentation.Kristaps Dzonsons2009-01-161-2/+9
* Finished re-fitting err/warn/msg routines.Kristaps Dzonsons2009-01-161-11/+11
* *** empty log message ***Kristaps Dzonsons2009-01-121-25/+12
* *** empty log message ***Kristaps Dzonsons2009-01-091-5/+7
* *** empty log message ***Kristaps Dzonsons2009-01-081-146/+95
* *** empty log message ***Kristaps Dzonsons2009-01-081-115/+305
* *** empty log message ***Kristaps Dzonsons2009-01-071-18/+54
* Finished initial parse sequence.Kristaps Dzonsons2009-01-051-1/+3
* Actions and validations properly added.Kristaps Dzonsons2009-01-051-0/+164