aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* When i moved some low-level stuff from mdoc(7) and man(7)Ingo Schwarze2012-06-202-24/+28
* Add `cc' support.Kristaps Dzonsons2012-06-127-40/+81
* Fix typo (back-space -> backslash).Kristaps Dzonsons2012-06-121-3/+3
* Fix an assert() raised by `RS' when following `TP'.Kristaps Dzonsons2012-06-122-9/+3
* Allow compilation on Mac OSX.Kristaps Dzonsons2012-06-092-2/+4
* Stop producing xhtml/pdf/etc for webpage (logs indicate that nobody actuallyKristaps Dzonsons2012-06-092-125/+12
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-0910-335/+135
* While I'm rooting around, note that we depend on sqlite3 now, not berkeley.Kristaps Dzonsons2012-06-091-8/+6
* Remove catman(8): it's superfluous.Kristaps Dzonsons2012-06-094-639/+6
* Ths SYNCHRONOUS = off optimisation fails on my Mac OSX. Take it out untilKristaps Dzonsons2012-06-091-1/+3
* Make test-ohash.c work on OpenBSD (it now works on have/havenots of OpenBSDKristaps Dzonsons2012-06-091-1/+1
* Add a compatibility interface for ohash.Kristaps Dzonsons2012-06-096-5/+449
* Turn off sqlite3 synchronous mode when creating a new database.Kristaps Dzonsons2012-06-082-40/+56
* Allow mansearch to fail if invariancy (cwd) is violated. Also be moreKristaps Dzonsons2012-06-081-21/+35
* Use C99 syntax for declaring the string-hash key array.Kristaps Dzonsons2012-06-081-4/+4
* Remove lint from Makefile.Kristaps Dzonsons2012-06-084-1205/+41
* Flip apropos to use mansearch instead of apropos_db.Kristaps Dzonsons2012-06-083-261/+236
* Re-tooled mandocdb using sqlite3 and ohash.Kristaps Dzonsons2012-06-083-1501/+1436
* Add a new mansearch.h interface, which replaces apropos_db.cKristaps Dzonsons2012-06-082-0/+474
* Use size_t in catman to match manpath.h.Kristaps Dzonsons2012-06-081-2/+3
* Use size_t in manpath instead of int.Kristaps Dzonsons2012-06-082-8/+8
* forgot to commit one request bu espie@Ingo Schwarze2012-06-051-1/+4
* Close a preceding implicit block before opening an explicit block.Ingo Schwarze2012-06-031-17/+29
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-027-11/+33
* Fix blank line handling in .if.Ingo Schwarze2012-05-311-34/+25
* While i already got my fingers dirty on mandoc_escape(),Ingo Schwarze2012-05-311-68/+65
* Make recursive parsing of roff(7) escapes actually work in the general case,Ingo Schwarze2012-05-311-118/+37
* Implement the roff \z escape sequence, intended to output the nextIngo Schwarze2012-05-316-45/+131
* catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100Ingo Schwarze2012-05-311-2/+2
* .if vertical spacing now fixed in OpenBSDIngo Schwarze2012-05-311-5/+1
* clarify two entries related to roff(7) escapesIngo Schwarze2012-05-281-4/+5
* Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze2012-05-273-7/+15
* Correct width of horizontal spans; relevant in case of centered orIngo Schwarze2012-05-271-4/+12
* Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze2012-05-276-227/+77
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze2012-05-2710-34/+71
* 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