]> git.cameronkatri.com Git - mandoc.git/history - term_ascii.c
In quoted macro arguments, double quotes can be quoted by doubling them.
[mandoc.git] / term_ascii.c
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