summaryrefslogtreecommitdiff
path: root/src/utils/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Update for new lpu API.Michael Drake2013-12-141-16/+0
|
* Various changes which modify API and ABI:Michael Drake2013-12-131-0/+16
| | | | | | | | | - Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.
* CSS3 SelectorsJohn Mark Bell2011-01-311-8/+17
| | | | svn path=/trunk/libcss/; revision=11557
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-1/+1
| | | | | | This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416
* Pedantic wrappingJohn Mark Bell2009-06-181-1/+2
| | | | svn path=/trunk/libcss/; revision=7852
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-5/+5
| | | | | | | | | It passes the tests, perhaps we need more of them. Lifetimes of lwc_string objects really need attention before we can consider this finished. svn path=/trunk/libcss/; revision=6517
* Make fpmath stuff public.John Mark Bell2009-02-141-0/+122
Un-inline string->fixed conversion routine. svn path=/trunk/libcss/; revision=6513