aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_validate.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'. ThisKristaps Dzonsons2011-04-131-8/+5
* Remove a2roffdeco() and mandoc_special() functions and replace them withKristaps Dzonsons2011-04-091-25/+31
* Make empty sections and parts (SH, SS, RS) only produce a warning if itKristaps Dzonsons2011-03-221-3/+5
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-1/+2
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-10/+13
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-171-4/+3
* Clean up date handling,Ingo Schwarze2011-03-071-24/+16
* Allow -man to process EQN as well. Also fix a segfault in missing caseKristaps Dzonsons2011-02-091-1/+3
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-1/+3
* Refrain from throwing fatal errors forIngo Schwarze2011-01-171-34/+24
* Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. TheKristaps Dzonsons2011-01-121-31/+20
* Make out-of-context `fi' invocations not cause an error, but just aKristaps Dzonsons2011-01-121-2/+2
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-4/+12
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-3/+1
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-1/+56
* Make return(man_nmsg(...)) by a simple declaration.Kristaps Dzonsons2010-12-061-19/+21
* Allow HP/IP/etc. to have no arguments, as they're optional. From a field-Kristaps Dzonsons2010-12-061-4/+2
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-5/+1
* Move all man_action.c routines into man_validate.cKristaps Dzonsons2010-11-301-9/+192
* Quiesce Linux header-inclusion warnings.Kristaps Dzonsons2010-10-111-1/+2
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-7/+3
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-2/+2
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-5/+6
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-201-20/+26
* Notes: this must be done later. \b in the input will cause havoc.Kristaps Dzonsons2010-06-281-1/+6
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Squash bug noted by Ulrich Spoerlein where "-" were being converted toKristaps Dzonsons2010-06-091-4/+4
* Smarten BADCHAR check to allow ASCII_HYPH.Kristaps Dzonsons2010-05-251-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-30/+39
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-1/+2
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-24/+1
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-4/+2
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-2/+2
* Pulled back in mysterious lost le1 <-> eq0 for Sp macro.Kristaps Dzonsons2010-05-141-2/+2
* Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...Kristaps Dzonsons2010-05-091-4/+2
* 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