Age | Commit message (Expand) | Author |
2010-05-26 | When a word does not fully fit onto the output line, but it contains | Ingo Schwarze |
2010-05-24 | lift 64-byte max width for Sh (now BUFSIZ); from kristaps@ | Ingo Schwarze |
2010-05-24 | Increase performance by saving the list type in struct mdoc_node. | Ingo Schwarze |
2010-05-23 | Unified error and warning message system for all of mandoc, | Ingo Schwarze |
2010-05-15 | allow non-numeric manual sections in -mdoc; | Ingo Schwarze |
2010-05-15 | various improvements regarding errors and warnings Joerg Sonnenberger: | Ingo Schwarze |
2010-05-14 | Integrate kristaps@' end-of-sentence (EOS) framework | Ingo Schwarze |
2010-05-14 | Merge 1.9.25, keeping local patches; | Ingo Schwarze |
2010-05-14 | merge 1.9.24, keeping local patches; some changes: | Ingo Schwarze |
2010-05-13 | Remove the command line option -fno-ign-chars. | Ingo Schwarze |
2010-04-07 | Merge the good parts of 1.9.23, | Ingo Schwarze |
2010-04-03 | no need to die from .Xr without arguments, we can just ignore it | Ingo Schwarze |
2010-04-03 | When 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 .Pp | Ingo Schwarze |
2010-04-02 | merge 1.9.22, keeping local patches | Ingo Schwarze |
2010-03-02 | Proper inter-sentence spacing for mdoc(7). | Ingo Schwarze |
2010-02-18 | sync to release 1.9.15: | Ingo Schwarze |
2010-01-01 | .Bl may have .Sm as a child. | Ingo Schwarze |
2009-12-23 | sync to 1.9.13: minor fixes: | Ingo Schwarze |
2009-12-22 | sync to 1.9.12, mostly portability and refactoring: | Ingo Schwarze |
2009-10-27 | sync to 1.9.11: adapt printing of dates to groff conventions, | Ingo Schwarze |
2009-10-21 | sync to 1.9.9, featuring: | Ingo Schwarze |
2009-10-19 | sync to 1.9.6: multiple improvements to references (.Rs) | Ingo Schwarze |
2009-08-22 | sync to 1.9.1: .Rv and .Ex accept multiple arguments | Ingo Schwarze |
2009-08-09 | sync to 1.8.4: correct error message to complain about .An line arguments | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: In .Bl -column, handle one column in excess, | Ingo Schwarze |
2009-08-09 | sync to 1.8.2: more .Bl -column fixes, in particular: | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: support .br and .sp | Ingo Schwarze |
2009-07-19 | The abbreviation for .Bf -symbolic is .Bf Sy, not .Bf Sm; | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: a bad .St argument causes an error, not a warning | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: white space fixes, no code change | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdoc | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: avoid duplicate warning about a malformed NAME section | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: .Nd is now a BFI, was an ELEM, | Ingo Schwarze |
2009-07-13 | fix a trivial pasto that crept into 1.7.23; also submitted upstream | Ingo Schwarze |
2009-07-13 | sync to 1.7.24: mdoc_nwarn/mdoc_nerr got mixed up; | Ingo Schwarze |
2009-07-12 | sync to 1.7.24: make .In handling more similar to new groff | Ingo Schwarze |
2009-07-12 | sync to 1.7.23: pass warning code to mdoc_pwarn() instead of warning message | Ingo Schwarze |
2009-07-12 | sync to 1.7.23: pass error code to mdoc_perr() instead of error string | Ingo Schwarze |
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-08 | sync to 1.7.21: unified escape sequence validation for mdoc and man | Ingo Schwarze |
2009-07-06 | remove unused WDEPCOL warning that became unused in 1.7.19 | Ingo Schwarze |
2009-06-26 | the forms \*x, \*(xx and \*[xxx] are not deprecated, so revert most of 1.8; | 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-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 |