| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge mdoc_action.c into mdoc_validate.c, because having two places to do |  schwarze | 2010-12-01 | 1 | -1063/+0 |
* | Downgrade nearly 20 ERRORS to WARNINGS. |  schwarze | 2010-10-26 | 1 | -8/+2 |
* | Do not throw FATAL errors when there is no need to: |  schwarze | 2010-10-24 | 1 | -6/+8 |
* | Support tbl(1) code embedded into mdoc(7) input files. |  schwarze | 2010-10-16 | 1 | -4/+23 |
* | Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release. |  schwarze | 2010-07-31 | 1 | -1/+13 |
* | Merge release 1.10.4 (all code by kristaps@), providing four new features: |  schwarze | 2010-07-13 | 1 | -26/+21 |
* | In the mdoc(7) parser, inspect roff registers early such that all parts |  schwarze | 2010-07-01 | 1 | -1/+12 |
* | merge release 1.10.2 |  schwarze | 2010-06-26 | 1 | -111/+74 |
* | Merge bsd.lv version 1.10.1 (to be released soon). |  schwarze | 2010-06-06 | 1 | -63/+11 |
* | Merge bsd.lv release 1.10.0, |  schwarze | 2010-06-06 | 1 | -2/+24 |
* | The input |  schwarze | 2010-05-24 | 1 | -3/+6 |
* | Increase performance by saving the list type in struct mdoc_node. |  schwarze | 2010-05-24 | 1 | -4/+59 |
* | Unified error and warning message system for all of mandoc, |  schwarze | 2010-05-23 | 1 | -22/+46 |
* | allow non-numeric manual sections in -mdoc; |  schwarze | 2010-05-15 | 1 | -20/+18 |
* | various improvements regarding errors and warnings Joerg Sonnenberger: |  schwarze | 2010-05-15 | 1 | -9/+22 |
* | Integrate kristaps@' end-of-sentence (EOS) framework |  schwarze | 2010-05-14 | 1 | -2/+1 |
* | Merge 1.9.25, keeping local patches; |  schwarze | 2010-05-14 | 1 | -2/+2 |
* | merge 1.9.24, keeping local patches; some changes: |  schwarze | 2010-05-14 | 1 | -5/+5 |
* | Merge the good parts of 1.9.23, |  schwarze | 2010-04-07 | 1 | -22/+7 |
* | Make sure we never stay in SEC_NONE when passing by .Sh. |  schwarze | 2010-04-04 | 1 | -2/+2 |
* | merge 1.9.22, keeping local patches |  schwarze | 2010-04-02 | 1 | -2/+3 |
* | Proper inter-sentence spacing for mdoc(7). |  schwarze | 2010-03-02 | 1 | -1/+2 |
* | sync to 1.9.13: minor fixes: |  schwarze | 2009-12-23 | 1 | -4/+5 |
* | sync to 1.9.12, mostly portability and refactoring: |  schwarze | 2009-12-22 | 1 | -154/+174 |
* | sync to 1.9.11: adapt printing of dates to groff conventions, |  schwarze | 2009-10-27 | 1 | -5/+22 |
* | sync to 1.9.6: multiple improvements to references (.Rs) |  schwarze | 2009-10-19 | 1 | -4/+87 |
* | sync to 1.9.6: do not die from .Bd -literal -offset w/o arg (and similar) |  schwarze | 2009-10-19 | 1 | -12/+49 |
* | sync to 1.9.5: lookup hashes are now static tables |  schwarze | 2009-09-21 | 1 | -3/+3 |
* | sync to 1.9.1: .Rv and .Ex accept multiple arguments |  schwarze | 2009-08-22 | 1 | -188/+173 |
* | sync to 1.8.4: LLVM findings from <uqs at spoerlein dot net> |  schwarze | 2009-08-22 | 1 | -3/+8 |
* | sync to 1.8.4: do not error out in case of out-of-order prologue macros |  schwarze | 2009-08-22 | 1 | -2/+4 |
* | sync to 1.8.3: .Pa without arguments is a synonym for .Pa ~ |  schwarze | 2009-08-09 | 1 | -6/+6 |
* | sync to 1.8.1: support .br and .sp |  schwarze | 2009-07-26 | 1 | -1/+3 |
* | sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdoc |  schwarze | 2009-07-18 | 1 | -15/+91 |
* | sync to 1.7.23: pass warning code to mdoc_pwarn() instead of warning message |  schwarze | 2009-07-12 | 1 | -39/+5 |
* | sync to 1.7.23: pass error code to mdoc_perr() instead of error string |  schwarze | 2009-07-12 | 1 | -29/+1 |
* | sync to 1.7.23: pass error code to mdoc_nerr() instead of error string |  schwarze | 2009-07-12 | 1 | -26/+26 |
* | sync to 1.7.23: unify the various "enum merr" into libman.h and libmdoc.h, |  schwarze | 2009-07-12 | 1 | -8/+1 |
* | sync to 1.7.21: convert the last plain mdoc_err() in this file to verr(); |  schwarze | 2009-07-06 | 1 | -2/+6 |
* | sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual. |  schwarze | 2009-06-27 | 1 | -3/+3 |
* | sync to 1.7.20: like for the -man case, add an nchild counter to the -mdoc |  schwarze | 2009-06-23 | 1 | -6/+6 |
* | sync to 1.7.19: simplify code; no functional change |  schwarze | 2009-06-21 | 1 | -4/+3 |
* | sync to 1.7.19: .Bl -column now correctly handles tail entries, |  schwarze | 2009-06-21 | 1 | -1/+52 |
* | sync to 1.7.19: more elegant section handling |  schwarze | 2009-06-19 | 1 | -2/+2 |
* | sync to 1.7.19: improved comment handling |  schwarze | 2009-06-18 | 1 | -3/+2 |
* | sync to 1.7.16: make a couple of macros callable, reserve "|", |  schwarze | 2009-06-18 | 1 | -3/+26 |
* | sync to 1.7.16: comments, whitespace and spelling fixes; no functional change |  schwarze | 2009-06-14 | 1 | -13/+13 |
* | Initial check-in of mandoc for formatting manuals. ok deraadt@ |  kristaps | 2009-04-06 | 1 | -0/+783 |