| Commit message (Expand) | Author | Age | Files | Lines |
* | fix -Tman font handling for: | Ingo Schwarze | 2012-07-09 | 1 | -66/+146 |
* | implement -Tman .No and .Mt; OpenBSD rev. 1.23 | Ingo Schwarze | 2012-07-09 | 1 | -14/+26 |
* | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze | 2012-07-08 | 2 | -17/+45 |
* | fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt | Ingo Schwarze | 2012-07-08 | 1 | -11/+64 |
* | implement -Tman .An | Ingo Schwarze | 2012-07-08 | 2 | -1/+31 |
* | Add flags to insert a .sp or .br request before the next output, | Ingo Schwarze | 2012-07-08 | 1 | -49/+29 |
* | Instead of adding one integer variable for each global boolean output flag | Ingo Schwarze | 2012-07-08 | 1 | -180/+176 |
* | implement -Tman .Va | Ingo Schwarze | 2012-07-08 | 1 | -2/+2 |
* | implement -Tman .Vt; OpenBSD rev. 1.15 and 1.16 | Ingo Schwarze | 2012-07-08 | 1 | -1/+41 |
* | Basic implementation of -Tman .Fo and .Fa; | Ingo Schwarze | 2012-07-08 | 1 | -16/+81 |
* | rudimentary support for -Tman .Ft and .Fn; | Ingo Schwarze | 2012-07-07 | 1 | -2/+48 |
* | basic support for -Tman .In; OpenBSD rev. 1.12 | Ingo Schwarze | 2012-07-07 | 1 | -1/+32 |
* | after .Lb in library section, break the line in the final output | Ingo Schwarze | 2012-07-07 | 1 | -1/+13 |
* | implement -Tman .Bk; OpenBSD rev. 1.10 | Ingo Schwarze | 2012-07-07 | 1 | -4/+35 |
* | implement -Tman .Sm; OpenBSD rev. 1.9 | Ingo Schwarze | 2012-07-07 | 1 | -3/+19 |
* | implement -Tman .Bd -offset and -compact; OpenBSD rev. 1.8 | Ingo Schwarze | 2012-07-07 | 1 | -1/+35 |
* | minor -mdoc -Tman fixes | Ingo Schwarze | 2012-07-07 | 1 | -2/+9 |
* | When i moved some low-level stuff from mdoc(7) and man(7) | Ingo Schwarze | 2012-06-20 | 2 | -20/+24 |
* | Add `cc' support. | Kristaps Dzonsons | 2012-06-12 | 7 | -33/+74 |
* | Fix typo (back-space -> backslash). | Kristaps Dzonsons | 2012-06-12 | 1 | -1/+1 |
* | Fix an assert() raised by `RS' when following `TP'. | Kristaps Dzonsons | 2012-06-12 | 2 | -7/+1 |
* | Allow compilation on Mac OSX. | Kristaps Dzonsons | 2012-06-09 | 2 | -0/+2 |
* | Stop producing xhtml/pdf/etc for webpage (logs indicate that nobody actually | Kristaps Dzonsons | 2012-06-09 | 2 | -124/+11 |
* | Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos | Kristaps Dzonsons | 2012-06-09 | 10 | -327/+127 |
* | While I'm rooting around, note that we depend on sqlite3 now, not berkeley. | Kristaps Dzonsons | 2012-06-09 | 1 | -7/+5 |
* | Remove catman(8): it's superfluous. | Kristaps Dzonsons | 2012-06-09 | 4 | -638/+5 |
* | Ths SYNCHRONOUS = off optimisation fails on my Mac OSX. Take it out until | Kristaps Dzonsons | 2012-06-09 | 1 | -0/+2 |
* | Make test-ohash.c work on OpenBSD (it now works on have/havenots of OpenBSD | Kristaps Dzonsons | 2012-06-09 | 1 | -1/+1 |
* | Add a compatibility interface for ohash. | Kristaps Dzonsons | 2012-06-09 | 6 | -3/+447 |
* | Turn off sqlite3 synchronous mode when creating a new database. | Kristaps Dzonsons | 2012-06-08 | 2 | -38/+54 |
* | Allow mansearch to fail if invariancy (cwd) is violated. Also be more | Kristaps Dzonsons | 2012-06-08 | 1 | -20/+34 |
* | Use C99 syntax for declaring the string-hash key array. | Kristaps Dzonsons | 2012-06-08 | 1 | -3/+3 |
* | Remove lint from Makefile. | Kristaps Dzonsons | 2012-06-08 | 4 | -1205/+41 |
* | Flip apropos to use mansearch instead of apropos_db. | Kristaps Dzonsons | 2012-06-08 | 3 | -258/+233 |
* | Re-tooled mandocdb using sqlite3 and ohash. | Kristaps Dzonsons | 2012-06-08 | 3 | -1497/+1432 |
* | Add a new mansearch.h interface, which replaces apropos_db.c | Kristaps Dzonsons | 2012-06-08 | 2 | -0/+474 |
* | Use size_t in catman to match manpath.h. | Kristaps Dzonsons | 2012-06-08 | 1 | -1/+2 |
* | Use size_t in manpath instead of int. | Kristaps Dzonsons | 2012-06-08 | 2 | -6/+6 |
* | forgot to commit one request bu espie@ | Ingo Schwarze | 2012-06-05 | 1 | -0/+3 |
* | Close a preceding implicit block before opening an explicit block. | Ingo Schwarze | 2012-06-03 | 1 | -16/+28 |
* | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze | 2012-06-02 | 7 | -3/+25 |
* | Fix blank line handling in .if. | Ingo Schwarze | 2012-05-31 | 1 | -33/+24 |
* | While i already got my fingers dirty on mandoc_escape(), | Ingo Schwarze | 2012-05-31 | 1 | -67/+64 |
* | Make recursive parsing of roff(7) escapes actually work in the general case, | Ingo Schwarze | 2012-05-31 | 1 | -117/+36 |
* | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze | 2012-05-31 | 6 | -39/+125 |
* | catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100 | Ingo Schwarze | 2012-05-31 | 1 | -1/+1 |
* | .if vertical spacing now fixed in OpenBSD | Ingo Schwarze | 2012-05-31 | 1 | -4/+0 |
* | clarify two entries related to roff(7) escapes | Ingo Schwarze | 2012-05-28 | 1 | -3/+4 |
* | Fix the vertical spacing around tbl(7) instances in man(7). | Ingo Schwarze | 2012-05-27 | 3 | -4/+12 |
* | Correct width of horizontal spans; relevant in case of centered or | Ingo Schwarze | 2012-05-27 | 1 | -3/+11 |