summaryrefslogtreecommitdiffstats
path: root/man.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-181-1/+3
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-5/+4
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-1/+2
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-1/+1
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-1/+2
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-1/+2
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-1/+2
* Added pflags to man_alloc.Kristaps Dzonsons2009-03-251-1/+3
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-251-2/+2
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-1/+7
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-7/+2
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+97