| Commit message (Expand) | Author | Age | Files | Lines |
* | man.cgi works for the non-jailed case. | Kristaps Dzonsons | 2011-11-23 | 1 | -80/+421 |
* | Adjust Makefile for manpath.{c,h} linking. | Kristaps Dzonsons | 2011-11-23 | 1 | -11/+16 |
* | Let apropos_db.h export the volume of manpages for a parsed record. | Kristaps Dzonsons | 2011-11-23 | 2 | -6/+12 |
* | Have mandocdb(8) take advantage of manpath.h. | Kristaps Dzonsons | 2011-11-23 | 2 | -5/+32 |
* | Have apropos(1) take advantage of manpath.h instead of doing the work | Kristaps Dzonsons | 2011-11-23 | 1 | -133/+4 |
* | Support for Open/NetBSD's /etc/man.conf and others' manpath(1). | Kristaps Dzonsons | 2011-11-23 | 2 | -0/+206 |
* | typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com> | Ingo Schwarze | 2011-11-23 | 1 | -2/+2 |
* | Update historical record to be historical and not made-up. Data from | Kristaps Dzonsons | 2011-11-21 | 1 | -7/+15 |
* | Initial support for man.conf/makepath(1). | Kristaps Dzonsons | 2011-11-20 | 3 | -11/+108 |
* | Clarify some behaviour, bringing schwarze@'s patch and mine closer together | Kristaps Dzonsons | 2011-11-20 | 3 | -53/+50 |
* | Ooops... tiny type error slipped in. | Kristaps Dzonsons | 2011-11-20 | 1 | -1/+1 |
* | Integrate a moderately-patched version of schwarze@'s support for multiple | Kristaps Dzonsons | 2011-11-20 | 4 | -81/+186 |
* | Fix white-space in apropos_db.c to make merging cleaner. | Kristaps Dzonsons | 2011-11-20 | 1 | -39/+39 |
* | Merge schwarze@'s work for 64-bit types. This is based on a tweaked patch | Kristaps Dzonsons | 2011-11-20 | 4 | -56/+114 |
* | Improve misleading comment: | Ingo Schwarze | 2011-11-19 | 1 | -1/+5 |
* | Fix condition. Not enough tea. | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+1 |
* | Don't depend on snprintf to handle NULL strings. Deal with missing date. | Joerg Sonnenberger | 2011-11-18 | 1 | -2/+4 |
* | Don't crash if the date can't be extracted. Don't depend on snprintf | Joerg Sonnenberger | 2011-11-18 | 1 | -4/+6 |
* | Slightly adjust last: return successful as some times the correct error | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+1 |
* | Convert an assert into an explicit check. man_unscope can be triggered | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+2 |
* | Bail out explicitly on invalid .Rs content like: | Joerg Sonnenberger | 2011-11-18 | 1 | -0/+4 |
* | Evaluation with logical subexpressions. This allows support for arbitrary, | Kristaps Dzonsons | 2011-11-18 | 4 | -197/+450 |
* | using undefined macros or strings should define them to be empty | Ingo Schwarze | 2011-11-17 | 1 | -0/+3 |
* | Guard mandocdb.h inclusion. | Kristaps Dzonsons | 2011-11-17 | 1 | -0/+4 |
* | Correctly handle constructs like | Joerg Sonnenberger | 2011-11-16 | 1 | -2/+7 |
* | Add lots of information about special characters that's actually needed | Ingo Schwarze | 2011-11-14 | 1 | -40/+175 |
* | Have exprcomp() accept a string instead of an array-pointer. Also, collapse | Kristaps Dzonsons | 2011-11-14 | 3 | -9/+36 |
* | Make the man(7) page footer the same as in groff. | Ingo Schwarze | 2011-11-13 | 1 | -9/+16 |
* | typo: overful -> overfull; thanks to jmc@ | Ingo Schwarze | 2011-11-13 | 1 | -1/+1 |
* | Make the default left text margin configurable from the command line, | Ingo Schwarze | 2011-11-13 | 5 | -23/+38 |
* | Rewrite the expression parser for a more concise syntax: | Ingo Schwarze | 2011-11-13 | 3 | -65/+54 |
* | Inventing new keywords for mostly the same thing when a well-established | Ingo Schwarze | 2011-11-13 | 6 | -69/+74 |
* | Less misleading file names; ok kristaps@. | Ingo Schwarze | 2011-11-13 | 5 | -9/+9 |
* | another detail to implement; | Ingo Schwarze | 2011-11-13 | 1 | -0/+3 |
* | Fix two crashes that occur when walking very large (i.e. real-world) trees: | Ingo Schwarze | 2011-11-13 | 1 | -4/+4 |
* | Use proper infix expressions and provide a default. (Exact match.) | Kristaps Dzonsons | 2011-11-09 | 1 | -11/+24 |
* | Make apropos's lookup use a find(1)-like expression. I'll write more on | Kristaps Dzonsons | 2011-11-09 | 4 | -84/+146 |
* | Change getopt() to be more like schwarze@'s suggestions. | Kristaps Dzonsons | 2011-11-09 | 2 | -43/+24 |
* | Split apropos.c into db.c and apropos.h with simpler code (re-written, but | Kristaps Dzonsons | 2011-11-09 | 5 | -551/+860 |
* | Const-ify some mchars arguments. I think these are non-const for historical | Kristaps Dzonsons | 2011-11-08 | 3 | -10/+13 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 7 | -44/+51 |
* | Accomodate for \f(Cx formatting. Noted by Andreas Vogele, thanks! | Kristaps Dzonsons | 2011-11-06 | 2 | -1/+10 |
* | When .TH sets no data, leave the date field in the page footer blank, | Ingo Schwarze | 2011-11-03 | 1 | -3/+5 |
* | Correct .Eo spacing: | Ingo Schwarze | 2011-11-03 | 2 | -2/+10 |
* | Clean up the description of .Dt: | Ingo Schwarze | 2011-11-01 | 1 | -36/+14 |
* | Implement missing enclosures (Ao Do Qo Qq So Bro Brq) | Ingo Schwarze | 2011-10-24 | 1 | -23/+23 |
* | Handle infinite recursion the same way as groff: | Ingo Schwarze | 2011-10-24 | 1 | -8/+12 |
* | Handle \N numbered character escapes the same way as groff: | Ingo Schwarze | 2011-10-24 | 1 | -6/+22 |
* | Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud). | Ingo Schwarze | 2011-10-20 | 1 | -18/+53 |
* | Fix mandoc_escape() function argument names. From a fix by Abhinav | Kristaps Dzonsons | 2011-10-18 | 1 | -3/+3 |