summaryrefslogtreecommitdiffstats
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* mention requests and macros in more messagesIngo Schwarze2014-08-011-2/+2
* garbage collect three unused global flags; no functional changeIngo Schwarze2014-07-301-44/+7
* Simplify: replace one global flag by one local variable.Ingo Schwarze2014-07-301-11/+6
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-071-2/+2
* Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze2014-07-071-3/+3
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-3/+6
* Do not segfault in makewhatis -Q if the next .SH after .SH NAMEIngo Schwarze2014-05-071-3/+6
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-45/+29
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+1
* Skip leading escape sequences in man_deroff(). Helps indexing ofIngo Schwarze2014-03-231-4/+11
* If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze2014-03-231-0/+40
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze2014-01-061-0/+1
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-1/+9
* Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze2013-12-311-1/+1
* Ignore blank lines right after .SH and .SS.Ingo Schwarze2013-11-101-5/+11
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-1/+2
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-125/+125
* Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze2012-07-141-2/+3
* Add `cc' support.Kristaps Dzonsons2012-06-121-1/+1
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-1/+1
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-1/+1
* Correctly handle constructs likeJoerg Sonnenberger2011-11-161-2/+7
* When the HEAD scope of .TP is broken by another block macro,Ingo Schwarze2011-11-071-1/+28
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-061-0/+8
* An implementation of `tr'. This routes allocations of TEXT nodesKristaps Dzonsons2011-07-281-1/+1
* Simply word allocation in libmdoc and libman.Kristaps Dzonsons2011-07-271-8/+1
* Finish the eqn syntactic parser. This correctly parses terms and doesKristaps Dzonsons2011-07-211-2/+2
* Make `struct roff' be passed into libmdoc and libman upon creation.Kristaps Dzonsons2011-07-181-2/+2
* Make libman use mandoc_getcontrol() for real this time.Kristaps Dzonsons2011-03-291-46/+22
* Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to beKristaps Dzonsons2011-03-231-0/+17
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-0/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-21/+6
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-171-2/+2
* Clean up date handling,Ingo Schwarze2011-03-071-3/+3
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-091-0/+16
* Put tbl_alloc function right into the addspan() one, as this is the onlyKristaps Dzonsons2011-02-081-18/+8
* Use tbl_span line number for warnings/errors.Kristaps Dzonsons2011-02-061-1/+1
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-061-2/+1
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-8/+15
* Same treatment for MAN_HALT as for MDOC_HALT.Kristaps Dzonsons2011-01-031-9/+9
* Make -Ttree spit out table columns.Kristaps Dzonsons2011-01-011-0/+1
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-22/+56
* Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values).Kristaps Dzonsons2011-01-011-6/+6
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-4/+4
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-1/+1
* Allow multiple ELINE macros without raising a fatal error. From a field-Kristaps Dzonsons2010-12-061-25/+9
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-2/+1
* Kill man_action.c.Kristaps Dzonsons2010-11-301-2/+0
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-26/+6