aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
Commit message (Expand)AuthorAgeFilesLines
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+1
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-2/+3
* Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze2015-04-231-2/+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-5/+5
* Third step towards parser unification:Ingo Schwarze2015-04-021-11/+2
* Second step towards parser unification:Ingo Schwarze2015-04-021-71/+46
* First step towards parser unification:Ingo Schwarze2015-04-021-13/+2
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-2/+1
* For .RS, we need to save the information how much we actually indentedIngo Schwarze2014-12-241-1/+2
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-5/+1
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-281-2/+1
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-201-1/+2
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+2
* If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze2014-03-231-1/+3
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-1/+3
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-1/+3
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-1/+2
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-061-1/+2
* Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to beKristaps Dzonsons2011-03-231-1/+3
* Add some documentation and clean up mdoc.h/man.h.Kristaps Dzonsons2011-03-221-17/+2
* 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-4/+3
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-091-1/+3
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-2/+3
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-1/+2
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-2/+6
* Whack MDOC_ACTED and MAN_ACTED (these no longer exist).Kristaps Dzonsons2010-12-261-2/+1
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-3/+1
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-1/+2
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-4/+1
* Revert merging of {mdoc,man}.h -> mandoc.h.Kristaps Dzonsons2010-10-041-2/+94
* Unify mdoc and man enums and structs into mandoc.h. This is part of theKristaps Dzonsons2010-10-021-79/+1
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-5/+2
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-2/+2
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-1/+2
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-2/+2
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-5/+3
* 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/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-7/+2
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-1/+2
* Allow roff_parseln() to be re-run.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-6/+1
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-2/+1
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-2/+2
* End-of-sentence spacing for -man -Tascii.Kristaps Dzonsons2010-05-121-1/+2
* Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...Kristaps Dzonsons2010-05-091-2/+1