aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdocterm.c
Commit message (Expand)AuthorAgeFilesLines
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-1132/+0
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-174/+378
* Clean up ASCII table's memory.Kristaps Dzonsons2009-03-171-1/+2
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+2
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-160/+12
* Backed out all ANSI code.VERSION_1_5_1Kristaps Dzonsons2009-03-151-57/+6
* getsubopt index fix.Kristaps Dzonsons2009-03-151-2/+2
* mdoclint accepts multiple filesKristaps Dzonsons2009-03-151-26/+136
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-52/+100
* Bumped version.Kristaps Dzonsons2009-03-141-2/+3
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-3/+3
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-1/+5
* Added regular-form sanity check in mdocterm.Kristaps Dzonsons2009-03-101-1/+117
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5Kristaps Dzonsons2009-03-091-4/+3
* Updated manuals.Kristaps Dzonsons2009-03-081-8/+21
* mdocterm now using new API.Kristaps Dzonsons2009-03-081-2/+2
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-61/+17
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-6/+6
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-8/+11
* Fixed some character-escapes.Kristaps Dzonsons2009-03-041-2/+6
* Proper fix to NOBREAK margins (oops).Kristaps Dzonsons2009-03-041-2/+2
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-4/+3
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-6/+3
* Character-escape addition simplified (see README.addescape, also added).Kristaps Dzonsons2009-03-031-107/+93
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-36/+17
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-382/+452
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-4/+34
* Removed isspace assertion (is handled by pad).Kristaps Dzonsons2009-03-011-6/+4
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-15/+26
* Many more changes and fixes (`In', `Fd', etc.).Kristaps Dzonsons2009-02-281-1/+5
* More fixes (hard-escapes, etc.).Kristaps Dzonsons2009-02-281-1/+8
* Made `Ds' emit a warning.Kristaps Dzonsons2009-02-281-2/+2
* Slowly decoupling mdoc(3) from being OpenBSD-only.VERSION_1_3_6Kristaps Dzonsons2009-02-271-8/+26
* Character-encoding stuff documented, expanded.Kristaps Dzonsons2009-02-271-25/+47
* More character-encoding.Kristaps Dzonsons2009-02-271-16/+154
* Header and footer now use term API.Kristaps Dzonsons2009-02-261-24/+20
* More list work.Kristaps Dzonsons2009-02-251-6/+7
* *** empty log message ***Kristaps Dzonsons2009-02-251-39/+35
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-21/+49
* Support for nested lists added.Kristaps Dzonsons2009-02-251-3/+4
* Some offsets built into termpair.Kristaps Dzonsons2009-02-251-15/+7
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-251-3/+21
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-1/+5
* Compiles fine on NetBSD now, too.Kristaps Dzonsons2009-02-231-9/+15
* Adding revamped webpage.Kristaps Dzonsons2009-02-231-3/+2
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-4/+5
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-1/+16
* termact.c -> term.cKristaps Dzonsons2009-02-231-14/+508
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-221-249/+20
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-0/+289