summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.c
Commit message (Expand)AuthorAgeFilesLines
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-5/+5
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-14/+1
* Slow movement of internal allocations to fail completely.Kristaps Dzonsons2009-10-281-1/+74
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+3
* Fix for u_char, FreeBSD 7.2 (uqs@spoerlein.net).Kristaps Dzonsons2009-07-121-1/+3
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-0/+101