Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apparently these weren't removed properly... | Kristaps Dzonsons | 2011-07-14 | 1 | -191/+0 |
| | |||||
* | Fairly straightforward patch adding basic update (-u) and remove (-r) | Kristaps Dzonsons | 2011-07-11 | 1 | -2/+20 |
| | | | | | functionality to makewhatis. This is somewhat expensive (requiring the index file to be trawled multiple times), but it's a good start. | ||||
* | Use mandoc.1's error codes (we use them internally). | Kristaps Dzonsons | 2011-07-11 | 1 | -1/+18 |
| | |||||
* | Note we're no longer using temporary files. | Kristaps Dzonsons | 2011-07-11 | 1 | -6/+0 |
| | |||||
* | Added `Er' in ERRORS scan to makewhatis. | Kristaps Dzonsons | 2011-07-01 | 1 | -0/+2 |
| | |||||
* | Added search for `Ev' environment variables in ENVIRONMENT section. | Kristaps Dzonsons | 2011-07-01 | 1 | -0/+2 |
| | |||||
* | Add path reference (`Pa' in FILES section). | Kristaps Dzonsons | 2011-07-01 | 1 | -0/+2 |
| | |||||
* | Add cross-reference records to makewhatis. | Kristaps Dzonsons | 2011-06-25 | 1 | -0/+4 |
| | |||||
* | Clean up makewhatis.c a little bit and add verbosity (-v). | Kristaps Dzonsons | 2011-06-22 | 1 | -0/+5 |
| | |||||
* | Let descriptions (bit-mask 0x100) also be mined for text. This doubles | Kristaps Dzonsons | 2011-06-21 | 1 | -0/+2 |
| | | | | | the database size (one record for each file), but it's critical information. | ||||
* | Make sure makewhatis.1 is documenting the correct bit-fields. | Kristaps Dzonsons | 2011-06-21 | 1 | -12/+9 |
| | |||||
* | Remove untrue CAVEAT in makewhatis.1. | Kristaps Dzonsons | 2011-05-26 | 1 | -4/+0 |
| | |||||
* | Fix makewhatis.1 to have the correct name (it was MANDOC-DB, oops). | Kristaps Dzonsons | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree. | Kristaps Dzonsons | 2011-05-13 | 1 | -0/+152 |
Add initial version notes. |