aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
Commit message (Expand)AuthorAgeFilesLines
...
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-231-38/+40
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-2/+5
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-2/+2
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-2/+3
* Fixed superfluous function declaration (spotted by Ulrich Sporlein).Kristaps Dzonsons2009-10-071-2/+1
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-2/+3
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-2/+3
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-2/+4
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-3/+11
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-2/+3
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-1/+2
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-181-2/+4
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-6/+5
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-2/+3
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-2/+2
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-2/+3
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-2/+3
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-2/+3
* Added pflags to man_alloc.Kristaps Dzonsons2009-03-251-2/+4
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-251-3/+3
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-2/+8
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-8/+3
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+97