| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In the SYNOPSIS, .Nm at the beginning of an input line starts | Ingo Schwarze | 2010-07-21 | 1 | -1/+2 |
* | Accomodate for groff's crappy behaviour wherein an unrecognised | Kristaps Dzonsons | 2010-07-21 | 5 | -10/+22 |
* | Clarified mailing list purposes. | Kristaps Dzonsons | 2010-07-21 | 1 | -2/+2 |
* | Tidy up the www page. | Kristaps Dzonsons | 2010-07-21 | 2 | -92/+51 |
* | Nit-picking assign in decl. | Kristaps Dzonsons | 2010-07-21 | 1 | -1/+3 |
* | Lint-fixes (NetBSD). | Kristaps Dzonsons | 2010-07-21 | 1 | -5/+5 |
* | Finally make mdoc argv CPP-defines into a proper enum. | Kristaps Dzonsons | 2010-07-21 | 3 | -34/+37 |
* | The "wx" value is quite small, so use a u_short instead of a size_t. | Kristaps Dzonsons | 2010-07-21 | 1 | -7/+7 |
* | Strip non-graphable input characters from input. The manuals | Kristaps Dzonsons | 2010-07-20 | 4 | -38/+67 |
* | Use floating-point -Tps "moveto" arguments to smooth out column and row | Kristaps Dzonsons | 2010-07-20 | 1 | -4/+4 |
* | sync to OpenBSD: | Ingo Schwarze | 2010-07-19 | 1 | -18/+30 |
* | All macros in mdoc.7 are now documented. | Kristaps Dzonsons | 2010-07-19 | 1 | -14/+52 |
* | Finished document -mdoc macros. Note `br' and `sp' remain. | Kristaps Dzonsons | 2010-07-19 | 3 | -6/+124 |
* | Added documentation for several more macros. Only a few remaining! | Kristaps Dzonsons | 2010-07-19 | 1 | -109/+170 |
* | Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't | Kristaps Dzonsons | 2010-07-19 | 3 | -3/+2 |
* | Fix spurrious newline emitted by `Pp' when specified before or after | Kristaps Dzonsons | 2010-07-19 | 3 | -3/+10 |
* | Changed Unicode codepoint of left-arrow right-arrow to be the regular | Kristaps Dzonsons | 2010-07-19 | 1 | -2/+2 |
* | Note discarding of \m, \M, and \s in COMPATIBILITY sections. | Kristaps Dzonsons | 2010-07-19 | 2 | -1/+7 |
* | Remove \s TODO: these are intelligently ignored along with \m and \M. | Kristaps Dzonsons | 2010-07-19 | 1 | -9/+0 |
* | Removed \s documentation, as we (1) never supported it, and (2) never | Kristaps Dzonsons | 2010-07-19 | 2 | -51/+3 |
* | Double-up DECO_RESERVED switch branch for colours. | Kristaps Dzonsons | 2010-07-19 | 1 | -15/+5 |
* | Properly discard \m colour escapes. Noted by J.C. Roberts. | Kristaps Dzonsons | 2010-07-18 | 2 | -3/+16 |
* | Throw out a2roffdeco() in out.c for a readable version. The prior one | Kristaps Dzonsons | 2010-07-18 | 3 | -182/+151 |
* | Make "\ " produce non-breaking space. | Kristaps Dzonsons | 2010-07-18 | 2 | -3/+2 |
* | Text ending in a full stop, exclamation mark or question mark | Ingo Schwarze | 2010-07-18 | 5 | -15/+18 |
* | fixed .Sm spacing, but there are four new issues | Ingo Schwarze | 2010-07-18 | 1 | -10/+14 |
* | Clean up mandoc_special() (in order later to catch \m). It also flags | Kristaps Dzonsons | 2010-07-18 | 2 | -151/+64 |
* | Avoid letter-by-letter encoding by using strcspn() in term_word(). | Kristaps Dzonsons | 2010-07-17 | 1 | -7/+6 |
* | By letting strncmp() do its job and not helping it with a prior length | Kristaps Dzonsons | 2010-07-17 | 2 | -379/+378 |
* | Change chars.in HTML encoding to be a Unicode codepoint (int), which is | Kristaps Dzonsons | 2010-07-16 | 6 | -406/+461 |
* | Removed completed TODO. | Kristaps Dzonsons | 2010-07-16 | 1 | -4/+0 |
* | Fixed dquote to be \*q. | Kristaps Dzonsons | 2010-07-16 | 1 | -2/+2 |
* | Fix which escapes are used to format \". | Kristaps Dzonsons | 2010-07-16 | 1 | -2/+2 |
* | After .Sm on, spacing ought to restart right away, before the next token, | Ingo Schwarze | 2010-07-16 | 1 | -2/+4 |
* | document .Sm; prodded by kristaps@ | Ingo Schwarze | 2010-07-15 | 1 | -0/+12 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 17 | -17/+16 |
* | Pre-tag checkin of release bits and shortlist.VERSION.1.10.4 | Kristaps Dzonsons | 2010-07-11 | 2 | -2/+23 |
* | remove three issues fixed near the end of the c2k10 hackathon | Ingo Schwarze | 2010-07-11 | 1 | -17/+0 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 18 | -173/+137 |
* | Revert Makefile to using mandoc.c instead of libmandoc.c. Remove | Kristaps Dzonsons | 2010-07-06 | 2 | -401/+5 |
* | Resurrect mandoc.c after bogus removal (was: libmandoc.c). | Kristaps Dzonsons | 2010-07-06 | 1 | -0/+396 |
* | Give -T[x]html `Bk -words' capability. | Kristaps Dzonsons | 2010-07-06 | 3 | -6/+68 |
* | Brought function arguments and style in ine with term_word() in term.c | Kristaps Dzonsons | 2010-07-06 | 1 | -7/+7 |
* | Clarified `Bk' operation in mdoc.7. | Kristaps Dzonsons | 2010-07-06 | 1 | -10/+12 |
* | Documented `En', `Es', `Hf', `Ic', `Lp', `Nd', `No', `Oc', `Oo', `Op', | Kristaps Dzonsons | 2010-07-06 | 1 | -0/+109 |
* | Proper `Bk -words' support: only suppress breaks within a line, but | Kristaps Dzonsons | 2010-07-06 | 1 | -0/+17 |
* | Move register information into mandoc.h, which is where it should have | Kristaps Dzonsons | 2010-07-05 | 2 | -25/+37 |
* | Renamed mandoc.c to libmandoc.c. This is in the efforts of getting a | Kristaps Dzonsons | 2010-07-05 | 2 | -5/+5 |
* | Manual clean-ups. Add syntax message for `Bd', `Bk', and `Bl'. | Kristaps Dzonsons | 2010-07-05 | 1 | -15/+56 |
* | Remove caching TODO: this has been committed. | Kristaps Dzonsons | 2010-07-05 | 1 | -5/+0 |