summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5Kristaps Dzonsons2009-03-091-0/+2
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-0/+1
* Added .Ap.Kristaps Dzonsons2009-03-081-0/+14
* Front-end handling of `Lb'.Kristaps Dzonsons2009-03-081-2/+23
* Bumped minor-number.Kristaps Dzonsons2009-03-081-1/+1
* Segmentation-fault fix in mdocterm.Kristaps Dzonsons2009-03-081-2/+2
* mdocterm now using new API.Kristaps Dzonsons2009-03-081-87/+93
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-11/+25
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-5/+1
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-0/+6
* 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
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-10/+68
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-1/+2
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-14/+42
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-4/+6
* Cd breaks line properly.VERSION.1.3.15Kristaps Dzonsons2009-03-011-0/+1
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-5/+2
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-41/+36
* 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
* 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
* 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
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-2/+5
* Initial block-display support.Kristaps Dzonsons2009-02-221-4/+22
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-0/+13
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-17/+60
* 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