summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Close a preceding implicit block before opening an explicit block.Ingo Schwarze2012-06-031-16/+28
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-027-3/+25
* Fix blank line handling in .if.Ingo Schwarze2012-05-311-33/+24
* While i already got my fingers dirty on mandoc_escape(),Ingo Schwarze2012-05-311-67/+64
* Make recursive parsing of roff(7) escapes actually work in the general case,Ingo Schwarze2012-05-311-117/+36
* Implement the roff \z escape sequence, intended to output the nextIngo Schwarze2012-05-316-39/+125
* catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100Ingo Schwarze2012-05-311-1/+1
* .if vertical spacing now fixed in OpenBSDIngo Schwarze2012-05-311-4/+0
* clarify two entries related to roff(7) escapesIngo Schwarze2012-05-281-3/+4
* Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze2012-05-273-4/+12
* Correct width of horizontal spans; relevant in case of centered orIngo Schwarze2012-05-271-3/+11
* Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze2012-05-276-221/+71
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze2012-05-2710-23/+60
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-276-7/+7
* Horizontal spacing of tables was fixedIngo Schwarze2012-05-271-9/+0
* The .\} -> .\& -> pset() bug reported by naddy has already been fixed;Ingo Schwarze2012-05-271-9/+2
* Discourage the use of esr's man-ext macros:Ingo Schwarze2012-04-151-5/+2
* The -width and -offset macro arguments consume the next argumentIngo Schwarze2012-04-151-38/+4
* Being reluctant to add yet more trailing whitespace, i rather backIngo Schwarze2012-04-151-8/+8
* Some documentation nits.Kristaps Dzonsons2012-03-253-13/+3
* Fix lookup not to use full-out regexp search.Kristaps Dzonsons2012-03-251-1/+1
* FreeBSD, NetBSD and DragonFly use the same names as Linux.Joerg Sonnenberger2012-03-241-1/+5
* Forgot chdir(2) into volume path.VERSION.1.12.1Kristaps Dzonsons2012-03-241-0/+1
* Small tweaks for release.Kristaps Dzonsons2012-03-242-8/+11
* Get ready for a version.Kristaps Dzonsons2012-03-243-47/+33
* Be insane. Make apropos(1) subsume man(1).Kristaps Dzonsons2012-03-245-31/+119
* Simplify by not pre-filtering the result vector for satisfied matches:Kristaps Dzonsons2012-03-244-104/+114
* Whitespace fix.Kristaps Dzonsons2012-03-241-1/+1
* Knock out useless & confusing whatis mode.Kristaps Dzonsons2012-03-231-28/+8
* Improve mandocdb's ability to handle NAME sections by sucking the entireKristaps Dzonsons2012-03-231-9/+57
* Make the `-width' field to `Bl' not puke if it doesn't have an argument.Kristaps Dzonsons2012-03-232-3/+8
* Clean up code a bit by pushing warnings into WARNING macro.Kristaps Dzonsons2012-03-231-63/+48
* Merge some/most of schwarze@'s OpenBSD changes into mandoc: many moreKristaps Dzonsons2012-03-232-116/+159
* Remove some Mac OS crap in the Makefile.Kristaps Dzonsons2012-03-231-6/+10
* Don't run superfluous mkdir when installing.Kristaps Dzonsons2012-03-231-1/+0
* Revert to mandocdb.{index,db} for database files.Kristaps Dzonsons2012-03-232-5/+6
* two remindersIngo Schwarze2012-03-041-0/+3
* Correct the expansion of -xbd5;Ingo Schwarze2012-02-261-1/+1
* Add mparse_readmem, which allows application to run the parser directlyJoerg Sonnenberger2012-02-162-41/+55
* Don't silently skip non-ASCII characters, but replace them with ``?''.Joerg Sonnenberger2012-02-051-4/+7
* Add libquotaJoerg Sonnenberger2012-01-281-0/+1
* Add libisns, libppath and libsaslc from NetBSD. Fix formatting of librt.Joerg Sonnenberger2012-01-281-1/+4
* Add x86 pseudo architecureJoerg Sonnenberger2012-01-281-0/+1
* Add entry about the .TP / .RS crash before I forget about it again.Joerg Sonnenberger2012-01-231-0/+2
* Reflect reality, mandoc_escape does not skip the "\" itself, but expectsJoerg Sonnenberger2012-01-131-1/+3
* Fix previous such that all .It HEADs are unparsed,Ingo Schwarze2012-01-051-10/+8
* Local variable initialisation.Kristaps Dzonsons2012-01-031-1/+1
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-037-15/+104
* Accommodate for ISO C11. groff applied the same `St' argument onKristaps Dzonsons2012-01-032-0/+3
* `-diag' lists aren't parsed, unlike other list types. This fixes a TODOKristaps Dzonsons2012-01-022-6/+13