summaryrefslogtreecommitdiff
path: root/src/select/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce code duplicationJohn Mark Bell2009-03-021-1/+1
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-3/+3
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-2/+2
* Use a chaining hash for selectors -- permits easy sorting of hash entries by ...John Mark Bell2009-01-261-121/+105
* Add ability to delete items from the selector hash (we use lazy deletion, as ...John Mark Bell2009-01-251-3/+48
* Selector hash.John Mark Bell2009-01-251-0/+288