summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Collapse)AuthorAgeFilesLines
* Added canonical mdoc.7.Kristaps Dzonsons2009-03-131-1/+5
| | | | Added \q macro.
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-0/+2
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-0/+2
| | | | mdoc.3 indicates compatibilities and bugs.
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-1/+1
| | | | Initial "full" -column support.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-76/+128
| | | | | | Cleaned up Aq/Sq use of escapes in term.c. Added initial -column support. Fixed argv returning ARGV_WORD and tokenising anyway.
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-2/+34
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* Added regular-form sanity check in mdocterm.Kristaps Dzonsons2009-03-101-36/+4
|
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-2/+50
|
* 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
| | | | All sources converted to new schema.
* 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
| | | | | 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.