summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Collapse)AuthorAgeFilesLines
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-708/+0
|
* Linux fixes.Kristaps Dzonsons2009-03-231-0/+1
|
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-3/+8
| | | | Abstraction of mdoc.
* Fixes to dynamic addition of Bl width.Kristaps Dzonsons2009-03-211-60/+21
|
* Lint fixes.Kristaps Dzonsons2009-03-211-3/+6
|
* Added %Q macro.Kristaps Dzonsons2009-03-211-0/+1
|
* Proper .Dl literalism.Kristaps Dzonsons2009-03-201-4/+16
|
* Fixed literal-formatting error with `Dl'.Kristaps Dzonsons2009-03-201-6/+7
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-284/+317
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-1/+2
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-2/+5
| | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions.
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-6/+7
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-0/+3
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-0/+2
|
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5Kristaps Dzonsons2009-03-091-1/+0
|
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-0/+1
|
* Added .Ap.Kristaps Dzonsons2009-03-081-0/+1
|
* Memory-corruption fix.Kristaps Dzonsons2009-03-081-3/+1
|
* Memory fixes in new dynamic schema.Kristaps Dzonsons2009-03-081-7/+7
|
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-61/+130
| | | | | Removed libmdoc internal argv limit (all dynamic). Removed "data" union in mdoc_node (to be selectively re-added).
* Documented the strings script.Kristaps Dzonsons2009-03-061-4/+6
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-85/+117
| | | | | Added -V option. Deprecated README files.
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-8/+28
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* Added argv regression tests.Kristaps Dzonsons2009-03-051-4/+35
| | | | Table-ised argument flags in argv.c.
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-6/+2
| | | | Backed-out assertion about Bd subtypes.
* White-space churn.Kristaps Dzonsons2009-02-281-3/+6
|
* Initial Rs/Re support.Kristaps Dzonsons2009-02-281-1/+1
| | | | Fixed default Ds width.
* Made `Ds' emit a warning.Kristaps Dzonsons2009-02-281-3/+7
| | | | Default width is 78.
* Added support for traditional `Ds' width.Kristaps Dzonsons2009-02-281-3/+4
|
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-281-45/+173
|
* Slowly decoupling mdoc(3) from being OpenBSD-only.VERSION.1.3.6Kristaps Dzonsons2009-02-271-1/+1
|
* Lintified sources.Kristaps Dzonsons2009-02-271-4/+4
|
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-261-1/+50
|
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-0/+1
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-0/+1
| | | | Escape-recognition term.c.
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-201-1/+1
| | | | Added initial terminal-output filter (term.c).
* More validation on prologue/first NAME section.Kristaps Dzonsons2009-01-211-4/+2
|
* Added regression tests (just for prologue, for now).Kristaps Dzonsons2009-01-201-32/+9
| | | | Minor fixes in parsing prologue.
* Re-merged old port-building routines.Kristaps Dzonsons2009-01-201-0/+27
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-9/+40
| | | | Added line-arg softmax.
* Removed unnecessary test cases (most were for visual).Kristaps Dzonsons2009-01-191-0/+4
| | | | Finally fixed scope-rewinding (MDOC_VALID).
* Added tests to makefile.Kristaps Dzonsons2009-01-171-26/+18
|
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-171/+150
|
* Clean-ups & documentation.Kristaps Dzonsons2009-01-161-1/+8
|
* Finished re-fitting err/warn/msg routines.Kristaps Dzonsons2009-01-161-9/+9
| | | | Some minor bug-fixes.
* *** empty log message ***Kristaps Dzonsons2009-01-121-23/+10
|
* *** empty log message ***Kristaps Dzonsons2009-01-091-3/+5
|
* *** empty log message ***Kristaps Dzonsons2009-01-081-145/+94
|
* *** empty log message ***Kristaps Dzonsons2009-01-081-114/+304
|
* *** empty log message ***Kristaps Dzonsons2009-01-071-17/+53
|