]> git.cameronkatri.com Git - mandoc.git/history - read.c
Add support for 1/2, 1/4, and 3/4 (needed by eqn).
[mandoc.git] / read.c
2011-07-21 Kristaps DzonsonsComplete eqn.7 parsing. Features all productions from...
2011-07-21 Kristaps DzonsonsSupport nested `{, }' subexpressions in eqn. Document...
2011-07-18 Kristaps DzonsonsForgot to add these bits to the last commit.
2011-07-18 Kristaps DzonsonsMake `struct roff' be passed into libmdoc and libman...
2011-07-17 Kristaps DzonsonsProvide implementations of `define', `set', and `unset'.
2011-07-17 Kristaps DzonsonsWarn if equation `define' key is quoted (groff-ism).
2011-05-26 Kristaps DzonsonsAt least in theory, this patch lets us compile on Windo...
2011-04-30 Kristaps DzonsonsNo code change: fixing spelling errors. From a patch...
2011-04-11 Kristaps DzonsonsIgnore \# lines alongside \". From groff(7):
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-04-04 Kristaps DzonsonsAdd config.h Glue for OpenIndiana (and older OpenSolari...
2011-04-03 Kristaps DzonsonsIf wlevel in mparse_alloc() is greater than MANDOCLEVEL...
2011-04-03 Kristaps DzonsonsAllow mparse_result() pointers to be NULL.
2011-03-31 Kristaps DzonsonsAllow a NULL mmsg passed to libmandoc.
2011-03-28 Kristaps DzonsonsPut mandocerrs and mandoclevels arrays into libmandoc...
2011-03-22 Kristaps DzonsonsAdd a FATAL error for when no manual type was assigned...
2011-03-22 Kristaps DzonsonsStep 2: blow away roff.h, as all of its functions have...
2011-03-20 Kristaps DzonsonsLet read.c worry about the currently-open file instead...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-20 Kristaps DzonsonsChange around include ordering for compilation on OpenBSD.
2011-03-20 Kristaps DzonsonsSplit the document parsing sequence out of main.c and...