| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix handling of paragraph macros inside lists: | Ingo Schwarze | 2012-07-18 | 6 | -12/+45 |
* | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze | 2012-07-18 | 3 | -14/+2 |
* | Always fix the man(7) subsection header (.SS) indent to 3n, | Ingo Schwarze | 2012-07-16 | 1 | -1/+1 |
* | In flush-left mode of both man(7) and mdoc(7), when an output line is broken | Ingo Schwarze | 2012-07-16 | 2 | -3/+8 |
* | For .El .sp, avoid the weird .sp -1v .PP .PP output sequence. | Ingo Schwarze | 2012-07-16 | 1 | -2/+3 |
* | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze | 2012-07-16 | 3 | -8/+42 |
* | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze | 2012-07-14 | 2 | -5/+17 |
* | In -Tman .Bl -compact, skip the blank line only before the first item | Ingo Schwarze | 2012-07-14 | 1 | -1/+2 |
* | Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@. | Ingo Schwarze | 2012-07-13 | 1 | -1/+10 |
* | If the tag in .Bl -tag .It would leave exactly one blank before the | Ingo Schwarze | 2012-07-13 | 1 | -27/+54 |
* | In -man -Tascii, support .sp with negative argument. | Ingo Schwarze | 2012-07-13 | 2 | -72/+100 |
* | The post_nm() validation function crashed when the first .Nm child node | Ingo Schwarze | 2012-07-12 | 3 | -14/+19 |
* | Do not crash in -Tman on: | Ingo Schwarze | 2012-07-12 | 1 | -8/+15 |
* | Polish -Tman .Rs support. | Ingo Schwarze | 2012-07-11 | 1 | -27/+67 |
* | fix position and formatting of %U; | Ingo Schwarze | 2012-07-11 | 2 | -3/+3 |
* | basic implementation of -Tman .Bl -column using tbl(7); OpenBSD rev. 1.31 | Ingo Schwarze | 2012-07-11 | 1 | -5/+41 |
* | basic implementation of -Tman .Bl -tag | Ingo Schwarze | 2012-07-10 | 1 | -5/+5 |
* | multiple fixes to -Tascii .HP rendering: | Ingo Schwarze | 2012-07-10 | 2 | -39/+56 |
* | Remove a hack that was intended for groff-1.15 bug compatibility: | Ingo Schwarze | 2012-07-10 | 1 | -6/+1 |
* | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze | 2012-07-10 | 4 | -19/+149 |
* | fix -Tascii .Fd line breaking | Ingo Schwarze | 2012-07-09 | 2 | -18/+35 |
* | implement -Tman .Eo and .Ec; OpenBSD rev. 1.26 | Ingo Schwarze | 2012-07-09 | 1 | -3/+12 |
* | Implement -Tman .Bf. | Ingo Schwarze | 2012-07-09 | 1 | -5/+41 |
* | fix -Tman font handling for: | Ingo Schwarze | 2012-07-09 | 1 | -66/+146 |
* | implement -Tman .No and .Mt; OpenBSD rev. 1.23 | Ingo Schwarze | 2012-07-09 | 1 | -14/+26 |
* | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze | 2012-07-08 | 2 | -17/+45 |
* | fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt | Ingo Schwarze | 2012-07-08 | 1 | -11/+64 |
* | implement -Tman .An | Ingo Schwarze | 2012-07-08 | 2 | -1/+31 |
* | Add flags to insert a .sp or .br request before the next output, | Ingo Schwarze | 2012-07-08 | 1 | -49/+29 |
* | Instead of adding one integer variable for each global boolean output flag | Ingo Schwarze | 2012-07-08 | 1 | -180/+176 |
* | implement -Tman .Va | Ingo Schwarze | 2012-07-08 | 1 | -2/+2 |
* | implement -Tman .Vt; OpenBSD rev. 1.15 and 1.16 | Ingo Schwarze | 2012-07-08 | 1 | -1/+41 |
* | Basic implementation of -Tman .Fo and .Fa; | Ingo Schwarze | 2012-07-08 | 1 | -16/+81 |
* | rudimentary support for -Tman .Ft and .Fn; | Ingo Schwarze | 2012-07-07 | 1 | -2/+48 |
* | basic support for -Tman .In; OpenBSD rev. 1.12 | Ingo Schwarze | 2012-07-07 | 1 | -1/+32 |
* | after .Lb in library section, break the line in the final output | Ingo Schwarze | 2012-07-07 | 1 | -1/+13 |
* | implement -Tman .Bk; OpenBSD rev. 1.10 | Ingo Schwarze | 2012-07-07 | 1 | -4/+35 |
* | implement -Tman .Sm; OpenBSD rev. 1.9 | Ingo Schwarze | 2012-07-07 | 1 | -3/+19 |
* | implement -Tman .Bd -offset and -compact; OpenBSD rev. 1.8 | Ingo Schwarze | 2012-07-07 | 1 | -1/+35 |
* | minor -mdoc -Tman fixes | Ingo Schwarze | 2012-07-07 | 1 | -2/+9 |
* | When i moved some low-level stuff from mdoc(7) and man(7) | Ingo Schwarze | 2012-06-20 | 2 | -20/+24 |
* | Add `cc' support. | Kristaps Dzonsons | 2012-06-12 | 7 | -33/+74 |
* | Fix typo (back-space -> backslash). | Kristaps Dzonsons | 2012-06-12 | 1 | -1/+1 |
* | Fix an assert() raised by `RS' when following `TP'. | Kristaps Dzonsons | 2012-06-12 | 2 | -7/+1 |
* | Allow compilation on Mac OSX. | Kristaps Dzonsons | 2012-06-09 | 2 | -0/+2 |
* | Stop producing xhtml/pdf/etc for webpage (logs indicate that nobody actually | Kristaps Dzonsons | 2012-06-09 | 2 | -124/+11 |
* | Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos | Kristaps Dzonsons | 2012-06-09 | 10 | -327/+127 |
* | While I'm rooting around, note that we depend on sqlite3 now, not berkeley. | Kristaps Dzonsons | 2012-06-09 | 1 | -7/+5 |
* | Remove catman(8): it's superfluous. | Kristaps Dzonsons | 2012-06-09 | 4 | -638/+5 |
* | Ths SYNCHRONOUS = off optimisation fails on my Mac OSX. Take it out until | Kristaps Dzonsons | 2012-06-09 | 1 | -0/+2 |