summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-1/+2
* Added .Ap.Kristaps Dzonsons2009-03-081-1/+15
* Front-end handling of `Lb'.Kristaps Dzonsons2009-03-081-3/+24
* Bumped minor-number.Kristaps Dzonsons2009-03-081-2/+2
* Segmentation-fault fix in mdocterm.Kristaps Dzonsons2009-03-081-3/+3
* mdocterm now using new API.Kristaps Dzonsons2009-03-081-88/+94
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-12/+26
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-6/+2
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-1/+7
* Fixed some character-escapes.Kristaps Dzonsons2009-03-041-3/+3
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-134/+174
* -diag fixed (allows quoted parameters)Kristaps Dzonsons2009-03-031-2/+3
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-11/+69
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-2/+3
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-15/+43
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-5/+7
* Cd breaks line properly.VERSION_1_3_15Kristaps Dzonsons2009-03-011-1/+2
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-6/+3
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-42/+37
* Many more changes and fixes (`In', `Fd', etc.).Kristaps Dzonsons2009-02-281-9/+34
* More fixes (hard-escapes, etc.).Kristaps Dzonsons2009-02-281-18/+26
* Initial Rs/Re support.Kristaps Dzonsons2009-02-281-9/+55
* Lintified sources.Kristaps Dzonsons2009-02-271-3/+4
* More character-encoding.Kristaps Dzonsons2009-02-271-5/+4
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-261-2/+22
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-261-22/+9
* More list work.Kristaps Dzonsons2009-02-251-83/+135
* *** empty log message ***Kristaps Dzonsons2009-02-251-2/+24
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-42/+72
* Support for nested lists added.Kristaps Dzonsons2009-02-251-92/+60
* Some offsets built into termpair.Kristaps Dzonsons2009-02-251-36/+26
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-251-228/+65
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-251-7/+131
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-13/+88
* More macros filled in.Kristaps Dzonsons2009-02-241-35/+74
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-11/+163
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-241-2/+2
* Adding revamped webpage.Kristaps Dzonsons2009-02-231-37/+77
* More documentation in place.Kristaps Dzonsons2009-02-231-5/+53
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-382/+942
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-3/+6
* Initial block-display support.Kristaps Dzonsons2009-02-221-5/+23
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-1/+14
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-18/+61
* Split down term.c into term.h, termact.c.Kristaps Dzonsons2009-02-211-573/+27
* A few more macros in place.Kristaps Dzonsons2009-02-211-7/+39
* Initial list support (not nested, yet).Kristaps Dzonsons2009-02-211-88/+283
* More flesh in terminal-encoder.Kristaps Dzonsons2009-02-201-206/+631
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-201-0/+360