summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-10/+10
* Added canonical mdoc.7.Kristaps Dzonsons2009-03-131-1/+5
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-0/+2
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-0/+2
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-1/+1
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-76/+128
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-2/+34
* 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
* 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
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-5/+1
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-0/+6
* 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
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-10/+68
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-1/+2
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-14/+42
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-4/+6
* Cd breaks line properly.VERSION.1.3.15Kristaps Dzonsons2009-03-011-0/+1
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-5/+2
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-41/+36
* 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
* 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
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-261-21/+8
* More list work.Kristaps Dzonsons2009-02-251-82/+134
* *** empty log message ***Kristaps Dzonsons2009-02-251-1/+23
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-41/+71
* Support for nested lists added.Kristaps Dzonsons2009-02-251-91/+59
* Some offsets built into termpair.Kristaps Dzonsons2009-02-251-35/+25
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-251-227/+64
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-251-6/+130
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-12/+87
* More macros filled in.Kristaps Dzonsons2009-02-241-34/+73
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-10/+162
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-241-1/+1
* Adding revamped webpage.Kristaps Dzonsons2009-02-231-36/+76
* More documentation in place.Kristaps Dzonsons2009-02-231-4/+52
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-381/+941