summaryrefslogtreecommitdiffstatshomepage
path: root/action.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-1/+2
| | | | Escape-recognition term.c.
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-201-2/+2
| | | | Added initial terminal-output filter (term.c).
* 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
| | | | Minor fixes in parsing prologue.
* Re-merged old port-building routines.Kristaps Dzonsons2009-01-201-1/+28
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-11/+42
| | | | Added line-arg softmax.
* Removed unnecessary test cases (most were for visual).Kristaps Dzonsons2009-01-191-2/+6
| | | | Finally fixed scope-rewinding (MDOC_VALID).
* 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
| | | | Some minor bug-fixes.
* *** 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