| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 6 | -221/+71 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 10 | -23/+60 |
* | update Copyright years according to the CVS logs; no code change | Ingo Schwarze | 2012-05-27 | 6 | -7/+7 |
* | Horizontal spacing of tables was fixed | Ingo Schwarze | 2012-05-27 | 1 | -9/+0 |
* | The .\} -> .\& -> pset() bug reported by naddy has already been fixed; | Ingo Schwarze | 2012-05-27 | 1 | -9/+2 |
* | Discourage the use of esr's man-ext macros: | Ingo Schwarze | 2012-04-15 | 1 | -5/+2 |
* | The -width and -offset macro arguments consume the next argument | Ingo Schwarze | 2012-04-15 | 1 | -38/+4 |
* | Being reluctant to add yet more trailing whitespace, i rather back | Ingo Schwarze | 2012-04-15 | 1 | -8/+8 |
* | Some documentation nits. | Kristaps Dzonsons | 2012-03-25 | 3 | -13/+3 |
* | Fix lookup not to use full-out regexp search. | Kristaps Dzonsons | 2012-03-25 | 1 | -1/+1 |
* | FreeBSD, NetBSD and DragonFly use the same names as Linux. | Joerg Sonnenberger | 2012-03-24 | 1 | -1/+5 |
* | Forgot chdir(2) into volume path.VERSION.1.12.1 | Kristaps Dzonsons | 2012-03-24 | 1 | -0/+1 |
* | Small tweaks for release. | Kristaps Dzonsons | 2012-03-24 | 2 | -8/+11 |
* | Get ready for a version. | Kristaps Dzonsons | 2012-03-24 | 3 | -47/+33 |
* | Be insane. Make apropos(1) subsume man(1). | Kristaps Dzonsons | 2012-03-24 | 5 | -31/+119 |
* | Simplify by not pre-filtering the result vector for satisfied matches: | Kristaps Dzonsons | 2012-03-24 | 4 | -104/+114 |
* | Whitespace fix. | Kristaps Dzonsons | 2012-03-24 | 1 | -1/+1 |
* | Knock out useless & confusing whatis mode. | Kristaps Dzonsons | 2012-03-23 | 1 | -28/+8 |
* | Improve mandocdb's ability to handle NAME sections by sucking the entire | Kristaps Dzonsons | 2012-03-23 | 1 | -9/+57 |
* | Make the `-width' field to `Bl' not puke if it doesn't have an argument. | Kristaps Dzonsons | 2012-03-23 | 2 | -3/+8 |
* | Clean up code a bit by pushing warnings into WARNING macro. | Kristaps Dzonsons | 2012-03-23 | 1 | -63/+48 |