aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-276-14/+14
* Horizontal spacing of tables was fixedIngo Schwarze2012-05-271-10/+1
* The .\} -> .\& -> pset() bug reported by naddy has already been fixed;Ingo Schwarze2012-05-271-10/+3
* Discourage the use of esr's man-ext macros:Ingo Schwarze2012-04-151-7/+4
* The -width and -offset macro arguments consume the next argumentIngo Schwarze2012-04-151-39/+5
* Being reluctant to add yet more trailing whitespace, i rather backIngo Schwarze2012-04-151-9/+9
* Some documentation nits.Kristaps Dzonsons2012-03-253-17/+7
* Fix lookup not to use full-out regexp search.Kristaps Dzonsons2012-03-251-2/+2
* 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-1/+2
* Small tweaks for release.Kristaps Dzonsons2012-03-242-10/+13
* Get ready for a version.Kristaps Dzonsons2012-03-243-50/+36
* Be insane. Make apropos(1) subsume man(1).Kristaps Dzonsons2012-03-245-37/+125
* Simplify by not pre-filtering the result vector for satisfied matches:Kristaps Dzonsons2012-03-244-108/+118
* Whitespace fix.Kristaps Dzonsons2012-03-241-2/+2
* Knock out useless & confusing whatis mode.Kristaps Dzonsons2012-03-231-29/+9
* Improve mandocdb's ability to handle NAME sections by sucking the entireKristaps Dzonsons2012-03-231-10/+58
* Make the `-width' field to `Bl' not puke if it doesn't have an argument.Kristaps Dzonsons2012-03-232-5/+10
* Clean up code a bit by pushing warnings into WARNING macro.Kristaps Dzonsons2012-03-231-64/+49
* Merge some/most of schwarze@'s OpenBSD changes into mandoc: many moreKristaps Dzonsons2012-03-232-118/+161
* 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-7/+8
* two remindersIngo Schwarze2012-03-041-1/+4
* Correct the expansion of -xbd5;Ingo Schwarze2012-02-261-2/+2
* Add mparse_readmem, which allows application to run the parser directlyJoerg Sonnenberger2012-02-162-43/+57
* Don't silently skip non-ASCII characters, but replace them with ``?''.Joerg Sonnenberger2012-02-051-5/+8
* Add libquotaJoerg Sonnenberger2012-01-281-1/+2
* Add libisns, libppath and libsaslc from NetBSD. Fix formatting of librt.Joerg Sonnenberger2012-01-281-2/+5
* Add x86 pseudo architecureJoerg Sonnenberger2012-01-281-1/+2
* Add entry about the .TP / .RS crash before I forget about it again.Joerg Sonnenberger2012-01-231-1/+3
* Reflect reality, mandoc_escape does not skip the "\" itself, but expectsJoerg Sonnenberger2012-01-131-3/+5
* Fix previous such that all .It HEADs are unparsed,Ingo Schwarze2012-01-051-11/+9
* Local variable initialisation.Kristaps Dzonsons2012-01-031-2/+2
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-037-23/+112
* Accommodate for ISO C11. groff applied the same `St' argument onKristaps Dzonsons2012-01-032-3/+6
* `-diag' lists aren't parsed, unlike other list types. This fixes a TODOKristaps Dzonsons2012-01-022-8/+15
* Fix ID vs. CLASS for man.cgi CSS selector on results table and verticallyKristaps Dzonsons2011-12-311-3/+2
* When parsing catpages, read from the first section (NAME, we hope) untilKristaps Dzonsons2011-12-312-18/+46
* Do not skip manuals shared across architectures when building databases.Ingo Schwarze2011-12-281-4/+19
* Update the whatis.db database format.Ingo Schwarze2011-12-251-8/+12
* State default usage before listing arguments of a utility. Inspired by aKristaps Dzonsons2011-12-256-74/+70
* First memory leak in mandocdb.c freeing "struct of". Also properlyKristaps Dzonsons2011-12-251-3/+8
* Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.hKristaps Dzonsons2011-12-253-13/+29
* Use the traditional name "whatis.db" for the mandocdb(8) databases.Ingo Schwarze2011-12-255-19/+19
* For binary compatability of the databases across architectures,Ingo Schwarze2011-12-253-36/+31
* Implement test mode (makewhatis -t), required for pkg_create(8).Ingo Schwarze2011-12-252-219/+351
* Support leading, trailing and double colons in MANPATH to prepend,Kristaps Dzonsons2011-12-244-16/+88
* Do not cast void pointers to pointers requiring alignment.Ingo Schwarze2011-12-202-11/+20
* Give catman(8) the -C flag (like apropos and friends) and merge in someKristaps Dzonsons2011-12-182-7/+27