summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* Added %Q macro.Kristaps Dzonsons2009-03-211-1/+2
* Fixed literal-formatting error with `Dl'.Kristaps Dzonsons2009-03-201-1/+2
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-114/+127
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+14
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-1/+3
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-11/+11
* Added canonical mdoc.7.Kristaps Dzonsons2009-03-131-2/+6
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-1/+3
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-1/+3
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-2/+2
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-77/+129
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-3/+35
* Added regular-form sanity check in mdocterm.Kristaps Dzonsons2009-03-101-37/+5
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-3/+51
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5Kristaps Dzonsons2009-03-091-1/+3
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-1/+2
* Added .Ap.Kristaps Dzonsons2009-03-081-1/+15
* Front-end handling of `Lb'.Kristaps Dzonsons2009-03-081-3/+24
* Bumped minor-number.Kristaps Dzonsons2009-03-081-2/+2
* Segmentation-fault fix in mdocterm.Kristaps Dzonsons2009-03-081-3/+3
* mdocterm now using new API.Kristaps Dzonsons2009-03-081-88/+94
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-12/+26
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-6/+2
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-1/+7
* Fixed some character-escapes.Kristaps Dzonsons2009-03-041-3/+3
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-134/+174
* -diag fixed (allows quoted parameters)Kristaps Dzonsons2009-03-031-2/+3
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-11/+69
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-2/+3
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-15/+43
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-5/+7
* Cd breaks line properly.VERSION_1_3_15Kristaps Dzonsons2009-03-011-1/+2
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-6/+3
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-42/+37
* Many more changes and fixes (`In', `Fd', etc.).Kristaps Dzonsons2009-02-281-9/+34
* More fixes (hard-escapes, etc.).Kristaps Dzonsons2009-02-281-18/+26
* Initial Rs/Re support.Kristaps Dzonsons2009-02-281-9/+55
* Lintified sources.Kristaps Dzonsons2009-02-271-3/+4
* More character-encoding.Kristaps Dzonsons2009-02-271-5/+4
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-261-2/+22
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-261-22/+9
* More list work.Kristaps Dzonsons2009-02-251-83/+135
* *** empty log message ***Kristaps Dzonsons2009-02-251-2/+24
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-42/+72
* Support for nested lists added.Kristaps Dzonsons2009-02-251-92/+60
* Some offsets built into termpair.Kristaps Dzonsons2009-02-251-36/+26
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-251-228/+65
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-251-7/+131
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-13/+88
* More macros filled in.Kristaps Dzonsons2009-02-241-35/+74