summaryrefslogtreecommitdiffstats
path: root/man.h
Commit message (Expand)AuthorAgeFilesLines
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-231-1/+0
* Continue parser unification:Ingo Schwarze2017-04-241-44/+0
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-3/+0
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-1/+2
* Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze2015-04-231-1/+0
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-2/+0
* 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-10/+1
* Second step towards parser unification:Ingo Schwarze2015-04-021-70/+45
* First step towards parser unification:Ingo Schwarze2015-04-021-12/+1
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-1/+0
* For .RS, we need to save the information how much we actually indentedIngo Schwarze2014-12-241-0/+1
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-4/+0
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-281-1/+0
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-201-0/+1
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+1
* If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze2014-03-231-0/+2
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-0/+2
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-0/+2
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-0/+1
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-061-0/+1
* Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to beKristaps Dzonsons2011-03-231-0/+2
* Add some documentation and clean up mdoc.h/man.h.Kristaps Dzonsons2011-03-221-16/+1
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-221-9/+0
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-1/+1
* Clean up date handling,Ingo Schwarze2011-03-071-3/+2
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-091-0/+2
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-1/+2
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-0/+1
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-1/+5
* Whack MDOC_ACTED and MAN_ACTED (these no longer exist).Kristaps Dzonsons2010-12-261-1/+0
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-2/+0
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-0/+1
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-3/+0
* Revert merging of {mdoc,man}.h -> mandoc.h.Kristaps Dzonsons2010-10-041-1/+93
* Unify mdoc and man enums and structs into mandoc.h. This is part of theKristaps Dzonsons2010-10-021-78/+0
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-4/+1
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-1/+1
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-0/+1
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-1/+1
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-4/+2
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-1/+3
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-0/+1
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-6/+1
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-0/+1
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-1/+1
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-5/+0
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-1/+0
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-1/+1