Age | Commit message (Expand) | Author |
2009-07-12 | sync to 1.7.23: pass error code to mdoc_nerr() instead of error string | Ingo Schwarze |
2009-07-12 | sync to 1.7.23: unify the various "enum merr" into libman.h and libmdoc.h, | Ingo Schwarze |
2009-07-12 | sync to 1.7.23: third step to get rid of enum mdoc_warn: | Ingo Schwarze |
2009-07-12 | sync to 1.7.23: second step to get rid of enum mdoc_warn: | Ingo Schwarze |
2009-07-12 | sync to 1.7.23: first step to get rid of enum mdoc_warn: | Ingo Schwarze |
2009-07-08 | sync to 1.7.23: fixed const-nesses | Ingo Schwarze |
2009-07-08 | sync to 1.7.21: unified escape sequence validation for mdoc and man | Ingo Schwarze |
2009-07-07 | sync to 1.7.21: provide WESCAPE and MAN_IGN_ESCAPE, | Ingo Schwarze |
2009-07-07 | The word "indent" has a special meaning in ".Bd -tag -offset indent", | Ingo Schwarze |
2009-07-07 | sync to 1.7.21: kristaps@ seems to prefer British spelling... | Ingo Schwarze |
2009-07-07 | sync to 1.7.21: suboptarg is not portable to Linux; | Ingo Schwarze |
2009-07-07 | sync to 1.7.21: | Ingo Schwarze |
2009-07-06 | sync to 1.7.21: | Ingo Schwarze |
2009-07-06 | sync to 1.7.21: increment offset by the value of .Bd -offset | Ingo Schwarze |
2009-07-06 | .Bd -offset indent-two is two times 6, not two times 5 spaces | Ingo Schwarze |
2009-07-06 | remove unused WDEPCOL warning that became unused in 1.7.19 | Ingo Schwarze |
2009-07-06 | (1) exit with failure not success if options parsing fails; | Ingo Schwarze |
2009-07-06 | sync to 1.7.21: convert the last plain mdoc_err() in this file to verr(); | Ingo Schwarze |
2009-06-27 | Now in sync with 1.7.20, except that a few patches looking incorrect | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: minimum offset for .Bl -enum is 5 spaces, not 4 | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual. | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: .Bd -indent uses 6-space, not 5-space indent | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: .Bl -diag get two spaces after the tag | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: handle [01-9]+m -width specifiers | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: .D1 and .Dl use 6-space, not 5-space indent; | Ingo Schwarze |
2009-06-26 | the forms \*x, \*(xx and \*[xxx] are not deprecated, so revert most of 1.8; | Ingo Schwarze |
2009-06-24 | sync to 1.7.20: minimum requirements for -mdoc documents; | Ingo Schwarze |
2009-06-23 | fix three off-by-one errors in whitespace output | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: Document whitespace handling. | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: like for the -man case, add an nchild counter to the -mdoc | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: -man documents must contain .TH and may contain tab characters | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: fix .br support in -man | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: root and text validation for -man | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: error reporting functions for -man | Ingo Schwarze |
2009-06-21 | now in sync with release 1.7.19 | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: do not try to print_body() when there is none | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: bzero(PTR, ...) is simpler than memset(PTR, 0, ...) | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: make the declarations more readable | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: the static function fstdin was called from exactly one place | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: update and reorder COMPATIBILITY and CAVEATS | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: proper font decorations for special and .It characters | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: simplify code; no functional change | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: .Bl -column now correctly handles tail entries, | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: kristaps@ rewrote post_bf to reduce nesting | Ingo Schwarze |
2009-06-19 | sync to 1.7.19: more elegant section handling | Ingo Schwarze |
2009-06-19 | sync to 1.7.19: escape sequences of the forms \*x and \*(xx are deprecated | Ingo Schwarze |
2009-06-18 | sync to 1.7.19: comment cleanup; no functional change | Ingo Schwarze |
2009-06-18 | sync to 1.7.19: improved comment handling | Ingo Schwarze |
2009-06-18 | complete sync to 1.7.17: garbage collect unused functions | Ingo Schwarze |
2009-06-18 | sync to 1.7.16: Moved MDOC_TEXT type checks into assertions (should be | Ingo Schwarze |