]> git.cameronkatri.com Git - mandoc.git/history - term_ascii.c
do not crash when a tbl(7) cell uses roman font
[mandoc.git] / term_ascii.c
2020-09-09 Ingo SchwarzeDo not abuse assert(3) to react to absurd input; the...
2020-09-06 Ingo SchwarzeAfter .ti, there are many reasons why the offset may...
2018-11-28 Ingo SchwarzeBugfix: never set termp->enc to the ambiguous value...
2018-08-21 Ingo SchwarzeImprove the ASCII rendering of \(Po (Pound Sterling)
2018-08-18 Ingo SchwarzeUnsurprisingly, zero-width non-breaking spaces have...
2018-05-20 Ingo SchwarzeProtect against malicious manual pages containing ...
2018-04-13 Ingo SchwarzeMake sure that mandoc only goes into UTF-8 mode if...
2017-08-23 Ingo SchwarzeSwitch ASCII rendering of the same mathematical symbols...
2017-06-14 Ingo Schwarzeharmless, but weird typo; found with afterstep_faq(1)
2017-06-07 Ingo SchwarzePrepare the terminal driver for filling multiple column...
2017-05-08 Ingo SchwarzeBasic implementation of the roff(7) .ti (temporary...
2017-05-07 Ingo SchwarzeBasic implementation of the roff(7) .ta (define tab...
2016-07-31 Ingo SchwarzeAutodetect a suitable locale for -Tutf8 mode,
2016-07-08 Ingo SchwarzeISO C99 7.19.2.5 doesn't like mixing putchar(3) and...
2015-11-12 Ingo SchwarzeNever use LC_ALL. On the one hand, it can cause misfor...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-07-17 Ingo SchwarzeInitial, still somewhat experimental implementation...
2015-06-10 Ingo SchwarzeAvoid warning "unused variable" when compiling without...
2015-04-04 Ingo SchwarzeRounding rules for horizontal scaling widths are more...
2015-03-27 Ingo SchwarzeActually use the new man.conf(5) "output" directive.
2015-02-16 Ingo SchwarzeClamp width and indent settings to sensible values.
2014-12-31 Ingo SchwarzeWhen showing more than one formatted manual page, inser...
2014-12-19 Ingo SchwarzeEnforcing an arbitrary, implementation dependent, undoc...
2014-11-20 Ingo SchwarzePrevent negative arguments to the .ll request from...
2014-10-28 Ingo SchwarzeIn -Tascii mode, print "<?>" only for Unicode escapes...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-28 Ingo SchwarzeRefine -Tascii rendering of Unicode characters, mostly...
2014-10-26 Ingo SchwarzeGrrr, patch(1) merged the new function to the wrong...
2014-10-26 Ingo SchwarzeIn -Tascii mode, provide approximations even for some...
2014-10-26 Ingo SchwarzeImprove -Tascii output for Unicode escape sequences...
2014-09-03 Ingo SchwarzeImplement the traditional -h option for man(1): show...
2014-08-17 Ingo SchwarzeWhile all current callers pass valid data to ascii_hspa...
2014-08-16 Ingo SchwarzeImprove build system and autodetection.
2014-08-14 Ingo SchwarzeSome compilers apparently worry that abort() might...
2014-08-13 Kristaps DzonsonsBegin cleaning up scaling units.
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-01 Ingo SchwarzeClarity with respect to floating point handling:
2014-07-27 Ingo SchwarzeEven for UTF-8 output, a non-breaking space character...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-30 Ingo SchwarzeSupport relative arguments to .ll (increase or decrease...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2013-06-01 Ingo SchwarzeUse a standard locale name, "UTF-8" is an ugly non...
2011-12-04 Ingo SchwarzeImplement mdoc(7)-like output style variant for man...
2011-11-13 Ingo SchwarzeMake the default left text margin configurable from...
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-05-20 Kristaps DzonsonsFlip on -Tutf8 backend support. This forces the UTF...
2011-05-19 Kristaps DzonsonsIt seems that __STDC_ISO_10646__ isn't defined even...
2011-05-17 Kristaps DzonsonsLocale support. I'm checking this in to clean up fall...
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
2011-05-14 Kristaps DzonsonsMake character engine (-Tascii, -Tpdf, -Tps) ready...
2011-01-25 Kristaps DzonsonsRemove unnecessary conditional...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-06-30 Kristaps DzonsonsPushed normalisation of scaling units into term_hspan().
2010-06-30 Kristaps DzonsonsMove term_hspan() calculation into the output devices...
2010-06-25 Kristaps DzonsonsRemove "pt" from struct roffsu, as CSS (the only reason...
2010-06-25 Kristaps DzonsonsInitial chunks for variable-width fonts. Pushes all...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-09 Kristaps DzonsonsHave the standard manpage header and footer print on...
2010-06-08 Kristaps DzonsonsLint noops. Also fixed getsubopt() to be in unistd...
2010-06-08 Kristaps DzonsonsBroke ascii_*() functions into term_ascii.c