summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-071-6/+25
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-7/+18
* sync to OpenBSD:Ingo Schwarze2010-05-241-4/+12
* Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze2010-05-241-3/+23
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-1/+2
* The function term_flushln() had effectively forked in OpenBSD.Ingo Schwarze2010-05-171-45/+42
* sync to OpenBSD:Ingo Schwarze2010-05-161-2/+2
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-5/+9
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-2/+7
* Backed out break-at-hyphen changes.Kristaps Dzonsons2010-05-071-39/+4
* Removed pipe from front-end ("typographic") recognition as punctuation (noted...Kristaps Dzonsons2010-04-081-3/+5
* Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta...Kristaps Dzonsons2010-04-031-22/+53
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-16/+14
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-1/+5
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-1/+4
* FreeBSD sys/types inclusion fixed.Kristaps Dzonsons2009-11-121-3/+5
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-88/+148
* Hooked up -Tascii to a2roffdeco backend.Kristaps Dzonsons2009-11-071-202/+50
* -Tascii now correctly ignores \s clauses.Kristaps Dzonsons2009-11-061-12/+90
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-051-8/+22
* Added functionality of -Tascii non-breaking `\~' space.Kristaps Dzonsons2009-11-051-2/+7
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-3/+3
* More lint fixes.Kristaps Dzonsons2009-10-301-4/+5
* Lint fixes.Kristaps Dzonsons2009-10-301-3/+5
* Continued safe handling of allocations.Kristaps Dzonsons2009-10-301-3/+6
* Removed superfluous memset (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-281-3/+2
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-3/+9
* Merged Ingo's comments on term_flushln() variable names.Kristaps Dzonsons2009-10-271-14/+14
* Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).Kristaps Dzonsons2009-10-261-1/+2
* Lint fix.VERSION_1_9_10Kristaps Dzonsons2009-10-261-2/+3
* Fixed overstep patch.Kristaps Dzonsons2009-10-261-2/+3
* Removed need for superfluous `os' value in overstep calculation (thanks Ingo ...Kristaps Dzonsons2009-10-241-8/+5
* Fixed order of printing backspace-encoding for terms that are both bold and u...Kristaps Dzonsons2009-10-221-5/+5
* More fixes to scaling-width multipliers (which, just to make my life difficul...Kristaps Dzonsons2009-10-191-5/+8
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-32/+24
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-1/+84
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-32/+2
* Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.Kristaps Dzonsons2009-10-101-2/+8
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-231-1/+4
* Fixed memory leak on close.Kristaps Dzonsons2009-09-201-2/+2
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-6/+7
* Put closedelim and opendelim right in term_word() (unnecessary extra function).Kristaps Dzonsons2009-09-161-65/+41
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-7/+7
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-9/+9
* Fix in newline.Kristaps Dzonsons2009-07-281-4/+9
* Re-ordered ascii.in looking for dupes.Kristaps Dzonsons2009-07-271-3/+17
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-271-48/+33
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ...Kristaps Dzonsons2009-07-271-6/+25
* Text tokens with leading whitespace (like indented blocks in `Bd -literal') a...Kristaps Dzonsons2009-07-241-2/+2
* Lintified term_flushln() (type mismatches).Kristaps Dzonsons2009-07-231-13/+24