aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
Commit message (Expand)AuthorAgeFilesLines
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-1/+3
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-061-1/+2
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-1/+6
* If `Ns' is specified on its own line, it should be ignored. This isKristaps Dzonsons2011-02-021-1/+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
* Clarify what members may be NULL or not in calculating widths. MakeKristaps Dzonsons2011-01-101-11/+11
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-101-4/+3
* Remove delims from struct tbl (not used anywhere and never will be).Kristaps Dzonsons2011-01-061-2/+1
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-1/+3
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-041-1/+2
* Partial cleanup of argument count validation in mdoc(7):Ingo Schwarze2011-01-031-2/+3
* Make width calculations occur within tbl_term.c, not tbl.c. This allowsKristaps Dzonsons2011-01-031-4/+4
* Add some final bits necessary in the upcoming -Tascii tbl stuff.Kristaps Dzonsons2011-01-021-1/+6
* Churn to get parts of 'struct tbl' visible from mandoc.h: rename theKristaps Dzonsons2011-01-021-1/+16
* Add a warning if a data cell has no layout. Also make -Ttree show thisKristaps Dzonsons2011-01-011-1/+6
* Plug in the "head" concept for tables. A tbl_head specifies the fullKristaps Dzonsons2011-01-011-1/+21
* Make some bit-flags into enums as they should be. Make printing of -TtreeKristaps Dzonsons2011-01-011-9/+17
* Add documentation bits for libroff's new roff_span().Kristaps Dzonsons2011-01-011-1/+2
* Expose the parsed table API to the world and add accessors through theKristaps Dzonsons2010-12-311-1/+70
* 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
* 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-1/+2
* Bring schwarze@'s mandoc.h and main.c errors and warnings entirely in sync,Kristaps Dzonsons2010-12-061-43/+55
* 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-3/+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-3/+2
* Merge OpenBSD's `so' handling (plus some documentation). Great work toKristaps Dzonsons2010-12-011-1/+3
* 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
* Revert merging of {mdoc,man}.h -> mandoc.h.Kristaps Dzonsons2010-10-041-407/+29
* Unify mdoc and man enums and structs into mandoc.h. This is part of theKristaps Dzonsons2010-10-021-12/+401
* 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
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+13
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-201-1/+2
* Move register information into mandoc.h, which is where it should haveKristaps Dzonsons2010-07-051-4/+38
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-3/+2
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-011-3/+4
* improve error reporting:Ingo Schwarze2010-06-301-7/+11
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-121-1/+3
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-3/+3
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-3/+2
* Spelling patches provided by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-3/+3
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-311-2/+2