Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let descriptions (bit-mask 0x100) also be mined for text. This doubles | Kristaps Dzonsons | 2011-06-21 | 1 | -5/+16 |
| | | | | | the database size (one record for each file), but it's critical information. | ||||
* | Have descriptions also use struct buf. This completes the internal | Kristaps Dzonsons | 2011-06-21 | 1 | -110/+52 |
| | | | | migration to in-memory hashing and passing buffers instead of DBTs. | ||||
* | Don't let empty strings into the makewhatis keyword database. | Kristaps Dzonsons | 2011-06-21 | 1 | -1/+2 |
| | |||||
* | Big change to makewhatis: use an in-memory hashtable to collapse | Kristaps Dzonsons | 2011-06-21 | 1 | -129/+183 |
| | | | | | | multiple types of the same name (e.g., "foo" being a manual name, utility name, etc.) into a single bitmask'd region. This considerably reduces the size of the keyword database. | ||||
* | Get rid of an "#if 0" that I don't anticipate being fixed ever (nor does | Kristaps Dzonsons | 2011-05-15 | 1 | -42/+0 |
| | | | | it really need to be fixed, anyway). | ||||
* | Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree. | Kristaps Dzonsons | 2011-05-13 | 1 | -0/+962 |
Add initial version notes. |