aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
Commit message (Expand)AuthorAgeFilesLines
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+1
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-1/+7
* Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze2015-04-231-9/+1
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-3/+1
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-4/+4
* Third step towards parser unification:Ingo Schwarze2015-04-021-12/+2
* Second step towards parser unification:Ingo Schwarze2015-04-021-211/+129
* First step towards parser unification:Ingo Schwarze2015-04-021-16/+4
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-5/+5
* Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze2015-02-051-2/+1
* Use relative offsets instead of absolute pointers for the terminalIngo Schwarze2015-01-311-2/+2
* The code is already careful to not add items to lists that wereIngo Schwarze2014-12-181-1/+2
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-5/+1
* Partial implementation of .Bd -centered.Ingo Schwarze2014-07-291-2/+2
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-1/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-10/+10
* Support the CONTEXT section for kernel manual pages found in Solaris andIngo Schwarze2014-03-311-1/+2
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+2
* If an .Nd block contains macros, avoid fragmented entries in mandocdb(8),Ingo Schwarze2014-03-231-1/+2
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-241-1/+2
* Improve formatting of badly nested font blocks.Ingo Schwarze2012-11-161-1/+2
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-101-1/+2
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-1/+3
* Add some documentation and clean up mdoc.h/man.h.Kristaps Dzonsons2011-03-221-117/+76
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-221-10/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-2/+2
* Clean up date handling,Ingo Schwarze2011-03-071-3/+3
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-1/+4
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-1/+2
* If %B is specified, quote %T. Noted by schwarze@ in the TODO.Kristaps Dzonsons2011-01-251-2/+2
* Add table processing structures to -mdoc. This consists of anKristaps Dzonsons2011-01-011-1/+5
* Whack MDOC_ACTED and MAN_ACTED (these no longer exist).Kristaps Dzonsons2010-12-261-2/+1
* Implement schwarze@'s much more elegant version of my %T/%J fix.Kristaps Dzonsons2010-12-251-2/+2
* Specifying both %T and %J in an `Rs' block causes the title to be quotedKristaps Dzonsons2010-12-251-1/+6
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-241-11/+2
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-7/+16
* Migrate `An' to use a pointer in its data, like everybody else. This isKristaps Dzonsons2010-12-161-2/+2
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-151-1/+2
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-151-2/+3
* Revert merging of {mdoc,man}.h -> mandoc.h.Kristaps Dzonsons2010-10-041-9/+386
* Unify mdoc and man enums and structs into mandoc.h. This is part of theKristaps Dzonsons2010-10-021-328/+1
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-6/+2
* Finally make mdoc argv CPP-defines into a proper enum.Kristaps Dzonsons2010-07-211-31/+32
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-041-1/+3
* Cached `An' arguments in struct mdoc_an. Note that this isn't aKristaps Dzonsons2010-07-021-1/+12
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-2/+14
* Lint fixes.Kristaps Dzonsons2010-07-021-2/+2
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-011-3/+3
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-1/+9