summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up validation of field widths.Kristaps Dzonsons2009-06-111-6/+5
* Fix space-before-newline (inspired by schwarze@openbsd.org).Kristaps Dzonsons2009-06-111-6/+5
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-2/+2
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* *** empty log message ***Kristaps Dzonsons2009-04-031-3/+1
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-8/+16
* 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-3/+5
* Fixed Bd -compact.Kristaps Dzonsons2009-03-221-21/+38
* Freed more macros from zero-length restrictions.Kristaps Dzonsons2009-03-211-3/+3
* Handling -width="" in lists.Kristaps Dzonsons2009-03-211-3/+3
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-14/+35
* 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