summaryrefslogtreecommitdiffstats
path: root/private.h
Commit message (Collapse)AuthorAgeFilesLines
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-160/+0
| | | | Abstraction of mdoc.
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-0/+1
| | | | | Punctuation fully fixed (per-reserved-word). Sm enabled.
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-1/+3
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-0/+2
| | | | | | | | | | | 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.
* Removed some unnecesary functions.Kristaps Dzonsons2009-03-081-10/+0
|
* Fix left-over prototype.Kristaps Dzonsons2009-03-081-1/+1
|
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-14/+6
| | | | | Removed libmdoc internal argv limit (all dynamic). Removed "data" union in mdoc_node (to be selectively re-added).
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-5/+4
| | | | | Added -V option. Deprecated README files.
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-281-0/+1
|
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-261-0/+1
|
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-1/+0
|
* Added character-encoding checks.Kristaps Dzonsons2009-02-241-1/+2
|
* Escape-sequence validation in place (for nodes).Kristaps Dzonsons2009-02-241-0/+1
|
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-9/+0
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* 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-6/+0
| | | | Escape-recognition term.c.
* More flesh in terminal-encoder.Kristaps Dzonsons2009-02-201-0/+5
|
* Fix-ups to macro.c.Kristaps Dzonsons2009-01-221-0/+1
|
* More validation on prologue/first NAME section.Kristaps Dzonsons2009-01-211-3/+1
|
* Added regression tests (just for prologue, for now).Kristaps Dzonsons2009-01-201-0/+1
| | | | Minor fixes in parsing prologue.
* In-progress migration to ARGV separation.Kristaps Dzonsons2009-01-201-7/+1
|
* Quoted-literals handled correctly.Kristaps Dzonsons2009-01-201-0/+1
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-3/+8
| | | | Added line-arg softmax.
* More correct validation.Kristaps Dzonsons2009-01-191-0/+2
| | | | Elision of prologue macros from main tree.
* Lint checks.Kristaps Dzonsons2009-01-171-0/+1
|
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-1/+2
|
* Separating output filters.Kristaps Dzonsons2009-01-171-0/+2
|
* Clean-ups & documentation.Kristaps Dzonsons2009-01-161-0/+4
|
* Broken build (changing err/warn/msg function prototypes for clarity).Kristaps Dzonsons2009-01-151-19/+47
|
* *** empty log message ***Kristaps Dzonsons2009-01-141-3/+2
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-0/+2
|
* *** empty log message ***Kristaps Dzonsons2009-01-091-0/+1
|
* *** empty log message ***Kristaps Dzonsons2009-01-081-14/+22
|
* All macros have lines/positions.Kristaps Dzonsons2009-01-071-6/+7
|
* Added line numbering.Kristaps Dzonsons2009-01-071-5/+6
|
* *** empty log message ***Kristaps Dzonsons2009-01-071-2/+4
|
* Memory leak, some mdoc(7) conformities.Kristaps Dzonsons2009-01-061-4/+5
|
* Finished initial parse sequence.Kristaps Dzonsons2009-01-051-4/+3
|
* Actions and validations properly added.Kristaps Dzonsons2009-01-051-0/+1
|
* Huge changes.Kristaps Dzonsons2009-01-031-4/+2
|
* Broke apart macro_prologuexxx into prologue.Kristaps Dzonsons2009-01-011-8/+18
| | | | | Fixed validation for line-scoped. Merged const_arg and const.
* *** empty log message ***Kristaps Dzonsons2008-12-301-1/+4
|
* Validation fully works.Kristaps Dzonsons2008-12-301-0/+4
|
* *** empty log message ***Kristaps Dzonsons2008-12-301-0/+1
|
* More macros.Kristaps Dzonsons2008-12-291-0/+2
|
* *** empty log message ***Kristaps Dzonsons2008-12-291-0/+1
|
* *** empty log message ***Kristaps Dzonsons2008-12-281-0/+3
|
* *** empty log message ***Kristaps Dzonsons2008-12-281-3/+12
|
* *** empty log message ***Kristaps Dzonsons2008-12-231-3/+16
|
* Prologue Dd and Dt macros.Kristaps Dzonsons2008-12-171-1/+14
|