summaryrefslogtreecommitdiff
path: root/src/core/string.c
Commit message (Expand)AuthorAgeFilesLines
* DOMString.replace: Swap source/target in byte counterDaniel Silverstone2012-07-051-2/+2
* Force dom_string to have maximal alignment requirements.John Mark Bell2012-04-011-9/+9
* Actually handle errors from lwc_string_caseless_isequalDaniel Silverstone2012-03-291-3/+5
* Promote ref/unref in dom_string to be inline -- This implementation is a bit ...Daniel Silverstone2012-03-281-80/+70
* Squash scan-build issuesDaniel Silverstone2012-03-251-2/+1
* clang compatibility.Rob Kendrick2012-03-251-1/+1
* Complete dom_string / lwc_string comparison function.Michael Drake2012-03-251-4/+32
* Guarantee that dom_strings are NUL terminatedJohn Mark Bell2012-03-251-6/+12
* Fix malloc(0)Daniel Silverstone2012-03-241-1/+1
* Make libdom build with clang, for it is more anal than gcc.Rob Kendrick2012-03-241-1/+2
* API for comparing dom_string with lwc_string. Caseless version not implemente...Michael Drake2012-03-241-0/+54
* Add constructor which auto-interns dataJohn Mark Bell2012-02-061-17/+28
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-221-9/+13
* Move dom_string data accessing functions to public header.Michael Drake2011-12-221-26/+26
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-324/+201
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-38/+38
* Make libdom work again given lack of init/finalise in hubbub and prepare init...Daniel Silverstone2010-12-041-2/+0
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-75/+20
* 1. Fix a string intern bug.Bo Yang2009-08-131-0/+2
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-1/+25
* Fix up the merge.Bo Yang2009-08-121-0/+2
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-21/+337
* Squash warningsJohn Mark Bell2009-03-251-9/+6
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-051-0/+8
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-031-508/+124
* Add, and implement, dom_string_insert() and dom_string_replace() APIJohn Mark Bell2007-11-031-5/+266
* Make the dom string class more useful.John Mark Bell2007-10-031-43/+379
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-301-13/+80
* Assume that NULL dom_string pointers imply the empty string.John Mark Bell2007-09-221-0/+17
* Add extra dom_string constructor that permits strings to be manufactured in t...John Mark Bell2007-07-141-10/+80
* Warning fixesJohn Mark Bell2007-07-101-2/+4
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+54
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-39/+36
* Import DOM library.John Mark Bell2007-07-061-0/+222