summaryrefslogtreecommitdiffstats
path: root/mdocterm.c
Commit message (Expand)AuthorAgeFilesLines
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-51/+99
* Bumped version.Kristaps Dzonsons2009-03-141-1/+2
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-2/+2
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-0/+4
* Added regular-form sanity check in mdocterm.Kristaps Dzonsons2009-03-101-0/+116
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5Kristaps Dzonsons2009-03-091-3/+2
* Updated manuals.Kristaps Dzonsons2009-03-081-7/+20
* mdocterm now using new API.Kristaps Dzonsons2009-03-081-1/+1
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-60/+16
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-5/+5
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-7/+10
* Fixed some character-escapes.Kristaps Dzonsons2009-03-041-1/+5
* Proper fix to NOBREAK margins (oops).Kristaps Dzonsons2009-03-041-1/+1
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-3/+2
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-5/+2
* Character-escape addition simplified (see README.addescape, also added).Kristaps Dzonsons2009-03-031-106/+92
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-35/+16
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-381/+451
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-3/+33
* Removed isspace assertion (is handled by pad).Kristaps Dzonsons2009-03-011-5/+3
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-14/+25
* Many more changes and fixes (`In', `Fd', etc.).Kristaps Dzonsons2009-02-281-0/+4
* More fixes (hard-escapes, etc.).Kristaps Dzonsons2009-02-281-0/+7
* Made `Ds' emit a warning.Kristaps Dzonsons2009-02-281-1/+1
* Slowly decoupling mdoc(3) from being OpenBSD-only.VERSION.1.3.6Kristaps Dzonsons2009-02-271-7/+25
* Character-encoding stuff documented, expanded.Kristaps Dzonsons2009-02-271-24/+46
* More character-encoding.Kristaps Dzonsons2009-02-271-15/+153
* Header and footer now use term API.Kristaps Dzonsons2009-02-261-23/+19
* More list work.Kristaps Dzonsons2009-02-251-5/+6
* *** empty log message ***Kristaps Dzonsons2009-02-251-38/+34
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-20/+48
* Support for nested lists added.Kristaps Dzonsons2009-02-251-3/+4
* Some offsets built into termpair.Kristaps Dzonsons2009-02-251-14/+6
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-251-2/+20
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-0/+4
* Compiles fine on NetBSD now, too.Kristaps Dzonsons2009-02-231-8/+14
* Adding revamped webpage.Kristaps Dzonsons2009-02-231-2/+1
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-3/+4
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-0/+15
* termact.c -> term.cKristaps Dzonsons2009-02-231-13/+507
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-221-248/+19
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-0/+289