Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added man validator, renamed mdoc validator. | Kristaps Dzonsons | 2009-03-25 | 1 | -1396/+0 |
| | |||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+1 |
| | | | | Abstraction of mdoc. | ||||
* | Fixes to dynamic addition of Bl width. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+2 |
| | |||||
* | Freed more macros from zero-length restrictions. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+1 |
| | | | | Fixed `Fn' spacing. | ||||
* | More macros freed from unnecessary limitations on numargs. | Kristaps Dzonsons | 2009-03-21 | 1 | -4/+4 |
| | |||||
* | `Em' accepts empty tokens. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+1 |
| | | | | | Punctuation fully fixed (per-reserved-word). Sm enabled. | ||||
* | Lint fixes. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+2 |
| | |||||
* | Added %Q macro. | Kristaps Dzonsons | 2009-03-21 | 1 | -0/+1 |
| | |||||
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -12/+19 |
| | | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists. | ||||
* | Changed e-mail address to @openbsd. | Kristaps Dzonsons | 2009-03-16 | 1 | -1/+2 |
| | | | | Cleaned up manual-page documentation. | ||||
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -28/+31 |
| | | | | | | | | | | | 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. | ||||
* | Finished initial mdoc.7. | Kristaps Dzonsons | 2009-03-13 | 1 | -6/+4 |
| | |||||
* | Added -nested (doesn't do anything). | Kristaps Dzonsons | 2009-03-12 | 1 | -5/+7 |
| | | | | | | Added .%C. .Cd is now callable. Added .Rv -std. | ||||
* | Removed segfault with empty word. | Kristaps Dzonsons | 2009-03-12 | 1 | -5/+3 |
| | | | | Initial "full" -column support. | ||||
* | Brq/Bro/Brc fixed up and pretty. | Kristaps Dzonsons | 2009-03-12 | 1 | -2/+2 |
| | | | | | | 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 | -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 Dzonsons | 2009-03-09 | 1 | -0/+5 |
| | |||||
* | Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5 | Kristaps Dzonsons | 2009-03-09 | 1 | -0/+2 |
| | |||||
* | Added `Lp' macro. | Kristaps Dzonsons | 2009-03-08 | 1 | -0/+1 |
| | |||||
* | Added .Ap. | Kristaps Dzonsons | 2009-03-08 | 1 | -0/+1 |
| | |||||
* | Updated manuals. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+6 |
| | | | | Added -fign-scope and -fign-escape. | ||||
* | Memory fixes in new dynamic schema. | Kristaps Dzonsons | 2009-03-08 | 1 | -3/+3 |
| | |||||
* | Printing invalid escape sequences. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | BROKEN CHECK-IN. Wide-ranging updates. | Kristaps Dzonsons | 2009-03-08 | 1 | -287/+336 |
| | | | | | Removed libmdoc internal argv limit (all dynamic). Removed "data" union in mdoc_node (to be selectively re-added). | ||||
* | Documented the strings script. | Kristaps Dzonsons | 2009-03-06 | 1 | -1/+2 |
| | |||||
* | Strings abstracted into dynamically-created C files. | Kristaps Dzonsons | 2009-03-06 | 1 | -116/+180 |
| | | | | | Added -V option. Deprecated README files. | ||||
* | Cleaned up ctype functions (netbsd). | Kristaps Dzonsons | 2009-03-05 | 1 | -3/+45 |
| | | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value. | ||||
* | Considerably cleaned up list handling. | Kristaps Dzonsons | 2009-03-04 | 1 | -0/+2 |
| | |||||
* | Added new old escape sequence \*[nn]. | Kristaps Dzonsons | 2009-03-02 | 1 | -1/+1 |
| | | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding). | ||||
* | Added support for traditional `Ds' width. | Kristaps Dzonsons | 2009-02-28 | 1 | -2/+2 |
| | |||||
* | Added support for dynamic -width detection for -tag lists. | Kristaps Dzonsons | 2009-02-28 | 1 | -15/+17 |
| | |||||
* | Lintified sources. | Kristaps Dzonsons | 2009-02-27 | 1 | -6/+7 |
| | |||||
* | Character-encoding stuff documented, expanded. | Kristaps Dzonsons | 2009-02-27 | 1 | -0/+2 |
| | |||||
* | Lists (scoped elements) now put delims in-scope. | Kristaps Dzonsons | 2009-02-26 | 1 | -7/+50 |
| | |||||
* | NetBSD Lintified. | Kristaps Dzonsons | 2009-02-25 | 1 | -3/+3 |
| | |||||
* | All "low-hanging" macros implemented in term.c. | Kristaps Dzonsons | 2009-02-25 | 1 | -3/+5 |
| | |||||
* | Raft of mdocterm callbacks in place. | Kristaps Dzonsons | 2009-02-24 | 1 | -6/+8 |
| | | | | Fixed Fo/Fc handling in validate/mdocterm. | ||||
* | Added Fd section validation. | Kristaps Dzonsons | 2009-02-24 | 1 | -75/+87 |
| | |||||
* | Character-encoding checked for all text (arguments/values). | Kristaps Dzonsons | 2009-02-24 | 1 | -1/+5 |
| | |||||
* | Added character-encoding checks. | Kristaps Dzonsons | 2009-02-24 | 1 | -151/+182 |
| | |||||
* | Escape-sequence validation in place (for nodes). | Kristaps Dzonsons | 2009-02-24 | 1 | -16/+62 |
| | |||||
* | Considerably cleaned up the validation code. | Kristaps Dzonsons | 2009-02-23 | 1 | -344/+175 |
| | |||||
* | Fixed `.Pf' handling. | Kristaps Dzonsons | 2009-02-22 | 1 | -1/+2 |
| | | | | System now supports all mdocml manual pages. | ||||
* | Cleaned up validation source a bit. | Kristaps Dzonsons | 2009-02-22 | 1 | -187/+229 |
| | | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs. | ||||
* | Split mdocml -> mdocterm, mdoctree (new manuals, etc.). | Kristaps Dzonsons | 2009-02-21 | 1 | -1/+1 |
| | | | | Escape-recognition term.c. | ||||
* | A few more macros in place. | Kristaps Dzonsons | 2009-02-21 | 1 | -0/+1 |
| | |||||
* | Initial list support (not nested, yet). | Kristaps Dzonsons | 2009-02-21 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-01-21 | 1 | -23/+30 |
| | |||||
* | More validation on prologue/first NAME section. | Kristaps Dzonsons | 2009-01-21 | 1 | -15/+56 |
| | |||||
* | In-progress migration to ARGV separation. | Kristaps Dzonsons | 2009-01-20 | 1 | -3/+6 |
| |