summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up validation of field widths.Kristaps Dzonsons2009-06-111-6/+5
| | | | | | Pushed field-width warn/error into warn/error routine. Removed superfluous space at output eoln. Fixed overzealous line break in lists.
* Fix space-before-newline (inspired by schwarze@openbsd.org).Kristaps Dzonsons2009-06-111-6/+5
|
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-2/+2
| | | | | | Set max right margin to 80 columns (schwarze@openbsd.org). Fixed centre-field heading position (schwarze@openbsd.org). Also fixed -Tman centre-field.
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* *** empty log message ***Kristaps Dzonsons2009-04-031-3/+1
|
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-8/+16
| | | | Array boundary fixed (-W).
* General clean-ups.Kristaps Dzonsons2009-03-311-0/+595
|
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-1926/+0
|
* More manual documentation fixed/improved.Kristaps Dzonsons2009-03-231-3/+5
|
* Fixed Bd -compact.Kristaps Dzonsons2009-03-221-21/+38
| | | | Fixed vspace before Bd and Bl.
* Freed more macros from zero-length restrictions.Kristaps Dzonsons2009-03-211-3/+3
| | | | Fixed `Fn' spacing.
* Handling -width="" in lists.Kristaps Dzonsons2009-03-211-3/+3
|
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-14/+35
| | | | | Punctuation fully fixed (per-reserved-word). Sm enabled.
* Added %Q macro.Kristaps Dzonsons2009-03-211-1/+2
|
* Fixed literal-formatting error with `Dl'.Kristaps Dzonsons2009-03-201-1/+2
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-114/+127
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+14
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-1/+3
| | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions.
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-11/+11
| | | | | | Added nroff style-escape encoding. Removed ANSI schema string tables (there's only ANSI and nroff/backspace). Pushed styling directly into pword (simpler).
* Added canonical mdoc.7.Kristaps Dzonsons2009-03-131-2/+6
| | | | Added \q macro.
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-1/+3
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-1/+3
| | | | mdoc.3 indicates compatibilities and bugs.
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-2/+2
| | | | Initial "full" -column support.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-77/+129
| | | | | | 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-3/+35
| | | | | | 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-37/+5
|
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-3/+51
|
* 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
|