Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Section orders are more elegantly handled (MDOC_PBODY is a flag). | Kristaps Dzonsons | 2009-06-17 | 1 | -13/+21 |
| | | | | Cleaned up string->enum conversion for section lookup. | ||||
* | Fixed lint invocation in Makefile. | Kristaps Dzonsons | 2009-06-17 | 1 | -12/+14 |
| | | | | Minor cleanups in mdoc.c. | ||||
* | Clean-up: in-source documentation. | Kristaps Dzonsons | 2009-06-16 | 1 | -4/+0 |
| | |||||
* | Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵ | Kristaps Dzonsons | 2009-06-16 | 1 | -5/+5 |
| | | | | parser). | ||||
* | Modernised comment handling: text following \" is thrown away before | Kristaps Dzonsons | 2009-06-16 | 1 | -5/+1 |
| | | | | | | either parser is invoked. Single-dot lines correctly handled. This confirms with both new- and old-groff. "Comment" subsection added to mdoc.7 and man.7. | ||||
* | Deprecated mdoc_msg (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 1 | -49/+0 |
| | |||||
* | Removed mdoc_nwarn (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 1 | -17/+0 |
| | |||||
* | mdoc error/warn macros replaced with real functions for GCC2 support ↵ | Kristaps Dzonsons | 2009-06-15 | 1 | -0/+132 |
| | | | | (miod@openbsd.org). | ||||
* | Lint fixes (no effect). | Kristaps Dzonsons | 2009-06-12 | 1 | -2/+4 |
| | | | | Versioning up. | ||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -7/+9 |
| | | | | Initial man hashtab (BROKEN). | ||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -120/+136 |
| | |||||
* | -man linked to mandoc in documentation. | Kristaps Dzonsons | 2009-03-23 | 1 | -10/+5 |
| | |||||
* | -man printing linked to -Ttree. | Kristaps Dzonsons | 2009-03-23 | 1 | -20/+26 |
| | |||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -30/+18 |
| | | | | Abstraction of mdoc. | ||||
* | Added %Q macro. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+2 |
| | |||||
* | 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). |