| Commit message (Expand) | Author | Age | Files | Lines |
* | catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100 | Ingo Schwarze | 2012-05-31 | 1 | -1/+1 |
* | .if vertical spacing now fixed in OpenBSD | Ingo Schwarze | 2012-05-31 | 1 | -4/+0 |
* | clarify two entries related to roff(7) escapes | Ingo Schwarze | 2012-05-28 | 1 | -3/+4 |
* | Fix the vertical spacing around tbl(7) instances in man(7). | Ingo Schwarze | 2012-05-27 | 3 | -4/+12 |
* | Correct width of horizontal spans; relevant in case of centered or | Ingo Schwarze | 2012-05-27 | 1 | -3/+11 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 6 | -221/+71 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 10 | -23/+60 |
* | update Copyright years according to the CVS logs; no code change | Ingo Schwarze | 2012-05-27 | 6 | -7/+7 |
* | Horizontal spacing of tables was fixed | Ingo Schwarze | 2012-05-27 | 1 | -9/+0 |
* | The .\} -> .\& -> pset() bug reported by naddy has already been fixed; | Ingo Schwarze | 2012-05-27 | 1 | -9/+2 |
* | Discourage the use of esr's man-ext macros: | Ingo Schwarze | 2012-04-15 | 1 | -5/+2 |
* | The -width and -offset macro arguments consume the next argument | Ingo Schwarze | 2012-04-15 | 1 | -38/+4 |
* | Being reluctant to add yet more trailing whitespace, i rather back | Ingo Schwarze | 2012-04-15 | 1 | -8/+8 |
* | Some documentation nits. | Kristaps Dzonsons | 2012-03-25 | 3 | -13/+3 |
* | Fix lookup not to use full-out regexp search. | Kristaps Dzonsons | 2012-03-25 | 1 | -1/+1 |
* | FreeBSD, NetBSD and DragonFly use the same names as Linux. | Joerg Sonnenberger | 2012-03-24 | 1 | -1/+5 |
* | Forgot chdir(2) into volume path.VERSION.1.12.1 | Kristaps Dzonsons | 2012-03-24 | 1 | -0/+1 |
* | Small tweaks for release. | Kristaps Dzonsons | 2012-03-24 | 2 | -8/+11 |
* | Get ready for a version. | Kristaps Dzonsons | 2012-03-24 | 3 | -47/+33 |
* | Be insane. Make apropos(1) subsume man(1). | Kristaps Dzonsons | 2012-03-24 | 5 | -31/+119 |
* | Simplify by not pre-filtering the result vector for satisfied matches: | Kristaps Dzonsons | 2012-03-24 | 4 | -104/+114 |
* | Whitespace fix. | Kristaps Dzonsons | 2012-03-24 | 1 | -1/+1 |
* | Knock out useless & confusing whatis mode. | Kristaps Dzonsons | 2012-03-23 | 1 | -28/+8 |
* | Improve mandocdb's ability to handle NAME sections by sucking the entire | Kristaps Dzonsons | 2012-03-23 | 1 | -9/+57 |
* | Make the `-width' field to `Bl' not puke if it doesn't have an argument. | Kristaps Dzonsons | 2012-03-23 | 2 | -3/+8 |
* | Clean up code a bit by pushing warnings into WARNING macro. | Kristaps Dzonsons | 2012-03-23 | 1 | -63/+48 |
* | Merge some/most of schwarze@'s OpenBSD changes into mandoc: many more | Kristaps Dzonsons | 2012-03-23 | 2 | -116/+159 |
* | Remove some Mac OS crap in the Makefile. | Kristaps Dzonsons | 2012-03-23 | 1 | -6/+10 |
* | Don't run superfluous mkdir when installing. | Kristaps Dzonsons | 2012-03-23 | 1 | -1/+0 |
* | Revert to mandocdb.{index,db} for database files. | Kristaps Dzonsons | 2012-03-23 | 2 | -5/+6 |
* | two reminders | Ingo Schwarze | 2012-03-04 | 1 | -0/+3 |
* | Correct the expansion of -xbd5; | Ingo Schwarze | 2012-02-26 | 1 | -1/+1 |
* | Add mparse_readmem, which allows application to run the parser directly | Joerg Sonnenberger | 2012-02-16 | 2 | -41/+55 |
* | Don't silently skip non-ASCII characters, but replace them with ``?''. | Joerg Sonnenberger | 2012-02-05 | 1 | -4/+7 |
* | Add libquota | Joerg Sonnenberger | 2012-01-28 | 1 | -0/+1 |
* | Add libisns, libppath and libsaslc from NetBSD. Fix formatting of librt. | Joerg Sonnenberger | 2012-01-28 | 1 | -1/+4 |
* | Add x86 pseudo architecure | Joerg Sonnenberger | 2012-01-28 | 1 | -0/+1 |
* | Add entry about the .TP / .RS crash before I forget about it again. | Joerg Sonnenberger | 2012-01-23 | 1 | -0/+2 |
* | Reflect reality, mandoc_escape does not skip the "\" itself, but expects | Joerg Sonnenberger | 2012-01-13 | 1 | -1/+3 |
* | Fix previous such that all .It HEADs are unparsed, | Ingo Schwarze | 2012-01-05 | 1 | -10/+8 |
* | Local variable initialisation. | Kristaps Dzonsons | 2012-01-03 | 1 | -1/+1 |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 7 | -15/+104 |
* | Accommodate for ISO C11. groff applied the same `St' argument on | Kristaps Dzonsons | 2012-01-03 | 2 | -0/+3 |
* | `-diag' lists aren't parsed, unlike other list types. This fixes a TODO | Kristaps Dzonsons | 2012-01-02 | 2 | -6/+13 |
* | Fix ID vs. CLASS for man.cgi CSS selector on results table and vertically | Kristaps Dzonsons | 2011-12-31 | 1 | -3/+2 |
* | When parsing catpages, read from the first section (NAME, we hope) until | Kristaps Dzonsons | 2011-12-31 | 2 | -16/+44 |
* | Do not skip manuals shared across architectures when building databases. | Ingo Schwarze | 2011-12-28 | 1 | -3/+18 |
* | Update the whatis.db database format. | Ingo Schwarze | 2011-12-25 | 1 | -7/+11 |
* | State default usage before listing arguments of a utility. Inspired by a | Kristaps Dzonsons | 2011-12-25 | 6 | -64/+60 |
* | First memory leak in mandocdb.c freeing "struct of". Also properly | Kristaps Dzonsons | 2011-12-25 | 1 | -2/+7 |