Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -8/+41 | |
| | | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists. | |||||
* | Many more ASCII escapes added. | Kristaps Dzonsons | 2009-03-19 | 1 | -3/+30 | |
| | | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API. | |||||
* | Changed e-mail address to @openbsd. | Kristaps Dzonsons | 2009-03-16 | 1 | -2/+2 | |
| | | | | Cleaned up manual-page documentation. | |||||
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -5/+6 | |
| | | | | | | | | | | | 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 Dzonsons | 2009-03-12 | 1 | -3/+5 | |
| | | | | | | Added .%C. .Cd is now callable. Added .Rv -std. | |||||
* | NetBSD '.[[:whitespace:]]*' properly handled. | Kristaps Dzonsons | 2009-03-12 | 1 | -1/+13 | |
| | | | | mdoc.3 indicates compatibilities and bugs. | |||||
* | Brq/Bro/Brc fixed up and pretty. | Kristaps Dzonsons | 2009-03-12 | 1 | -2/+0 | |
| | | | | | | Cleaned up Aq/Sq use of escapes in term.c. Added initial -column support. Fixed argv returning ARGV_WORD and tokenising anyway. | |||||
* | Expanded perfect htab to use 27 * 26 * 3 space. | Kristaps Dzonsons | 2009-03-11 | 1 | -1/+2 | |
| | | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces. | |||||
* | Added `Mt' and `Lk' macros (NetBSD). | Kristaps Dzonsons | 2009-03-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed valgrind issues.VERSION.1.4.6 | Kristaps Dzonsons | 2009-03-09 | 1 | -2/+2 | |
| | ||||||
* | Added "Input Encoding" section to mdoc*.1.VERSION.1.4.4 | Kristaps Dzonsons | 2009-03-09 | 1 | -5/+20 | |
| | | | | | Newline-escaped lines are concatenated. Added -fign-macro option. | |||||
* | Added `Lp' macro. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+2 | |
| | ||||||
* | Added .Ap. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+1 | |
| | ||||||
* | Updated manuals. | Kristaps Dzonsons | 2009-03-08 | 1 | -2/+2 | |
| | | | | Added -fign-scope and -fign-escape. | |||||
* | Memory fixes in new dynamic schema. | Kristaps Dzonsons | 2009-03-08 | 1 | -0/+2 | |
| | ||||||
* | BROKEN CHECK-IN. Wide-ranging updates. | Kristaps Dzonsons | 2009-03-08 | 1 | -199/+105 | |
| | | | | | 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 Dzonsons | 2009-03-06 | 1 | -61/+7 | |
| | | | | | Added -V option. Deprecated README files. | |||||
* | Cleaned up ctype functions (netbsd). | Kristaps Dzonsons | 2009-03-05 | 1 | -2/+3 | |
| | | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value. | |||||
* | Added new old escape sequence \*[nn]. | Kristaps Dzonsons | 2009-03-02 | 1 | -5/+16 | |
| | | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding). | |||||
* | Backed-out warning about Ds. | Kristaps Dzonsons | 2009-03-01 | 1 | -1/+6 | |
| | | | | Backed-out assertion about Bd subtypes. | |||||
* | More in-file documentation and Linux-isation. | Kristaps Dzonsons | 2009-02-23 | 1 | -128/+13 | |
| | | | | Moved mdoc_macros table definition into macro.c, where it belongs. | |||||
* | BROKEN BUILD: migrating to mmain stuff. | Kristaps Dzonsons | 2009-02-22 | 1 | -2/+2 | |
| | ||||||
* | Cleaned up validation source a bit. | Kristaps Dzonsons | 2009-02-22 | 1 | -10/+14 | |
| | | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs. | |||||
* | Removed tree-writing capability (for now, only validates and exits). | Kristaps Dzonsons | 2009-02-20 | 1 | -7/+18 | |
| | ||||||
* | More validation on prologue/first NAME section. | Kristaps Dzonsons | 2009-01-21 | 1 | -5/+8 | |
| | ||||||
* | In-progress migration to ARGV separation. | Kristaps Dzonsons | 2009-01-20 | 1 | -18/+18 | |
| | ||||||
* | Lint- and NetBSD-compiler checks. | Kristaps Dzonsons | 2009-01-20 | 1 | -2/+2 | |
| | ||||||
* | Re-merged old port-building routines. | Kristaps Dzonsons | 2009-01-20 | 1 | -1/+8 | |
| | ||||||
* | Quoted-literals handled correctly. | Kristaps Dzonsons | 2009-01-20 | 1 | -0/+1 | |
| | ||||||
* | Moved prologue-pruning into action.c. | Kristaps Dzonsons | 2009-01-20 | 1 | -12/+33 | |
| | | | | Added line-arg softmax. | |||||
* | Plugged memory leak in meta free. | Kristaps Dzonsons | 2009-01-19 | 1 | -12/+5 | |
| | ||||||
* | More correct validation. | Kristaps Dzonsons | 2009-01-19 | 1 | -6/+13 | |
| | | | | Elision of prologue macros from main tree. | |||||
* | Removed unnecessary test cases (most were for visual). | Kristaps Dzonsons | 2009-01-19 | 1 | -0/+2 | |
| | | | | Finally fixed scope-rewinding (MDOC_VALID). | |||||
* | Lint checks. | Kristaps Dzonsons | 2009-01-17 | 1 | -0/+22 | |
| | ||||||
* | Documentation, more validations, cleaned up actions, added Nm action. | Kristaps Dzonsons | 2009-01-17 | 1 | -3/+14 | |
| | ||||||
* | Initial separation of tree/mdocml.1. | Kristaps Dzonsons | 2009-01-16 | 1 | -1/+2 | |
| | | | | | Finished mdoc.3. Broken build: mdocml.c. | |||||
* | Added more validation (parents/msecs). | Kristaps Dzonsons | 2009-01-16 | 1 | -3/+3 | |
| | | | | Initial function documentation for mdoc.3. | |||||
* | Broken build (changing err/warn/msg function prototypes for clarity). | Kristaps Dzonsons | 2009-01-15 | 1 | -26/+30 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-15 | 1 | -29/+12 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-14 | 1 | -25/+25 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-12 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-12 | 1 | -12/+31 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-12 | 1 | -32/+5 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-09 | 1 | -11/+26 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-08 | 1 | -3/+3 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-08 | 1 | -53/+62 | |
| | ||||||
* | All macros have lines/positions. | Kristaps Dzonsons | 2009-01-07 | 1 | -11/+26 | |
| | ||||||
* | Added line numbering. | Kristaps Dzonsons | 2009-01-07 | 1 | -3/+4 | |
| | ||||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-07 | 1 | -5/+35 | |
| | ||||||
* | Memory leak, some mdoc(7) conformities. | Kristaps Dzonsons | 2009-01-06 | 1 | -69/+73 | |
| |