summaryrefslogtreecommitdiffstats
path: root/read.c
Commit message (Expand)AuthorAgeFilesLines
* Put mandocerrs and mandoclevels arrays into libmandoc with accessorsKristaps Dzonsons2011-03-281-0/+131
* Add a FATAL error for when no manual type was assigned (you can repeatKristaps Dzonsons2011-03-221-7/+2
* Step 2: blow away roff.h, as all of its functions have been moved intoKristaps Dzonsons2011-03-221-1/+0
* Let read.c worry about the currently-open file instead of having thisKristaps Dzonsons2011-03-201-12/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-26/+61
* Change around include ordering for compilation on OpenBSD.Kristaps Dzonsons2011-03-201-1/+1
* Split the document parsing sequence out of main.c and into read.c,Kristaps Dzonsons2011-03-201-0/+611