Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the max number of results 75 instead of 50, to allow map searching in ↵ | Neil Mitchell | 2007-01-12 | 1 | -1/+1 |
| | | | | the base library to work | ||||
* | Rewrite much of the index searching code, previously was too slow to execute ↵ | Neil Mitchell | 2007-01-12 | 1 | -9/+100 |
| | | | | on the base library with IE, the new version guarantees less than O(log n) operations be performed, where n is the number in the list (before was always O(n)) | ||||
* | Add searching on the index page | Neil Mitchell | 2007-01-11 | 1 | -0/+27 |
| | |||||
* | Rename haddock.js to haddock-util.js | Simon Marlow | 2006-10-11 | 1 | -0/+15 |
haddock.js will be run automatically by Windows when you type 'haddock' if it is found on the PATH, so rename to avoid confusion. Spotted by Adrian Hey. |