]> git.cameronkatri.com Git - mandoc.git/history - read.c
Sync to OpenBSD:
[mandoc.git] / read.c
2014-01-06 Ingo SchwarzeAnother 25% speedup for mandocdb(8) -Q mode, found...
2014-01-06 Ingo SchwarzeJoerg Sonnenberger contributed copyrightable amounts...
2014-01-05 Ingo SchwarzeAdd an option -Q (quick) to mandocdb(8)
2014-01-02 Ingo SchwarzeSince the functions in read.c are part of the mandoc...
2013-09-16 Ingo SchwarzeOne of the WARNING messages has to use the word "sectio...
2013-07-13 Ingo SchwarzeRudimentary implementation of the .it request (input...
2013-06-02 Ingo SchwarzeSync to OpenBSD, no functional change:
2013-06-01 Ingo SchwarzeThis file contains too much complexity.
2013-05-30 Ingo SchwarzeReject non-printable characters found in the input...
2012-11-19 Ingo SchwarzeDo not crash on stray .Ta macros found outside column...
2012-11-19 Ingo SchwarzeIn groff, trying to redefine standard man(7) macros...
2012-11-16 Ingo SchwarzeWarn about unknown volume or arch in Dt macro arguments;
2012-07-18 Ingo SchwarzeFix handling of paragraph macros inside lists:
2012-07-12 Ingo SchwarzeThe post_nm() validation function crashed when the...
2012-05-27 Ingo SchwarzeSupport -Ios='OpenBSD 5.1' to override uname(3) as...
2012-02-16 Joerg SonnenbergerAdd mparse_readmem, which allows application to run...
2012-02-05 Joerg SonnenbergerDon't silently skip non-ASCII characters, but replace...
2011-11-07 Ingo SchwarzeWhen the HEAD scope of .TP is broken by another block...
2011-10-08 Kristaps DzonsonsCritical fix in the new -Tman lookaside buffer code... VERSION_1_12_0
2011-10-06 Kristaps DzonsonsIf -Tman is specified and input is -man, echo the prepr...
2011-07-23 Kristaps DzonsonsAdd support for tdefine and ndefine. Consolidate some...
2011-07-22 Kristaps DzonsonsAdd support for `gsize' eqn token (introduced in second...
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...