summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Collapse)AuthorAgeFilesLines
* mdocterm now using new API.Kristaps Dzonsons2009-03-081-87/+93
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-11/+25
| | | | | Added -V option. Deprecated README files.
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-5/+1
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-0/+6
| | | | Versioning up.
* Fixed some character-escapes.Kristaps Dzonsons2009-03-041-2/+2
|
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-133/+173
|
* -diag fixed (allows quoted parameters)Kristaps Dzonsons2009-03-031-1/+2
| | | | Versioned up.
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-10/+68
|
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-1/+2
| | | | Put styles into symtab (for real this time).
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-14/+42
| | | | | 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/+6
| | | | Tabs auto-converted to spaces.
* Cd breaks line properly.VERSION.1.3.15Kristaps Dzonsons2009-03-011-0/+1
|
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-5/+2
| | | | Backed-out assertion about Bd subtypes.
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-41/+36
| | | | Fixed TERMP_SETFLAGS and current-flag omission.
* Many more changes and fixes (`In', `Fd', etc.).Kristaps Dzonsons2009-02-281-8/+33
|
* More fixes (hard-escapes, etc.).Kristaps Dzonsons2009-02-281-17/+25
|
* Initial Rs/Re support.Kristaps Dzonsons2009-02-281-8/+54
| | | | Fixed default Ds width.
* Lintified sources.Kristaps Dzonsons2009-02-271-2/+3
|
* More character-encoding.Kristaps Dzonsons2009-02-271-4/+3
|
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-261-1/+21
|
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-261-21/+8
|
* More list work.Kristaps Dzonsons2009-02-251-82/+134
|
* *** empty log message ***Kristaps Dzonsons2009-02-251-1/+23
|
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-41/+71
|
* Support for nested lists added.Kristaps Dzonsons2009-02-251-91/+59
|
* Some offsets built into termpair.Kristaps Dzonsons2009-02-251-35/+25
|
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-251-227/+64
|
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-251-6/+130
|
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-12/+87
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* More macros filled in.Kristaps Dzonsons2009-02-241-34/+73
|
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-10/+162
|
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-241-1/+1
|
* Adding revamped webpage.Kristaps Dzonsons2009-02-231-36/+76
|
* More documentation in place.Kristaps Dzonsons2009-02-231-4/+52
|
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-381/+941
| | | | Added a few more escapes and macros.
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-2/+5
| | | | System now supports all mdocml manual pages.
* Initial block-display support.Kristaps Dzonsons2009-02-221-4/+22
|
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-0/+13
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-17/+60
| | | | Escape-recognition term.c.
* Split down term.c into term.h, termact.c.Kristaps Dzonsons2009-02-211-572/+26
|
* A few more macros in place.Kristaps Dzonsons2009-02-211-6/+38
|
* Initial list support (not nested, yet).Kristaps Dzonsons2009-02-211-87/+282
|
* More flesh in terminal-encoder.Kristaps Dzonsons2009-02-201-205/+630
|
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-201-0/+360
Added initial terminal-output filter (term.c).