]> git.cameronkatri.com Git - mandoc.git/history - chars.c
Remove "pt" from struct roffsu, as CSS (the only reason it was there) is
[mandoc.git] / chars.c
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-01 Kristaps DzonsonsFixed condition of `\}' closing a conditional at the...
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-03-23 Kristaps DzonsonsAdded stupid pod2man reserved strings.
2010-01-28 Kristaps DzonsonsRemoved superfluous lookahead block in chars.c.
2010-01-05 Kristaps DzonsonsRemoved references to `\\' escape (noted by Jason McInt...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-05 Kristaps DzonsonsAdded functionality of -Tascii non-breaking `\~' space.
2009-11-01 Kristaps DzonsonsReplaced putchar() loop with fwrite() (noted by Joerg...
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps DzonsonsContinued safe handling of allocations.
2009-09-23 Kristaps DzonsonsAll special characters sync'd with groff, both -Thtml...
2009-09-23 Kristaps DzonsonsSync'd special letters and ligatures with newest groff.
2009-09-23 Kristaps DzonsonsArrows & brackets sync'd with newest groff.
2009-09-23 Kristaps DzonsonsQuotes sync'd with newest groff.
2009-09-22 Kristaps DzonsonsAccent marks sync'd with current groff.
2009-09-22 Kristaps DzonsonsMany more UTF-8 symbols in place.
2009-09-22 Kristaps DzonsonsMany more characters for HMTL (mostly Greek).
2009-09-17 Kristaps DzonsonsMore html.
2009-09-17 Kristaps Dzonsonsascii_xxx -> chars_xxx (intended to hold more than...