summaryrefslogtreecommitdiffstatshomepage
path: root/mdocterm.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated manuals.Kristaps Dzonsons2009-03-081-8/+21
| | | | Added -fign-scope and -fign-escape.
* mdocterm now using new API.Kristaps Dzonsons2009-03-081-2/+2
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-61/+17
| | | | | Added -V option. Deprecated README files.
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-6/+6
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-8/+11
| | | | Versioning up.
* 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
| | | | Put styles into symtab (for real this time).
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-382/+452
| | | | | 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-4/+34
| | | | Tabs auto-converted to spaces.
* 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
| | | | Fixed TERMP_SETFLAGS and current-flag omission.
* 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
| | | | Default width is 78.
* 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.