aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdocterm.1
Commit message (Collapse)AuthorAgeFilesLines
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-182/+0
| | | | | | Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree.
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-63/+10
| | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API.
* Mandoc fix.Kristaps Dzonsons2009-03-171-3/+3
|
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-3/+3
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-125/+14
| | | | | | | | | | | 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.
* Backed out all ANSI code.VERSION_1_5_1Kristaps Dzonsons2009-03-151-5/+3
|
* mdoclint accepts multiple filesKristaps Dzonsons2009-03-151-18/+56
| | | | mdocterm punts to nroff if it fails parsing
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-27/+18
| | | | | | Added nroff style-escape encoding. Removed ANSI schema string tables (there's only ANSI and nroff/backspace). Pushed styling directly into pword (simpler).
* Added canonical mdoc.7.Kristaps Dzonsons2009-03-131-2/+4
| | | | Added \q macro.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-4/+4
| | | | | | 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 Dzonsons2009-03-111-2/+6
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* Added "Input Encoding" section to mdoc*.1.VERSION_1_4_4Kristaps Dzonsons2009-03-091-2/+19
| | | | | Newline-escaped lines are concatenated. Added -fign-macro option.
* Updated manuals.Kristaps Dzonsons2009-03-081-13/+40
| | | | Added -fign-scope and -fign-escape.
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-3/+3
| | | | | Added -V option. Deprecated README files.
* Fixed some character-escapes.Kristaps Dzonsons2009-03-041-8/+12
|
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-2/+6
|
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-3/+3
|
* Character-escape addition simplified (see README.addescape, also added).Kristaps Dzonsons2009-03-031-12/+32
|
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-2/+21
| | | | Put styles into symtab (for real this time).
* Slowly decoupling mdoc(3) from being OpenBSD-only.VERSION_1_3_6Kristaps Dzonsons2009-02-271-11/+1
|
* Character-encoding stuff documented, expanded.Kristaps Dzonsons2009-02-271-1/+112
|
* More character-encoding.Kristaps Dzonsons2009-02-271-9/+2
|
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-1/+8
|
* Support for nested lists added.Kristaps Dzonsons2009-02-251-3/+4
|
* Added mdoclint.Kristaps Dzonsons2009-02-231-2/+3
| | | | `make regress' uses mdoclint
* *** empty log message ***Kristaps Dzonsons2009-02-221-2/+8
|
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-0/+113
Escape-recognition term.c.