summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_validate.c
AgeCommit message (Expand)Author
2010-05-26When a word does not fully fit onto the output line, but it containsIngo Schwarze
2010-05-24lift 64-byte max width for Sh (now BUFSIZ); from kristaps@Ingo Schwarze
2010-05-24Increase performance by saving the list type in struct mdoc_node.Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-15allow non-numeric manual sections in -mdoc;Ingo Schwarze
2010-05-15various improvements regarding errors and warnings Joerg Sonnenberger:Ingo Schwarze
2010-05-14Integrate kristaps@' end-of-sentence (EOS) frameworkIngo Schwarze
2010-05-14Merge 1.9.25, keeping local patches;Ingo Schwarze
2010-05-14merge 1.9.24, keeping local patches; some changes:Ingo Schwarze
2010-05-13Remove the command line option -fno-ign-chars.Ingo Schwarze
2010-04-07Merge the good parts of 1.9.23,Ingo Schwarze
2010-04-03no need to die from .Xr without arguments, we can just ignore itIngo Schwarze
2010-04-03When two conflicting list types are specified for the same list,Ingo Schwarze
2010-04-03* outside literal context in mdoc(7), handle blank lines like .PpIngo Schwarze
2010-04-02merge 1.9.22, keeping local patchesIngo Schwarze
2010-03-02Proper inter-sentence spacing for mdoc(7).Ingo Schwarze
2010-02-18sync to release 1.9.15:Ingo Schwarze
2010-01-01.Bl may have .Sm as a child.Ingo Schwarze
2009-12-23sync to 1.9.13: minor fixes:Ingo Schwarze
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-10-27sync to 1.9.11: adapt printing of dates to groff conventions,Ingo Schwarze
2009-10-21sync to 1.9.9, featuring:Ingo Schwarze
2009-10-19sync to 1.9.6: multiple improvements to references (.Rs)Ingo Schwarze
2009-08-22sync to 1.9.1: .Rv and .Ex accept multiple argumentsIngo Schwarze
2009-08-09sync to 1.8.4: correct error message to complain about .An line argumentsIngo Schwarze
2009-08-09sync to 1.8.3: In .Bl -column, handle one column in excess,Ingo Schwarze
2009-08-09sync to 1.8.2: more .Bl -column fixes, in particular:Ingo Schwarze
2009-07-26sync to 1.8.1: support .br and .spIngo Schwarze
2009-07-19The abbreviation for .Bf -symbolic is .Bf Sy, not .Bf Sm;Ingo Schwarze
2009-07-18sync to 1.8.0: a bad .St argument causes an error, not a warningIngo Schwarze
2009-07-18sync to 1.8.0: white space fixes, no code changeIngo Schwarze
2009-07-18sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocIngo Schwarze
2009-07-18sync to 1.8.0: avoid duplicate warning about a malformed NAME sectionIngo Schwarze
2009-07-18sync to 1.8.0: .Nd is now a BFI, was an ELEM,Ingo Schwarze
2009-07-13fix a trivial pasto that crept into 1.7.23; also submitted upstreamIngo Schwarze
2009-07-13sync to 1.7.24: mdoc_nwarn/mdoc_nerr got mixed up;Ingo Schwarze
2009-07-12sync to 1.7.24: make .In handling more similar to new groffIngo Schwarze
2009-07-12sync to 1.7.23: pass warning code to mdoc_pwarn() instead of warning messageIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_perr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_nerr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: unify the various "enum merr" into libman.h and libmdoc.h,Ingo Schwarze
2009-07-12sync to 1.7.23: third step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-12sync to 1.7.23: second step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-08sync to 1.7.21: unified escape sequence validation for mdoc and manIngo Schwarze
2009-07-06remove unused WDEPCOL warning that became unused in 1.7.19Ingo Schwarze
2009-06-26the forms \*x, \*(xx and \*[xxx] are not deprecated, so revert most of 1.8;Ingo Schwarze
2009-06-23sync to 1.7.20: like for the -man case, add an nchild counter to the -mdocIngo Schwarze
2009-06-21sync to 1.7.19: .Bl -column now correctly handles tail entries,Ingo Schwarze
2009-06-21sync to 1.7.19: kristaps@ rewrote post_bf to reduce nestingIngo Schwarze
2009-06-19sync to 1.7.19: more elegant section handlingIngo Schwarze