summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* *** empty log message ***Kristaps Dzonsons2009-04-031-2/+0
|
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-7/+15
| | | | Array boundary fixed (-W).
* General clean-ups.Kristaps Dzonsons2009-03-311-0/+595
|
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-1926/+0
|
* More manual documentation fixed/improved.Kristaps Dzonsons2009-03-231-2/+4
|
* Fixed Bd -compact.Kristaps Dzonsons2009-03-221-20/+37
| | | | Fixed vspace before Bd and Bl.
* Freed more macros from zero-length restrictions.Kristaps Dzonsons2009-03-211-2/+2
| | | | Fixed `Fn' spacing.
* Handling -width="" in lists.Kristaps Dzonsons2009-03-211-2/+2
|
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-13/+34
| | | | | Punctuation fully fixed (per-reserved-word). Sm enabled.
* Added %Q macro.Kristaps Dzonsons2009-03-211-0/+1
|
* Fixed literal-formatting error with `Dl'.Kristaps Dzonsons2009-03-201-0/+1
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-113/+126
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-1/+13
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-0/+2
| | | | | | | | | | | 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 colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-10/+10
| | | | | | 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-1/+5
| | | | Added \q macro.
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-0/+2
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-0/+2
| | | | mdoc.3 indicates compatibilities and bugs.
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-1/+1
| | | | Initial "full" -column support.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-76/+128
| | | | | | 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/+34
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* Added regular-form sanity check in mdocterm.Kristaps Dzonsons2009-03-101-36/+4
|
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-2/+50
|
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5Kristaps Dzonsons2009-03-091-0/+2
|
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-0/+1
|
* Added .Ap.Kristaps Dzonsons2009-03-081-0/+14
|
* Front-end handling of `Lb'.Kristaps Dzonsons2009-03-081-2/+23
|
* Bumped minor-number.Kristaps Dzonsons2009-03-081-1/+1
| | | | All sources converted to new schema.
* Segmentation-fault fix in mdocterm.Kristaps Dzonsons2009-03-081-2/+2
|
* mdocterm now using new API.Kristaps Dzonsons2009-03-081-87/+93
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-11/+25
| | | | | Added -V option. Deprecated README files.
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-5/+1
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-0/+6
| | | | Versioning up.
* Fixed some character-escapes.Kristaps Dzonsons2009-03-041-2/+2
|
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-133/+173
|
* -diag fixed (allows quoted parameters)Kristaps Dzonsons2009-03-031-1/+2
| | | | Versioned up.
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-10/+68
|
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-1/+2
| | | | Put styles into symtab (for real this time).
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-14/+42
| | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding).
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-4/+6
| | | | Tabs auto-converted to spaces.
* Cd breaks line properly.VERSION.1.3.15Kristaps Dzonsons2009-03-011-0/+1
|
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-5/+2
| | | | Backed-out assertion about Bd subtypes.
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-41/+36
| | | | Fixed TERMP_SETFLAGS and current-flag omission.
* Many more changes and fixes (`In', `Fd', etc.).Kristaps Dzonsons2009-02-281-8/+33
|
* More fixes (hard-escapes, etc.).Kristaps Dzonsons2009-02-281-17/+25
|
* Initial Rs/Re support.Kristaps Dzonsons2009-02-281-8/+54
| | | | Fixed default Ds width.
* Lintified sources.Kristaps Dzonsons2009-02-271-2/+3
|
* More character-encoding.Kristaps Dzonsons2009-02-271-4/+3
|
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-261-1/+21
|