| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Backout previous. | Ingo Schwarze | 2010-08-21 | 1 | -13/+0 |
* | .Bl -column phrases ignore spacing rules for trailing punctuation | Ingo Schwarze | 2010-08-20 | 1 | -0/+13 |
* | Correctly print `Lk' arguments in -Tascii. Issue raised by Aldis Berzoja. | Kristaps Dzonsons | 2010-08-09 | 1 | -5/+7 |
* | merge from OpenBSD mdoc_term.c rev. 1.100: | Ingo Schwarze | 2010-08-07 | 1 | -2/+4 |
* | Fix how `Bd -unfilled' and `Bd -literal' break lines. This unbreaks | Kristaps Dzonsons | 2010-07-27 | 1 | -7/+3 |
* | `Ad' is supposed to underline. Found whilst trolling through manuals. | Kristaps Dzonsons | 2010-07-26 | 1 | -1/+1 |
* | In the SYNOPSIS, .Nm at the beginning of an input line starts | Ingo Schwarze | 2010-07-21 | 1 | -1/+2 |
* | Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't | Kristaps Dzonsons | 2010-07-19 | 1 | -1/+1 |
* | Fix spurrious newline emitted by `Pp' when specified before or after | Kristaps Dzonsons | 2010-07-19 | 1 | -0/+5 |
* | After .Sm on, spacing ought to restart right away, before the next token, | Ingo Schwarze | 2010-07-16 | 1 | -2/+4 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -1/+0 |
* | Proper `Bk -words' support: only suppress breaks within a line, but | Kristaps Dzonsons | 2010-07-06 | 1 | -0/+17 |
* | Assert my copyright, making it explicit that i'm granting the same license | Ingo Schwarze | 2010-07-04 | 1 | -1/+2 |
* | Cache column sizes and char pointer into mdoc_bl. Finally get rid of | Kristaps Dzonsons | 2010-07-04 | 1 | -27/+5 |
* | Allow empty `Fo' to get by without an assertion. | Kristaps Dzonsons | 2010-07-03 | 1 | -1/+3 |
* | Cached `An' arguments in struct mdoc_an. Note that this isn't a | Kristaps Dzonsons | 2010-07-02 | 1 | -15/+2 |
* | Stash `Bf' parameters into struct mdoc_bf. | Kristaps Dzonsons | 2010-07-02 | 1 | -15/+4 |
* | Lint fixes. | Kristaps Dzonsons | 2010-07-02 | 1 | -2/+5 |
* | Make struct_bl and struct_bd into pointers. This removes the need to do | Kristaps Dzonsons | 2010-07-01 | 1 | -22/+24 |
* | Improve .Nm indentation in the SYNOPSIS; | Ingo Schwarze | 2010-07-01 | 1 | -2/+42 |
* | More reality-checks for the p->end type. | Kristaps Dzonsons | 2010-07-01 | 1 | -1/+1 |
* | Support for badly nested blocks, written around the time of | Ingo Schwarze | 2010-06-29 | 1 | -7/+24 |
* | minor .Bk fixes: | Ingo Schwarze | 2010-06-27 | 1 | -3/+13 |
* | Following clue-stick applied by schwarze@, back out const-ness of regset | Kristaps Dzonsons | 2010-06-27 | 1 | -6/+6 |
* | Basic implementation of .Bk/.Ek; from OpenBSD. | Ingo Schwarze | 2010-06-27 | 1 | -1/+21 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -0/+1 |
* | Initial chunks for variable-width fonts. Pushes all width calculations | Kristaps Dzonsons | 2010-06-25 | 1 | -39/+41 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Remove arg_getattrs(), as we only have arg_getattr()-like calls now that | Kristaps Dzonsons | 2010-06-13 | 1 | -44/+14 |
* | Switch on cached -width usage in front-ends. | Kristaps Dzonsons | 2010-06-13 | 1 | -9/+10 |
* | Allow -width for lists to be cached in mdoc_bl. This requires some | Kristaps Dzonsons | 2010-06-13 | 1 | -0/+1 |
* | Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaults | Kristaps Dzonsons | 2010-06-12 | 1 | -10/+10 |
* | Reverted to mdoc_term.c 1.149 (`It' does not inherit `Bl's cache, | Kristaps Dzonsons | 2010-06-12 | 1 | -7/+10 |
* | Moved `Bl -compact' into cached data. This allowed the removal of | Kristaps Dzonsons | 2010-06-12 | 1 | -10/+9 |
* | `Bl' is now using a struct instead of a single enum mdoc_list for its | Kristaps Dzonsons | 2010-06-12 | 1 | -4/+5 |
* | Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed in | Kristaps Dzonsons | 2010-06-12 | 1 | -18/+15 |
* | Added enum mdoc_disp (similar to enum mdoc_list). Display types are now | Kristaps Dzonsons | 2010-06-12 | 1 | -41/+6 |
* | Fix a regression that crept in in man_term.c 1.73 and mdoc_term.c 1.144. | Ingo Schwarze | 2010-06-10 | 1 | -3/+2 |
* | Have the standard manpage header and footer print on every page of -Tps | Kristaps Dzonsons | 2010-06-09 | 1 | -6/+5 |
* | First check-in of PostScript output. This does not change any logic | Kristaps Dzonsons | 2010-06-07 | 1 | -6/+14 |
* | Normalise SYNOPSIS behaviour after I gave up on following groff's | Kristaps Dzonsons | 2010-06-07 | 1 | -76/+90 |
* | Merge a fix to avoid a regression in OpenBSD: | Ingo Schwarze | 2010-06-06 | 1 | -0/+3 |
* | Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'. | Kristaps Dzonsons | 2010-06-06 | 1 | -32/+32 |
* | Fix following the first: `Ft' is given special treatment if specified before | Kristaps Dzonsons | 2010-06-04 | 1 | -1/+3 |
* | Fixed `Fn' newline behaviour and added some regression tests to this | Kristaps Dzonsons | 2010-06-04 | 1 | -2/+9 |
* | Documented `In' in full. | Kristaps Dzonsons | 2010-06-04 | 1 | -17/+14 |
* | Fixed `Fd' to format in the right way. Found when confused by what the | Kristaps Dzonsons | 2010-06-04 | 1 | -5/+0 |
* | De Morgan's law not being applied properly. Noted by Ulrich Spoerlein. | Kristaps Dzonsons | 2010-06-01 | 1 | -1/+1 |
* | Remove enum mdocargerr from phrase() (unused). | Kristaps Dzonsons | 2010-05-31 | 1 | -0/+1 |
* | Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This | Kristaps Dzonsons | 2010-05-30 | 1 | -16/+24 |