aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-7/+1
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-2/+3
* Rudimentary implementation of user-defined strings;Ingo Schwarze2010-07-031-1/+7
* Lint tweak.Kristaps Dzonsons2010-07-021-1/+2
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-301-2/+7
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-301-35/+2
* Clean-up of variable-width glyph support. Adds no new code; onlyKristaps Dzonsons2010-06-281-16/+19
* This enables variable glyph-width output. The checkin will be followedKristaps Dzonsons2010-06-281-12/+15
* Tiny commit clarifying flushln() documentation as to what refers toKristaps Dzonsons2010-06-281-4/+5
* Basic implementation of .Bk/.Ek; from OpenBSD.Ingo Schwarze2010-06-271-3/+8
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-3/+1
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-5/+23
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-111-5/+2
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-242/+13
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-36/+29
* Missing prototype for getsubopt() on NetBSD fixed.VERSION_1_10_1Kristaps Dzonsons2010-06-081-1/+2
* Lint fix.Kristaps Dzonsons2010-06-071-2/+2
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-20/+236
* 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