summaryrefslogtreecommitdiff
path: root/src/select/hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a chaining hash for selectors -- permits easy sorting of hash entries by ↵John Mark Bell2009-01-261-121/+105
| | | | | | specificity/rule index. svn path=/trunk/libcss/; revision=6280
* Add ability to delete items from the selector hash (we use lazy deletion, as ↵John Mark Bell2009-01-251-3/+48
| | | | | | it's simpler) svn path=/trunk/libcss/; revision=6272
* Selector hash.John Mark Bell2009-01-251-0/+288
svn path=/trunk/libcss/; revision=6263