]> git.cameronkatri.com Git - mandoc.git/commit
Step 1 of restructuring: libmandoc.h. Move all compiler-set-specific
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 22 Mar 2011 09:48:13 +0000 (09:48 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 22 Mar 2011 09:48:13 +0000 (09:48 +0000)
commit8cafe46e0f7a316bcadbe50fbce61bdc8c06890d
tree6c67730b915e6daedf79462d2aae904483222842
parentac63529a8b2476460e44dd3856a710c41b10322b
Step 1 of restructuring: libmandoc.h.  Move all compiler-set-specific
stuff into libmandoc.h, including old mdoc.h/man.h/roff.h functions now
used by read.c.  The motivation behind this is to tighten the
relationship between the underlying compilers while keeping parse data
hidden from general callers (e.g., main.c).

While here, also move register values from mandoc.h into libmandoc.h as
noted by schwarze@.  See above for explanation.
eqn.c
libmandoc.h
man.h
mandoc.h
mdoc.h
roff.h
tbl.c