summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Collapse)AuthorAgeFilesLines
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5Kristaps Dzonsons2009-03-091-1/+3
|
* 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
| | | | All sources converted to new schema.
* 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
| | | | | Added -V option. Deprecated README files.
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-6/+2
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-1/+7
| | | | Versioning up.
* 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
| | | | Versioned up.
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-11/+69
|
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-2/+3
| | | | Put styles into symtab (for real this time).
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-15/+43
| | | | | 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-5/+7
| | | | Tabs auto-converted to spaces.
* Cd breaks line properly.VERSION_1_3_15Kristaps Dzonsons2009-03-011-1/+2
|
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-6/+3
| | | | Backed-out assertion about Bd subtypes.
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-42/+37
| | | | Fixed TERMP_SETFLAGS and current-flag omission.
* 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
| | | | Fixed default Ds width.
* 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
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* 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
| | | | Added a few more escapes and macros.
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-3/+6
| | | | System now supports all mdocml manual pages.
* Initial block-display support.Kristaps Dzonsons2009-02-221-5/+23
|
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-1/+14
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-18/+61
| | | | Escape-recognition term.c.
* 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
Added initial terminal-output filter (term.c).