]> git.cameronkatri.com Git - mandoc.git/history - chars.c
FreeBSD sys/types inclusion fixed.
[mandoc.git] / chars.c
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...