summaryrefslogtreecommitdiffstats
path: root/mdocterm.c
Commit message (Collapse)AuthorAgeFilesLines
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-381/+451
| | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding).
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-3/+33
| | | | Tabs auto-converted to spaces.
* 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
| | | | Fixed TERMP_SETFLAGS and current-flag omission.
* 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
| | | | Default width is 78.
* 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
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-0/+15
| | | | Added a few more escapes and macros.
* termact.c -> term.cKristaps Dzonsons2009-02-231-13/+507
| | | | | | term.c -> mdocterm.c tree.c -> mdoctree.c Fixed/finished mmain.h.
* 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
Escape-recognition term.c.