summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed some unnecesary functions.Kristaps Dzonsons2009-03-081-11/+1
|
* Fix left-over prototype.Kristaps Dzonsons2009-03-081-2/+2
|
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-15/+7
| | | | | 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-6/+5
| | | | | Added -V option. Deprecated README files.
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-281-1/+2
|
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-261-1/+2
|
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-2/+1
|
* Added character-encoding checks.Kristaps Dzonsons2009-02-241-2/+3
|
* Escape-sequence validation in place (for nodes).Kristaps Dzonsons2009-02-241-1/+2
|
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-10/+1
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* 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-7/+1
| | | | Escape-recognition term.c.
* More flesh in terminal-encoder.Kristaps Dzonsons2009-02-201-1/+6
|
* Fix-ups to macro.c.Kristaps Dzonsons2009-01-221-1/+2
|
* 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-1/+2
| | | | Minor fixes in parsing prologue.
* In-progress migration to ARGV separation.Kristaps Dzonsons2009-01-201-8/+2
|
* Quoted-literals handled correctly.Kristaps Dzonsons2009-01-201-1/+2
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-4/+9
| | | | Added line-arg softmax.
* More correct validation.Kristaps Dzonsons2009-01-191-1/+3
| | | | Elision of prologue macros from main tree.
* Lint checks.Kristaps Dzonsons2009-01-171-1/+2
|
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-2/+3
|
* Separating output filters.Kristaps Dzonsons2009-01-171-1/+3
|
* Clean-ups & documentation.Kristaps Dzonsons2009-01-161-1/+5
|
* Broken build (changing err/warn/msg function prototypes for clarity).Kristaps Dzonsons2009-01-151-20/+48
|
* *** empty log message ***Kristaps Dzonsons2009-01-141-4/+3
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-1/+3
|
* *** empty log message ***Kristaps Dzonsons2009-01-091-1/+2
|
* *** empty log message ***Kristaps Dzonsons2009-01-081-15/+23
|
* All macros have lines/positions.Kristaps Dzonsons2009-01-071-7/+8
|
* Added line numbering.Kristaps Dzonsons2009-01-071-6/+7
|
* *** empty log message ***Kristaps Dzonsons2009-01-071-3/+5
|
* Memory leak, some mdoc(7) conformities.Kristaps Dzonsons2009-01-061-5/+6
|
* Finished initial parse sequence.Kristaps Dzonsons2009-01-051-5/+4
|
* Actions and validations properly added.Kristaps Dzonsons2009-01-051-1/+2
|
* Huge changes.Kristaps Dzonsons2009-01-031-5/+3
|
* Broke apart macro_prologuexxx into prologue.Kristaps Dzonsons2009-01-011-9/+19
| | | | | Fixed validation for line-scoped. Merged const_arg and const.
* *** empty log message ***Kristaps Dzonsons2008-12-301-2/+5
|
* Validation fully works.Kristaps Dzonsons2008-12-301-1/+5
|
* *** empty log message ***Kristaps Dzonsons2008-12-301-1/+2
|
* More macros.Kristaps Dzonsons2008-12-291-1/+3
|
* *** empty log message ***Kristaps Dzonsons2008-12-291-1/+2
|
* *** empty log message ***Kristaps Dzonsons2008-12-281-1/+4
|
* *** empty log message ***Kristaps Dzonsons2008-12-281-4/+13
|
* *** empty log message ***Kristaps Dzonsons2008-12-231-4/+17
|
* Prologue Dd and Dt macros.Kristaps Dzonsons2008-12-171-2/+15
|
* *** empty log message ***Kristaps Dzonsons2008-12-151-6/+5
|
* Purged all old files in favour of new design. Selective reintegration.Kristaps Dzonsons2008-12-151-370/+35
|
* Made noop the default filter.Kristaps Dzonsons2008-12-101-1/+5
|
* Put prelude checking into asec.Kristaps Dzonsons2008-12-101-17/+20
|