summaryrefslogtreecommitdiffstatshomepage
path: root/man_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Modified version of Ingo Schwarze's patch so that -man doesn't puke when a TH...Kristaps Dzonsons2010-04-031-3/+14
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...Kristaps Dzonsons2010-03-291-2/+2
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-271-3/+22
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-1/+27
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-3/+6
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-4/+4
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-1/+5
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-2/+2
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-1/+2
* Removed number-check for `sp' in -Tman, as nroff accepts non-numerics as a si...Kristaps Dzonsons2009-10-181-35/+4
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-1/+2
* `RS' warns if empty body.Kristaps Dzonsons2009-08-211-2/+14
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-211-24/+12
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-2/+3
* libman checks for open explicit scopes on exit.Kristaps Dzonsons2009-08-191-3/+1
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-1/+5
* Fixed missing check for open ELINE scope in BLINE macro.Kristaps Dzonsons2009-08-181-7/+9
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-59/+160
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-5/+40
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-3/+18
* libman documents require `TH' and at least one node.Kristaps Dzonsons2009-06-221-3/+16
* Reverted max column width 80 -> 78 (schwarze@openbsd.org).Kristaps Dzonsons2009-06-221-1/+2
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-181-29/+3
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-181-15/+48
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-3/+2
* 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-1/+2
* 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-3/+4
* Fixed reading whitespace for man.7 `. TH'.Kristaps Dzonsons2009-03-261-4/+4
* *** empty log message ***Kristaps Dzonsons2009-03-251-2/+1
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-0/+134