]> git.cameronkatri.com Git - mandoc.git/history - chars.c
`Ad' is supposed to underline. Found whilst trolling through manuals.
[mandoc.git] / chars.c
2010-07-26 Kristaps DzonsonsRemove asciisz from chars.in. It frees up a nice chunk...
2010-07-18 Kristaps DzonsonsClean up mandoc_special() (in order later to catch...
2010-07-17 Kristaps DzonsonsBy letting strncmp() do its job and not helping it...
2010-07-16 Kristaps DzonsonsChange chars.in HTML encoding to be a Unicode codepoint...
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...