summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
Commit message (Collapse)AuthorAgeFilesLines
* Added "Input Encoding" section to mdoc*.1.VERSION_1_4_4Kristaps Dzonsons2009-03-091-6/+21
| | | | | Newline-escaped lines are concatenated. Added -fign-macro option.
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-2/+3
|
* Added .Ap.Kristaps Dzonsons2009-03-081-2/+2
|
* Updated manuals.Kristaps Dzonsons2009-03-081-3/+3
| | | | Added -fign-scope and -fign-escape.
* Memory fixes in new dynamic schema.Kristaps Dzonsons2009-03-081-1/+3
|
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-200/+106
| | | | | 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-62/+8
| | | | | Added -V option. Deprecated README files.
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-3/+4
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-6/+17
| | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding).
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-2/+7
| | | | Backed-out assertion about Bd subtypes.
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-129/+14
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-221-3/+3
|
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-11/+15
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* Removed tree-writing capability (for now, only validates and exits).Kristaps Dzonsons2009-02-201-8/+19
|
* More validation on prologue/first NAME section.Kristaps Dzonsons2009-01-211-6/+9
|
* In-progress migration to ARGV separation.Kristaps Dzonsons2009-01-201-19/+19
|
* Lint- and NetBSD-compiler checks.Kristaps Dzonsons2009-01-201-3/+3
|
* Re-merged old port-building routines.Kristaps Dzonsons2009-01-201-2/+9
|
* Quoted-literals handled correctly.Kristaps Dzonsons2009-01-201-1/+2
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-13/+34
| | | | Added line-arg softmax.
* Plugged memory leak in meta free.Kristaps Dzonsons2009-01-191-13/+6
|
* More correct validation.Kristaps Dzonsons2009-01-191-7/+14
| | | | Elision of prologue macros from main tree.
* Removed unnecessary test cases (most were for visual).Kristaps Dzonsons2009-01-191-1/+3
| | | | Finally fixed scope-rewinding (MDOC_VALID).
* Lint checks.Kristaps Dzonsons2009-01-171-1/+23
|
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-4/+15
|
* Initial separation of tree/mdocml.1.Kristaps Dzonsons2009-01-161-2/+3
| | | | | Finished mdoc.3. Broken build: mdocml.c.
* Added more validation (parents/msecs).Kristaps Dzonsons2009-01-161-4/+4
| | | | Initial function documentation for mdoc.3.
* Broken build (changing err/warn/msg function prototypes for clarity).Kristaps Dzonsons2009-01-151-27/+31
|
* *** empty log message ***Kristaps Dzonsons2009-01-151-30/+13
|
* *** empty log message ***Kristaps Dzonsons2009-01-141-26/+26
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-2/+2
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-13/+32
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-33/+6
|
* *** empty log message ***Kristaps Dzonsons2009-01-091-12/+27
|
* *** empty log message ***Kristaps Dzonsons2009-01-081-4/+4
|
* *** empty log message ***Kristaps Dzonsons2009-01-081-54/+63
|
* All macros have lines/positions.Kristaps Dzonsons2009-01-071-12/+27
|
* Added line numbering.Kristaps Dzonsons2009-01-071-4/+5
|
* *** empty log message ***Kristaps Dzonsons2009-01-071-6/+36
|
* Memory leak, some mdoc(7) conformities.Kristaps Dzonsons2009-01-061-70/+74
|
* *** empty log message ***Kristaps Dzonsons2009-01-051-3/+5
|
* Finished initial parse sequence.Kristaps Dzonsons2009-01-051-33/+54
|
* Actions and validations properly added.Kristaps Dzonsons2009-01-051-37/+2
|
* Huge changes.Kristaps Dzonsons2009-01-031-5/+3
|
* *** empty log message ***Kristaps Dzonsons2009-01-021-5/+6
|
* Broke apart macro_prologuexxx into prologue.Kristaps Dzonsons2009-01-011-93/+61
| | | | | Fixed validation for line-scoped. Merged const_arg and const.
* *** empty log message ***Kristaps Dzonsons2008-12-301-4/+4
|
* *** empty log message ***Kristaps Dzonsons2008-12-301-3/+3
|
* *** empty log message ***Kristaps Dzonsons2008-12-291-5/+5
|
* More macros.Kristaps Dzonsons2008-12-291-4/+4
|