aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-5/+9
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-1/+3
* Clean up the warnings related to document structure.Ingo Schwarze2014-07-011-3/+3
* Start systematic improvements of error reporting.Ingo Schwarze2014-06-201-3/+5
* Fix a minor optimization i broke in rev. 1.163 on August 20, 2010:Ingo Schwarze2014-04-251-2/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-90/+67
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-2/+2
* If an .Nd block contains macros, avoid fragmented entries in mandocdb(8),Ingo Schwarze2014-03-231-1/+41
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-231-5/+2
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+2
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-3/+11
* Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze2013-12-311-2/+2
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-241-1/+2
* There are three kinds of input lines: text lines, macros takingIngo Schwarze2013-10-211-2/+19
* Support setting arbitrary roff(7) number registers,Ingo Schwarze2013-10-051-7/+5
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-141/+141
* Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze2012-11-161-1/+4
* Fix handling of paragraph macros inside lists:Ingo Schwarze2012-07-181-2/+10
* The mdoc(7) \*(Ba predefined string actually forces roman font;Ingo Schwarze2012-07-181-2/+2
* Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze2012-07-161-2/+3
* Add `cc' support.Kristaps Dzonsons2012-06-121-2/+2
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze2012-05-271-2/+3
* implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .spIngo Schwarze2011-09-301-1/+2
* An implementation of `tr'. This routes allocations of TEXT nodesKristaps Dzonsons2011-07-281-2/+2
* Simply word allocation in libmdoc and libman.Kristaps Dzonsons2011-07-271-9/+2
* Disable in-line eqn processing for a bit.Kristaps Dzonsons2011-07-271-2/+6
* First, roff_res() has no need to invoke ROFF_RERUN: since it's executedKristaps Dzonsons2011-07-271-6/+1
* Implement the first steps of equation parsing from within libmdoc.Kristaps Dzonsons2011-07-251-2/+54
* Finish the eqn syntactic parser. This correctly parses terms and doesKristaps Dzonsons2011-07-211-3/+3
* Make `struct roff' be passed into libmdoc and libman upon creation.Kristaps Dzonsons2011-07-181-5/+5
* Have libman and libmdoc use mandoc_getcontrol() to determine whether aKristaps Dzonsons2011-03-281-42/+25
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-1/+2
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-1/+45
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-23/+7
* Clean-up in libmdoc: fix last checks for mdoc_*msg return value, thenKristaps Dzonsons2011-03-171-3/+3
* Plug memory leak of normalised-date field.Kristaps Dzonsons2011-03-151-1/+3
* Clean up date handling,Ingo Schwarze2011-03-071-4/+5
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-1/+25
* Put tbl_alloc function right into the addspan() one, as this is the onlyKristaps Dzonsons2011-02-081-21/+10
* Use tbl_span line number for warnings/errors.Kristaps Dzonsons2011-02-061-3/+2
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-061-3/+2
* Clarified the role of MDOC_HALT in libmdoc functions by having accessorKristaps Dzonsons2011-01-031-10/+9
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-1/+3
* Add table processing structures to -mdoc. This consists of anKristaps Dzonsons2011-01-011-1/+37
* Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values).Kristaps Dzonsons2011-01-011-15/+17
* Specifying both %T and %J in an `Rs' block causes the title to be quotedKristaps Dzonsons2010-12-251-1/+3
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-241-7/+45
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-23/+7
* Migrate `An' to use a pointer in its data, like everybody else. This isKristaps Dzonsons2010-12-161-1/+4
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-151-1/+3