summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* Removed pipe from front-end ("typographic") recognition as punctuation (noted...Kristaps Dzonsons2010-04-081-2/+4
* Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta...Kristaps Dzonsons2010-04-031-21/+52
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-15/+13
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-0/+4
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-0/+3
* FreeBSD sys/types inclusion fixed.Kristaps Dzonsons2009-11-121-2/+4
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-87/+147
* Hooked up -Tascii to a2roffdeco backend.Kristaps Dzonsons2009-11-071-201/+49
* -Tascii now correctly ignores \s clauses.Kristaps Dzonsons2009-11-061-11/+89
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-051-7/+21
* Added functionality of -Tascii non-breaking `\~' space.Kristaps Dzonsons2009-11-051-1/+6
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+2
* More lint fixes.Kristaps Dzonsons2009-10-301-3/+4
* Lint fixes.Kristaps Dzonsons2009-10-301-2/+4
* Continued safe handling of allocations.Kristaps Dzonsons2009-10-301-2/+5
* Removed superfluous memset (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-281-2/+1
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-2/+8
* Merged Ingo's comments on term_flushln() variable names.Kristaps Dzonsons2009-10-271-13/+13
* Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).Kristaps Dzonsons2009-10-261-0/+1
* Lint fix.VERSION.1.9.10Kristaps Dzonsons2009-10-261-1/+2
* Fixed overstep patch.Kristaps Dzonsons2009-10-261-1/+2
* Removed need for superfluous `os' value in overstep calculation (thanks Ingo ...Kristaps Dzonsons2009-10-241-7/+4
* Fixed order of printing backspace-encoding for terms that are both bold and u...Kristaps Dzonsons2009-10-221-4/+4
* More fixes to scaling-width multipliers (which, just to make my life difficul...Kristaps Dzonsons2009-10-191-4/+7
* 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