summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-31/+23
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-0/+83
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-31/+1
* Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.Kristaps Dzonsons2009-10-101-1/+7
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-231-0/+3
* Fixed memory leak on close.Kristaps Dzonsons2009-09-201-1/+1
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-5/+6
* Put closedelim and opendelim right in term_word() (unnecessary extra function).Kristaps Dzonsons2009-09-161-64/+40
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-6/+6
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-8/+8
* Fix in newline.Kristaps Dzonsons2009-07-281-3/+8
* Re-ordered ascii.in looking for dupes.Kristaps Dzonsons2009-07-271-2/+16
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-271-47/+32
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ...Kristaps Dzonsons2009-07-271-5/+24
* Text tokens with leading whitespace (like indented blocks in `Bd -literal') a...Kristaps Dzonsons2009-07-241-1/+1
* Lintified term_flushln() (type mismatches).Kristaps Dzonsons2009-07-231-12/+23
* Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ...Kristaps Dzonsons2009-07-211-34/+37
* Fixed and cleaned up "phrase" handling (`Bl -column' columns).Kristaps Dzonsons2009-07-191-1/+4
* Subtle fixes correcting vis count with erroneously-decorated whitespace.Kristaps Dzonsons2009-07-161-4/+4
* Fix in nospace following close-delimiter.Kristaps Dzonsons2009-07-161-2/+3
* Removed assertion (disregarded blank literal lines).Kristaps Dzonsons2009-07-151-1/+0
* Removed term.c break-up of tokens (happens in libmdoc).Kristaps Dzonsons2009-07-151-88/+62
* Cleaned up arg_width and arg_column functions.Kristaps Dzonsons2009-07-141-1/+1
* Support for TERMP_HANG in flushln(): -hang lists.Kristaps Dzonsons2009-07-141-5/+18
* Lint fixes.VERSION.1.7.20Kristaps Dzonsons2009-06-221-1/+2
* Noted .Cd tabs-ok issue (will fix later).Kristaps Dzonsons2009-06-221-0/+3
* Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.Kristaps Dzonsons2009-06-221-22/+24
* Reverted max column width 80 -> 78 (schwarze@openbsd.org).Kristaps Dzonsons2009-06-221-1/+1
* Special characters, e.g. \(ae, are now correctly rendered in the current font...Kristaps Dzonsons2009-06-171-52/+26
* Clean up validation of field widths.Kristaps Dzonsons2009-06-111-5/+4
* Fix space-before-newline (inspired by schwarze@openbsd.org).Kristaps Dzonsons2009-06-111-5/+4
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-1/+1
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* *** empty log message ***Kristaps Dzonsons2009-04-031-2/+0
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-7/+15
* 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-2/+4
* Fixed Bd -compact.Kristaps Dzonsons2009-03-221-20/+37
* Freed more macros from zero-length restrictions.Kristaps Dzonsons2009-03-211-2/+2
* Handling -width="" in lists.Kristaps Dzonsons2009-03-211-2/+2
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-13/+34
* Added %Q macro.Kristaps Dzonsons2009-03-211-0/+1
* Fixed literal-formatting error with `Dl'.Kristaps Dzonsons2009-03-201-0/+1
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-113/+126
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-1/+13
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-0/+2
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-10/+10
* Added canonical mdoc.7.Kristaps Dzonsons2009-03-131-1/+5