Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fish: Don't use external pod2text program. | Richard W.M. Jones | 2010-11-26 | 1 | -4/+2 |
| | | | | | | | This removes the dependency from guestfish to the external pod2text program (and hence the final dependency on perl for guestfish). This is done by storing the formatted pod2text output in guestfish as the help text. | ||||
* | fish: Use a perfect hash for faster command lookups. | Richard W.M. Jones | 2010-11-03 | 1 | -0/+46 |
Existing command lookups are approx O(n^2). Replace this with a perfect hash implementation which should be a lot faster. |