summaryrefslogtreecommitdiffstats
path: root/mandoc.c
Commit message (Expand)AuthorAgeFilesLines
* Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font...Kristaps Dzonsons2010-04-071-4/+4
* Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-01-051-2/+0
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-2/+2
* Documented that `\s' and `\f' don't work in HTML mode (and why).Kristaps Dzonsons2009-11-051-2/+79
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-0/+62
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-4/+4
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-13/+0
* Slow movement of internal allocations to fail completely.Kristaps Dzonsons2009-10-281-0/+73
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-0/+2
* Fix for u_char, FreeBSD 7.2 (uqs@spoerlein.net).Kristaps Dzonsons2009-07-121-0/+2
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-0/+101