summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Basic implementation of .Bk/.Ek; from OpenBSD.Ingo Schwarze2010-06-271-2/+7
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-2/+0
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-4/+22
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-111-4/+1
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-241/+12
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-35/+28
* Missing prototype for getsubopt() on NetBSD fixed.VERSION.1.10.1Kristaps Dzonsons2010-06-081-0/+1
* Lint fix.Kristaps Dzonsons2010-06-071-1/+1
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-19/+235
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-071-5/+24
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-6/+17
* sync to OpenBSD:Ingo Schwarze2010-05-241-3/+11
* Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze2010-05-241-2/+22
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-0/+1
* The function term_flushln() had effectively forked in OpenBSD.Ingo Schwarze2010-05-171-44/+41
* sync to OpenBSD:Ingo Schwarze2010-05-161-1/+1
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-4/+8
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-1/+6
* Backed out break-at-hyphen changes.Kristaps Dzonsons2010-05-071-38/+3
* 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