Age | Commit message (Expand) | Author |
2012-07-09 | fix -Tascii .Fd line breaking | Ingo Schwarze |
2012-07-09 | implement -Tman .Eo and .Ec | Ingo Schwarze |
2012-07-09 | Implement -Tman .Bf. | Ingo Schwarze |
2012-07-09 | fix -Tman font handling for: | Ingo Schwarze |
2012-07-09 | implement -Tman .No and .Mt | Ingo Schwarze |
2012-07-08 | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze |
2012-07-08 | fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt | Ingo Schwarze |
2012-07-08 | implement -Tman .An | Ingo Schwarze |
2012-07-08 | Add flags to insert a .sp or .br request before the next output, | Ingo Schwarze |
2012-07-08 | Instead of adding one integer variable for each global boolean output flag | Ingo Schwarze |
2012-07-08 | implement -Tman .Va | Ingo Schwarze |
2012-07-08 | ouch, in the SYNOPSIS, .Vt is a block, | Ingo Schwarze |
2012-07-08 | implement -Tman .Vt | Ingo Schwarze |
2012-07-08 | Basic implementation of -Tman .Fo and .Fa; | Ingo Schwarze |
2012-07-07 | rudimentary support for -Tman .Ft and .Fn; | Ingo Schwarze |
2012-07-07 | basic support for -Tman .In | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-07-07 | Fix an assert() raised by `RS' when following `TP' without a tag. | Ingo Schwarze |
2012-07-07 | after .Lb in library section, break the line in the final output | Ingo Schwarze |
2012-07-07 | implement -Tman .Bk | Ingo Schwarze |
2012-07-07 | implement -Tman .Sm | Ingo Schwarze |
2012-07-07 | implement -Tman .Bd -offset and -compact | Ingo Schwarze |
2012-07-07 | minor -mdoc -Tman fixes | Ingo Schwarze |
2012-06-03 | Close a preceding implicit block before opening an explicit block. | Ingo Schwarze |
2012-06-02 | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze |
2012-06-02 | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze |
2012-05-31 | Fix blank line handling in .if. | Ingo Schwarze |
2012-05-28 | While i already got my fingers dirty on mandoc_escape(), | Ingo Schwarze |
2012-05-28 | Make recursive parsing of roff(7) escapes actually work in the general case, | Ingo Schwarze |
2012-05-28 | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze |
2012-05-27 | Fix the vertical spacing around tbl(7) instances in man(7). | Ingo Schwarze |
2012-05-26 | Correct width of horizontal spans; relevant in case of centered or | Ingo Schwarze |
2012-05-26 | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze |
2012-05-24 | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze |
2012-04-18 | backout non-portable code | Theo de Raadt |
2012-04-15 | Call this mandoc 1.12.1. | Ingo Schwarze |
2012-04-15 | Clean up code a bit by pushing warnings into a WARNING macro; from kristaps@. | Ingo Schwarze |
2012-04-15 | Simplify by not pre-filtering the result vector for satisfied matches: | Ingo Schwarze |
2012-04-15 | Handle multi-line NAME sections in man(7); from kristaps@. | Ingo Schwarze |
2012-04-15 | Two bugfixes regarding the -width and -offset macro arguments: | Ingo Schwarze |
2012-02-26 | Correct the expansion of -xbd5 | Philip Guenthe |
2012-02-26 | Don't silently skip non-ASCII characters, but replace them with ``?''. | Ingo Schwarze |
2012-02-26 | add a few libs and another arch found in NetBSD; from joerg@ | Ingo Schwarze |
2012-02-26 | Support .OP, one of the extended man macros; from kristaps@. | Ingo Schwarze |
2012-01-16 | Backout activation of the new apropos(1)/whatis(1)/makewhatis(8). | Ingo Schwarze |
2012-01-15 | Two details improving the quality of the Xenocara mandoc database, | Ingo Schwarze |
2012-01-14 | add/fix HISTORY and AUTHORS | Ingo Schwarze |
2012-01-10 | Continue using the traditional name makewhatis(8), | Ingo Schwarze |
2012-01-10 | Rename file from mandocdb.8; no change of content yet. | Ingo Schwarze |
2012-01-09 | Stop -W from complaining about MLINKs; only warn when a file | Ingo Schwarze |