summaryrefslogtreecommitdiffstats
path: root/chars.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze2011-01-301-0/+22
* Churn to get parts of 'struct tbl' visible from mandoc.h: rename theKristaps Dzonsons2011-01-021-11/+11
* Remove last pod2man escapes. These render ok, although \*(-- renders asKristaps Dzonsons2010-09-151-1/+1
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-2/+2
* Remove the pod2man table entries. They can now be properly read andKristaps Dzonsons2010-08-291-1/+1
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+2
* Remove \*(C+ from the pre-predefined strings. It is always `ds'-definedKristaps Dzonsons2010-08-161-1/+1
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-1/+1
* Remove asciisz from chars.in. It frees up a nice chunk of memory and atKristaps Dzonsons2010-07-261-9/+8
* Clean up mandoc_special() (in order later to catch \m). It also flagsKristaps Dzonsons2010-07-181-1/+2
* By letting strncmp() do its job and not helping it with a prior lengthKristaps Dzonsons2010-07-171-9/+8
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-161-23/+64
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Fixed condition of `\}' closing a conditional at the start of the line.Kristaps Dzonsons2010-06-011-1/+1
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-0/+1
* Added stupid pod2man reserved strings.Kristaps Dzonsons2010-03-231-1/+1
* Removed superfluous lookahead block in chars.c.Kristaps Dzonsons2010-01-281-12/+0
* Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-01-051-1/+1
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-0/+4
* Added functionality of -Tascii non-breaking `\~' space.Kristaps Dzonsons2009-11-051-2/+3
* Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-1/+1
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+2
* Continued safe handling of allocations.Kristaps Dzonsons2009-10-301-6/+11
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-231-1/+1
* Sync'd special letters and ligatures with newest groff.Kristaps Dzonsons2009-09-231-1/+1
* Arrows & brackets sync'd with newest groff.Kristaps Dzonsons2009-09-231-1/+1
* Quotes sync'd with newest groff.Kristaps Dzonsons2009-09-231-1/+1
* Accent marks sync'd with current groff.Kristaps Dzonsons2009-09-221-1/+1
* Many more UTF-8 symbols in place.Kristaps Dzonsons2009-09-221-1/+1
* Many more characters for HMTL (mostly Greek).Kristaps Dzonsons2009-09-221-1/+1
* More html.Kristaps Dzonsons2009-09-171-28/+31
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-0/+201