aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-1/+3
* If `Ns' is specified on its own line, it should be ignored. This isKristaps Dzonsons2011-02-021-1/+2
* Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze2011-01-251-6/+8
* Skip carriage return before newline, if any.Ingo Schwarze2011-01-241-4/+21
* When finding the roff .it request (line trap),Ingo Schwarze2011-01-221-2/+2
* Make out-of-context `fi' invocations not cause an error, but just aKristaps Dzonsons2011-01-121-1/+2
* Refactoring in preparation for .rm support:Ingo Schwarze2011-01-111-1/+2
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-101-4/+2
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-1/+2
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-041-1/+3
* Partial cleanup of argument count validation in mdoc(7):Ingo Schwarze2011-01-031-2/+3
* Make sure we don't continue recursively parsing once we've exited withKristaps Dzonsons2011-01-031-1/+9
* Add a warning if a data cell has no layout. Also make -Ttree show thisKristaps Dzonsons2011-01-011-1/+5
* More checks for proper table exit.Kristaps Dzonsons2011-01-011-5/+2
* Add documentation bits for libroff's new roff_span().Kristaps Dzonsons2011-01-011-1/+2
* Switch on tbl rows being added to the parse stream. Here we go!Kristaps Dzonsons2011-01-011-3/+14
* Merge, with considerable changes, tbl.bsd.lv's layout-handling code.Kristaps Dzonsons2010-12-291-1/+3
* Significant update to options handling, which now departs almostKristaps Dzonsons2010-12-291-1/+3
* Revert IGNPAR to a warning after clue-stick applied by schwarze@:Kristaps Dzonsons2010-12-221-2/+2
* Sane behaviour for the growing of very small buffers:Ingo Schwarze2010-12-211-2/+2
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-151-2/+2
* Abort endless loops during roff macro and string expansion.Ingo Schwarze2010-12-101-3/+12
* Bring schwarze@'s mandoc.h and main.c errors and warnings entirely in sync,Kristaps Dzonsons2010-12-061-44/+53
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-1/+2
* Merge schwarze@'s relaxation of scope-breaking rules: allow implicitKristaps Dzonsons2010-12-061-1/+2
* Remove long-standing FIXME regarding the consolidation of WIDTHARG andKristaps Dzonsons2010-12-051-2/+1
* Merge schwarze@'s patch to allow uname() to fail without causing an exit.Kristaps Dzonsons2010-12-051-2/+2
* Merge schwarze@'s changes allowing nested displays. Tweak the patch byKristaps Dzonsons2010-12-051-2/+2
* Track the parser status both per file (file_status), such thatIngo Schwarze2010-12-021-14/+19
* Fix enum/int mixing.Kristaps Dzonsons2010-12-011-3/+4
* Merge OpenBSD's `so' handling (plus some documentation). Great work toKristaps Dzonsons2010-12-011-1/+3
* Fix a subtle error in the new main.c where the parse type (mdoc/man) wasKristaps Dzonsons2010-12-011-86/+157
* Merge restructuring of main.c code. This provided by schwarze@ and inspectedKristaps Dzonsons2010-12-011-130/+214
* Re-ordering of roff requests as per OpenBSD.Kristaps Dzonsons2010-12-011-1/+2
* Remove left-over rsord[] in mdoc_actions.c.Kristaps Dzonsons2010-11-291-3/+2
* Use proper error for `An' multiple arguments.Kristaps Dzonsons2010-10-111-2/+2
* Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact isKristaps Dzonsons2010-09-271-1/+2
* If an explicit scope is still open at the end of an input file,Ingo Schwarze2010-09-261-3/+2
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-8/+9
* fix previous: when bailing out due to -Wstop,Ingo Schwarze2010-08-201-9/+9
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-230/+137
* Make sure we really throw away non-ASCII characters.Ingo Schwarze2010-08-081-3/+4
* Use 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld.Joerg Sonnenberger2010-07-291-1/+5
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-251-3/+12
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-201-1/+23
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-2/+3
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-2/+2
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-011-3/+4
* improve error reporting:Ingo Schwarze2010-06-301-28/+44