summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.c
Commit message (Expand)AuthorAgeFilesLines
* Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-01-051-3/+1
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-3/+3
* Documented that `\s' and `\f' don't work in HTML mode (and why).Kristaps Dzonsons2009-11-051-3/+80
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-1/+63
* 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