summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_strings.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge version 1.10.10:schwarze2011-04-211-215/+0
* Correct Copyright lines in the rarely touched files:schwarze2010-07-311-2/+2
* Unified error and warning message system for all of mandoc,schwarze2010-05-231-1/+2
* mdoc_isdelim now returns enum mdelim, not int any more;schwarze2010-05-151-2/+2
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).schwarze2010-05-151-9/+9
* Merge 1.9.25, keeping local patches;schwarze2010-05-141-41/+39
* merge 1.9.24, keeping local patches; some changes:schwarze2010-05-141-3/+7
* Distinguish opening and closing delimiters, and close out blockschwarze2010-03-021-10/+6
* sync to 1.9.13: minor fixes:schwarze2009-12-231-23/+1
* sync to 1.9.12, mostly portability and refactoring:schwarze2009-12-221-2/+2
* sync to 1.9.11: adapt printing of dates to groff conventions,schwarze2009-10-271-1/+2
* sync to 1.9.1: sync mdoc manual structure to man manual structureschwarze2009-08-221-2/+4
* sync to 1.7.21: unified escape sequence validation for mdoc and manschwarze2009-07-081-78/+2
* sync to 1.7.19: bzero(PTR, ...) is simpler than memset(PTR, 0, ...)schwarze2009-06-211-2/+2
* sync to 1.7.19: more elegant section handlingschwarze2009-06-191-37/+28
* sync to 1.7.16: make a couple of macros callable, reserve "|",schwarze2009-06-181-1/+3
* fix Mdocdate broken in rev 1.2;schwarze2009-06-151-3/+3
* sync to 1.7.16: implement \~ and \^ escapes, and repair \(ssschwarze2009-06-151-3/+7
* sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeschwarze2009-06-141-14/+12
* Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps2009-04-061-0/+316