summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_strings.c
AgeCommit message (Expand)Author
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-15mdoc_isdelim now returns enum mdelim, not int any more;Ingo Schwarze
2010-05-15Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo 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-03-02Distinguish opening and closing delimiters, and close out blockIngo 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-08-22sync to 1.9.1: sync mdoc manual structure to man manual structureIngo Schwarze
2009-07-08sync to 1.7.21: unified escape sequence validation for mdoc and manIngo Schwarze
2009-06-21sync to 1.7.19: bzero(PTR, ...) is simpler than memset(PTR, 0, ...)Ingo Schwarze
2009-06-19sync to 1.7.19: more elegant section handlingIngo Schwarze
2009-06-18sync to 1.7.16: make a couple of macros callable, reserve "|",Ingo Schwarze
2009-06-15fix Mdocdate broken in rev 1.2;Ingo Schwarze
2009-06-15sync to 1.7.16: implement \~ and \^ escapes, and repair \(ssIngo Schwarze
2009-06-14sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeIngo Schwarze
2009-04-06Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps