summaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* remove logically unecessary checks (coverity 1127074)Vincent Sanders2014-01-241-4/+0
* fix resource leak in error path (coverity 1127082)Vincent Sanders2013-11-081-0/+2
* fix resource leak of lname in _dom_namespace_validate_qname() (coverity 1127083)Vincent Sanders2013-11-081-2/+4
* fixup comment damage from automated type conversionVincent Sanders2012-09-111-2/+2
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-102-4/+4
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Replace algorithm used by _dom_validate_{nc,}name so that instead of O(n^2) i...Daniel Silverstone2012-03-281-26/+50
* C89.François Revel2012-03-241-1/+3
* Fix conflicting return type for _dom_hash_get_length().François Revel2012-03-241-2/+2
* Revert r13456John Mark Bell2012-02-201-6/+3
* Fix blatent brokennessJohn Mark Bell2012-02-201-3/+6
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-217-326/+119
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-076-28/+26
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-262-8/+5
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-132-0/+14
* Make the failed 5 testcases passed in DOMTS Core level2. Bo Yang2009-08-121-0/+7
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1112-9/+1291
* First cut at a port to the new buildsystem.John Mark Bell2009-03-251-52/+3
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-051-32/+59
* Omitted to remove this yesterday.John Mark Bell2009-03-041-19/+0
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-036-692/+6
* Make the dom string class more useful.John Mark Bell2007-10-032-72/+69
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-307-1/+705
* Introduce global initialistaion/finalisation for DOM library. This should be ...John Mark Bell2007-09-294-2/+306
* Import DOM library.John Mark Bell2007-07-061-0/+28