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