aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-126/+126
* Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze2012-07-141-3/+4
* Add `cc' support.Kristaps Dzonsons2012-06-121-2/+2
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-2/+2
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-2/+2
* Correctly handle constructs likeJoerg Sonnenberger2011-11-161-3/+8
* When the HEAD scope of .TP is broken by another block macro,Ingo Schwarze2011-11-071-2/+29
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-061-1/+9
* 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
* 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-3/+3
* Make libman use mandoc_getcontrol() for real this time.Kristaps Dzonsons2011-03-291-47/+23
* Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to beKristaps Dzonsons2011-03-231-1/+18
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-1/+2
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-22/+7
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-171-3/+3
* Clean up date handling,Ingo Schwarze2011-03-071-4/+4
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-091-1/+17
* Put tbl_alloc function right into the addspan() one, as this is the onlyKristaps Dzonsons2011-02-081-19/+9
* Use tbl_span line number for warnings/errors.Kristaps Dzonsons2011-02-061-2/+2
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-061-3/+2
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-9/+16
* Same treatment for MAN_HALT as for MDOC_HALT.Kristaps Dzonsons2011-01-031-10/+10
* Make -Ttree spit out table columns.Kristaps Dzonsons2011-01-011-1/+2
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-23/+57
* Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values).Kristaps Dzonsons2011-01-011-7/+7
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-5/+5
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-2/+2
* Allow multiple ELINE macros without raising a fatal error. From a field-Kristaps Dzonsons2010-12-061-26/+10
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-3/+2
* Kill man_action.c.Kristaps Dzonsons2010-11-301-3/+1
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-27/+7
* simplify the code copying the macro name, and sync theIngo Schwarze2010-08-081-8/+8
* Clean out the isgraph() checks in mdoc.c and man.c. These code pathsKristaps Dzonsons2010-08-071-12/+2
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-1/+2
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-181-2/+2
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-3/+3
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-11/+9
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-5/+8
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-2/+4
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-1/+3
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-85/+30
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-2/+2
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-27/+31
* Fix allowing silly '\'' control character.Kristaps Dzonsons2010-05-161-2/+2
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-8/+2