summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spacing for tables to use term_len(). Also make term.c properlyKristaps Dzonsons2011-01-041-0/+6
* Track down a bug of empty `de XX' macros causing uncertain behaviour byKristaps Dzonsons2010-12-061-1/+1
* style cleanup, no functional change:Ingo Schwarze2010-10-021-22/+14
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-1/+1
* Count trailing escaped blanks correctly;Ingo Schwarze2010-09-231-2/+4
* Allow string lengths to account for escapes. Now all calls to calculateKristaps Dzonsons2010-09-151-6/+42
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-2/+2
* Centralize handling of literal tabs in term_flushln() in one place,Ingo Schwarze2010-08-201-10/+3
* When a column contains trailing spaces, calculate the paddingIngo Schwarze2010-08-201-0/+6
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+2
* Make `Sm' start no-spacing after the first output word. Fix in bothKristaps Dzonsons2010-07-261-0/+2
* Clean up some tight spots in mandoc's default mode: pessimisticallyKristaps Dzonsons2010-07-261-19/+14
* Avoid running the "width" termp callback for each whitespace.Kristaps Dzonsons2010-07-251-3/+3
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-211-3/+8
* Avoid letter-by-letter encoding by using strcspn() in term_word().Kristaps Dzonsons2010-07-171-7/+6
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-161-2/+2
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-6/+0
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-1/+2
* Rudimentary implementation of user-defined strings;Ingo Schwarze2010-07-031-0/+6
* Lint tweak.Kristaps Dzonsons2010-07-021-0/+1
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-301-1/+6
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-301-34/+1
* Clean-up of variable-width glyph support. Adds no new code; onlyKristaps Dzonsons2010-06-281-15/+18
* This enables variable glyph-width output. The checkin will be followedKristaps Dzonsons2010-06-281-11/+14
* Tiny commit clarifying flushln() documentation as to what refers toKristaps Dzonsons2010-06-281-3/+4
* 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