aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdocterm.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-1/+16
| | | | Added a few more escapes and macros.
* termact.c -> term.cKristaps Dzonsons2009-02-231-14/+508
| | | | | | term.c -> mdocterm.c tree.c -> mdoctree.c Fixed/finished mmain.h.
* 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
Escape-recognition term.c.