summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/term_ascii.c
AgeCommit message (Expand)Author
2014-11-20Prevent negative arguments to the .ll request from causing integerIngo Schwarze
2014-10-28In -Tascii mode, print "<?>" only for Unicode escapes of unknownIngo Schwarze
2014-10-28Make the character table available to libroff so it can check theIngo Schwarze
2014-10-28Refine -Tascii rendering of Unicode characters, mostly to better agreeIngo Schwarze
2014-10-26In -Tascii mode, provide approximations even for some Unicode escapeIngo Schwarze
2014-10-26Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze
2014-09-03Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze
2014-08-17typo, sorryIngo Schwarze
2014-08-17While all current callers pass valid data to ascii_hspan() only,Ingo Schwarze
2014-08-14Some compilers apparently worry that abort() might returnIngo Schwarze
2014-08-13Begin cleanup of scaling units.Ingo Schwarze
2014-08-08Clarity with respect to floating point handling:Ingo Schwarze
2014-07-27Even for UTF-8 output, a non-breaking space character has the same widthIngo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-30Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze
2014-03-30Implement the roff(7) .ll (line length) request.Ingo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2013-06-01Use a standard locale name, "UTF-8" is an ugly non-standard aliasIngo Schwarze
2011-12-05As requested by kristaps@, add and improve comments related to -Omdoc;Ingo Schwarze
2011-11-13Support -man -Omdoc to format man(7) manuals in mdoc(7) output style;Ingo Schwarze
2011-11-13Make the default left text margin configurable from the command line,Ingo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-01-31Remove unnecessary conditional: term_alloc() cannot return NULL;Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-06-26As a first step towards variable-width font support,Ingo Schwarze
2010-06-10minimal initial -Tps support, from kristaps@ GSOCIngo Schwarze