summaryrefslogtreecommitdiffstats
path: root/man.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* End-of-sentence spacing for -man -Tascii.Kristaps Dzonsons2010-05-121-0/+1
* Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...Kristaps Dzonsons2010-05-091-1/+0
* Lint fixes.Kristaps Dzonsons2010-03-271-1/+1
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-0/+6
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-231-37/+39
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-1/+4
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-1/+1
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-1/+2
* Fixed superfluous function declaration (spotted by Ulrich Sporlein).Kristaps Dzonsons2009-10-071-1/+0
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-1/+2
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-1/+2
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-1/+3
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-2/+10
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+2
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-0/+1