aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* In -man -Tascii, support .sp with negative argument.Ingo Schwarze2012-07-132-74/+102
* The post_nm() validation function crashed when the first .Nm child nodeIngo Schwarze2012-07-123-17/+22
* Do not crash in -Tman on:Ingo Schwarze2012-07-121-9/+16
* Polish -Tman .Rs support.Ingo Schwarze2012-07-111-28/+68
* fix position and formatting of %U;Ingo Schwarze2012-07-112-5/+5
* basic implementation of -Tman .Bl -column using tbl(7); OpenBSD rev. 1.31Ingo Schwarze2012-07-111-6/+42
* basic implementation of -Tman .Bl -tagIngo Schwarze2012-07-101-6/+6
* multiple fixes to -Tascii .HP rendering:Ingo Schwarze2012-07-102-41/+58
* Remove a hack that was intended for groff-1.15 bug compatibility:Ingo Schwarze2012-07-101-7/+2
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-104-23/+153
* fix -Tascii .Fd line breakingIngo Schwarze2012-07-092-20/+37
* implement -Tman .Eo and .Ec; OpenBSD rev. 1.26Ingo Schwarze2012-07-091-4/+13
* Implement -Tman .Bf.Ingo Schwarze2012-07-091-6/+42
* fix -Tman font handling for:Ingo Schwarze2012-07-091-67/+147
* implement -Tman .No and .Mt; OpenBSD rev. 1.23Ingo Schwarze2012-07-091-15/+27
* fix .Lk for -Tascii and implement it for -TmanIngo Schwarze2012-07-082-19/+47
* fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze2012-07-081-12/+65
* implement -Tman .AnIngo Schwarze2012-07-082-3/+33
* Add flags to insert a .sp or .br request before the next output,Ingo Schwarze2012-07-081-50/+30
* Instead of adding one integer variable for each global boolean output flagIngo Schwarze2012-07-081-181/+177
* implement -Tman .VaIngo Schwarze2012-07-081-3/+3
* implement -Tman .Vt; OpenBSD rev. 1.15 and 1.16Ingo Schwarze2012-07-081-2/+42
* Basic implementation of -Tman .Fo and .Fa;Ingo Schwarze2012-07-081-17/+82
* rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze2012-07-071-3/+49
* basic support for -Tman .In; OpenBSD rev. 1.12Ingo Schwarze2012-07-071-2/+33
* after .Lb in library section, break the line in the final outputIngo Schwarze2012-07-071-2/+14
* implement -Tman .Bk; OpenBSD rev. 1.10Ingo Schwarze2012-07-071-5/+36
* implement -Tman .Sm; OpenBSD rev. 1.9Ingo Schwarze2012-07-071-4/+20
* implement -Tman .Bd -offset and -compact; OpenBSD rev. 1.8Ingo Schwarze2012-07-071-2/+36
* minor -mdoc -Tman fixesIngo Schwarze2012-07-071-3/+10
* 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