summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix -Tascii .Fd line breakingIngo Schwarze2012-07-092-18/+35
* implement -Tman .Eo and .Ec; OpenBSD rev. 1.26Ingo Schwarze2012-07-091-3/+12
* Implement -Tman .Bf.Ingo Schwarze2012-07-091-5/+41
* fix -Tman font handling for:Ingo Schwarze2012-07-091-66/+146
* implement -Tman .No and .Mt; OpenBSD rev. 1.23Ingo Schwarze2012-07-091-14/+26
* fix .Lk for -Tascii and implement it for -TmanIngo Schwarze2012-07-082-17/+45
* fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze2012-07-081-11/+64
* implement -Tman .AnIngo Schwarze2012-07-082-1/+31
* Add flags to insert a .sp or .br request before the next output,Ingo Schwarze2012-07-081-49/+29
* Instead of adding one integer variable for each global boolean output flagIngo Schwarze2012-07-081-180/+176
* implement -Tman .VaIngo Schwarze2012-07-081-2/+2
* implement -Tman .Vt; OpenBSD rev. 1.15 and 1.16Ingo Schwarze2012-07-081-1/+41
* Basic implementation of -Tman .Fo and .Fa;Ingo Schwarze2012-07-081-16/+81
* rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze2012-07-071-2/+48
* basic support for -Tman .In; OpenBSD rev. 1.12Ingo Schwarze2012-07-071-1/+32
* after .Lb in library section, break the line in the final outputIngo Schwarze2012-07-071-1/+13
* implement -Tman .Bk; OpenBSD rev. 1.10Ingo Schwarze2012-07-071-4/+35
* implement -Tman .Sm; OpenBSD rev. 1.9Ingo Schwarze2012-07-071-3/+19
* implement -Tman .Bd -offset and -compact; OpenBSD rev. 1.8Ingo Schwarze2012-07-071-1/+35
* minor -mdoc -Tman fixesIngo Schwarze2012-07-071-2/+9
* When i moved some low-level stuff from mdoc(7) and man(7)Ingo Schwarze2012-06-202-20/+24
* Add `cc' support.Kristaps Dzonsons2012-06-127-33/+74
* Fix typo (back-space -> backslash).Kristaps Dzonsons2012-06-121-1/+1
* Fix an assert() raised by `RS' when following `TP'.Kristaps Dzonsons2012-06-122-7/+1
* Allow compilation on Mac OSX.Kristaps Dzonsons2012-06-092-0/+2
* Stop producing xhtml/pdf/etc for webpage (logs indicate that nobody actuallyKristaps Dzonsons2012-06-092-124/+11
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-0910-327/+127
* While I'm rooting around, note that we depend on sqlite3 now, not berkeley.Kristaps Dzonsons2012-06-091-7/+5
* Remove catman(8): it's superfluous.Kristaps Dzonsons2012-06-094-638/+5
* Ths SYNCHRONOUS = off optimisation fails on my Mac OSX. Take it out untilKristaps Dzonsons2012-06-091-0/+2
* 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-3/+447
* Turn off sqlite3 synchronous mode when creating a new database.Kristaps Dzonsons2012-06-082-38/+54
* Allow mansearch to fail if invariancy (cwd) is violated. Also be moreKristaps Dzonsons2012-06-081-20/+34
* Use C99 syntax for declaring the string-hash key array.Kristaps Dzonsons2012-06-081-3/+3
* Remove lint from Makefile.Kristaps Dzonsons2012-06-084-1205/+41
* Flip apropos to use mansearch instead of apropos_db.Kristaps Dzonsons2012-06-083-258/+233
* Re-tooled mandocdb using sqlite3 and ohash.Kristaps Dzonsons2012-06-083-1497/+1432
* 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-1/+2
* Use size_t in manpath instead of int.Kristaps Dzonsons2012-06-082-6/+6
* forgot to commit one request bu espie@Ingo Schwarze2012-06-051-0/+3
* 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